Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #780556

    I was wondering if there is any way to make this work properly: https://visualwilderne.staging.wpengine.com/

    Bug: When I am on the Special Offer’s tab and resize my window the layout of the Layer slider is messed up. When I am on Explore TAB The resizing works great.

    Also when is the next release with correction for the height for Tabbed Section?

    #782289

    I am assuming that you are monitoring this thread and will respond to my original request.
    Here is another issue with layer slider: Videos embedded into Tabbed Section within the layer slider do not re-scale properly.

    #782671

    Hi,

    Thank you for using Enfold. And I’m very sorry for the late response.

    Where is the “Special Offers Tab” and the “Explore Tab”? Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

    #782686

    Hello Ismael,
    Sorry about that. You can check both the issue here: http://visualwilderne.staging.wpengine.com/ (hosted on WPengine)

    Top Tabbed Layer Section (Grey) has the layer slider issue. The second Tabbed Layer Section (black) shows the video resealing issue.

    To reproduce the issue all you have to do is resize the window.

    #782690

    Hey!

    How did you add the layer slider inside the tab section? Did you use a shortcode? By default, you can’t add the layer slider element inside the tab section. This might not work properly because the layer slider is not compatible with the tab section.

    Cheers!
    Ismael

    #782808

    Hello,

    Using a shortcode in a text section. I will find an alternative solution for the Tabbed section and Layer Sliders.

    What about the video scaling issue in the second Tab?
    -Jay

    #783308

    Hey!

    There is an inline styling in the video container.

    <div class="wp-video" style="width: 640px; ">
    

    Did you add that? Have you tried using the theme’s video element?

    Cheers!
    Ismael

    #783454

    Hi Ismael,

    No this is from WordPress. There are three way you can insert a video in WordPress. One is directly putting a video link (via WordPress’s Oembed technology, next you can use the shortcode [embed][/embed] and the third one is using [video] shortcode. The [embed] shortcode works, however the [video] shortcode does not. [Video] tag was introduce in version 3.6 of WordPress and allows you to set the poster frame and other parameters.

    Here is a link: https://codex.wordpress.org/Video_Shortcode

    FYI: If you move the tabbed container outside the tab section it works just fine. Here is an example: https://visualwilderne.staging.wpengine.com/

    • This reply was modified 7 years ago by Jay.
    #783807

    Hi!

    Yes, thank you for the info but have you tried using the theme’s Video element?

    [av_video src='' format='16:9' width='16' height='9']
    

    Regards,
    Ismael

    #783943

    Hello Ismael,

    I found a partial solution. I put in the following code in my css file and changed the default the wp-video class (defined by wordpress to be 640px) to 100%. Seem to solve the issue while scaling down…but not when scaling up.

    /** Default Video Size **/
    .wp-video {width: 100% !important;}

    You guys may still want to look at why this does not work the same way in Tabbed Section as it does in the regular tabs. There may be some conflict there.

    • This reply was modified 7 years ago by Jay.
    #784378

    Hi!

    but not when scaling up.

    Glad that you found a workaround. I checked the video in the tabs. It responds properly on browser resize.

    Cheers!
    Ismael

    #784777

    It is a partial work around…The video does not resize correctly when scaling up when Accordion on small screen changes to Tabbed Section. It would appear that there is no resize event being fired when this happens. Here is how to reproduce the issue:

    • Scale down the width of the screen.
    • Click on Tab 2
    • Scale up the width until the Accordion changes to Tab Layout.
    • Go to Tab 1 and you will notice that the video is not aligned properly (scale is correct, but it fails to align to the top).

    I hope you guys can provide a fix for me either via CSS or function.php modification.

    • This reply was modified 7 years ago by Jay.
    #784796

    Here is a CSS workaround that I found that works on a directly embedded mp4 files, but messes up the alignment from sources such as youtube. Without this CSS Modification videos embedded in your new Tab Section using WordPress’s standard Video shortcode are not fully responsive. Perhaps you should look at this an incorporate this into your upcoming changes for the Tabbed sections.

    https://cfxdesign.com/how-to-make-the-wordpress-video-shortcode-responsive/

    • This reply was modified 7 years ago by Jay.
    #786109

    Hi,

    I followed your instruction above and this is what I get.

    View post on imgur.com

    Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

    #786314

    I have removed all the custom mods about the videos from my site. When you do this you get an down scaling and up scaling issues with the YouTube Embedded videos within TABs. Here are the screen shots:

    Downscaling stop being responsive at certain point.
    (hosted on WPengine) alt="" />

    Upscaling puts black bars or sometimes offsets the video. However this only happens to the videos that are on on active tabs.

    • This reply was modified 7 years ago by Jay.
    #786839

    Hi,

    I have removed all the custom mods about the videos from my site.

    Why would you remove the mods? It seems to fix the responsive issue.

    Best regards,
    Ismael

    #787184

    So that you can see and fix the problem in the next release. ;)

    #787591

    Hi,

    Alright. We will report the issue to Kriesi. Thank you for the info.

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.