Rickard Andersson
Forum Replies Created
-
Sorry for the extremely late reply, I’ve been crazy busy this fall/winter.
I’ve found this bug also and it has been fixed in version 2.0 which will release shortly.
Hi Erin
Sorry for the late reply, I’ve noted your feature request and will look into adding it in the next release. I’ve currently been working on version 2.0 which will release shortly, and after that update I should be able to satisfy this request.
I went looking for the theme that you’re using but couldn’t find it in the www.remarpro.com theme repository.
I think the best approach would be to contact the theme developer. Does the regular WordPress tag cloud widget work for you?
This has been fixed now in 1.3.17, thanks for reporting this issue.
Thank you for your help in this matter. I will look into changing this in a future release of UTCW.
santy143all: I’m not sure what you are asking for, but it doesn’t seem to be related to this topic. Please open a new topic if you have an unrelated question.
Thank you joaonc for your feedback, I will try to be more careful when introducing new functionality in the future to always provide sensible default values.
Just uploaded version 1.3.14 which should fix the problem with the empty tag cloud.
Sorry for the inconvenience and thank you for reporting this issue.
@joaonc Did the update actually break your site or did you just get a blank tag cloud like the other users? If you’re still having the same problem with 1.3.14 just drop a comment and I will look into it.
Sorry about the mess, I will have a look at it right away.
Any error messages would be helpful.
Just wanted to let you know that custom post types support is now available in version 1.3.13. Thank you for your feature request.
I think
if ($tags_left-- <= 1) {
would be more appropriate since it still needs to match when
$tags_left
is one.Could you try that and see if it still produces an error?
It seems like the the resulting URL from the widget is correct, what happens if you disable UTCW and then visit a tag page?
Try https://www.family-oosten.com/blog/tag/italiaans/ without the plugin enabled and see if there’s any change.
My feeling is that there’s some problem with the theme.
The validation errors seems to be only proprietary CSS selectors used to get the newer CSS3 features in modern browsers. I’m not sure if any of them relate to the problems that you’re experiencing.
Do you have a screenshot of the problem, or is the site live somewhere where I can see the problem?
Yes, I’m running it on my own multi site installation. There shouldn’t be any issues that I know of.
Hi
You can supply multiple keys in the array:
<?php $args = array( "size_from" => 14, "size_to" => 20 ); do_utcw( $args ); ?>
You can read more about arrays at the php.net site: https://se.php.net/manual/en/language.types.array.php