Akshay A
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Error from superpwa-sw.js (Uncaught TypeError)Hi,
Thank you for reaching out to us. You don’t need to worry too much about this error, as it won’t cause any problems. We are also working on improving the plugin’s functionality and this error will be fixed in our upcoming update.
If you face any other issues, please let us know.
Forum: Plugins
In reply to: [Easy Table of Contents] Floating as widget + continue reading + bookmarksHi,
We totally understand your excitement for this feature! While 2055 might be a bit too futuristic, rest assured that we’re actively working on improvements. We’ll update you as soon as we release a new update and don’t worry it won’t take as long as your prediction!??
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.
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: [Easy Table of Contents] Floating as widget + continue reading + bookmarksHi,
Thank you for sharing this. We have an option for your first concern, “Make it float as a widget on the left side of the posts”—please follow this document to achieve the desired output.
For the rest of your request, we have raised a GitHub ticket, and it will be addressed in upcoming updates. We appreciate your patience in the meantime.
Here is the GitHub Ticket.
Hi, Thank you for reaching out to us. 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: [Schema & Structured Data for WP & AMP] 100s of transients generatedHi, 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.
Hi, could you please provide the details of the issue you are facing on your end? Kindly share a short video showing the steps you are taking and the issue occurring on your end so we can check accordingly.
Forum: Plugins
In reply to: [Easy Table of Contents] Floating as widget + continue reading + bookmarksHi,
Thank you for reaching out to us. Could you please share more details about the desired output you want to achieve? Please provide a reference or screenshot as it will help us check more effectively.
Hi,
We have released the new update, version 1.40, which addresses this concern. Kindly update the plugin to the latest version, clear the cache, and give it a try.
Forum: Plugins
In reply to: [Easy Table of Contents] Redundant title text in TOCHi,
Thank you for sharing this. We have raised a GitHub ticket regarding this concern, and it will be addressed in the upcoming update. We kindly request your patience in the meantime.
Here is the GitHub Ticket.
Glad to hear that your issue has been resolved. This thread is now being closed, but if you need any assistance, please feel free to reach out.
Regarding your request to be mentioned in the release notes, I will pass it along to the team for consideration and ensure it is included in the upcoming update. We truly appreciate community contributions that help improve the plugin. ??
Hi,
Thank you for reaching out to us, and apologize for the inconvenience.
We are currently working on this issue and will provide you with an update shortly. We kindly request your patience in the meantime.
Here is the GitHub ticket.
Forum: Plugins
In reply to: [Easy Table of Contents] Issue with Sticky Table of Contents on Slow ScrollHi, thank you for sharing this. We have checked on our end and did not find any such issue. It is likely a plugin or theme conflict on your end causing this problem. Kindly check once with your plugins or theme.