I’d like clarify further as your button code is slightly different.
The Flexform button for shortcodes looks like this, which you are correctly using:
[button colour="accent" type="standard" size="small" link="http://" target="_blank"]Button text[/button]
`Our standard HTML output looks like this:
<a class="sf-button small accent standard " href="http://" target="_blank"><span>Button text</span></a>
However, your HTML output looks like this:
<a class="dobdev-red-button" href="http://www.fecca.com/how-to-join/" data-userway-font-size="14">Button</a>
Q: Have these buttons been customised by youselves? The HTML does not originate from our framework.
I have looged into your site now and copied your content to my local dev site. If I search and replace [button
for [sf_button
and /button]
for /sf_button]
the buttons do display. However as the paramters are slightly different, values such as the color are not adhered to. Though, this could be resolved by also using the search and replace to change that value.
Hopefully this helps you further, we are happy to assist you in sorting this.
Thanks,
David