Social media links to open in new window or tab

Discussion in 'Dzonia WordPress Theme' started by bronco67nl, Sep 19, 2013.

Thread Status:
Not open for further replies.
  1. bronco67nl

    bronco67nl New Member

    Joined:
    Jul 24, 2013
    Messages:
    12
    Likes Received:
    1
    Is it possible to have the social media links open in a new window or tab instead of its own window?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to footer.php present in your theme directory and add the code given below

    Code:
    TARGET="_blank"
    Sending image for reference

    2013-09-19_1638.png



    This will solve your issue.
     
  3. bronco67nl

    bronco67nl New Member

    Joined:
    Jul 24, 2013
    Messages:
    12
    Likes Received:
    1
    Gourav,

    Footer.php doesn't even look remotely like the example given...

    This is what my footer.php looks like:
    </div>
    <!--End Container-->
    <!--Start Footer Wrapper-->
    <div class="clear"></div>
    <div class="footer_wrapper">
    <div class="footer_line"></div>
    <!--Start Container-->
    <div class="container_24">
    <div class="grid_24">
    <?php
    /* A sidebar in the footer? Yep. You can can customize
    * your footer with four columns of widgets.
    */
    get_sidebar( 'footer' );
    ?>
    </div>
    <div class="clear"></div>
    </div>
    <!--End Container-->
    <div class="footer_glow"></div>
    <!--Start Footer bottom-->
    <div class="footer_bottom">
    <!--Start Container-->
    <div class="container_24">
    <div class="grid_24">
    <!--Start footer bottom inner-->
    <div class="footer_bottom_inner">
    <?php if ( get_option('inkthemes_cright') !='' ) { ?>
    <span class="copyright"><?php echo get_option('inkthemes_cright'); ?></span>
    <?php } else { ?>
    <span class="copyright">2011 &COPY; <a href="http://www.inkthemes.com">InkThemes.</a> All rights reserved</span>
    <?php } ?>
    </div>
    <!--End Footer bottom inner-->
    </div>
    </div>
    <!--End Container-->
    </div>
    <!--End Footer bottom-->
    </div>
    <!--End Footer Wrapper-->
    </div>
    <!--End body wrapper-->
    <div class="bottom_cornor"></div>
    </div>
    <?php wp_footer(); ?>
    </body></html>
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue and solve it.
     
  5. bronco67nl

    bronco67nl New Member

    Joined:
    Jul 24, 2013
    Messages:
    12
    Likes Received:
    1
    I think I owe you an apology... I changed my social media buttons from the footer to the header... So I gues I need to look for your solution in header.php instead of footer.php. You couldn't know since I didn't tell you... I guess I can take it from here. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page