New Landing How can we help? Atelier Open Client links in same tab/window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #237092
    wiv-online
    Member
    Post count: 1

    We are using the Clients section to add logos of our brands. This works fine, except that the links automatically open in a new tab/window. Is there any way to override this behavior and force the links to open in the same tab?

    #237104
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Short of changing the shortcodes, you could test adding this little jQuery snippet to your Theme Options => Custom JS:

    jQuery(document).ready(function() {
    	jQuery('.clients-items figure a').each(function() {        
    	    jQuery(this).attr('target', (this.href) ? '_self' :'_blank');       
    	});
    });

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register