Okay
  Public Ticket #3125067
PDF to open in new window
Closed

Comments

  • axelgdesign started the conversation

    Hi!

    I'd like to open our Menu as a PDF via the button.

    I got that to work, but I want to open the PDF in a new window.

    Is that possible?

  •  838
    Jelly replied

    Hello,

    Please go to Theme Editor > inc/functions.shortcodes.php, line 99 and add target by following

    https://www.w3schools.com/html/html_links.asp > HTML Links - The target Attribute.

    Best Regards,
    Jelly Team

  • axelgdesign replied

    Please tell me where to add the target="_blank" exactly in this:

    return '<a href=" ' . esc_attr($link) . '" class="button ' . esc_attr($type) . '">' . wp_strip_all_tags($content) . '</a>';

  •  838
    Jelly replied

    Like this:

    return '<a target="_blank" href=" ' . esc_attr($link) . '" class="button ' . esc_attr($type) . '">' . wp_strip_all_tags($content) . '</a>';
    

    Please make sure that quotes (double or singular) are correct. Better retype them.

    Best Regards,
    Jelly Team

  • axelgdesign replied

    Thank you, that worked :)

  •  838
    Jelly replied

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme.

    Thank you so much for all your help!!!

    Best Regards,
    Jelly Team