At first glance it looks correct. How should they be displaying?
Thread Starter
nd62
(@nd62)
So I loaded some 900+ arabic tags into a test site and it still works fine on my end using this shortcode:
[mctagmap show_empty="yes" columns="3" width="120px" show_navigation="yes" tag_count="yes" responsive="yes"]
I have to show_empty as I didn’t assign them to a post.
Can you try using that shortcode and see if it changes anything?
Thread Starter
nd62
(@nd62)
Hi
still the same:
https://alankabout.com/125980-autosave-v1/?
thanks
-
This reply was modified 5 years, 5 months ago by
nd62.
-
This reply was modified 5 years, 5 months ago by
nd62.
add the following to your CSS and see if that fixes it:
#mcTagMap .tagindex, #sc_mcTagMap .tagindex {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
I added 300 fake tags to one column locally and still couldn’t reproduce but adding the above CSS to your site looks to fix it.
Good to here. I included this fix in version 17.0.14.
Closing.