BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Problem with glossary plugin and more
Tagged: CM Tooltip Glossary Plugin
- This topic has 7 replies, 2 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
January 26, 2016 at 10:49 am #57200@modderplHi, 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
January 26, 2016 at 12:20 pm #57223@
AnonymousHi @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 DubeyFebruary 5, 2016 at 7:21 pm #58276@modderplHi,
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.February 6, 2016 at 8:53 am #58294@
AnonymousHi @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 DubeyMarch 12, 2016 at 4:11 pm #62724@modderplHi,
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 🙁March 17, 2016 at 12:46 am #63503@
AnonymousHi @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 DubeyMarch 17, 2016 at 1:07 pm #63676@modderplSo 🙂
we can close topic – the easiest way to solve that problem was to disable CM Tooltip Glossary Plugin on PAGES. Now everything is ok.March 18, 2016 at 1:52 am #63734@
AnonymousThanks for your understanding.
Regards
Varun Dubey
- The question ‘Problem with glossary plugin and more’ is closed to new replies.