Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi there,

    This is more of a query for CM Tooltip Glossary than it is for this plugin, it’s that functionality that isn’t working rather than the carousel. I suspect that it’s due to the code from shortcodes being protected from this behaviour. That’s usually a good thing – it prevents one plugin from accidentally breaking another.

    Your best bet is to contact the authors of that plugin though, they’ll know best how to tackle this. If you figure it out, it would be great if you post the answer here though ??

    Cheers,

    Phil

    Hi haniballXL,

    Could you show the page which has the issue, so we can see how it looks? Especially whether the tooltips are not displayed only in the content generated with the CPT Bootstrap Carousel plugin, or on the whole page which has this shortcode.

    Thread Starter haniballXL

    (@haniballxl)

    Hey, thanks for your answers. Well I tried a shortcode I wrote myself that displays the bloginfo_name option and that works together with the glossary plugin.

    /*works together with glossary plugin*/
    //called via [bloginfo_name]
    add_shortcode(‘bloginfo_name’, ‘print_bloginfo_name’);
    function print_bloginfo_name(){
    return get_bloginfo(‘bloginfo_name’);
    }

    But as soon as I put the carousel shortcode on the same page, the glossary plugin stops working.

    Please tell me if you will take a look at it or if I should try another plugin. Or if you still think I should contact the glossary plugin authors.

    @cm Plugins: I don’t want to post a link here but I could send it to you via PM. It’s pretty unspectacular because the carousel works and the glossary plugin functionality you can’t see, because it’s not functioning ??

    Plugin Author Phil Ewels

    (@tallphil)

    Ah ok, could be a conflict in the client-side javascript or something then..? Could be a lot of things to be honest – as CM Plugins says, difficult to say without a link. Even if it looks unspectacular, the developer console might have some interesting things to show.. It also allows to try and recreate the problem at our end, and then play with the code to figure out what the problem is.

    Phil

    Please send it to [email protected] with a link to this conversation

    We will look at it next week

    Thread Starter haniballXL

    (@haniballxl)

    I’ve sent a mail to cminds.com but the customer can’t wait forever (no blame just a fact, I know it’s free and you don’t get paid for my problem). I’ve switched to “Responsive WordPress Slider – Soliloquy Lite” which covers my needs and it works with the glossary plugin.

    Thanks anyway ?? – marked as resolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Incompability with "CM Tooltip Glossary"’ is closed to new replies.