Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I’m using “Widgets for Shortcodes” to display a “SietOrigin Button”. At all places where I use the shortcode, a bullet appears. How do I get rit of that bullet?
Thanks,
Han
Hi Han
Do you have a public URL where we can take a look at what’s going on?
Thanks
Hello Andrew,
At the bottom of this page (https://www.jump85.nl/club/rondjeomdekerk/), you will find the button with the bullet on the left side.
Thanks. Can you perhaps send me a link to the plugin’s page (Widgets for Shortcodes) on WordPress.org? I looked now, I’m not sure I know which plugin you’re using. I want to take a quick look at the plugin’s settings and see if there is any control over the markup used to output the widget area.
Hi,
https://wordpress.org/plugins/amr-shortcode-any-widget/
Han
Thanks
The SiteOrigin widget isn’t outputting the bullet, the widget area is being outputted as a list item which the theme then styles as such.
Please, see: https://wordpress.org/plugins/amr-shortcode-any-widget/#installation. Specifically: wrap=htmltag where htmltag is one of div,p,main,aside,section. This will override your themes first sidebar widget wrapping html.
Try adding
wrap=div
to your shortcode. Example[do_widget wrap=div widgetname]
.Hi Andrew,
Solved!
Thanks for your help.
Han
Hi Han
Super, that’s great news. Thanks for the update, I’m really glad to hear you’re making progress.