Hey Justin, as of now it would need to be done in the shortcode-processing.php file as Tahir pointed out with the screenshot - if you also want to do it on the portfolio buttons it would be done in the same file (Just search for "portfolio" to end up at the right place)
Hi there,
I got this kind of button :
[button open_new_tab="true" color="accent-color" hover_text_color_override="#fff" size="large" url="http://primline.fr/" text="Voir le site" color_override="" image="linecon-icon-paperplane"]
How to get it as nofollow ?
Thanks.
Hey !
I am not sure what you mean by nofollow . Could you please elaborate.
Thanks
ThemeNectar Support Team
Hi,
I mean for robots, SEO purpose: rel=nofollow.
Hey!
Sorry for the delay, the developer has been really occupied with the upcoming major update. Are'nt there plugins that can do this ?.
Thanks
ThemeNectar Support Team
hi, not that I know... And I'd like to avoid adding plugins for such a thing anyway.
Usually, in html, we just add rel=nofollow, but it doesn't work with the shortcode :
[button open_new_tab="true" color="accent-color" hover_text_color_override="#fff" size="large" url="http://primline.fr/" text="Voir le site" color_override="" image="linecon-icon-paperplane"]
Hey Again!
Another option is to edit the nectar button shortcode , See screenshot: http://prntscr.com/5hszbq .
Best,
-T
ThemeNectar Support Team
Okay thanks, I'll pass... =)
I'm really interested in being able to add a rel=nofollow to my buttons as well. This can be important for linking to portfolio items.
Thanks,
Justin
Hey Justin, as of now it would need to be done in the shortcode-processing.php file as Tahir pointed out with the screenshot - if you also want to do it on the portfolio buttons it would be done in the same file (Just search for "portfolio" to end up at the right place)
Cheers