eliasonw
Forum Replies Created
-
I got it to work, if anyone else is using the divi builder theme with your tabs (Seems to be a problem with divibuilder that tables inside their tabs are broken.
<script type=”text/javascript”>
jQuery( document ).ready(function() {
jQuery(“.vc-tabs-li-3-id-4”).click(function(){
jQuery(‘.ptsTableFrontedShell’).trigger(‘resize’, 700);
});
});
</script>jQuery(“.vc-tabs-li-3-id-4”). //the 3 is the Style used, and the 4 is the button ID.
jQuery(‘.ptsTableFrontedShell’).trigger(‘resize’, 700); //the ptstablefrontedshell should be the content inside the tab and the 700 is the timeout, which makes it look more natural- This reply was modified 5 years, 4 months ago by eliasonw.
Thanks, but what can I use to identify them then?
OMG you are a Genius thank you so much!!!!
Hello, thank you so much for your prompt response.
I have an Apply link that needs to take me to an application form I have https://www.blactec.co.za/form and input the package name into the product field on the form
If you go to the page above (https://blactec.co.za/connectivity/home/fibre/) and click on the table maker table apply button (any of the options) which is below the table press table the link will take you to the form page and input the package name into the product field.
I need to use your plugin because it is amazing and table maker does not do what I need.
Thanks
Regards
WarrenPlease help