Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jp2112

    (@jp2112)

    I just tried it and it is working on my site. Check the sidebar: http://www.jimmyscode.com/blog/

    This is what I put into a text widget in the sidebar:

    [standout-css3-button cssclass="button-rss" href="#"]Test CSS3 Button[/standout-css3-button]

    And I put this into my functions.php:

    add_filter('widget_text', 'do_shortcode');

    Thread Starter Janon

    (@jeannettem)

    And I put this into my functions.php:

    add_filter(‘widget_text’, ‘do_shortcode’);

    That’s new! I never had to put anything on functions.php to make it work before…

    Thanks for your answer though. I’ll try this and keep you updated.

    Thread Starter Janon

    (@jeannettem)

    It works just fine!
    Thank you jp2112.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS3 buttons dosn't show up in the sidebar any longer’ is closed to new replies.