Okay
  Public Ticket #3082011
Add nofollow to nectar_quick_view no-ajaxy
Closed

Comments

  •  1
    EffebiConsulting started the conversation

    Hi,

    I would like to add a rel="nofollow" to Quick View button as it is already on "Choose" button in "shop" pages.


    Is there a filter?
    Ty

  •  8,839
    Tahir replied

    Hey EffebiConsulting ,

    Please provide the page url so that we can check.

    Thanks


    ThemeNectar Support Team 

  •   EffebiConsulting replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom JS box in your Salient Theme Options panel :

    jQuery(document).ready(function() {
        jQuery('a.nectar_quick_view.no-ajaxy').attr('rel','nofollow');
    });

    Thanks


    ThemeNectar Support Team 

  •  1
    EffebiConsulting replied

    thanks