Site not operating properly on an iPad

Home Forums Gillion Theme Site not operating properly on an iPad

Home Forums Gillion Theme Site not operating properly on an iPad

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • amudalainc
    Participant

    Hello again

     

    My site seems to be working very responsively so well done to u and ur team 🙂

     

    For some reason the entire page does not load in an iPad.  This can be seen by checking out http://ami.responsivedesign.is/#

     

    The site – https://www.gooodgoodgod.com/ only shows the first post when viewed on an iPad

     

    Fi

    Hi @amudalainc,

     

    Sorry to hear of the problem you are having.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media screen and ( max-width: 768px ){
    .sh-group.blog-list.blog-style-masonry {
        opacity: 1;
    }
    }

     

    Best regards,
    Shufflehound team

    robinmkuhn
    Participant

    I have the same issue.  I tried adding this code to my site, but it didn’t work.  I’ve attached two photos to show that it isn’t working on both the main page and a category page.

     

    Is there something else I have to download to make this work?

     

    The website is winabout.co.

     

     

     

    Attachments:
    You must be logged in to view attached files.

    amudalainc
    Participant

    Hello again

     

    Sadly I have also noted that this occurs on a laptop when an internet browser window is made slimmer 🙁

    Solution for this topic

    This is a known issue as reported in the following topic which will be resolved ASAP.

     

    https://support.shufflehound.com/forums/topic/empty-post-page/#post-14771

    In the meanwhile please try using below CSS code to resolve it.

     

    @media screen and ( max-width: 1024px ){
    .sh-group.blog-list.blog-style-masonry {
        opacity: 1;
    }
    }

    amudalainc
    Participant

    Fantastic.  That seems to work.  Thank you

    You are always welcome here 🙂

    robinmkuhn
    Participant

    Looks like it works!  Thank you.

     

    One more question, if I switch off masonry, is there a different code I’d need to use?

    @robinmkuhn

    You are most welcome here 🙂

     

    One more question, if I switch off masonry, is there a different code I’d need to use?

    No you don’t need to.

     

    For further questions, to help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

Viewing 9 posts - 1 through 9 (of 9 total)