Rickard Andersson
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] How to Justify the tags in this Widget?Just released a beta version with this feature in it and I would love it if you could try it out.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Tag Cloud CenteredJust released a beta version with this feature in it and I would love it if you could try it out.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Only display Tags from specific category?Just released a beta version if you’d like to try it out and see if it fits your needs:
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Show tags only for specific categoryJust released a beta version if you’d like to try it out and see if it fits your needs:
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Show tags only for specific categoryThis has been implemented in the upcoming version which is about to go into beta testing soon.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Color RangeHi
The values should be hexadecimal colors but with a preceding bracket, like: #ff0000, #00ff00, #0000ff
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] XHTML validation failingI’ve actually researched a solution to this problem but I haven’t yet found a solution that works with the shortcode which can appear in the middle of the page when
<head>has already been rendered.The only way I’ve found so far is to buffer the output and inject the style tag into
<head>but I don’t think it’s worth the complexity and could possibly decrease the page load performance / user experience.If you have any suggestions on how to solve this I’m all ears:)
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Primary Sidebar not appearingI’m sorry but I think this is something you need to talk you the theme developer / provider to get sorted out. This is nothing that this plugin can provide.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Primary Sidebar not appearingHi Tracy
This seems like a theme related question to me, this plugin doesn’t do anything with your sidebars. It will just provide a tag cloud that you could add to your sidebar.
What is the URL to your site? Maybe I could take a closer look.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Combine Tag Post TypesIt would be possible to have a cloud that would merge terms with the same name from different taxonomies. However WordPress doesn’t really have somewhere useful that you could link those tags to, at least not that I know of.
Other people have requested some way to get a specialized rendering of a cloud, some kind of hook where you could customize the markup that gets generated by the plugin. A hook like that could be used to merge terms with the same name together and provide a link relevant to your site, or just remove the link.
That feature is planned for the next version of the plugin (2.4).
That’s strange, just tested it in my development installation and it still works for me. What versions of WP and WPML are you using? I’m using it with great success in WP 3.6 beta and WPML 2.7.1
For the next version of the plugin I’ve added some more debugging messages which would be useful to have to see what the problem might be. Until I release that we just have to go back and forth here in the forums..
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Shortcode key=value pairsHi Dan
I know that documentation for configuring the shortcode is really poor. As for your specific questions, the taxonomy argument should be the internal name of the taxonomy. I don’t know of a easy way to find this out, but judging from the ones you mention in your comment “downloads_tags” is the kind of name that should be used.
To get the spanning coloring feature working, you also need to use color=”span” along with color_span_from and color_span_to.
As of version 2.2 (I think) there’s a feature to load a saved configuration from the shortcode. You could then configure the widget using the options on the widget configuration page, go to the “Adv.” tab and save your configuration with a name. Then use load_config=”name” to load that configuration in your shortcode.
Hope this helps!
Jean-Francois Arseneault: The latest version includes WPML support. It’s been working great for me during development but as you can see here in the forums there’s been mixed results.
If you try it out I’d love to get your feedback. There’s nothing you need to configure to get it working, it should figure out that you’re using WPML and only display terms in the current language.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Setting color variation in PHP troubleNo I don’t think you’re missing something in your code. It seems that most of the tags has only been used once, and one of them has been used three times. This usage distribution doesn’t really give the resulting tag cloud much of a color spread. I think you will get a better effect when you’ve got some more posts tagged.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Ordered box option?I’ve added it as a feature request and will try to get to that in version 2.4