Rickard Andersson
Forum Replies Created
-
You mean just providing the URL parameters and then let the user/implementer decide how the page should react?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Doesn't work with WPML?Could you please enable Debug in the Advanced tab and send me the URL of your site?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Uppercase Plugin NameThanks, I will change that immediately 🙂
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Set author from a custom field…Hi Tommy
The
authorsconfiguration value should be an array of IDs of the authors whose posts should affect the cloud.You need to find the ID of the author “Webmaster” somehow. If you know how to do that programmatically I would recommend that, otherwise try going to the Users page in the WordPress admin area and edit a user.
There you will se the ID appear in the URL like this:
user_id=21– the ID in this case is 21.So the code would then look something like this:
$args = array( "title" => ' ', "order" => count, "max" => 12, "authors" => array(21) ); do_utcw( $args );Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] tag cloud setupI’m not sure what you mean. The tags should display as soon as you install and configure the widget.
Is the site online somewhere so that I can see the problem you’re having?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] How to display number count next to each tag?No, such a feature is not available, however the feature has been requested and is planned for the next major release of the plugin.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Columns in list for php??No, there is no such configuration option available now.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Two different tag clouds in widget and pageJust started working on WP Super Cache support yesterday, will probably be included in the next major release (2.4)
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] first steps with ultimate cloud tag widgetThe size is based on usage by your authors, if you use a tag/category in a lot of posts, it will increase in size.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Two different tag clouds in widget and pageI see that you’re using WP Super Cache. I think that might be the problem. Are you sure that you’re using the same configuration in both the widget and the shortcode?
I will look into issues with WP Super Cache
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Different tags cloud by languageAre you using a plugin for adding multiple languages to your site? Which one are you using?
Currently UTCW supports qTranslate and WPML and they should work out of the box.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] first steps with ultimate cloud tag widgetIs it working for you now? I can see the tag cloud in the footer of your page.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] New updates breaks everythingWell this plugin doesn’t have any database tables, it only uses the ones that WordPress provides.
What kind of server are you hosting the site on?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Basic appearance > TitleThe bug was just in the UI, if you uncheck and save it will actually be saved as unchecked but the UI shows it as checked anyway. I will include this bux fix in the next release of the plugin
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Change word "Topics" on mouseoverYes, I’ve started my MySQL server again and replied to your question: https://0x539.se/wordpress/ultimate-tag-cloud-widget/#comment-938516234
I’ve also added a feature request to add it as a future option: https://github.com/rickard2/utcw/issues/38