• Resolved aabei2022

    (@aabei2022)


    Hello!

    Is there a way to have the social icons on the Hestia theme Footer to open in a new tab?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @aabei2022,

    Sorry for the delay in response.

    Please try the solution mentioned in this guide: https://docs.themeisle.com/article/90-how-to-open-links-in-new-tab

    Let me know if you succeed – I’m happy to help.

    Thread Starter aabei2022

    (@aabei2022)

    Hi, I did find that and read it while waiting for someone to reply. However, I’m not sure how I’m suppose to edit the following code to work for me. Do you have any idea?

    <script type="text/javascript">// <![CDATA[
    jQuery(document).ready(function($){
        $('#footer .social li a').each(function(){
            if( $(this).attr('href') && 0 != $(this).attr('href').indexOf('#') ) {
                $(this).attr('target', '_blank');
            }
        });
    });
    // ]]>

    Hi @aabei2022,

    Would you please share your website URL? I need to check how you added the social icons in the footer so I can guide you in code modifications.

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

The topic ‘Hestia – Footer Social Icons New Tab’ is closed to new replies.