Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wpman

    (@iwpman)

    This is sample: http://tabbervilla.com/wordpress-post-tabs-pro
    See ‘External Links as Tab Title”
    Will you develop addon plugin if it is not possible for current version ?

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello,

    There one solution is available, please follow my steps here to add external link.

    Step-1 : First Download and install this plugin on your admin to add custom js.

    Step-2 : After install custom js plugin add below script in custom js footer script

    <script>
    		jQuery(document).ready(function(){
    			jQuery("#myTab_224").append("<li role='presentation'><a target='_blank' href='http://google.com'><i class='fa fa-laptop'></i><span>Link</span></a></li>");
    		});
    	</script>

    Note : Replace myTab_224 with myTab_your tab shortcode id
    Replace http://google.com with your link
    Replace fa-laptop with your fa icon class
    Replace Link text with your text

    Step-3 : Save your js and then check your tab page.

    Check screenshot for help.

    Let me know if you will get any problem.

    Thanks

    • This reply was modified 9 years, 5 months ago by wpshopmart.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘External Link to Tab Title’ is closed to new replies.