[Support request] rtl support

Home Forums Support [Support request] rtl support

Home Forums Support rtl support

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560863
    Guy

    Hi Tom.
    I Would really like to solve RTL support when using visual composer.
    I am using the latest version of your theme and the visual composer.
    I created a demo for you to see.
    http://80.179.140.91/~press/

    As you can see, the issue is with the full width rows.
    I created 2 kind of pages, contained and full width.

    To fix this issue. – I use this script –

    jQuery(window).load(function( $ ){
    if( jQuery(‘html’).attr(‘dir’) == ‘rtl’ ){
    jQuery(‘[data-vc-full-width=”true”]’).each( function(i,v){
    jQuery(this).css(‘right’ , jQuery(this).css(‘left’) ).css( ‘left’ , ‘auto’);
    });
    }
    });

    But it caused other issues, especially when scaling the window of the browser.
    Also , it takes some time for the row to get in place, like you can see here:
    http://80.179.140.91/~highq/

    How do you think this issue can be solved?
    I can Skype with you so I will be able to explain even better the issue if needed.
    Also, I will be more then glad to assist in any way I can.

    admin : oneguy
    pass : smadar123

    Thanks!

    Guy

    #561076
    Leo
    Staff
    Customer Support

    Hi there,

    Have you checked with Visual Composer on this issue?

    Also I would suggest using page builder container if you are using a page builder:
    https://docs.generatepress.com/article/page-builder-container/

    #561086
    Guy

    I did not check with them.
    I think they will not be able to help me.
    I did use both of these options.
    The issue is integrating full width sections inside contained page.
    Most of the page are contained – meaning they have a max width.
    but the header ( like revolution slider for instance ) are full width.
    Or they have inside the page full width sections as well.

    Do you think you can help?

    Thank you so much for your help!!!

    #561095
    Leo
    Staff
    Customer Support

    All of those are coming from VS so I’m not sure why they can’t help you. We certainly can’t provide support for their plugin.

    If you use GP, our page header add-on is specifically for inserting a full width slider or hero image: https://docs.generatepress.com/article/page-header-overview/

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