CreativeMindsSolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [CM Answers - Powerful WordPress Forum Plugin] Issue with duplicate content1) 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.Forum: Plugins
In reply to: [CM Answers - Powerful WordPress Forum Plugin] Issue with duplicate contentHi,
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
Forum: Plugins
In reply to: [CM Tooltip Glossary] CM Tooltip Glossary Index settingsYou can restrict indexing the index page or specific posts or all the posts using Yoast like you do with any other post. Either by choosing the custom posts you want to restrict in Yoast settings or by checking each post separately in Yoast setting per each post
Forum: Plugins
In reply to: [CM Tooltip Glossary] How to include existing pages into glossaryWe have support to import external terms from a CSV file but this is only avail in the premium edition
We do not have any import solution from Joomla
Forum: Plugins
In reply to: [CM WordPress Search And Replace Plugin] Version number needs to be fixedFIxed
Forum: Plugins
In reply to: [CM Tooltip Glossary] definition page not foundIt is hard to say what is causing this. Can you replace your theme and check if the problem persist?
Forum: Plugins
In reply to: [CM Tooltip Glossary] 300000 transients or more within a few daysPlease open a support ticket https://www.cminds.com/wordpress-plugin-customer-support-ticket/
We can not answer such question which are not related to the free plugin in this forum
Forum: Plugins
In reply to: [CM Tooltip Glossary] critical error after updating phpThanks for pointing out this issues. We have released a new version with a fix
Hello Zo1111. Could you open a task to our email and send a debug log, for example, to see when and how the error occurs? If the debug is unclear, then as a last resort we will ask you to send access.
ThanksForum: Plugins
In reply to: [CM WordPress Search And Replace Plugin] vulnerabilityWe have just released a new version with a fix to the issue. Thanks for reporting
Forum: Plugins
In reply to: [CM Pop-Up Banners for WordPress] plugin not working with slider revolutionI tested Slider Revolution plugin with CM Popup plugin and seems working fine
Could you please more elaborate your issue/difficulty?Please also check the error log on your server and in your web console
if you find any error related to CM plugin then please share with us.Forum: Plugins
In reply to: [CM Tooltip Glossary] Bulk ?mport?This is not supported in the free version of the plugin
Forum: Plugins
In reply to: [CM Tooltip Glossary] Is server side or client side?The tooltip text does appear in the HTML of the page so Google can read it. How it processes it it is hard to tell…
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