Hi, am using WPML plugin but then i create a translation to the page i get my menu repeated as a mobile menu on the left side of the page which makes my website looks stupid because the page is scrolling to the left now !!
Also tag filter is not moving to the left it overlab the section title on the right …
IN addition, social media icons messed up at the footer …
please check http://www.whyblog.ney/ar
-
This topic was modified 9 years by
Majdkh.
Hi,
I cannot access your website at the moment
– https://www.screencast.com/t/VSWBn1vzF
As you mentioned, the theme does not support RTL. Modifying the theme to display properly in this situation may prove a difficult task. The theme elements are not optimized to display the best results under these circumstances. Some are directly dependent on direction.
If you decide to request a refund, you can do so and we will approve it. There probably are different themes that are RTL ready and would be better suited for this purpose.
Thanks
Strange the website is working well, try the English ver. http://www.whyblog.net and switch to Arabic from footer menu. am not planning to do RTL fully change .. am fine with normal current situation …
i have used this code to hide the mobile menu that appears once i add new language:
#td-mobile-nav {
position: fixed;
}
my only issue is the website shows nothin untill you make a move (scroll) if you can help me with the mobile menu (to hide it without any issue) it would be perfect for me and no need to refund then.
Thanks,
Hi,
Thank you very much for your appreciation. Support for RTL may be added at some point in the theme development, but at the moment there are no plans for implementing this option.
I see that you are using the mobile theme plugin, try entering that code in the Mobile theme->Custom Css section of the theme panel
– https://www.screencast.com/t/5qApAoBvbt
The result should be like this
– https://www.screencast.com/t/u4PEJ0E6dH
Also you could align the search icon to the left if that is what is needed, with a code like this in the same section
– https://www.screencast.com/t/5z2DdaKTVnkW
.td-search-icon {
left:0;
right:auto;
}
Thanks