Hello,
Thank you for writing in!
I’ve checked your site and the problem is solved when I open the chrome console or resize the window. So, the workaround that I’ll try is:
So, let`s go:
Adding custom class in the tabs
- Go to your page and edit it with the cornerstone.
- Click on the tab and add the custom class here
- repeat this process with all the tabs.
Copying the slider API
Now, go to your slider and copy this API:
click here
Adding the custom JS
To add the custom code go to Dashboard > Pages > Your page > Edit it with the Cornerstone and click on JS
So, add the following code:
jQuery( ".custom-tab-1" ).click(function() {
revapi1.revredraw();
});
P.S: Don`t forget to replace the custom class name and the revapi.
Let me know if it works 