Hello @stephanie0000
Seems some theme styles are overwriting WP ADMIN styles or our Form Fields are not rendering. Could you please check a few things on your website?
- Please check if checkbox/radio labels outputting (white color maybe). You can use browser DevTools in order to inspect the Element – https://developer.chrome.com/docs/devtools/open/.
- Please temporary enable WP DEBUG and visit XML Sitemap Settings and front Sitemap (https://youdomain.com/sitemap.xml) pages to check if there are any errors.
Will be waiting for your reply š
Best regards
no issues found and there are no color issue as well
Could you please share your environment details, we will try to run the server with the same configuration – https://ww.wp.xz.cn/documentation/article/site-health-screen/#server. As well WordPress version.
Best Regards
even if i edit anything within the plugin (for example if i change the url of the sitemap which is my main reason to use this plugin) does not apply when i save changes.
Thank you for detailed information. There was a problem with load_template() function with WordPress versions older than 5.4.0.
Please make below changes on your website. If everything will work, we will release an update with this fix. Please replace render() function in wp-content/plugins/xml-sitemap-generator-for-google/includes/Dashboard.php file:
public static function render( $template_name, $args = array() ) {
load_template( GRIM_SG_PATH . "/templates/{$template_name}", false, $args );
}
to this one:
public static function render( $template_name, $args = array() ) {
set_query_var( 'args', $args );
load_template( GRIM_SG_PATH . "/templates/{$template_name}", false );
}
Will be waiting for your reply š
sure thankyou!
will run the code and then I will update you. many thanks for your support.
Yes, it is working fine. Thank you for all the help. Highly appreciate it!
Great š
Thank you for using our plugin!
have you solved this issue be default in your latest update?
Yes, sir š
We’ve already released this fix with 1.6.7 version. Here you can see the Changeling – https://ww.wp.xz.cn/plugins/xml-sitemap-generator-for-google/#developers.
Best regards