Elena Shikova
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Max Execution Time Fatal ErrorHello!
I switched the site from php 5.3 to php 5.6 and I got errorstrip-together.ru [Sun Oct 15 22:45:39 2017] [error] [client 162.158.92.120] PHP Fatal error: Maximum execution time of 10 seconds exceeded in /wp-includes/post.php on line 5041, referer: http://trip-together.ru/wp-admin/post.php?post=11253&action=edit
trip-together.ru [Sun Oct 15 22:46:21 2017] [error] [client 162.158.92.120] PHP Fatal error: Maximum execution time of 10 seconds exceeded in /wp-includes/cache.php on line 551, referer: http://trip-together.ru/wp-admin/post.php?post=11253&action=editIt is only, then I edit post. I have
virtual hosting Apache 2.2.Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Remove cssI want remove it by function.php. I try:
add_action( ‘wp_dequeue_style’, ‘remove_style’, 100 );
function remove_style() {
wp_deregister_style( ‘addthis_all_pages-css’ );
}But it does not work. I think about “wp_dequeue_style” – wrong???
Thanks for your answer.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] After update do not workHi!
I reset plugin to default setting, but it did not help me. I use
https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.jsMy plugins:
Ad Injection
Anti-spam
BAW Manual Related Posts
Comment Redirect by Yoast
FD Feedburner Plugin
iThemes Security
LIci WP
Nofollow for external link
Ozh’ Better Feed
RusToLat
Share Buttons by AddThis
Subscribe To Comments
Table of Contents Plus
W3 Total Cache
Watermark RELOADED
WP RSS Images
WP SEO HTML Sitemap
WP-Optimize
WPLANG Lite
Yoast SEOI update Top 10, Yoast SEO, iThemes Security, W3 Total Cache at one time, and after that top10 does not work.
Thanks very much for your reply.Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] top10 finish count view pageHello! Sorry for my question? I remove jquery.js to the finish of page and it is wrong.