Akshay A
Forum Replies Created
-
Apologies for the previous response as it was sent by mistake, but glad to hear that your issue has been resolved. We are going to close this thread for now, but if you need any further assistance, please feel free to reach out. Have a great day ahead! ??
Hi, Kindly go to the theme’s functions.php file and add this filter once. Try it and let us know if it works.
Note: Replace ‘custom_post_type_name‘ with your actual post type name.
/* To enable support for custom post types */
add_filter(‘wpm_posts_config’, ‘wpm_custom_post_type_clbk’);
function wpm_custom_post_type_clbk($config){ $config[‘custom_post_type_name’] = array();
return $config;
}/* To enble support for custom post meta fields */
add_filter(‘wpm_post_fields_config’, ‘wpm_custom_post_type_meta_fields’);
function wpm_custom_post_type_meta_fields($config)
{
$config[‘custom_meta_field’] = array();
return $config;
}Also, we have raised a GitHub ticket regarding this concern and are planning to add a feature that will simplify this process, so you won’t need to add any filters again.
Here is the ticket.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] review author name not workingHi,
Thank you for reaching out to us. Could you kindly share a short video showing the steps you are taking? This will help us to check the issue more effectively. Also, please provide the URL where you need assistance.
Forum: Plugins
In reply to: [Easy Table of Contents] Completely Remove and ReInstallShortcodes and auto insertion are two different features. If you have added the TOC using a shortcode, it will remain even after deactivating the plugin, and you will need to delete it manually. We have already raised a ticket to address this.
On the other hand, with auto insertion, the TOC will be removed automatically when you deactivate the plugin.
Hope this clarifies your concern!
Glad to hear you got it sorted! We’ll notify you here once we release the new update.
Forum: Plugins
In reply to: [Easy Table of Contents] Completely Remove and ReInstallHi, could you please share a short video showing the steps you are taking to delete the shortcodes so we can review them? Also, kindly provide the URL where you are facing the issue.
Hi, thank you for reaching out to us. Could you please provide a short video showing the steps you’re taking and the issue occurring on your end? It will be helpful for us to recreate the issue on our side for further check.
Forum: Plugins
In reply to: [Easy Table of Contents] Completely Remove and ReInstallHi,
Thank you for your kind words about the plugin! We’re glad to hear you find it helpful.
At the moment, you have to manually delete the shortcodes from your posts or pages through the editor. However, we have raised a ticket regarding this concern and it will be addressed in the upcoming update.
Here is the GitHub Ticket.
Also, once you reinstall the plugin, simply activate it and enable the settings. This will ensure that TOCs are inserted directly into the selected posts or pages without the need for shortcodes.
Forum: Plugins
In reply to: [Easy Table of Contents] Completely Remove and ReInstallHi,
Thank you for reaching out to us and we apologize for the inconvenience caused.
It seems that you have added the TOC using a shortcode. Therefore, even after deleting the plugin, the shortcode remains on your post or page. You can remove it directly from your editor or builder, whichever you used to add the shortcode. Once deleted, it will no longer appear.
Also, we would also like to understand if you experienced any specific issues with the Easy TOC plugin that led you to uninstall it. Please feel free to share the details with us so that we can assist you in the best possible way.
Forum: Plugins
In reply to: [Check & Log Email - Easy Email Testing & Mail logging] Emails not loggedHi, thank you for reaching out to us. Could you please provide a short video showing the steps you’re taking and the issue occurring on your end? It will be helpful for us to recreate the issue on our side for further check.
Hi, Thank you for sharing this. We are currently checking this concern and will provide you an update shortly. We kindly request your patience in the meantime.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] problem with Search ConsoleHi,
Thank you for reaching out to us. We have checked on our end and did not find any issues. Kindly check for any plugin conflicts on your end, as such issues occur due to the conflicts.
Hi,
Indexing issues can happen for various reasons. While schema markup helps Google understand your content, it doesn’t guarantee indexing. Google may skip over thin or duplicate content, so it’s important to make sure your content is unique, detailed, and matches what users are looking for. Technical problems like crawl errors, noindex tags, blocked pages in robots.txt, or issues with your sitemap could also be causing problems. New websites often face challenges without strong backlinks, so adding both internal and external links can help improve visibility. Recent Google updates also highlight the importance of E-E-A-T (Experience, Expertise, Authoritativeness, and Trustworthiness), especially for highly competitive topics.
We recommend checking your URLs in Google Search Console to identify and fix any errors, improving internal links, and submitting an updated sitemap. You should also validate your schema using Google’s Rich Results Test to ensure everything is set up correctly.
Hi, Hope you are doing well. We have released the new update version 2.0.72, in which we have addressed this concern. Kindly update the plugin to the latest version, clear the cache, and give it a try.
Hi, Hope you are doing well. We have released the new update version 2.0.72, in which we have addressed this concern. Kindly update the plugin to the latest version, clear the cache, and give it a try.