Problem: If I configure Toolset to load Bootstrap 4, my site's main navigation disappears, but when I disable Bootstrap 4, the contents of my View are not styled appropriately. How can I load Bootstrap 4 without losing my site navigation?
Solution: There seems to be a conflict between the Total theme and Bootstrap 4, specifically a CSS selector collision. The Total theme uses the CSS class "dropdown-menu" in the header, which is also used in Bootstrap's dropdown menu component. To fix the conflict, you can override the Bootstrap styles applied to the main menu with the following custom CSS:
Is there a page counter solution like this but just on page load?
Solution:
There isn't such kind of built-in feature within Toolset plugins, and no existed solution for it, in my opinion, you can try other plugins, for example:
I have a custom field (embedded media) on a custom post type to store a YouTube URL.
In a content template I inserted in the block editor a Toolset “YouTube” field. This field pulls in dynamically the YouTube URL from the embedded media field of the current post.
It worked before. Now the video is displayed in the content template but not on the front end
Solution:
It is a compatibility issue with "SG Optimizer" plugin, you can try these:
Dashboard-> SG Optimizer-> Media Optimization, disable option "Lazy Load Iframes".