Home / Forums / WoodMart support forum / Visual Composer (WPBekery) Problem in RTL Language
Home › Forums › WoodMart support forum › Visual Composer (WPBekery) Problem in RTL Language
Visual Composer (WPBekery) Problem in RTL Language
- This topic has 23 replies, 2 voices, and was last updated 8 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
January 25, 2018 at 5:24 am #35244
SinaoneeParticipantHello 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.January 25, 2018 at 8:51 am #35298Hi,
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; } }January 25, 2018 at 9:09 am #35299
SinaoneeParticipantGot 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.January 25, 2018 at 9:40 am #35315We have disabled WPRocket plugin to prevent caching. Please, check how it works now.
January 25, 2018 at 9:48 am #35322
SinaoneeParticipantfixed. Should I not use WPRocket plugin?
January 25, 2018 at 9:50 am #35324We suggest you to use WP super cache + Better WordPress Minify plugins for cache and CSS and JS optimization.
January 25, 2018 at 9:58 am #35329
SinaoneeParticipantAnd 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?January 25, 2018 at 12:17 pm #35346You can use
hidden-xsclass for the image that should be shown on desktop andvisible-xsfor the picture that will be displayed on mobile.January 25, 2018 at 12:22 pm #35351
SinaoneeParticipantIs it possible to give me full code, please?
January 25, 2018 at 12:35 pm #35361But there is no code for this. You can use
Single imageelement for this and add extra CSS classes to them.January 25, 2018 at 12:42 pm #35366
SinaoneeParticipantThanks a lot.
January 25, 2018 at 12:43 pm #35367You are welcome!
January 25, 2018 at 12:44 pm #35368
SinaoneeParticipantTo display on the tablet also code?
January 25, 2018 at 12:45 pm #35369
SinaoneeParticipantWhere can I learn these codes?
January 25, 2018 at 12:59 pm #35370
SinaoneeParticipantFor example, would it be possible to display 600 pixels of image of the desktop version?
January 25, 2018 at 1:30 pm #35378Read all available options here https://www.tutorialspoint.com/bootstrap/bootstrap_responsive_utilities.htm
January 27, 2018 at 2:25 pm #35621
SinaoneeParticipantHello Again
New problem:
I want to change the row stretch in margin but no changes!January 27, 2018 at 9:29 pm #35644Hello,
We tried to set margins for rows and it works correctly for us https://gyazo.com/641b9c52bfcfb5774cb407958b936599
Where can we see this issue?Regards
January 29, 2018 at 7:57 am #35809
SinaoneeParticipantHi
I’m sorry! Custom CSS returned to the Defaults.Please give me the codes in Global Custom CSS, mobile landscape and mobile.
Thanks
January 29, 2018 at 8:06 am #35817What codes do you mean?
January 29, 2018 at 8:19 am #35825
SinaoneeParticipantDid you enter your codes in sections mobile landscape and mobile Custom CSS?
January 29, 2018 at 8:31 am #35826All 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.
January 29, 2018 at 8:32 am #35827
SinaoneeParticipantThank you very much.
January 29, 2018 at 8:33 am #35829You are welcome!
-
AuthorPosts
The topic ‘Visual Composer (WPBekery) Problem in RTL Language’ is closed to new replies.
- You must be logged in to create new topics. Login / Register