Featured Slider, right images, set to Ad 4, opens in new tab - Acme Themes

Best Premium and Free WordPress Themes Forums DuperMagPro Featured Slider, right images, set to Ad 4, opens in new tab

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10945
    Skyler Collins
    Participant

    With the Featured Slider enabled and the 4 images on the right set to custom ads, they are opening in new tabs. The links are internal, so they should open in the same tab. Please advise.

    #10950
    acmesupports
    Moderator

    Hello Skyler,
    Please check all the options available on the featured slider section. Please have a look on the documentation here. Don’t hesitate to write if you have any confusion.

    Warm Regards

    #10954
    Skyler Collins
    Participant

    I have checked all the settings and I can’t find any way to fix this. Please advise.

    #10957
    acmesupports
    Moderator

    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

    #10979
    Skyler Collins
    Participant

    That worked. Thanks!

    #10981
    acmesupports
    Moderator

    You are most welcome. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Slider, right images, set to Ad 4, opens in new tab’ is closed to new replies.