Support » Plugin: Tag Groups is the Advanced Way to Display Your Taxonomy Terms » I'm getting bullet points instead of tabs

  • Resolved itsgwen

    (@itsgwen)


    It’s me again. πŸ™‚

    Any idea why I’m getting bullet points instead of tabs when I put this in my widget text box?

    [tag_groups_cloud smallest=9 largest=30 include=1,2,10 order=ASC amount=40 hide_empty=1 include=1,2,3,4 div_id=tab-groups-cloud div_class=tab-groups-cloud]

    I’d really like the tabs. Help! πŸ™‚

    http://wordpress.org/extend/plugins/tag-groups/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter itsgwen

    (@itsgwen)

    Oh…you might want to see it: Gwen’s Nest

    Lower right sidebar

    Anonymous User 10765487

    (@anonymized-10765487)

    Hi,

    Try to add this in your functions.php :
    add_filter('widget_text', 'do_shortcode');

    This allows you to use shortcode in sidebar πŸ™‚

    The option to use the shortcode in the sidebar is part of the next release. Just wanted to wait to confirm that all works with WP 3.5 but I can also go ahead already now.

    Gwen, I cannot see the tags with bullets. Have you tried the shortcode without div_id and div_class parameters? And do you use the default settings for the theme?

    Thread Starter itsgwen

    (@itsgwen)

    Sorry, I had played with another setting and forgot to put it back. It’s back up now.

    I did try removing the div_id and div_class parameters, and it did change it, but still looks odd.

    Thread Starter itsgwen

    (@itsgwen)

    The tags are *all* showing for some reason.

    I have not messed with any of the theme settings for widgets, outside of colors and width. Everything else is default. I’m using Weaver II Pro.

    I cannot find the problem. So you have in the settings “Use jQuery” checked?

    Thread Starter itsgwen

    (@itsgwen)

    I tried it on a page, and it’s producing the same results as it was in the widget bar.

    I only used [tag_groups_cloud] on this page:
    http://gwen.arney.me/tags-by-category/

    It definitely looks weird. How about the settings?

    Thread Starter itsgwen

    (@itsgwen)

    Yes…use J-query is checked in the plug in settings.

    My best guess is that there is a conflict with another plugin, probably one that adds dynamic stuff (sliders etc.) to your website. The only possibility to identify the culprit would be to disable all plugins and then turn them on selectively to see which one breaks it. The theme could also be incompatible with certain plugins.
    Sorry that I don’t have a better advise.

    Thread Starter itsgwen

    (@itsgwen)

    I’m sorry too…I really was excited to use your plug in! *sigh* It’s a beauty.

    But I know you can’t anticipate these sorts of issues ahead of time. Thank you for trying to help me with your wonderful plug in!

    You are welcome!

    A very late follow up: There have been some fixes in the latest version, if you like you could give it another try.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘I'm getting bullet points instead of tabs’ is closed to new replies.