Forum Replies Created
-
Author
-
clarksgap
ParticipantProblem solved for me. Just double checked my CDN and found a caching feature I did not know about. When I deactivated it, the theme features became responsive again. This comes after clearing my other cache settings countless times before finding this one.
clarksgap
ParticipantSorry, as I said, I’m not a PHP coder…like this?
<?php
/**
* @package WordPress
* @subpackage Kleo
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Kleo 1.0
*//**
* Kleo Child Theme Functions
* Add custom code below
*/add_filter( ‘kleo_theme_options_ajax’, ‘__return_false’ );
clarksgap
ParticipantI’m not a PHP person – do you mean like this?
<?php add_filter( ‘kleo_theme_options_ajax’, ‘__return_false’ );?>
clarksgap
Participantjust set up a new temporary admin:
alliedmedpros.com/wp-admin
user – testuser213
pass – testuser213.thanks for all of your help.
clarksgap
Participantyes, cleared both. Also, under appearance – customize it just spins. No new plugins…started after upgrade. Thanks.
clarksgap
ParticipantThe same thing happens for me. As soon as I activate WooCommerce -the site goes down and I receive this error – Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in /home/amp1/public_html/wp-admin/includes/update.php on line 184
It can only be resolved by deleting plugin manually from the WordPress directory. I am using the latest version of WordPress.
-
AuthorPosts