Hi,
Thanks for getting back to me, appreciate.
Ok, I have implemented the above.
here is my code in my custom JS
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(' .blogtab .et_pb_tab_1 ').on('click', function(){
alert('gridtest');
if(typeof(GridPlus) != 'undefined') {
GridPlus.init();
}
});
});
</script>
Still not getting it to work though. The tab button is targeting the JS, but seems to be loading strangely now. The page in question is here – http://dfstaging.co.za/HFH/explore-cape-town/
Any ideas as to what to do here.
Thanks.
Hi there,
I have the same issue as above, where the shortcode is not working in tabbed content, I am using the DIVI theme (Elegenthemes).
Any ideas on how to solve this?