BuddyBoss Home – Web Support Forums Themes Boss. theme Problem with glossary plugin and more

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #57200
    @modderpl

    Hi, i use social
    I have some problems on my dev site. So:
    1) I use Tolltip glossary (pro) https://wordpress.org/plugins/enhanced-tooltipglossary/
    And the problem is, when it is “on” http://take.ms/ADwyt I had the same problem on previous site and i found very easy solution [glossary_exclude] [ld_profile][ld_course_list mycourses=’1′] [/glossary_exclude], but i dont know ho to use it in this theme. How i can edit page “courses” – http://take.ms/kmmOz?

    2) Why images inside post looks such strange http://take.ms/Eo2YE (http://nauka.rosyjski.pro/uzycie-przedrostka-pol-w-jezyku-rosyjskim/) Normaly it looks like http://take.ms/C8IjD (http://rosyjski.pro/uzycie-przedrostka-pol-w-jezyku-rosyjskim/)

    Answers

    #57223

    Anonymous
    @

    Hi @modderpl,
    I have notified to developer to take a look with Tolltip glossary (pro), Please send plugin files from our contact page with ref of this topic url
    Regards
    Varun Dubey

    #58276
    @modderpl

    Hi,
    did you find any solution? Now I cannot use your theme with tooltipglossary and for me this plugin is VERY important (i have language e-learning website.).
    If there is no solution unfortunatly i will have to ask for refund.

    #58294

    Anonymous
    @

    Hi @modderpl

    
    function bb_remove_tooltip() {
    global $bp;
    if( bp_is_active( 'courses' ) {
    remove_action('wp_print_styles', array('CMTooltipGlossaryFrontend', 'cmtt_glossary_css'));
    remove_action('wp_enqueue_scripts', array('CMTooltipGlossaryFrontend', 'cmtt_glossary_js'));
    remove_filter('the_content', array('CMTooltipGlossaryFrontend', 'cmtt_glossary_parse', 9999));
    }
    }
    add_action( 'after_setup_theme', 'bb_remove_tooltip', 999 );
    

    You can to add above function inside child theme functions.php

    It’ not a theme issue, You can also get the same issue inside default wp theme

    Regards
    Varun Dubey

    #62724
    @modderpl

    Hi,
    inside default wp theme i have very easy solution. So if there is no solution for my trouble, i’ll ask for refund – unfortunatly i cannot use your super theme 🙁

    #63503

    Anonymous
    @

    Hi @modderpl
    We cannot support perfectly, every plugin out there. Boss has built in support for dozens of plugins, but, we can’t hit them all at once…So, please be patient with this.
    Regards
    Varun Dubey

    #63676
    @modderpl

    So 🙂
    we can close topic – the easiest way to solve that problem was to disable CM Tooltip Glossary Plugin on PAGES. Now everything is ok.

    #63734

    Anonymous
    @

    Thanks for your understanding.
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Problem with glossary plugin and more’ is closed to new replies.