click5
Forum Replies Created
-
Forum: Plugins
In reply to: [Sitemap by click5] I only need an html sitemapHello @hamil1,
Thanks for pointing out this bug! We will implement a fix in the upcoming release v1.0.20 which should be available in the next 2-3 days. I will let you know here.
Thanks,
click5 TeamForum: Reviews
In reply to: [Sitemap by click5] The best free Sitemap plugin so far!That’s great to hear!! Thanks for your kind words @ck-iridium !!
Forum: Plugins
In reply to: [Sitemap by click5] Unable to translate fieldsHi @ck-iridium
We’ve released a Spanish translation, and the latest version of our plugin is compatible with Loco Translate plugin.
We would appreciate your feedback on the Spanish translation.
Thanks,
click5 TeamForum: Plugins
In reply to: [Sitemap by click5] Unable to translate fieldsHi @ck-iridium
Thanks for your feedback!
We will definitely make sure to include chains for Loco Translate plugin in one of the upcoming releases.
Meanwhile we will also work on the translation to Spanish, which should be the easiest solution here.
Thanks,
click5 TeamForum: Reviews
In reply to: [Sitemap by click5] This’s a fantastic sitemap plugin!That’s great to hear!! Thanks @chrisbuchman90 for your kind words!!
Forum: Reviews
In reply to: [Sitemap by click5] Great, light and effectiveThat’s great to hear!! Thanks @sleepy007 for your kind words!!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Share Count on Home PageIn version 4.8 replace existing line 717 of simple-share-adder.php
$urlCurrentPage = (isset($atts[‘url’]) ? $atts[‘url’] : ssba_current_url());
with
if (get_permalink($post->ID) != “”) {
$urlCurrentPage = get_permalink($post->ID);
} else {
$urlCurrentPage = (isset($atts[‘url’]) ? $atts[‘url’] : ssba_current_url());
}