• Resolved CGPI

    (@cgpi)


    Hello,
    I would like to report that your plugin breaks the popular Zerif theme.
    When activated, all articles of “Blog / Latest News” part disappear on the front page (?).
    Any idea to fix it?

    By the way, awesome plugin!

    • This topic was modified 7 years, 5 months ago by CGPI.
    • This topic was modified 7 years, 5 months ago by CGPI.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author pressfore

    (@pressfore)

    Hi there,

    Can you share some additional info about that conflict? Or maybe if you are still using slider on your installation, share a link to a page where the issue is present so we can investigate this further. In the meantime please try disabling all additional 3rd party plugins one by one and test every time. In this way we will make sure that there is no 3-way conflict with some other plugin. If you don’t want to share a link to your site publicly, you can reach us directly at pressfore[@]gmail.com

    All the Best!

    • This reply was modified 7 years, 5 months ago by pressfore.
    • This reply was modified 7 years, 5 months ago by pressfore.
    Thread Starter CGPI

    (@cgpi)

    Hello, Thank you for your fast reply.

    First, sorry, this is not the last news which are broken but Testimonials section in Zerif theme.

    Well, I used Firebug in order to found the conflict and I found it.
    Both Zerif theme and Rolo slider use the same Owl Carousel class (.owl-carousel), so when the plugin is activated, its CSS class display none by default and zerif testimonials disappear.
    May be adding a class_exists function could fix the issue?
    https://developer.wordpress.org/plugins/the-basics/best-practices/#oop

    Plugin Author pressfore

    (@pressfore)

    Hi again,

    And thanks for additional info. We tested this on our side, and indeed, there is a conflict with in theme styles and plugin styles regarding owl carousel. Since we have released the plugin much later then Zerif theme authors then we will gladly release an update which will fix this issue. As a temporary fix you can apply custom css code below:

    .owl-carousel {
    display: block;
    }

    but note that we will release plugin update very soon, and we will let you know when it becomes available.

    Best Regards!

    Plugin Author pressfore

    (@pressfore)

    Hello,

    Just to inform you that update which contain fix is released. Please update the plugin, clear browser cache and test this again.

    Let us know if everything is working now.
    All the Best!

    Thread Starter CGPI

    (@cgpi)

    It works!

    Keep up the good work!

    Plugin Author pressfore

    (@pressfore)

    Awesome! We are glad to hear that it is working now.

    We hope our support was satisfactory. We’d really appreciate if you could help us make it even better by rating it – https://wordpress.org/plugins/rolo-slider/

    Topic will be set as resolved.

    Bests!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Script conflict’ is closed to new replies.