CreativeMindsSolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [CM Tooltip Glossary] Is server side or client side?The tooltips are using JS so it is always client side. Parsing the content to find where the tooltips are is done server side
Forum: Plugins
In reply to: [CM Tooltip Glossary] Linking and previewHi.
1) To remove links from the highlighted definitions, in plugin settings head to “Glossary Term” tab, then find and enable the option “Remove link to the glossary term page”.
2) This feature is not available in free version of the plugin. It’s available only in Pro and higher version. There’re 2 options for this which allow to either highlight first term occurrence only or every N-th occurrence only.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Is server side or client side?Hi. The tooltips are rendered on the client side.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Add Glossary not showing on Admin DashboardHi,
- The reminder notice should only be displayed on the plugin settings page. You can register or just ignore it.
- The menu item to add a new glossary term is the “Add New” submenu item of the “CM Tooltip Glossary” menu item. Or you can add new items from the “Glossary” admin page itself using the “Add Glossary Item” button at the top of the page (please see the screenshot).
Forum: Plugins
In reply to: [CM Tooltip Glossary] Open In New Window, double empty HTML and title colorsThe?“Overwrite the “Don’t use the DOM parser for the content”?option in the metabox doesn’t disable the parsing but enables a simple parser on the page, so please disable it back. To disable parsing on the page please use the?“Search for glossary items on this post/page”?option (set to the “Don’t search” value). Please see?the screenshot
The?“Exclude HTML tags from parsing”?option that allows to prevent parsing links is placed in the plugin settings >> General settings tab >> Term highlighting sectionForum: Plugins
In reply to: [CM Tooltip Glossary] Open In New Window, double empty HTML and title colorsThe links on the main Glossary page are doubled because the page is parsed by the CM Tooltip Glossary plugin. Please disable parsing for this page using the “CM Tooltip – Disables” metabox or please add the “<a>” tag to the “Exclude HTML tags from parsing” option.
To overwrite the tooltip title text color please use the following CSS selector in your custom CSS:
body #tt #ttcont div.glossaryItemTitle
{
color: your color !important;
}Forum: Plugins
In reply to: [CM Tooltip Glossary] CommentingYes. The glossary term page is a custom post type…
Forum: Plugins
In reply to: [CM Tooltip Glossary] Exclude HeadlineHi. Under the “General Settings” tab find the section “Term Highlighting”. There’s an option “Exclude HTML tags from parsing”. You can choose there “All heading tags (h1-h6)”. This should help avoid highlighting tooltips in headings.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Not picking up terms automaticallyWe don’t have an option like that in the free version of the plugin, only in Pro version – to not hightlight the term on it’s own page.
What you can do with the free version is to disable hightlighting all glossary terms on term pages, using the same option “Highlight terms on given post types” and removing an item “Glossary Item (glossary)”.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Not picking up terms automaticallyHi. What kind of a post type is this page – I mean “/portfolio/traning/”? Please, make sure this post type is chosen in the plugin settings. To find the option head to plugin settings -> “General Settings” tab -> “Term highlighting” section. There you can find the option “Highlight terms on given post types”.
Let us know if it helped to solve the issue.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Fehler beim Aufbau einer DatenbankverbindungHello. Probably, the issue can be caused by the internal cashing mechanism of the plugin. Please try to disable it and check if it helped. If the issue doesn’t appear after it, I recommend you use some external plugin for caching
Forum: Plugins
In reply to: [CM Tooltip Glossary] Glossary Page Keeps RefreshingForum: Plugins
In reply to: [CM Tooltip Glossary] Deprecated elementThanks for reporting. We just released a new version with a fix
Forum: Plugins
In reply to: [CM Tooltip Glossary] Vulnerability Issue – Security RiskWe have released a new version with a fix. Please check and let us know if it solve the error you see on your side.
Forum: Plugins
In reply to: [CM Tooltip Glossary] cm tooltip glossar on first page (WP template 2024)The default home page of the Twenty Twenty Four theme is not the static WordPress page and it doesn’t have the_content filter.
This is very strange as adding the filter is part of WP basics
Because of it it can’t be parsed and terms doesn’t highlights there.
The solution can be creating the home page manually and changing the default home page to static page and selecting new page.