tigershroof
Forum Replies Created
-
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Cant install Maxmind databaseGo to WP CONTENT – PLUGINS – VISITOR MAPS and Search Down you will find the visitor-maps.php file.
RIGHT Click – Open It and Click on Switch to Code Editor. You will now see the Line Number on the Left. Scroll down to Line 863 and you are done.
Forum: Reviews
In reply to: [VigilanTor] Work greatMy site really slowed down so be careful if you set a lower setting
Forum: Fixing WordPress
In reply to: Browser Caching Code does not Save in .htaccessI go to CPANEL, File Manager, access the file, edit the code, Save it and close the file.
Also tried downloading the file and reloading it.
Just tried that but same problem.
- This reply was modified 7 years, 3 months ago by tigershroof.
Forum: Fixing WordPress
In reply to: Yoast SEO Plugin ProblemsYou need to access the File Manager through your CPANEL, go to WP CONTENT/Plugins and change the name of Yoast SEO Plugin (add a digit after that or something else). Now, try to access your Dashboard after you clear your Browser Cache.
If you still have the same problem, go back to File Manager and Change the Name of the Plugins Folder to something else, now, try again.
If your site is still broken or you are still unable to log in to the dashboard, Manually update the WordPress Files. Take a backup before you do anything.
https://www.wpbeginner.com/wp-tutorials/how-to-manually-update-wordpress-using-ftp/
This should solve the problem.
Sorry for the delay in responding. The LiteSpeed Server was indeed conflicting with Wordfence in many ways. I tested the same website with Wordfence activated on a Lite Speed Server as well as Apache Server. Apache Server gave no problems at all.
With Litespeed, after every 48 hours in Extended Protection, my pages started giving 503 Error. I would go and clear the Hosting Providers Turbo Cache and Memory Cache and the problem would go away. Then, without any warning, same problem again.
I must also mention that W3 Total (Fixed) Version of Cache was auto installed on this host. https://www.ads-software.com/support/topic/w3-total-cache-fixed/
So, I moved my hosting provider to Apache Server.
Forum: Themes and Templates
In reply to: [MH Newsdesk lite] CSS Code HelpThanks and noted. I will review the Premium Theme.
Forum: Fixing WordPress
In reply to: CSS Code HelpThanks a ton buddy. The Search Form came up fine but the News Ticker shows nothing. Do I need to install News Ticker Plugin before it will show anything. Also where should I paste the News Ticker Code in the Header.php file. I have pasted the actual code below of Header.Php code.
<!DOCTYPE html> <html class=”no-js” <?php language_attributes(); ?>> <head> <meta charset=”<?php bloginfo(‘charset’); ?>”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <link rel=”profile” href=”https://gmpg.org/xfn/11″ /> <?php if (is_singular() && pings_open(get_queried_object())) : ?> <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /> <?php endif; ?> <?php wp_head(); ?> <div class=”news-ticker”><!– INSTALL NEWS TICKER PLUGIN AND PLACE SHORTCODE HERE –></div> </head> <body <?php body_class(); ?>> <div id=”mh-wrapper”> <header class=”mh-header”> <div class=”header-wrap clearfix”> <?php mh_newsdesk_lite_logo(); ?> <div class=”header-search”><?php get_search_form(); ?></div> </div> <div class=”header-menu clearfix”> <nav class=”main-nav clearfix”> <?php wp_nav_menu(array(‘theme_location’ => ‘main_nav’)); ?> </nav> </div> </header>
.logo{ display:inline-block; } .header-search {display:inline-block;} .news-ticker {display:inline-block;}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Forum: Fixing WordPress
In reply to: CSS Code Helpokie thanks.
The scans are getting completed properly, so, no problems on that front.
There are two problems occurring :
a) Vulnerable URL Blocking – The Vulnerable URL’s are being blocked. When I check the Live Traffic Log and select “Blocked”, I can see that IPs have been blocked for accessing URLs. However, when I click on “Blocked IPs”, I do not see those IPs there.
b) 503 Error – When I activate “Extended Protection”, I start getting complaints that 503 Errors are showing up. As soon as I deactivate the Extended Protection, the errors go away.
I am using Lite Speed Server with W3 Plugin.
If your scans do not complete, it may be due to a plugin conflict or Wordfence IP is getting blocked by your host.
Read this – https://docs.wordfence.com/en/My_scans_don%27t_finish._What_would_cause_that%3F
Forum: Fixing WordPress
In reply to: WordPress Connection Lost while Saving Posts.I have been able to solve this by going to Settings, Reading and Unchecking all PINGBACKS. Now the post updates as usual and without any problem.
Thanks in advance.
Forum: Fixing WordPress
In reply to: WordPress Connection Lost while Saving Posts.Yes, the issue started few days back after I updated WordPress and Installed few Plugins that used minification to improve page speed. I have disabled those plugins and the WordPress is updated to the latest version.
Thanks for your prompt response. for now, I have redirected to the home page.
I will check if by mistake I updated a code in the Theme Function File and keep you updated for your records.
Once again, appreciate your assistance.
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Visitor Maps Acting FunnyCleaning up the database table worked. Seems like the plugin got overloaded at 1000 visitors per day for 2 days.
It would be great to have an option within the dashboard to completely purge or download the previous data.
Thanks for your assistance.
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Visitor Maps Acting FunnyI have been using this application for more than 2 years without any problems. I believe that one of our posts became viral and the traffic increased significantly. Since then, this problem started. Even with lower traffic, the plugin was working fine with WordPress 4.7. Only with increased traffic, this became a problem.
Can you please advise how to delete the Visitor Maps Database Tables completely and then do a completely fresh install.