Contact 7 Form doesn't show on page

I cannot get a new Contact 7 form to show up on any page on this site anymore. Below is a link to a test page - it has a widget element, a text element, a content element and a classic C7F element all with the C7F shortcode. I can see the form in the C7F element in the editor, but it does not show on the page, and neither do the rest of them.

Help!

http://melaniejohnsonsclosets.com/contact-copy/

Hi There,

Thank you for writing in, your version of X (4.6.4) and Cornerstone (2.1.7) is not compatible.

You can either downgrade the Cornerstone to the compatible version by deactivating and deleting it and then navigate to X Addons > Home so X will automatically install the comatible Cornerstone version.

Or you can update both X and Cornerstone to the latest version (X 6.0.1 / CS 3.0.1)

Updating Your Themes and Plugins

Remember to clear all caches (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Cheers!

Hi there,

Thanks for writing around! I checked your setup and I see some issues in your setup, please do the following:

  1. You’re using an outdated version of X and Cornerstone, always make sure to update both X and Cornerstone to the latest versions to avoid such conflicts and potential errors. Also ensure everything else is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. There is an error in browser’s console which is breaking the theme due to a script you’ve added in Appearance > Customize > Custom > Edit Global Javascript please remove JavaScript, custom CSS and deactivate your child theme and switch to parent theme.

  3. Also Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Let us know how this goes!.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.