Tooltips Pro breaks Slider on Frontpage

Home Forums WordPress Tooltip Pro Support Tooltips Pro breaks Slider on Frontpage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,

    When I turn on Tooltips Pro on my site it breaks the slider on the front page. The slider is built into my template, but I believe it uses Nivo Slider. When you go to my site you can see that the first slide shows fine, but the second one is completely empty. As soon as I disable Tooltips Pro the second slide works again.

    Do you have a fix for this?

    Thanks

    Hi Cyrill,

    Thanks for the message. 🙂

    I am sorry for heard about the conflict of the theme slide and our plugin, please note because there are too many advance themes and plugins, we have no way to support all of them, for avoid conflicts, what we can do is we follow wordpress standard, all of our functions will hook wordpress standard API. Also, in our plugin side, we added many tooltips API for users more easier to integrate our plugin with other plugins and themes, for example, in our tooltips title function:

    function showTooltipsInTitle($content,$id)

    we have API like this:

    	do_action('action_after_showtooltipsintitle', $content,$id);
    	$content = apply_filters( 'filter_after_showtooltipsintitle',  $content,$id);
    	
    	return $content;

    in your theme or your plugin side, you can use our API to integrate our plugin with yout theme, if you check our codes, you will find in each related funciton, we have related API.

    Please note we have no way to support all advance themes or plugins, so please contact your theme author to integrate our API, or if you are coder, you can use our API to solve the problem, if you are not a coder, maybe you need hire a freelancer work for you, if you want to hire me, please just contact me via our contact us at https://tooltips.org/contact-us/ , thanks, have a happy new year. 🙂

    Best Regards,
    Tomas

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