Hi!
i read this topic: https://kriesi.at/support/topic/adding-nofollow-tags-on-button-shortcode-links/?login_error
your support say: “There isn’t an option at the moment to add nofollow to any individual button so unfortunately there isn’t anything we can do to help on that at the moment.”
Please make a additional form to put the rel noffolow attribute to the buttons shortcode like the “open in new window”
the open new window function includes the target blank attribute to the shortcode – i think it will be 10 min of work for you guys :)
to implement this and you have no further q on this topic.
Would be awesome – but the answer above seems like there is no willing to make it happen… In my oppinion there is no technical Problem to include this setting – or?
best
Hey chooseone!
Have you tried using the generated HTML and simply adding the nofollow attribute to the link?
Best regards,
Josue
Hi!
There is no html view for the buttons – cant see anything???
best
Hi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open buttons.php file and add nofollow in 226th line as shown in screenshot http://i.imgur.com/IPkRTFQ.jpg
Regards,
Yigit
Hi!
Add the button shortcode then view the page or post. Inspect the button element using Chrome. The html code should look something like this:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>
You can add the nofollow attribute manually. Copy the html code then use it instead of the shortcode.
Regards,
Ismael