Category: RDaily

  • Recreate Apple Homepage in Thrive Architect – Do it along video tutorial

    Recreate Apple Homepage in Thrive Architect – Do it along video tutorial

    A crazy thought took over me today and I reacted to it.

    I thought what if… I made a full blown video tutorial of recreating apple.com homepage for you. And so here it is, a 58 minute video tutorial of how to recreate apple.com homepage in Thrive Architect.

    This is made to be “do-it-along” style. So grab your coffee and power up Thrive Architect! Let do this.

    Here is link to the live demo (screenshot below) of what you will be making. It is a clone of current apple.com homepage.

    Requirements

    1. 58 minutes time
    2. Thrive architect installed
    3. Download this zip file of images we need (I also show how to download them in the video)

    The Video Tutorial

    Important: Read before you begin

    • Until 6:33 I show you how to download images.
    • Start at 6:33 (after downloading images via link above) if don’t want to learn how to download the images from apple.com homepage. I show how to use chrome inspector to download images even if you cannot “right-click save as” on the browser.
    • Important timestamps
      • 15:05 – Creating header
      • 20:50 – Finish header and start hero section
      • 29:18 – Next sections
      • 45:45 – Last bottom section

    Go ahead create your versions and share it in the comments!

  • My Website Looks Better on Mobile – Responsive Optimisation For Thrive Themes

    My Website Looks Better on Mobile – Responsive Optimisation For Thrive Themes

    I just fixed the way my website looked on mobile.

    Even though I don’t recommend the thrive themes’ themes, I started this website long before I learnt that. So naturally I went with the theme I liked best – Minus. I love the minimal look which puts all focus on the content. But I’ve always hated the way it looked on mobile – too narrow, too much spacing on left and right, the top text logo part alignment looked broken

    Try your website on mobile too, especially the non-thrive-architect content pages.

    Anyways I fixed it with a bunch of CSS and spending quite a bit of time. I think the result though minimal, is worth it and gives a better experience for mobile readers.

    Below is the image showing the change and the CSS I used to fix it.

    CSS to fix it

    /* mobile fix for header*/
    
    
    @media only screen and (max-width: 540px)
    {
    .wrp {
    width: auto;
    padding: 0px 25px;
    text-align: left;
    }
    
    @media only screen and (max-width: 540px)
    {
    .wrp .bpd {
    width: auto;
    }
    
    
    @media only screen and (max-width: 380px)
    {
    .wrp {
    width: auto;
    padding: 0 25px;
    text-align: left;
    }
    
    @media only screen and (max-width: 380px)
    {
    .wrp .bpd {
    width: auto;
    }
    
    @media only screen and (max-width: 380px)
    {
    header #logo, header #text_logo {
    margin-left: 0;
    }
    
    @media only screen and (max-width: 380px)
    {
    header .hmn {
    margin-right: 0px;
    margin-top: 10px;
    }

    How to Use

    Paste the code inside Thrive Dashboard > Theme options > Style and Layout settings > Custom CSS

    Word of Warning

    This isn’t the most important thing to focus on if your website is new and you are still validating your funnel/products. I have been running this site without this optimisation for long time and I still managed to gather readers/email subscribers. This can be part of improving after all important basic work is done.

    Additional Tip

    The above screenshots were taken in Chrome. Did you know you can mobile preview any website in Chrome?

    1. You just have to right-click on any page first.
    2. Select “Inspect”
    3. In the new Inspector window that opened up, click on the tiny icon on the top-left (screenshot below)

  • The Ultimate Disaster Prevention Checklist For Thrive Architect Beginners

    The Ultimate Disaster Prevention Checklist For Thrive Architect Beginners

    Beginners will avoid 90% of mistakes that mess-up their new thrive architect page design… if they use this checklist.

    Also aesthetically, it will prevent you from making your visuals amateur.

    1. Are you creating page sections to hold every content on your page?
    2. Is your page section properly sized (max 1.5x your screen height, unless in special cases you can go up to 3x).
    3. Are you setting up a default left/right padding for every page section you create? (min. 15px recommended) This will save 80% of mobile optimising time.
    4. Don’t use the colour control on the text directly as much as possible. Set them globally for the page in the landing page text settings (only once for H1 to H6, text and links). Then use the H1-H6 for various text you want.
    5. When you use max-width setting under layout and positioning, make sure it’s not in % mode accidentally. If you need % mode instead of PX mode, make sure you think about how it will look when you move it inside another container, or how it might look in mobile screen.
    6. When using anything that allows you options in % mode or PX mode, make sure it is not  in % mode by accident. Think about what % mode means in various screen sizes and parent containers.
    7. Use the Alignment setting under layout and positioning for anything other than text.
    8. Don’t overuse bold, underline and italic set for individual text elements (a common mistake – overusing this takes away the importance/functionality of bold/italics and creates irritation for the readers).
    9. Don’t tweak individual text font-size, line height and letter spacing, unless its absolutely essential. Control them from global landing page text settings only in most cases. This will also avoid making your page look amateur.
    10. Don’t use custom self-hosted videos in TA video control unless it perfect 16:9 ratio. (They might fix this in the future)
    11. Don’t over-do the text shadow effect. Unless its globally setup.

    I might release a part 2 of this checklist. Ask me if you need explanations for any of the points above.

  • A Better Way For Thrive Themes to Roll Out Their Updates

    A Better Way For Thrive Themes to Roll Out Their Updates

    For the last three years Thrive themes updates have constantly lost thousands of hours for its customers.

    And I have written already about how to survive these updates (and you save at least $1000 for your business, if you value your time at $50/hr)

    It’s happened recently with their 2.1.0 “just user interface update”.

    And now, I don’t know if you noticed, you cannot download their themes and plugins anymore. You need to download a “product manager” plugin and then that in turn manages download and install of all their other plugins.

    This isn’t wrong.

    Many companies do it.

    Its a great way to track installs and find out about the misuse of their licenses.

    It even makes it easy for users to install just one plugin instead of their many plugins.

    But…

    There is a better way to do it, that many companies already do.

    It goes something like this.

    1. Release a new feature (in this case, the new plugin)
    2. Make an announcement to the users – blog post, email list, social media, website ribbon/banner.
    3. Put up a notice on the download section of the website that – the direct-download method will become unavailable at a future date. And ask users to start adopting the new plugin which makes their life lot easier.
    4. Let the users use it, report bugs. If it doesn’t work, they can still download the older way for some time.
    5. Once everything is stable, eventually remove the direct-download option.
    6. Nobody gets hurt, everybody wins.

    This is not rocket science. Software has been done this way for ages now. Its called deprecating a feature, then make it obsolete. Companies should care about testing properly. Companies should care about backward compatibility.

    Ffs, even Apple is making their operating system updates to improve speeds of their older Macbooks now. (I just updated to Mojave on my Early 2014 Macbook Air and love it 🙂

    A new big announcement

    So all this while this email list has been the only way to interact between you and me. Now you can also

    • Interact with other members on this email list
    • Get free fast support from me and few other thrive themes experts when you run into problems
    • Help other thrive themes customers yourself when they run into problems

    How? Simple. I am launching a Facebook group where you can get all of this.

    • Strictly no spam. Spammers will be removed with a 2-strike system. Spam will be deleted asap.

    I am looking forward to all of you joining it today.
    Click here to join the new free facebook group for thrive themes users.

  • Can Text Presentation Make a Difference in Your Conversions?

    Can Text Presentation Make a Difference in Your Conversions?

    I’m going to present you 2 cases.

    First one is for desktop and next is for mobile. 

    Can you take a look at both these screenshots below?
    (Clicking thumbnails will open in new tabs)

    Desktop Variant 1

    Click to open
    Click to open

    Desktop Variant 2

    Click to open
    Click to open

    Mobile Variant 1

    Click to open

    Mobile Variant 2

    Click to open

    First, try reading the content.

    1. What is the best variant for desktop?
    2. What is the best variant for mobile?
    3. Most importantly, why?

    Reply with your answers and tomorrow I will explain

    a) If you are right / wrong.
    b) If and why, one is better than the other (with research evidence).

  • I Don’t Recommend Thrive Themes’ Themes, Just Their Plugins

    I Don’t Recommend Thrive Themes’ Themes, Just Their Plugins

    This shouldn’t come as a surprise to anyone who has done their research. Thrive themes’ themes suck.

    Its hard to customise – even for basic stuff like fonts, colors, spacing. Its just bad aesthetics. But doesn’t mean its bad for conversions and for validating your ideas. But the good news is that they are making a theme builder using which you can make all type of themes.

    But… I wouldn’t advice using it at least 6-8 weeks after the initial launch as I’ve always advised. (refer my thrive themes’ plugins update policy advice)

    So what themes do I recommend to be used with thrive plugins – even major plugins like Thrive architect, leads and ultimatum.

    Here is the list

    The list is based on opinions collected from facebook groups of thrive themes users who are happy with this setup.