menu shows pages from Left to Right, we need the opposite, Right To Left (Hebrew) .
]]>Showing only PAGES
also, i cant find a utility menu that shows those links
]]>Hello! Great plugin ?? just curious on if there is any security concern in using it, since it’s been somewhat abandoned. I really enjoy the output of it, and how it works, but just wanted to be sure. We have a plugin called WordFence and it’ll yell at me if plugins haven’t been updated after a year or so. While I understand it’s a general concern, for a plugin like this I can’t imagine there being anything to exploit, but want to be sure in case I need to keep my eye out on anything in particular. Thanks!
]]>Need to wrap the enqueue in a function, other than that it is still working with WordPress 4.8
You can get the working version from my fork
https://github.com/WestCoastDigital/slick-sitemap
Hi, can you help as the plugin hasn’t been updated for ages. I think its a great plugin and until wordpress 4.7 works well. Now with the latest changes the look and feel has changed and i would like your assistance please. I use just one slickmap short code on a page and now i have two visual site-maps?? One poor version and one excellent version created by the same shortcode?? any ideas on how to get just your nice one appearing?? Live page link – https://www.ahighphotography.co.uk/welcome/about/sitemap/ which shows two visual maps and the nice one at the bottom of the page. Thanks in advance for your help.
]]>Love this plugin! Thank you.
Just one wee problem. The bottom link (yellow box) in the utility menu is overlapping the first item in the main menu (blue box) – i.e. can’t see the bottom left corner of the yellow box.
Is there a way to move the utility menu to the right by 50px?
Thank you.
]]>Hi
I am seeing
#primaryNav ol, ul {
list-style: outside none none;
}
so it is affecting ul that are not part of slick sitemap.
]]>hELLO
Would u plz update the plugin to work with latest WP?
Its amazing and I didnt find a plugin as perfect as this1!!
please advice
Hi, it’s possible to add the style of 4° level?
Thanks
Adriano
I have a local site with only The Events Calendar plugin installed. When I activated the Slick Sitemap plugin I got error messages that seem to revolve around how the scripts and styles are enqueued.
“ster_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts
, admin_enqueue_scripts
, or login_enqueue_scripts
hooks.”
A bit of the message was cutoff, but I think that gives enough info to go on.
]]>Hi
It seems that the css in wp-content/plugins/slick-sitemap//slickmap.css?ver=4.3.1 is interfering with the css for navigation menus elsewhere in the site that use the same classnames, eg #primaryNav.
It could be simply solved by targeting only #primaryNav in the sitemap wrapper but I don’t want to modify the plugin code in case updates overwrite my modifications.
Here is a demo showing how the sitemap display in a wordpress website
]]>Sorry if I am being stupid, but how do I get into this plug in?
I’ve activated the plugin but how do I get into it to configure?
Thank you
Kerry
]]>Hi,
Thanks fantastic plug-in.
I have used with the qtranslate this plug-in, home link becomes the default language at the time of the alternate language.
Can I get any solution ?
See this thread on the Firefox support forums: https://support.mozilla.org/en-US/questions/939325
There is an error in the selectors on line 35 of slickmap.css. This:
#primaryNav ol, ul
should be this:
#primaryNav ol, #primaryNav ul
]]>Hi
I’m running an RTL (right-to-left) WordPress site and activating this plugin caused the TinyMCE admin interface to switch back to LTR – creating all kinds of havoc.
So after a lot of digging around and experimentation I finally found a fix which I’d like to share.
The problem isn’t specific to this plugin; it’s a known issue with plugin .css files being registered too early. How to fix this:
1. open slick-sitemap.php (in wp-content/plugins/slick-sitemap)
2. replace the following code
wp_register_style( 'slickmap.css', SLICKMAP_PLUGIN_URL . '/slickmap.css' );
wp_enqueue_style( 'slickmap.css' );
with this:
add_action( 'wp_print_styles', 'print_styles', 8 );
function print_styles() {
wp_register_style( 'slickmap.css', SLICKMAP_PLUGIN_URL . '/slickmap.css' );
wp_enqueue_style( 'slickmap.css' );
}
I’d like to wholeheartedly thank the plugin maker and ask him to include this RTL fix in a future update.
]]>I tried this on my shopperpress site and it seems to list all of the categories ok but it seems to stop there, is it not possible to list all of the products as well
]]>I added my forums to my menu, and the forums do not show up on the sitemap. Also, the boxes are so wide, that they expand the width of my page.
This would be nice if it worked and if the colors could be easily modified without coding.
]]>if possible, I’d like the option of categories in my sitemap showing the number of posts contained, since I don’t plan on having each post show in my sitemap. woudl that be possible?
something like this: https://screencast.com/t/rsRUj8ohNN
]]>“Utility Menu” ?
]]>I receive the following message upon plugin activation. Afterwards, I continually receive “headers already sent”.
“The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
]]>