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 #3317251
Video size all weird
Closed

Comments

  •  1
    Mannenmedia started the conversation

    Hi team Penci, 

    If you go to this page, https://www.grappigevideos.nl/hasbulla-sniper/ , the videoplayer loads the video, but when you scroll down and use the infinity scroll, the next video becomes all weird and out of shape. Youtube embedded are all weird and in the sidebar :S

    Why is this? This isn´t when you start with an article that has a Youtube embedded, so something about the player must be doing this?

    Help! :)))

  •  2,573
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .entry-content {
        max-width: 100%;
        height: auto;
        aspect-ratio: 4/3;
    }

    Regards,
    PenciDesign.



  •  1
    Mannenmedia replied

    Did that, but it messed up the frontpage with outlining. And the effect is still not good. It works on the first video, but scrolling down with the infinity scroll, the next video is then just as weird and not 100% width.

  •  1
    Mannenmedia replied

    Pictures added:

    Attached files:  outlining.jpg
      wwe.jpg
      tyu.jpg

  •  2,573
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.



  •  1
    Mannenmedia replied

    Hi, been trying to find out what's up, but I´m no programmer haha, maybe a crafty WordPress theme Editor :P

    Someone said the Ajax with the infinity scroll is messing it up, and I found something new!

    With the Reactions Lite plugin, for smiley responses, it also doesn't work with the infinity scroll. It does when you just click a single page, but when you scroll down, the plugin doesn't seem to load properly. So I guess something with Ajax and the loading of the next page is what is causing these errors?

    (excuse me if I sound like a total noob, no clue what Ajax is and how things work haha, just trying to make the best of what I know and can do...)

    Start here and scroll down >> https://www.grappigevideos.nl/de-nieuwe-generatie-kent-herman-finkers-niet/ 

  •  2,573
    PenciDesign replied

    Hi,

    When the new post load with the infinity scroll, some JS code need to be called again to make sure all the feature working properly. In this case, the infinity scroll can't make the Reactions Lite plugin work again because Soledad doesn't include it in the infinity load JS library.

    Regards,
    PenciDesign.



  •  1
    Mannenmedia replied

    "Soledad doesn't include it in the infinity load JS library."

    Can we make this happen? Can I help with this?

  •  2,573
    PenciDesign replied

    Hi,

    To make this customization, some .JS files need to be modified. Therefore, we will review it and add support for this plugin in the next theme update.

    Regards,
    PenciDesign.