MatthewD Posted April 6 Share Posted April 6 Hello, for my site listed I would really like for each person on my directory (it uses a blog template from SquareSpace) to open in a new tab. Can this be done? Link to comment
tuanphan Posted April 7 Share Posted April 7 Can you share link to page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MatthewD Posted April 21 Author Share Posted April 21 On 4/6/2024 at 9:55 PM, tuanphan said: Can you share link to page? We can check easier https://www.emdrnyc.org/therapist-directory Sorry, thought I did! Link to comment
Solution tuanphan Posted April 21 Solution Share Posted April 21 (REMEMBER TO SAVE A COPY OF YOUR CURRENT CODE SOMEWHERE, before edit anything) First, add this code to top of your Universal Filter Plugin code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> Next, find this code (bottom of Filter Plugin code) and change it to this search: { enabled: true,// if false, no Search input will be showed text: 'Search By Name', searchFunc: 'title', }, hooks: { onFilter: function(){$('[class*="blog-"] article.blog-item a').attr("target","_blank");}, } } }] }; Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment