CreativeMindsSolutions
Forum Replies Created
-
Your question does not refer to the free version. Please contact our [email protected]
Tooltip content is sanitized. So if you insert HTML it will be removed
As for the title – the same. it is sanitized
No it is sentized. Try adding html content to the tooltip and you can see it is stripped
You will need to escape it as the tooltip content will be sanitized
Forum: Plugins
In reply to: [CM Tooltip Glossary] Enable comments in Glossary Topic freeThe option to enable/disable the comments for the ‘glossary‘ post-type is available only in Pro and higher versions. In the free version, comments are not supported.
You are always welcome to open a support topic and we usually answer very quick
We check our version multiple times before releasing them and the current version is very stable
I encourage you do to so so we can resolve your issueForum: Plugins
In reply to: [CM Tooltip Glossary] Change the text of “back to glossary index”No this is not supported in the free version
Forum: Plugins
In reply to: [CM Tooltip Glossary] The tooltip is not working for every glossary itemPlease open a support ticket on our site to continue this issue as we can not support this in this forum
Forum: Plugins
In reply to: [CM Tooltip Glossary] The tooltip is not working for every glossary itemThis issue is related to the plugin caching mechanisms. So to fix it you need to clean the cache by disabling the “Enable the caching mechanisms” and enabling the “Clear caches actively” options. Once you see that all tooltips are fixed you can turn the “Enable the caching mechanisms” option on again.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Exclude heading tags from tooltip selectionThere are two options in the plugin settings
1) Exclude HTML tags from parsing: – in which you can list the tags you want to avoid. This is found in the general settings tab2) Leave the <a> tags? – this is found in the Tooltip tab
Forum: Plugins
In reply to: [CM Tooltip Glossary] PluralYes but this is not supported in the free version of the plugin
Forum: Plugins
In reply to: [CM Tooltip Glossary] Elementor integration1) Regarding first question - yes, the free version of the plugin does not have options for choosing templates, but the rest of the guide is relevant for the free version of the plugin (the chapter "Instructions"). You need to go to wp-content/plugins/cm-answers-pro/views/frontend/answer and copy there 2 folders and 2 files:
- index.phtml (for Questions)
- single.phtml (for Answers)
- meta folder
- widget folder
Then create the sub-directory "CMA/answer" inside your current theme directory. It should be under wp-content/themes/(active theme)/
Then, paste copied files and folders there.
When editing the index.phtml, you can insert the needed content, for example under this line:
<div>
Example of the custom content:
<div>
<p>Insert you content here - paragraph 1</p>
<p>Insert you content here - paragraph 2</p>
</div>
<div>
<img src="https://your-website.com/wp-content/uploads/2024/11/image.png">
</div>
After saving the changes, the custom content should be displayed on the default forum page your-website.com/answers/
2) To solve the issue with pages with parameters using Rank Math SEO, go to General Settings -> Edit robots.txt. Add there this line:
Disallow: /*?sort=
It should help you solve the issues.Hi,
Here’re possible solutions for the issues:
1) To avoid having 2 apart pages with forum (the default page and a custom page where you added a content), you need to delete the custom page, and add your content directly to the default page. As the default page is created dynamically, you need to apply changes to the template. The main changes should be made in the index.phtml file. Please, check this guide for more details: https://creativeminds.helpscoutdocs.com/article/1016-cm-answers-cma-theme-how-to-change-plugin-theme
This should solve the issue with duplicate question links on 2 similar pages.2) Regarding duplicate URLs with parameters like /?sort=votes or /?sort=newest. If you’re using an SEO plugin such as Yoast SEO, there’s an option to ignore URL parameters, which prevents crawlers from indexing multiple versions of the same page. In Yoast SEO, you can enable this option by going to Settings -> Advanced -> Crawl optimization and enabling “Remove unregistered URL parameters”. This will help ensure that only the main URL (e.g., /answers/question1/) is crawled, avoiding duplicate content issues. Users will still be able to sort questions normally.
Forum: Plugins
In reply to: [CM Tooltip Glossary] CM Tooltip Glossary Index settingsSorry If my answer was not clear. Of course you can restrict indexing all the pages
The glossary is using a custom post type. In Yoast you can restrict indexing by limiting it to specific post types and in such way you can leave out all the glossary items from being indexed
If you choose to still index specific post you can still override it on each post using Yoast metabox section