Skip to content

Remove Breadcrumbs from Custom Page Header Title with Background

Disable Touch Motions on Lightbox

By default the included lightbox script in the theme (Fancybox 3) includes touch motion support for swiping between photos. If you wish to disable touch support you can via the following code.

Read more

Disable the Gallery Metabox

The following snippet can be used to disable the Gallery metabox completely so it doesn't display in any post type.

Read more

Move Search Icon to Front/Start of Menu

By default when using certain header styles (header style one, two, three, four, five and six) the search icon is placed at the very end of the menu but it's possible to place the search icon at the start of…

Read more

Add Content Below Mobile Menu

The following snippet is an example of how you can use the "wpex_hook_mobile_menu_bottom" action hook to insert custom content at the bottom of your mobile menu.

Read more

Hide Top Bar Social on Small Devices

The following snippet can be used if you wish to hide the top bar social icons on small (mobile) devices. It works by hooking into the "wpex_topbar_social_class" filter and modifying the classes to add a hidden class at your defined…

Read more
Back To Top