Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1725110
Embedded Posts not responsive, Page speed
Closed

Comments

  • JoyfulFood started the conversation

    Hello

    This week I changed my theme to soledad. I had a couple of problems that I could fix. Some problems not:

    • As you can see in the attachment, my embedded posts are not responsive on mobile version any more. They are larger than the screen. The problem wasn't with my other theme. 
    • Using the mega menu, my google pagespeed crashes because of the pictures in the menu. Is there a way to cache them? Which caching plugin do you recommend? (I use Borlabs Cache)
    • Using latest posts style 1 Standard/Classic than Grid also slows down the site pretty much. Using latest posts style 1 Overlay than Grid, everything is ok. How could that be?

    Thank you for your help.

    Best regards,

    Stefanie Fleischmann

  •  2,699
    PenciDesign replied

    Hi,

    1/ Can you show me URL of that page have this issue?

    2 & 3/ Seem you didn't check documentation for Soledad.

    You didn't regenerate thumbnails for your site - that make all layouts on your site load your origin images - and it's too heavy. We've important note on the documentation here

    Now, please install plugin Regenerate Thumbnails - After installed the plugin Regenerate Thumbnails, go to admin > Tools > Regen. Thumbnails > Click button "Regenerate All Thumbnails" and wait for it until it's done 100%

    After that, you can check this guide to know how to improve your site speed:

    https://pencidesign.ticksy.com/article/11405

    For standard layout, you should go to Customize > Standard & Classic Layout Options > and check to "Auto Render Excerpt" to make it look better.


    Best Regards,

    PenciDesign

  • JoyfulFood replied

    Hi

    Thank you for your answer.

    The URL with the embeded Posts for example is:

    https://joyfulfood.de/brot-backen-knusper-kruste/

    Every page that contains an embedded post, the mobile Version is not working properly (The embedded container).


    With the other problem, I did check the dokumentation, but I wasn't sure wether I need it or not (or for what). So the pagespeed is kind of better, but not perfekt. I tried Autoptimize and W3, but my other caching plugin works better.

    Best regards,

    Stefanie

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 769px){
    iframe.wp-embedded-content{ width: 100%; }
    }

    Best Regards,

    PenciDesign

  • JoyfulFood replied

    Hi,

    Thank you, this code solved the problem.

    Best Regards,

    Stefanie Fleischmann