99robotsteam
Forum Replies Created
-
Forum: Plugins
In reply to: [Header Footer Code Manager] Schema not showing up on page@everythingred Hi, If you’re using a caching plugin or server-side caching, try clearing the cache and testing again.
Forum: Plugins
In reply to: [Header Footer Code Manager] Deleted code still showingIt sounds like your issue is related to website caching. When you delete or update code, the changes may not reflect immediately because a cached version of your site is still being served. Here’s what you can do to ensure the old FAQ schema is fully removed:
- Clear Your Website Cache – If you’re using a caching plugin (e.g., WP Rocket, W3 Total Cache, or LiteSpeed Cache), clear the cache from the plugin settings.
- Purge Server Cache – If your hosting provider has built-in caching (like Cloudflare, SiteGround, or Bluehost), clear the cache from your hosting dashboard.
- Clear Browser Cache – Sometimes, your browser may still be displaying an older version of the site. Try clearing your browser cache or opening the site in an incognito window.
- Check CDN Caching – If you’re using a Content Delivery Network (CDN) like Cloudflare, clear the cache from your CDN dashboard.
After performing these steps, test your page again in the Rich Results Test.
Forum: Plugins
In reply to: [Header Footer Code Manager] Javascript won’t triggerHi @revixi5 ,
We’re glad we could help.
If you’re enjoying our plugin, we’d really appreciate it if you could take a moment to leave us a review. Your feedback helps us improve and lets others know about your experience.
Forum: Plugins
In reply to: [Header Footer Code Manager] Javascript won’t triggerHi @revixi5,
We just tested your script on a demo WordPress site, and it worked as expected (redirecting after 2 seconds or when clicking an element with?
id="click"
). This suggests the code itself is valid, but WordPress-specific factors might be interfering on your end. Common WordPress-specific issues include:- jQuery Conflict: WordPress uses
jQuery
instead of$
. Update your code to:javascript jQuery(document).ready(function($) { // Your code here });
- Missing Element: Ensure a
#click
element exists (e.g.,<button id="click">Redirect</button>
). - Plugin/Theme Conflicts: Deactivate plugins temporarily or switch themes to test for conflicts.
- Caching/Script Order: Clear caches and ensure jQuery loads before your script.
We recommend sharing these points with your developer for targeted troubleshooting. If issues persist, provide a page link and browser console errors.
- This reply was modified 1 month, 3 weeks ago by 99robotsteam.
Forum: Reviews
In reply to: [Header Footer Code Manager] Brilliantly SimpleThanks for taking the time to review our plugin.
Forum: Plugins
In reply to: [Header Footer Code Manager] Snippets not showing in the site code@freibin Hi there,
Thank you for reaching out. Google Analytics tracking code should actually not be visible on your website’s frontend – it runs in the background. The fact that you can’t see the code on your site is normal and expected behavior.
To verify if your GA installation is working properly, you can:
- Use the Google Analytics Real-Time reports to check if your visits are being tracked
- Install the Google Analytics Debugger browser extension
- Check your browser’s developer tools (F12) -> Sources to confirm the GA script is loading
Thank you.
Forum: Reviews
In reply to: [Header Footer Code Manager] HFCM is a safe, reliable time-saver!Thanks a lot for taking the time to review our plugin.
Forum: Reviews
In reply to: [Header Footer Code Manager] Pretty Decent PluginThank you for taking the time to review our plugin.
Forum: Reviews
In reply to: [Header Footer Code Manager] Does what it says it doesThanks for taking the time to review our plugin.
@jaxrachel We have forwarded this info to our developers, we will give you an update soon.
@jaxrachel Hi Rachel, to help troubleshoot the issue with the duplicate Google Tag Manager “body open” tag on your archive pages, We’ll need you to provide the specific settings you’re using for your HFCM Pro plugin.
Could you please send over the details of the GTM container snippet you have configured in the “Header” and “Body Open” sections of your HFCM Pro settings? Having those details will allow me to better understand your current implementation and provide a more targeted solution.
Forum: Plugins
In reply to: [Header Footer Code Manager] Dynamic snippet@jcap1207 Unfortunately, we do not currently have the capability to automatically add dynamic snippets across multiple pages in our plugin. We recognize the value of this functionality and are exploring it for a future release of our PRO version. We appreciate you taking the time to provide this feedback, as it helps guide our development priorities.
Forum: Plugins
In reply to: [Header Footer Code Manager] strip_tags() error in PHP snippetsThe issue has been fixed in the latest update of the Header Footer Code Manager plugin.
We recommend updating to the latest version of the plugin to benefit from this fix. If you encounter any further issues or have any questions, please don’t hesitate to reach out to us.
Forum: Plugins
In reply to: [Header Footer Code Manager] Passing null in strip-tags@totejmedia The issue has been fixed in the latest update of the Header Footer Code Manager plugin.
We recommend updating to the latest version of the plugin to benefit from this fix. If you encounter any further issues or have any questions, please don’t hesitate to reach out to us.Forum: Plugins
In reply to: [Header Footer Code Manager] strip_tags() error in PHP snippetsHi @maxity, we are going to release an update very soon.