• When you scroll down to the gallery and click, I selected “new window” to open but it doesn’t. It replaces the front page that I am on. The problem is I can’t return to the mainsite.

    An example to to click on the CHIMNEY CAP LOGO where you are taken to a case study page https://anitaadamski.com/

    Thanks for any help you can give me.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Try doing the below steps:

    1. Install and activate the TC Custom JavaScript plugin
    2. Go To Appearance > Custom JavaScript
    3. Paste the following code into the provided box

    
    (function($){
    
      if( $('.elementor-widget-athemes-portfolio').length ) {
    
        $('.elementor-widget-athemes-portfolio .project-item').each(function(){
          $(this).find('a').attr('target', '_blank');
        });
    
      }
    
    })(jQuery);
    

    4. Update

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘need new window to open in gallery’ is closed to new replies.