Can you have buttons WITHOUT links?
I am trying to have buttons on my site that DO NOT link to anywhere. Can this be done?
For example, this is the button shortcode that is used in the Muffin Page Builder:
[button title="Button 3" icon="icon-right" icon_position="left" link=""]
Even if I remove the link="" code, the button, when clicked, reloads the current page.
I would like for NOTHING to happen when the button is clicked.
Comments
we are sorry but this wouldn't be possible. Usually the buttons need to be clickable and this is how it works in this case as well. Button shortcode has link coded in files and it's not possible to remove it with any attribute.
Thanks!
I edited the " href="'. $link .'" '. $onclick .' '. $target .' " out of theme-shortcodes.php to get the functionality I was looking for.