• Resolved safieddine

    (@safieddine)


    Hello, thank you for your work,

    However after installing and configuring your plugin,

    I still haven’t managed to display the carousel correctly.

    the carousel is displayed at the beginning during the loading of the page for 1 second, after it disappears, only the block remains.

    you can test the display on this link for example.

    https://designtab.tn/produit/aesthetic/

    thank you in advance for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dan Zakirov

    (@alexodiy)

    @safieddine

    Hello.

    As I expected, the problem is in your template. In particular, you have animations on the pages of the site when you scroll down the page.

    On the product page, it runs a script for the wr-item-animation class, which adds zero transparency. The correct solution would be to add an animation exception for the section of similar and recommended products – but I can’t say more precisely, since I do not see your site from the inside.

    I will give you a simpler solution, it is, of course, a little wrong, but it works:

    1. In the admin panel, go to “Appearance > Settings” (example)
    2. Then go to the “Advanced CSS” tab (example)
    3. Add the following code, for example:

    section.related .wr-item-animation, section.upsells .wr-item-animation{
        opacity: 1 !important;
        }

    4.It should be like this

    ——

    Or add this style to the css of your template. After you add styles, do not forget to clear the cache.

    Thread Starter safieddine

    (@safieddine)

    thank you so much it’s work !!

    Plugin Author Dan Zakirov

    (@alexodiy)

    @safieddine

    It’s my pleasure. Thanks for using.

    It’s better to leave a review here, this will help us a lot.

    We plan to make an update in the near future, management will become much more convenient.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Issue’ is closed to new replies.