Okay
  Public Ticket #333198
No Follow in buttons
Closed

Comments

  •  1
    Benoit started the conversation

    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.

  •  8,848
    Tahir replied

    Hey !

    I am not sure what you mean by nofollow . Could you please elaborate. 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Benoit replied

    Hi,

    I mean for robots, SEO purpose: rel=nofollow.

  •  8,848
    Tahir replied

    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 

  •  1
    Benoit replied

    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"]

  •  8,848
    Tahir replied

    Hey Again!

    Another option is to edit the nectar button shortcode , See screenshot: http://prntscr.com/5hszbq .

    Best,

    -T


    ThemeNectar Support Team 

  •  1
    Benoit replied

    Okay thanks, I'll pass... =)

  • Justin replied

    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

  •  1,075
    ThemeNectar replied

    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