Your account expired support, please renew to get your support.

Home Forums Themes Support Shang Editing the footer, open social links in new tab

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9229
    danielb91
    Support Expired

    Hello!

    I would like to add two links to Privacy Policy and Terms & Conditions in the footer. How can I do that?

    Also, where do I edit the social links from the footer? I want to remove some and add links for Instagram and Facebook.

    For the team members section, how can I make the social links to open in another tab?

    #9230

    Hi,
    Thanks for contacting us and choosing our product!
    1. Here is the topic to help you manage Footer:

    How to manage Footer in HaruTheme


    then you can easy to change link, text,… for them:
    https://prnt.sc/1y4a7uc
    and set link and target:
    https://prnt.sc/1y4acb4
    (Similar with Social Footer)
    2. With Team Members section you can go to wp-content/plugins/haru-shang-core/templates/posttypes/teammember/ then open file carousel.php
    You can go to line 69 and change the code from:
    <a href="<?php echo esc_url( get_permalink( $detail_link_id ) ); ?>" target="_self">
    to
    <a href="<?php echo esc_url( get_permalink( $detail_link_id ) ); ?>" target="_blank">
    and line 85 change the code from:
    <li class="member-social"><a href="<?php echo esc_url( $social['url'] ); ?>"><i class="<?php echo esc_attr( $social['icon'] ); ?>"></i><?php echo esc_html( $social['network'] ); ?></a></li>
    to
    <li class="member-social"><a href="<?php echo esc_url( $social['url'] ); ?>" target="_blank"><i class="<?php echo esc_attr( $social['icon'] ); ?>"></i><?php echo esc_html( $social['network'] ); ?></a></li>
    You also can do it via child theme follow this topic:

    How to customize WordPress theme using Child theme


    Hope this helps!

    ***
    Regards,
    HaruTheme

    #9231
    danielb91
    Support Expired

    Worked!

    Thank you for your help.

    #9235
    danielb91
    Support Expired

    One more question: how can I edit the 404 page?

    #9237

    The 404 page you can find in wp-content/themes/shangs/404.php
    Hope this helps!

    ***
    Regards,
    HaruTheme

    #9241
    danielb91
    Support Expired

    Got it. Thanks, was able to translate the messages.

    #9242

    Thanks for your feedback!
    But you should use this plugin to translate theme and plugin:

    How to translate WordPress theme or plugin?


    Hope this helps!

    ****
    Regards,
    HaruTheme

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.