Hi, go4broke
Sorry, but I have no any suggestions.
If it’s necessary for you, I need temporary access to admin panel of your website if it is possible where I can see the issue.
Unfortunately, I can’t to guess the problem blindly.
With kind regards
Alexey
Is there a private section to share your access?
Hi, go4broke
I checked your issue with visual constructor in the FA Collection Plugin.
You has conflict of the two CSS files:
1) ./wp-content/plugins/agp-font-awesome-collection/assets/libs/colorbox/colorbox.css – that is CSS from “colorbox” library in my plugin.
2) ./wp-content/plugins/zendesk/css/colorbox.css – that is CSS from “colorbox” library in other plugin.
For fixing this issue you can add in ‘functions.php’ of your current active theme next code:
add_action( 'wp_enqueue_scripts', 'f27923568_dequeue', 99 );
function f27923568_dequeue () {
wp_dequeue_style( 'colorbox-css' );
}
With kinds regards!
Alexey
Hi, go4broke
Do you have any news about your issue?
Can I resolve this topic now?
Alexey
Currently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.