Skip to content

How to Enable AJAX for Gravity Forms

How to Enable AJAX for Gravity Forms

If you’re using Gravity Forms, you’ve probably noticed there isn’t a simple global setting to enable AJAX for your forms (which honestly would be a nice built-in option). Without AJAX enabled, forms trigger a full page refresh on submission. Adding…

Read more

Add an Emergency Exit Site Button

This snippet adds a floating Emergency Exit button to your website, providing a quick exit for visitors by instantly redirecting them to a safe external page such as weather.com. The button is fixed to the side of the screen for…

Read more

How to add FAQPage Schema Markup for Google

Although the theme includes an option to enable inline Question/Answer schema for the Toggle element, Google Search Console may not consistently recognize this markup and may report related errors. Since your questions and answers are being added through a page…

Read more

Add Current Page Number to the Page Title

This snippet appends the current pagination number to the page title when viewing paged results. If multiple pages exist, it displays both the current page and the total number of pages (e.g., "Page 2 of 5"). This isn’t enabled by…

Read more

Prevent Custom Card URL When Redirection Is Set

This snippet filters the wpex_card_url post meta to return empty if a redirection URL (wpex_post_link) exists. It ensures that custom card URLs are ignored on the front end when a redirect is configured. This way the redirection will take priority…

Read more

Disable the Theme Updater

Activating your theme license enables update checks for the theme. These checks communicate with our server whenever WordPress performs update requests. If you use a staging site for testing updates, you can apply this snippet to disable update checks on…

Read more
Back To Top