Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656291

    Hi,

    1. The easy slider does not work as it should in RTL, the first slide is a little “Cropped”, the other slides are OK.
    2. The animation transitions begin from Left to Right, I want to change them to begin from Right to Left.

    Please help me with these 2 issues, this is very important for me.
    You can see the very basic Enfold restaurant demo in the private content.

    The first issue is the easy slider located just below the big welcome image.
    The 2nd issue is the two images located just below the easy slider.

    Thanks :)

    • This topic was modified 9 years, 1 month ago by mbenji1.
    #656341

    Hey mbenji1,

    1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .js_active .avia-slideshow li:first-child {
        margin-right: 0!important;
    }
    

    2. We would be glad to help you with animation transition effect, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Vinay

    #656774

    Thanks Vinay, I have 3 more questions please:

    A. regarding the 2nd issue maybe another builder (like visual composer) have the option to load the animations in an RTL order?

    B. in the same page (the link to the demo site is in the private content) there is a star icon just beside the title of each of the 2 pictures (the same pictures from the RTL issue)
    the star icon does not work well with RTL, it is very tight.

    C. I have tried several times installing google fonts with the help of the posts in this site with no luck, I want to start over – is there any thorough-full guide?

    Thank you for all the kind effort :)

    • This reply was modified 9 years, 1 month ago by mbenji1.
    #657585

    Hi,

    A. We can’t offer support for 3rd party plugins, so you need to check this by yourself.

    B. Use this code:

    .iconbox_icon.heading-color {
    margin-left: 15px;
    }
    

    and adjust as needed.

    Please open different tickets for different question, otherwise this thread gets very confusing.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.