elliott22
Forum Replies Created
-
OK, I think I have it sorted. Although I had flushed the cache on my end both in WordPress, my browser and my managed hosting through GoDaddy (which has a GoDaddy FLUSH CACHE button in the WordPress backend) it didn’t work. I called GoDaddy and they were able to flush the cache on their side and it immediately removed the error message.
Thanks for your help guys. Now im going to work on the “Indirect modification of overloaded element of WP_Hook has no effect…” error message.
MIKA – any suggestions on that one?
Thanks for the input Steve. I removed the closing
?>but still have the warning on the www version of the sites url.<?php function colormag_enqueue_styles() { $parent_style = 'parent-style'; // This is ‘colormag-pro-style' for the Colormag-pro theme. wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'colormag_enqueue_styles' );Mika – that brought up a repeating message “Indirect modification of overloaded element of WP_Hook has no effect in -long file string/object-cache.php on line 664. This is whats on line 664 of that file:
unset( $GLOBALS['wp_filter']['all'][-100]['apc_not_actually_running'] );Im not sure this is related to the above issue though.
OK I tried that. Nothing happened, same error on the www version of the site.
You mean add the code back into the functions.php file with that correction? Then remove the corrected code and it will remove the warning on the www version of the url.
Forum: Plugins
In reply to: [Sponsors] Only 10 Sponsors Showing in GridI fixed it by adding [max=”50″] to the short code on the sponsors page.
- This reply was modified 9 years, 6 months ago by elliott22.