Home › Forums › Basel support forum › WP Bakery style not applied in wplm translation
WP Bakery style not applied in wplm translation
- This topic has 7 replies, 2 voices, and was last updated 4 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
July 21, 2020 at 8:37 pm #212997
andreawineParticipantHello
it seems there’s a problem with inline CSS applied to translations, in my case I don’t have same inline styles for text box in contact page, can you check please ?
I’m talking about contact black box with my details
This happens in many contents, what I noticed is that there’s a fluid css rule in english translation css which impacts as said in other pages contents.
I made a custom css in child theme style.css but this seems not to impact as it doesn’t contain any css rule related to these problems and elements
Thanks
July 21, 2020 at 9:28 pm #213009
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
You need to enable WPML translating in WPML > Theme and Plugins Localization and then you can translate in WPML > Strings.
If you have enabled and still have the problem, please contact WPML support.
Best Regards
July 21, 2020 at 9:37 pm #213013
andreawineParticipantHello,
probably I didn’t explain problem correctly.
This is not a text problem, this is a theme problem where css applied to a text box are not applied in translation,. In particular background -color style.
Can you check please ?
inline style in italian version:
.vc_custom_1594317881728 {
padding-top: 50px !important;
padding-right: 40px !important;
padding-bottom: 50px !important;
padding-left: 55px !important;
background-color: #161616 !important;
}no inline style in english translation
July 22, 2020 at 9:44 am #213112
Elise NoromitMemberHello,
Please provide the site admin access to the private area, page URL and screen of the text block.
Best Regards
August 22, 2020 at 7:52 pm #220588
andreawineParticipantHi Elise,
as before please find credentials below, thanks
August 23, 2020 at 5:48 pm #220704
Elise NoromitMemberHello,
Please provide the page URL and how do you apply the styles?
Best Regards
August 24, 2020 at 3:33 pm #220906
andreawineParticipantHi Elise
as you can see here:
https://www.andreawinebellagio.com/en/wines-catalog/
I have style applied without having modified it myself,
specifically I have to reset like below:
div.vc_custom_1595942224293, div.vc_custom_1595942216540, div.vc_custom_1595862311021
{
margin-bottom: 0 !important;
}Now I’ll leave without this rule so that you can check in code the inline css insertion on this custom element
in order to get all elements on same row
thanks
August 24, 2020 at 9:34 pm #220987
Elise NoromitMemberHello,
The styles would not work.
1. If you want to set zero margins to any element, go to the element settings > Design tab and insert the values as per your needs.
2. You can assign the class to the row and then add custom CSS.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register