• Resolved amitkalia

    (@amitkalia)


    I had a competition (CM Glossary) plug-in that was not mobile friendly for Hindi (devanagari script). So I downloaded your Glossary plug-in. I am very delighted to see that your plug-in is displaying the linked words correctly on mobile phones.

    But here are some issues that I am experiencing:

    All the terms imported perfectly but additional key terms (called related terms in CM Tooltip plug-in) were not automatically imported. Is there a method to import a CSV file of all the posts including additional key terms? To add them manually, is a humongous task, as I have more than 3,500 terms in total and out of which some 3000 terms can have 3 to 10 related words each.

    Also there are many glossary terms that don’t display a link.

    Only a few examples:

    ????
    ??????? (added as an related term to terms ??????)
    ???????
    ?????
    ??????
    ????? (a related terms of ????)
    ??????
    ??????? (additional term of ????????)

    Reference Page : https://ramcharitmanas.info/collection/the-wedding-of-shri-ram-and-sita-ji-and-their-departure/

    NOTE: I have noticed that wherever the above pages are followed with signs ? or ? the links don’t appear. Can this be fixed?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    1. No is not possible to import automatically the related terms from CM tooltip in Glossary (yet)
    2. About words near symbols yes we usually ignore words in that case to avoid conflicts I think that with a php filter you can fix that.

    
    add_filter( 'glossary_regex', function( $regex, $term ) {
        return '/(?<![\w\—\-\.\/]|=")((?i)' . $term . '(?-i))(?=[ \.\,\:\;\*\"\)\!\?\/\%\$\€\£\^\<\>\“\”])(?![^<]*(\/>|<h|<\/button|<\/h|<\/a|<\/pre|<\/figcaption|<\/code|\"))/u';
    }, 10, 2 );

    `

    This php code should say to ignore symbols but without | as there is in the plugin code.

    Thread Starter amitkalia

    (@amitkalia)

    Thanks for your reply. I understand #1 and can consider adding all related words manually, if the other few issues can be troubleshooted.

    I am not a technical person and adding filter in php etc. is not my speciality. I am willing to pay for this extra work, are you able to help fix this issue?

    Definitely, the pro-version is for our site and we look forward to troubleshooting these issues first.

    Thanks!

    If you get the pro version I can do that for you on our premium support platform without paying anything else.

    Moved to our premium support platform

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Related Terms’ is closed to new replies.