• When someone is on my site, when they click one of the social media buttons, I want a new tab to open up. I do not want them redirected from my website. How do I do this?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi..

    Please make a child theme directory and create a header.php and footer.php file.

    Now copy code from LINK and paste into header.php file of child theme directory.

    Also copy code from LINK and paste into footer.php file of child theme directory.

    Save the changes.

    Thanks.

    Thread Starter cc2018

    (@cc2018)

    BTW, I lovvvvve your theme!

    Now, you’re dealing with someone with ~4% knowledge of IT stuff, computer lingo, and HTML.

    What do you mean by, “create a header.php and footer.php file?”

    I did manage to create a child theme tho.

    Hi..

    In your child theme make files that is header.php file and footer.php file.

    Now follow previous post instructions.

    Thanks.

    Thread Starter cc2018

    (@cc2018)

    Okay. I must’ve done somthing wrong.

    Is this how it should look:
    < ?php include ‘header.php’; ?>
    The text from first link
    < ?php include ‘footer.php’; ?>

    then:
    < ?php include ‘header.php’; ?>
    The text from the second link
    < ?php include ‘footer.php’; ?>

    Hi,

    Please follow the instruction for child theme at LINK

    Let us know for further assistance.

    Thanks.

    I’ve created the Child theme directory with a Header/Footer php files. However, after adding the codes from the links provided and refreshing my page/clearing my CACHE, the social media links still open in same window.

    Not sure if the issue is the naming of Child them folder “enigma-parallax-child” as the Parent folder is titled “enigma-parallax”? Does the dash in the title cause any issue?

    Thank you.

    Hi..

    Please copy code from link and paste into child theme’s header.php file.

    Also copy code from link and paste into child theme’s footer.php file.

    Save the changes.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I make social media pages open in new tab?’ is closed to new replies.