Home › Forums › WoodMart support forum › Generated RTL css and some bugs!
Generated RTL css and some bugs!
- This topic has 25 replies, 2 voices, and was last updated 4 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
April 25, 2020 at 9:30 pm #189980
Menny87ParticipantMy site will run on Hebrew language. So I generated CSS & Changed the language too.
But in my homepage the featured product slider arrow is showing in the opposite direction & The menu is not aligned properly. I can rearrange them but that is not the ideal way also, even if I rearrange them the submenu indicator will still remain in the right side but the left side. http://prntscr.com/s5xob7
http://prntscr.com/s5xojmI will also use Translate Press, is it fully compatible?
April 26, 2020 at 1:44 pm #190052
Menny87ParticipantAlso, Check the mega menus too. In the main menu the it starts from the center and overflows the screen.Same with the category menu as some portion of it is hidden because it moved to right.
April 26, 2020 at 7:07 pm #190097
Elise NoromitMemberHello,
You have a plugin which influences the RTL settings. As soon as you enable RTL, there should be
rtl
class in the tagbody
. We have checked and we do not see it.Please deactivate all the plugins not related to the theme check the issue, if the problem remains, leave the plugins not activated for us to check.
Best RegardsHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
April 27, 2020 at 9:49 am #190233
Menny87ParticipantSo I see that it’s working and I know which plugin is making the problem. I am using Translate press. Is there anything you can help me with?
April 27, 2020 at 9:51 am #190234
Menny87ParticipantAlso, one more thing, Still in the primary menu, The blog is getting some unnecessary margin & same for the category mega menu. Is this something will be fixed with new menu or a css error. Because I think it’s there are some margin issues.
April 27, 2020 at 11:28 am #190269
Elise NoromitMemberHello,
If you want to translate your site (single language) just to change the language of the site. You would better use free Loco Translate.
You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
If you want to make a multilingual site you can purchase WPML plugin https://wpml.org/ it is 100% compatible.
Please provide the screen which margins you mean.
Best Regards
April 28, 2020 at 3:16 pm #190641
Menny87Participanthttps://selfme-mutagim.com/
this is the site link: you can also check going to that in by hovering over the main menu “blog”
( http://prntscr.com/s7gmdw )
and for category menu ( http://prntscr.com/s7goj6 )April 28, 2020 at 9:40 pm #190706
Elise NoromitMemberHello,
Enter each HTML block which relates to the each category with the problem and replace the margin in a mirror manner.
Best Regards
May 1, 2020 at 10:52 am #191493
Menny87ParticipantHi, according to your suggestion I have changed my plugin from Translatepress to WPML but it seems to be still I am finding it difficult to make to multilanguage.
The header does not seem to be working at all when I switch from Hebrew to English.
Read your documentation, I created a new header for English and then translated it with strings and then synced the menu. Now, it is only showing the English menu regardless of my selection of the language. Also, the direction of the category menu is not changing after translating (http://prntscr.com/s94zac)
In addition to that, I changed the color of the theme from theme styling to Black & White. But the cart page and other page buttons are showing green on hover( http://prntscr.com/s94ztw ). I could not find other options too.I have added the login info of the website in the private content. In case you need it.
May 1, 2020 at 3:15 pm #191561
Elise NoromitMemberHello,
You do not have any translated pages https://prnt.sc/s99338 You need to translate the pages and then synchronize the menu. How can you switch to Englis if you do not have an English version yet? Please refer to the WPML documentation and support on how to translate and configure the translations.
Best Regards
May 2, 2020 at 10:59 am #191715
Menny87ParticipantIt’s disappointing to see the answer, I’ll translate the pages, but I also asked you about the gree color appears even after I changed the theme color. It is your rules to answer only one question at a time and then wait another day to get a reply to another question.
>> from the previous question
“In addition to that, I changed the color of the theme from theme styling to Black & White. But the cart page and other page buttons are showing green on hover( http://prntscr.com/s94ztw ). I could not find other options too.”Please if you have time then answer this.
May 2, 2020 at 6:02 pm #191787
Elise NoromitMemberHello,
You can set all the colors in the Theme settings > Styles and colors. You will also find Button tabs. Besides some of the elements have their own color settings, please check them.
As soon as you configure all the colors, clean the cache.
As for WPML please refer to the documentation and WPML support if you have the question of how to translate the site. We shall help you configure the header translation and HTML blocks if you would require help.
Best Regards
May 11, 2020 at 4:18 pm #194133
Menny87ParticipantHi,
I am trying to use custom CSS but I don’t know why it’s nor working. Let me send you the screenshots.
This is where I want to change the size of the font http://prntscr.com/sesswu
This is where I added the css, from your theme settings: http://prntscr.com/sestas
The css I put http://prntscr.com/sestu6
In the custom css field of wpbakery i used both style (.class-name) and (class-name). Nothing worked.May 11, 2020 at 9:06 pm #194168
Elise NoromitMemberHello,
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
You take incorrect selector for the styles that is why they do not work. Try this one:
.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a
Best Regards
May 12, 2020 at 1:43 pm #194383
Menny87ParticipantHi, thanks for the reply. Yes, I changed the font size from advanced typography. However, what I am facing is, I have 3 languages, english and hebrew. While most of the content is in hebrew, everything looks okay but few brand name such as Nike or adidas has to be in English that is where the problem occurs. English looks bold and seems bigger. So, I need to use different font size for english and differnet for hebrew.
Let me know, if you could help me. and .mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a this css will select all of them so I didn’t use them even I tried
.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a .(myclassname){ –css—}. It didn’t work.May 12, 2020 at 7:41 pm #194439
Elise NoromitMemberHello,
Unfortunately, there is no option to set different languages for different languages. You can assign the classes to elements in different languages and use the Advanced typography.
Best Regards
May 15, 2020 at 10:32 am #195269
Menny87ParticipantHi there,
I can not see the mega menu assign option.
http://prntscr.com/sh9sra
Can you tell me why?May 15, 2020 at 11:07 am #195289
Elise NoromitMemberHello,
Save your menu, if it does not help, enable all in the right top screen.
Best Regards
May 16, 2020 at 4:55 pm #195554
Menny87ParticipantI saved the menu.
It’s not for this menu, even for other menus it’s also now showing.
image of the page is attached
http://prntscr.com/shzzaeAttachments:
You must be logged in to view attached files.May 16, 2020 at 8:33 pm #195581
Elise NoromitMemberHello,
This issue may be connected to the PHP max input vars limit parameter in your web server configuration. You can check the current value for this parameter in your Dashboard -> WooCommerce -> System status. Usually, this parameter is not allowed to be changed on shared hostings so you will need to contact your server providers and ask to increase this limit. The recommended value for this is 5000
Best Regards
May 18, 2020 at 10:07 am #195856
Menny87ParticipantHi again, Thanks for all the supports.
I am now translating the pages with WPML, but the problem I am encountering is, when I change the language the page layout is also changing.
For example the page title/ sidebar is turned off for my default language “Hebrew” when I switch to English or chinese the page title and sidebar show, Let me know how to fix this.Thanks again.
May 18, 2020 at 10:13 am #195867
Elise NoromitMemberHello,
You need to disable the title and configure the English page in the same way as you have configured the Hebrew. https://xtemos.com/docs/woodmart/options-for-pages/
Best Regards
May 18, 2020 at 11:10 pm #196004
Menny87ParticipantCan you locate me where do I find the page settings for English & Chinese.I could not find it in the page settings.
May 19, 2020 at 8:33 am #196046
Elise NoromitMemberHello,
Please update your site admin access.
Best REgards
May 19, 2020 at 10:36 am #196082
Menny87ParticipantI added the login info. Check it
May 19, 2020 at 12:37 pm #196131
Elise NoromitMemberHello,
Please check the screen and follow these steps: https://gyazo.com/e1560a5722611bc7513537c18ccfddd0
Best Regards
-
AuthorPosts
Tagged: WPML issue
- You must be logged in to create new topics. Login / Register