• Resolved mkarsh

    (@mkarsh)


    When you click on the link, the document opens in a new window. How do I make the document open in the current window?

Viewing 1 replies (of 1 total)
  • Praveen

    (@praveenmalav09)

    Hi @mkarsh,

    Please go to plugins > plugin editor and select Service Box Showcase and go to template which design you selected and replace the below code with new code.

    <a target="_blank" href="<?php echo esc_url($service_link); ?>" class="wpsm_read"><?php echo esc_html($sb_web_link_label); ?>  
    </a>

    To

    <a target="_self" href="<?php echo esc_url($service_link); ?>" class="wpsm_read"><?php echo esc_html($sb_web_link_label); ?> 
    </a>

    It it works let us know

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘target=”_self”’ is closed to new replies.