• Resolved aarrek

    (@aarrek)


    Hi
    First thank you very much – for this great plugin.
    Is it possible to set it to open in a new tab (on pc)?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bhvreddy

    (@bhvreddy)

    Hi,

    yes it will open in new tab right ?

    if not please share your website address

    Have a Great Day,
    Thank you

    Thread Starter aarrek

    (@aarrek)

    Hi
    I’m afraid it’s not:
    https://andrea.co.il/
    Thank you very much

    Plugin Author bhvreddy

    (@bhvreddy)

    For that link by default added target=”_blank” so that it have to open in a new tab.

    but that target attribute is erased by some other plugin or so ..

    if it is possible to add custom javascript
    please add this code. it will works fine

    var special_ccw_a = document.querySelector('.ccw_plugin a');
    
    if ( special_ccw_a ) {
        special_ccw_a.setAttribute( 'target', '_blank' );
    }

    Have a Great Day,
    Thank you

    Thread Starter aarrek

    (@aarrek)

    Wow – Great!!!
    Work like a charm

    Thank you so much!!
    Have a Great Day too ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to open in new tab (PC)’ is closed to new replies.