Skip to content

Change the Related Post Title Heading Tag

Change the Related Post Title Heading Tag

The default related post title heading tag is an h4 but you can easily change this to anything you want with a little code. Note: Changing the heading tag will not affect the design, only the tag itself. This change…

Read more

Trigger Lighbox via URL

In order for this code to work you first need to insert a theme button element that is set to trigger your lighbox and give it a unique ID. Now you can trigger the lightbox using the URL format: mysite.com/?open=my_lighbox_item_id…

Read more

Display Cart Link Shortcode in Mobile Menu Toggle

This snippet shows how you could easily display the cart_link shortcode in your mobile menu toggle area. Of course you can always just add the cart_link shortcode via Theme Panel > Custom Actions instead of using code. Also if you…

Read more

Remove Smile Emojis

By default WordPress converts :) into a smile emoji on the frontend. The following code disables the conversion so that it will still render as plain text.

Read more

Remove the easing script

The jQuery easing script is loaded with the theme to provide a nicer animation for the back to scroll button or other local scroll effects on the site. However, the script can be removed and the theme will use default…

Read more

Disable Mobile Menu Toggle Animation

By default the Toggle mobile menu style uses the javascript slideDown animation but it can be disabled with a little code. When disabled the show/hide functionality will be done via the "visible" classname instead so you can apply custom CSS…

Read more
Back To Top