• I love this plugin. But I want to put a set of buttons in a sidebar and can’t figure out how. I tried creating a post and pulling the post content into a sidebar widget using Alkiva SideBar Post, then when that didn’t work, Section Widget. With a sidebar widget that can use shortcodes, the buttons show up but their appearance is screwed up. Any ideas?

    https://www.ads-software.com/extend/plugins/wp-css-button/

Viewing 1 replies (of 1 total)
  • Plugin Author joghurtkultur

    (@joghurtkultur)

    If you install the new Version 1.4 its possible to create WP CSS Buttons outside your Post. Just use the following code inside your template.

    <?php
    if(function_exists("wp_css_button")) {
    wp_css_button("Button", "https://www.link.de", "FFFFFF", "000000");
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP CSS Button (CTA-Button Plugin)] Can these buttons be used in a widget?’ is closed to new replies.