preetam27
Forum Replies Created
-
hi @rbarron,
put this
code in custom css.wpsm_team_2_mem_img { margin: 0px !important; width: 100%; display: none; }
Thanks.
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Tab linkshi @sherry22,
you can link using anchor tag to open another tab by doing these steps.
1.install Insert Script In Headers And Footers plugin.
2.you can find it in settings>Insert Script In Headers And Footers and paste the following script in “Scripts in Footer” textarea.<script type=”text/javascript”>
jQuery(function () {
jQuery(‘.tabcall’).on(‘click’, function(event) {
event.preventDefault();
var tabid = jQuery(this).attr(‘tab-id’);
jQuery(‘[data-toggle=”tab”][href=”#’ +tabid + ‘”]’).trigger(‘click’);
})
});
</script>3.now copy and paste following code in tab description
<a tab-id="tabs_desc_143_2" class="tabcall" data-toggle="tab">link</a>
you have to just change the tabs_desc_143_2 last digit of id according to your tabs sequence eg. tabs_desc_143_3 and run the It.
Thanks.
- This reply was modified 5 years, 9 months ago by preetam27.
Hello @aliciapotts ,
May be It’s Conflicting with other plugin. Please try to deactivate all other plugin one by one and then let me know that which one is conflicting with it.
Thanks !
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Tab linkshi @sherry22 ,
You can link it to another page but not to tab.this feature is not available in free version.
thanks.
Hello @piccolome ,
May be It’s Conflicting with other plugin. Please try to deactivate all other plugin one by one and then let me know that which one is conflicting with it.
Thanks !