• Resolved EstherCoach

    (@esthercoach)


    Hello there!

    I have been looking for a thread on this topic but haven´t found any. So here it goes.

    I want to make social icons target to be _blank on the very top header and footer but can´t find where to do it. Can you tell me which file I would need to modify?

    Also, I am using a child theme created with Child configurator plugin. Once i locate the file, do i need to create a replica of it inside my child theme, right?

    Thanks in advance guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, please use our documentation to create your child theme since sometimes other tutorials and plugins don’t properly create it:

    http://docs.themeisle.com/article/14-how-to-create-a-child-theme

    To get links to open in a new tab please have a look at this:

    http://docs.themeisle.com/article/90-how-to-open-links-in-new-tab

    Thread Starter EstherCoach

    (@esthercoach)

    Hello again,
    thanks for your help. I have managed to do it, although it has taken me an hour, trying to get the correct class.
    Thanks again.
    Esther

    Hi
    I’ve been trying to do this without any success.

    I would like the social icons in the footer to open in a separate window and the services to open in a separate window.

    I have been trying numerous classes and codes but nothing is working.

    Can anyone tell me what I should be putting?

    Thanking you in advance

    Linda

    Hello again

    Please ignore last one, I have it working!

    Am using the code-

    <script type=”text/javascript”>// <![CDATA[
    jQuery(document).ready(function($){
    $(‘a[href]:not([href^=”ENTER YOUR SITE URL HERE”]):not([href^=”#”]):not([href^=”/”])’).attr( ‘target’, ‘_blank’ );
    });
    // ]]></script>

    Thanks anyway!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘social icons target’ is closed to new replies.