


[Solved] Plugin needs update, but does not show anywhere
Just use the code below to figure out which plugin or theme is the culprit. Remember you need to add this to the functions.php file of you active theme/** * Displays hidden plugin and theme updates on update-core screen. */ function debug_pending_updates() { // Rough...
How to add a colored line under Divi Main Navigation
Just use the code below. Remember to change colors/*line under menu start*/ #top-menu .current-menu-item a::before { -webkit-transform: translateY(18px); transform: translateY(18px); opacity: 1.0; } #top-menu li a:hover:before { -webkit-transform: translateY(18px);...
Divi Changelog
I will try keeping the Divi Changelog Updated version 3.12.2 ( updated 08-16-2018 ) – Fixed a bug that caused animations to remove module design styles such as background colors. * includes/builder/scripts/frontend-builder-scripts.js version 3.12.1 (...