Okay
  Public Ticket #1976225
New window tab of portfolio cover
Closed

Comments

  • Jacksonsmith2 started the conversation

    How can I do to open a new window tab when I click this image cover ?

    Hope for reply.Thx.

  •  675
    Neuron replied

    Hi,

    Well, for this one you need a bit work with the JS. 

    1. Install and activate the plugins Insert Headers and Footers.
    2. Add the following script in Settings > Headers and Footers.
    <script>
    jQuery(document).ready(function ($) {
      $('.o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body > a').attr('target', '_blank');
    });
    </script>

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.