Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this in the .js of the plugin

    var getURL = window.location.href.toString();
    
    		if(this_tab_num == 5 && getURL == 'https://your_page/'){
    			window.open("https://another_page.pdf");
    		}

    You need to identify the tab that you need to convert, I used this example cause I used it for different pages.

    Good luck ??

    Thread Starter quique.fe

    (@quiquefe)

    Thank you IrisHdez for the solution.

    Was a great contribution, I applied this successfully

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How convert one tab in a link?’ is closed to new replies.