As a big fan of this plugin, we have it on multiple websites we’ve developed over the years. However, with no updates for a full year now, I have to ask if it’s been abandoned? We cannot leave our existing clients in a situation like this much longer, and certainly can’t develop further sites using this, unless you’ll be updating this again? Are we better off just looking for another solution to move to?
]]>Does a .gzip file get generated?
]]>The HTML sitemap page navigation shows a link with 7 pages up to Last. However, the actual sitemap page doesn’t start until /page/4/
Clicking on the First, 2, or 3 links doesn’t take you to a sitemap. Only when you click the 4 do you get to the sitemap.
I tried replacing the shortcode to go to the first page of the sitemap with a direct link to /page4/ but that goes nowhere.
How do I Fix the page navigation so it starts the sitemap on /page/1 or /2 ?
]]>Hi,
is there a way to remove <lastmod> tag from generated XML sitemap?
And how can I disable the CSS in XML sitemap page?
Thanks!
]]>Hi, I’ve tried a lot of sitemap plugins and yours is the best. the shortcode for html, blacklist-pages, etc.. is great. But now I really need to add entries on xml like this:
<url>
? ? <loc>https://domain.com/pricing</loc>
<lastmod>2024-01-07T00:48:45+00:00</lastmod>
? ? <xhtml:link rel=”alternate” hreflang=”en” href=”https://domain.com/pricing”/>
? ? <xhtml:link rel=”alternate” hreflang=”pt-pt” href=”https://domain.com/pt-pt/pricing/”/>
? </url>
There is only 1 plugin I found that does that: Slim SEO but it lacks all your good functionalities ?? I’m currently considering merging both plugins into one ?? can You pls tell me if this kind of feature will never be implemented by click5?
Thank you
Hi, great plugin, thank you for your contribution ??
I have a problem on the Page title string, it shows like this:
[:en]Home[:]
[:en]Pricing[:]
[:en]Feature Requests[:]
[:en]Support[:]
[:en]Contact[:]
[:en]About[:]
I assume this comes from wp_multilang, and I wanna know how to fix it pls.
I’m ok with changing the code my self and upload custom plugin with fix.
Hint: I noticed that on the “HTML Sort Order” the item are displayed correctly!
Thank you,
Labsforge
I selected the Pages and Categories option to display in my html sitemap.
In the BLACKLIST section the categories appear.
but in Html section sitemap order not.
I also don’t see the categories on the page where I entered the shortcode.
Only pages are displayed in html sitemap.
How do I display categories?
]]>Good afternoon! How to enable cronjob on server for this plugin. I need a cron link like this one:
php /home/admin/web/sample.com/public_html/index.php — sitemap_cron=yes
]]>Receiving this error when attempting to activate plugin:
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes)
Plugin is taking more than 2GB of memory when activating. Is this typical?
]]>Is there a way to increase the depth of html sitemap, f.e. for product categories?
Thanks in advance!
]]>Hello,
Please fix the following code errors:
FILE: api.php
FOUND 2 ERRORS AFFECTING 1 LINE
1691 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
1691 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
We have a multi-network of multisites and I would like to provide a users with a sitemap that can include menu links to all the different sites.
Is that possible with your plugin?
Is it possible to make a sitemap for any language with this plugin?
I mean : a sitemap for /es/ pages or a sitemap for /en/ pages
When setting up our HTML Sitemap I noticed that we are not seeing a list of Pages or Posts populate in the area where we are able to reorder list or in the area where you can select items to be blacklisted.
]]>I am currently using another plugin for XML sitemap (Yoast SEO) but need an HTML sitemap and they do not have that feature. I wanted to use the Click 5 plugin to generate our HTML sitemap but get an error “XML sitemap generated by a different plugin”. Is there a way I can use the Click 5 plugin just for HTML sitemap?
]]>Hi, I have been using your plugin on a few sites and it is excellent however I just noticed it had stopped working on one site (the sitemap page was blank except for the site header area, but the footer wasn’t showing plus no sitemap showing either). I tried to open the sitemap page but trying to open it has caused a fatal error, so then I tried disabling your plugin and re-enabling it – but then I couldn’t re-enable it, as it then caused another fatal error, and the message was:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/sites/15a/b/b13d8a8d50/public_html/wp-includes/class-wpdb.php on line 2879
I don’t have time to troubleshoot it, and so I’ve had to install another sitemap plugin, but I just thought I’d notify you of the issue (…which could be due to the recent plugin update, as it was working fine before, and it is also still working ok on my other sites too) as I noticed someone else also suddenly had a similar problem so I thought I’d let you know – Thanks
]]>Hello,
Why when i go to my sitemap i have a blank page ?
If i download the xml it’s ok, just the url of xml-stylesheet is not good because not with https whereas all my site is in https. There is a setting ?
So i have this in chrome :
Unsafe attempt to load URL https://mywebsite.fr/wp-content/plugins/sitemap-by-click5/css/front/index-template.xsl from frame with URL https://mywebsite.fr/sitemap-index.xml. Domains, protocols and ports must match.
I see this post https://www.ads-software.com/support/topic/sitemap-tag-xml-seems-in-trouble/ and i download and install your https://www.click5interactive.com/sitemap-by-click5-v1.0.42-RC3.zip.
But it doesn’t solve my problem.
I check all url in sitemap all are with https but not the href of xml-stylesheet.
What’s the problem ?
Regards
]]>Hi there,
When I include a video to create an XML file, the plugin always finds videos on 2 pages only. However, I have many other videos on posts too. Am I doing anything wrong or it’s a bug?
]]>Hello,
Yandex warned me that my sitemap-tag.xml is not good and it effectively looks not in good shape…
Not sure why this is so nor since when it is like that…
Thanks for any hint
Eric Collart
]]>Hello,
not sure why I get these wrning on top of XML setting page because I don’t think I have another plugin that generates sitemap.xml …
The warning message is:
We have detected an XML sitemap generated by different plugin
I deactivate WP built-in sitemap in function.php but no change. I went thru my hosting Plesk and settings of all my plugins without any finding…
I use WordFence but didn’t find if there is a sitemap generator in that plugin…
Could someone help, please ?
Thanks for any help
Eric Collart
Code used to disable WP built-in sitemap added in function.php of my child theme:
add_action( ‘init’, function() {
remove_action( ‘init’, ‘wp_sitemaps_get_server’ );
}, 5 );
Plugin could not be activated because it triggered a fatal error.
This was working on this website before and all of a sudden, I have this issue.
Can you please advise any troubleshooting I can do to determine the cause of this?
]]>Despite playing with all the settings, I can’t get posts to show in date order. It only shows alphabetically.
Is this a know bug? It’s important for us to show posts in date order.
Cheers!
]]>Hi! I’m glad to use your plugin: “��lick5 sitemap” �� the best of its kind.
Can you help in disabling index.css of your plugin? I would like to move this to my main css. Now I’m trying to do it “standard” according by wp_dequeue_style/wp_enqueue_scripts: I copy the ID “click5_sitemap_css_front”, without “-css” at the end. However, it doesn’t work for me. Show me the correct CSS ID please.
]]>Using version 1.0.41 I have set ‘Items per page’ to be 0 (zero) so that all entries will be presented on a single page, but I am getting a split across two pages. This used to work fine but I have added a few more pages and may have come up against some kind of items-per-page limit?
This wouldn’t be a massive issue, except now Google Search is complaining that mobile usability for the sitemap page is poor because “Clickable elements too close together” which I suspect refers to the pagination options at the bottom of the sitemap. That could potentially be a separate problem.
]]>Hello,
The first problem is : when i include in the sitemap a CPT which have 20K posts. The quantity of all the posts is near the 30k. For 10k it’s ok.
The UI which load all the posts for the blacklist is loading and after a while we got an error and chrome display a white page with error code : Out of Memory.
I think it will be better to loead the blacklist if a word is in the search input, otherwise display nothing to avoid this.
The second problem is the the option of re-generate the xml sitemap on new added post.
When we save, it take to much time, if i desactivate this option it’s more faster.
It could be interesting to implement the regeneration via a cron action. What do you think ?
Otherwise good job for this plug-in.
Regards
]]>Hello,
I have error logs lately with your plugin, first line says this
[20-Sep-2022 07:57:29 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in …../wp-content/plugins/sitemap-by-click5/api.php:884
May you please help with this issue ? I am desactivating the plugin now for we have some problems when editing posts, but I can send you the full error logs ?
thanks
]]>Hi
Love the sitemap plugin! Having an issue though. When Automation is enabled, whenever I create a new post and it tries to save a draft, it results in a Lost Connection error on WordPress.
Seems like regenerating the entire sitemap while trying to create new articles bugs out the site. I have to go and manually regenerate it because I have to turn off automation. Is there any workaround for this issue?
Thanks!
]]>I have installed Sitemap on two sites, my live site where I have no problems and on our test site where, every time I enter values in the HTML section and save changes, the plugin reports that settings were saved but then refreshes and shows me all options unchecked. My site map is obviously then blank.
]]>Whether I choose two column, or three or four column, whenever theres a very long page name, the name or the page in the left column will overlap the beginning of the column just to the right of it. Here’s an example – https://www.screencast.com/t/QA4aRSY3EjRe
Any way to increase the space between columns?
]]>Hi,
I have a weird behavior on this sitemap page.
I created a WordPress page and I iserted the Sitemap shortcode into it like this.
1 – Can you see there is both a grey and white backgrounds?
2 – Also, how can I remove the Bold on the Heading? And the links?
As you can see on the other pages of my site, my headings are not in bold.
Please note I’m not a coder. Please be specific on how I can edit the CSS.
Thank you so much.
]]>