dan

Hide Divi Gallery Titles, but not the Captions

The Divi Theme's gallery module shows the image titles and captions under each image, by default. While there is an option to hide both the titles and captions, sometimes you may want to show only the captions but not the titles. That way, you can easily control the...

read more

Disable Divi Gallery Image "Slide In" Effect

When you first view a Divi Theme gallery, the images will "slide in" from the left. If you don't want this slide in effect on your gallery images, you can disable it with the following CSS: .et_pb_gallery_item { -webkit-animation: none !important; -moz-animation: none...

read more

Stop Divi Cropping Slider and Header Background Images

I often get asked for help with cropped and or stretched images in the Divi Theme's Slider and Header modules. The problem with the cropping is usually caused by having "parallax" enabled on the full-width header. Parallax gives the effect of the header background...

read more

Divi Booster Error: Using $this when not in object context

If you receive an error similar to the following after updating Divi Booster: PHP Fatal error: Using $this when not in object context in/yoursite/htdocs/wp-content/plugins/divi-booster/fixes/064-set-body-font-size/settings-general.php The problem is not actually with...

read more

Make Full Width Header Scroll Down Icon "Bounce"

The Divi Builder's full width header module comes with an option to have a scroll down button, which indicates to the user that there is more content to follow. To draw further attention to this, you can make it "bounce" with the following CSS: .et_pb_fullwidth_header...

read more