lokeshkalosiya
Forum Replies Created
-
Hi @sibelin,
The requirement for additional code in the plugin is not possible because we are not allowed to modify our code.
Thanks
Hi @heijp,
Please go to plugins > plugin editor and select Tabs Responsive and go to template > content.php file on line number 68 replace the code with the below code.
echo esc_attr($custom_css);
To
echo $custom_css; ?>
If it works let us know
Thanks
Hi @litbes,
Yes, we will update it in the next update. Glad that your issue has been resolved. If you like our plugin please rate us.
Thanks
Hi @nidhikatiyar02,
Glad that your issue has been resolved. If you like our plugin please rate us.
Thanks
Hi @litbes,
Please go to plugins plugin editor and select Tabs Responsive plugin and go to template > style.php file on line number 43 and replace the blow CSS code with new CSS code.
padding: 15px 18px 15px 18px !important;
To
padding: 5px 10px 5px 10px !important;
If it works let us know.
Thanks
Hi @nidhikatiyar02,
Please go to plugins > plugin editor and select Tabs response and go to template > content.php file on line number 82 and change the below code with other code.
<a href="#tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" aria-controls="tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" role="tab" data-toggle="tab">
To
<a href="javascript:void(0)" data-target="#tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" aria-controls="tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" role="tab" data-toggle="tab">
If it works let us know
Thanks
Hi @niemutz,
This is a confliction with plugins or themes so please deactivate some plugins and also change the theme to check the conflicting and let us know.
Thanks
Hi @jeredemartino,
It seems you are missing something please try the below steps again with the tab plugin I have tested it on my local WordPress and it’s working…
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 the “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 the following code in the tab description
<a tab-id="tabs_desc_9_2" class="tabcall" data-toggle="tab">link</a>
you have to just change the tabs_desc_9_2 last digit of id according to your tabs sequence eg. tabs_desc_9_3 and run the It.
test it and please let me know.Thank you
Hi @sergey9539,
The issue occurs with plugins or theme confliction so please check plugins one by one and also check the theme.
Thanks
Hi @bhammondcvl,
Glad that your issue has been resolved please ignore the update in the future.
Thanks
Hi @sergey9539,
We have checked your issue and we find that the main issue occurs with theme confliction so please try to change the theme and again activate it.
Thanks