Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #401638

    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

    #402047

    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

    #402550

    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

    #402617

    Shalom!

    Please add following code to Quick CSS as well

    .rtl .aviaccordion-preview {
    left: 0!important;
    }

    Regards,
    Yigit

    #402643

    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

    #402649

    Hi!

    Please flush browser cache and refresh your page a few times – http://i.imgur.com/I3PSQMN.jpg

    Best regards,
    Yigit

    #406984

    thank you
    it seems to work fine now

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘RTL accordion slider’ is closed to new replies.