ahhhaweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Bug: Theme UpdateDeleting the “maintenance” file from the root director and reinstalling the theme cleared up the issue.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Sitemap Dynamic PagesThanks for the great support! Providing actual code is phenomenal! I tried adding it to the class-sitemap.php file but that had no effect. A new site map just generated and it looks pretty much the same.
To be clear, what I need is for the site map generator to crawl and follow my href anchor links. The way my site works is a normal WordPress page template will call an API that returns a product list with hrefs that will generate product listing pages that will contain hrefs that generate product detail pages which contain prices and add-to-cart buttons. I need those product detail pages with the prices added into the sitemap so I can encourage Google to index them and pick up the structured data product tags I implemented.
Thanks!!
This is not a bug question but I ran the health check and do not see any issues related to the question I posted. I don’t think the question I am trying to solve – how to control the value of the canonical URL in dynamic custom pages – is a bug in rank math. It’s really a question about how I can extend the functionality of this fantastic tool to work with my custom pages, or alternately, how I can remove the canonical tag element set by Rank Math from my custom pages so that I can construct the tag myself.
Resolved – Contact Form 7 is now using wpcf7 as their element name. Working code is `
function custom_cf7_scripts() { ?>
<script type=”text/javascript”>
function _wpcf7_18535_on_sent_ok_() {
jQuery(document).ready(function () {
jQuery(‘#popmake-18536’).popmake(‘close’);
});}
</script><?php
}add_action(‘wp_head’, ‘custom_cf7_scripts’, 1000);`