Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195740

    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

    #196528

    Hey chooseone!

    Have you tried using the generated HTML and simply adding the nofollow attribute to the link?

    Best regards,
    Josue

    #196718

    Hi!

    There is no html view for the buttons – cant see anything???
    best

    #196852

    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

    #196867

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘noffolow to shortcode button links’ is closed to new replies.