Home Forums WoodMart support forum Visual Composer (WPBekery) Problem in RTL Language

Visual Composer (WPBekery) Problem in RTL Language

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #35244

    Sinaonee
    Participant

    Hello Again.

    You have been solved by giving this code my site’s problem. This topic

    html.platform-Windows .rtl.wrapper-full-width .vc_row[data-vc-full-width], html.platform-Windows .rtl.wrapper-full-width section[data-vc-full-width] {
      right: auto;
      left: calc((100vw - 1222px - 17px)/ 2);
    }
    
    body.rtl.wrapper-full-width .vc_row[data-vc-full-width], 
    body.rtl.wrapper-full-width section[data-vc-full-width] {
      right: auto;
      left: calc((100vw - 1222px)/ 2);
    }
    
    body.rtl .vc_row[data-vc-full-width], 
    body.rtl section[data-vc-full-width] {
        right: auto;
        left: calc((-100vw - -95vw)/ 2);
    }

    But I noticed a small problem in mobile mode!
    By opening the site in mobile mode, the sections are about 10 to 15 pixels to the right and an empty space to the left is created. This problem is solved by scrolling the page down. Why? (Please see the attached image.)

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the custom CSS to fix this issue.

    @media (max-width: 1024px) {
    
    .vc_row[data-vc-full-width], 
    section[data-vc-full-width] {
        left:0!important;
    }
    	
    }
    #35299

    Sinaonee
    Participant

    Got worse. Now it’s a problem for the desktop version. I also deleted the browser cache.

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

    Artem Temos
    Keymaster

    We have disabled WPRocket plugin to prevent caching. Please, check how it works now.

    #35322

    Sinaonee
    Participant

    fixed. Should I not use WPRocket plugin?

    #35324

    Artem Temos
    Keymaster

    We suggest you to use WP super cache + Better WordPress Minify plugins for cache and CSS and JS optimization.

    #35329

    Sinaonee
    Participant

    And another question
    I want to put two different images in a column in the Visual Composer. In a mobile mode, a picture and in a desktop mode have another picture. Is it possible in Visual Composer? By add-on for Visual Composer?

    #35346

    Artem Temos
    Keymaster

    You can use hidden-xs class for the image that should be shown on desktop and visible-xs for the picture that will be displayed on mobile.

    #35351

    Sinaonee
    Participant

    Is it possible to give me full code, please?

    #35361

    Artem Temos
    Keymaster

    But there is no code for this. You can use Single image element for this and add extra CSS classes to them.

    #35366

    Sinaonee
    Participant

    Thanks a lot.

    #35367

    Artem Temos
    Keymaster

    You are welcome!

    #35368

    Sinaonee
    Participant

    To display on the tablet also code?

    #35369

    Sinaonee
    Participant

    Where can I learn these codes?

    #35370

    Sinaonee
    Participant

    For example, would it be possible to display 600 pixels of image of the desktop version?

    #35378

    Artem Temos
    Keymaster
    #35621

    Sinaonee
    Participant

    Hello Again

    New problem:
    I want to change the row stretch in margin but no changes!

    #35644

    Artem Temos
    Keymaster

    Hello,

    We tried to set margins for rows and it works correctly for us https://gyazo.com/641b9c52bfcfb5774cb407958b936599
    Where can we see this issue?

    Regards

    #35809

    Sinaonee
    Participant

    Hi

    I’m sorry! Custom CSS returned to the Defaults.Please give me the codes in Global Custom CSS, mobile landscape and mobile.

    Thanks

    #35817

    Artem Temos
    Keymaster

    What codes do you mean?

    #35825

    Sinaonee
    Participant

    Did you enter your codes in sections mobile landscape and mobile Custom CSS?

    #35826

    Artem Temos
    Keymaster

    All the code we gave you can find in the topics conversations between us. Also, we will release an update tomorrow that will fix all RTL issues.

    #35827

    Sinaonee
    Participant

    Thank you very much.

    #35829

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Visual Composer (WPBekery) Problem in RTL Language’ is closed to new replies.