Support » Plugin: Arconix FAQ » Problem with CM Enhanced Tooltip Glossary plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi cotp,

    Any chance you could provide a screenshot or a link to where this is occurring so I could try to diagnose the issue?

    Thanks

    Thread Starter cotp

    (@cotp)

    Sure here is a screenshot, you can see clearly the repetition in each FAQ of the list of the Glossary

    http://hpics.li/2422cc4

    If you have any idea on how to fix the issue, let me know 🙂

    Thanks John for your help…

    Plugin Author John Gardner

    (@jgardner03)

    Ideally this should be handled by the glossary plugin — it should explicitly restrict the display of glossary terms only to specific post types which would leave post types like FAQs, Events and Products alone, but there may be a way around it. I haven’t tested this myself, but it should work. Add the following to your theme’s functions.php file:

    if( 'faq' == get_post_type() )
    remove_filter( 'the_content', 'red_glossary_createList' );

    That will only affect the FAQ post type, so if you end up installing plugins that add additional post types you may have to modify this code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with CM Enhanced Tooltip Glossary plugin’ is closed to new replies.