Best Premium and Free WordPress Themes › Forums › DuperMagPro › Featured Slider, right images, set to Ad 4, opens in new tab › Reply To: Featured Slider, right images, set to Ad 4, opens in new tab
November 26, 2016 at 5:43 am
#10957
acmethemes
Keymaster
Hello Skyler,
Please find the below code on acmethemes/hooks/slider-side.php
line number 249.
<a href="<?php echo esc_url( $dupermag_beside_add_id['dupermag-feature-add-link']); ?>" target="_blank">
and remove target="_blank"
and make the code like below;
<a href="<?php echo esc_url( $dupermag_beside_add_id['dupermag-feature-add-link']); ?>">
Hope, this will solve the problem. 🙂
Warm Regards
Acme Supports