Hi
I am using the theme in a bilingual WPML setup and my 2nd language is RTL.
The accordion slider is displayed very strange on the RTL pages
Please see the accordion slider on the linked page right below the top LayerSlider
The same slider is displayed properly on the LTR page
I suspect this is an RTL issue
Is there a way to fix that?
Thank you
Hey Yory!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl img.aviaccordion-image {
left: 0;
}
Cheers!
Yigit
Thank you
That code made the accordion gallery RTL
But the caption title is not displayed although there’s text in that field and “Yes, display everywhere” is selected in “Slide title” drop down menu.
the Hebrew caption was not displayed even before I added your code.
Thanks
Shalom!
Please add following code to Quick CSS as well
.rtl .aviaccordion-preview {
left: 0!important;
}
Regards,
Yigit
Thanks Yigit
unfortunately the content from the accordion had disappeared and they are blank now.
That is without me making any changes since I added
.rtl img.aviaccordion-image {
left: 0;
}
I checked then and the accordion was working in RTL
can you pls have a look and tell me what went wrong?
Once we get the accordion working again I will try adding the aviaccordion-preview code
Thank you
Hi!
Please flush browser cache and refresh your page a few times – http://i.imgur.com/I3PSQMN.jpg
Best regards,
Yigit
thank you
it seems to work fine now