by Sofian | Jun 13, 2016 | CSS, DIVI, Tricks, Wordpress
In best case the regular menu stays visible as long as possible, before collapsing to the mobile menu. Since every menu has a different width, we can optimize the responsiveness by moving its breakpoint.
by Sofian | Jun 3, 2016 | PHP, Snippets, Tricks, Wordpress
A little snippet to eliminate layout problems caused by empty paragraph tags the WordPress editor is adding to shortcodes when switching from text- to visual editor or on updating the page.
by Sofian | Apr 7, 2016 | PHP, Snippets, Tricks, Wordpress
How to easily customize the Admin Menu and Admin Toolbar for the Editor role of your clients with just a few lines of code into functions.php.
by Sofian | Mar 17, 2016 | DIVI, Themes, Tricks, Wordpress
By default we can’t use the regular sidebar together with the DIVI Page Builder on pages, but if we need a sidebar throughout our website, we can bring it back.
by Sofian | Mar 14, 2016 | DIVI, Tricks, Wordpress
Yes, it is possible to use the DIVI Builder also on all kind of custom post types as Events like All-in-One Event Calendar or Product pages from e.g. WooCommerce.
by Sofian | Feb 25, 2016 | DIVI, Tricks, Wordpress
If you use Polylang with two different domains, or have any other setting that is accessing one WordPress installation from different domains, you might face the problem that the icon font of DIVI is not loading and icons disappear respectively showing e.g. an...
by Sofian | Feb 18, 2016 | CSS, DIVI, JavaScript, Tricks, Wordpress
DIVI comes with an Equal Column Height Option in the Row Settings. Unfortunately, up to 2.6.4 this doesn’t do what I’d expect it to do, but the Elegant Themes support team offered a JQuery workaround and meanwhile even a super elegant pure CSS solution.
by Sofian | Feb 10, 2016 | CSS, Wordpress
On multilingual WordPress websites we sometimes need to change the CSS backround-image according to the current language. Here are some solutions how to.
by Sofian | Jan 26, 2016 | PHP, Tricks, Wordpress
If you want to add editing for widgets and menu to the editor role, but still allow no access at all to any theme customization, here is your solution.
by Sofian | Jan 26, 2016 | CSS, DIVI, Snippets, Wordpress
If you use a transparent png logo and find Chrome rendering it with ugly pixelated edges, turn on aliasing with a simple line of CSS.