Dr. Irfan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP taking up too much too much memoryInstall P3 (Plugin Performance Profiler) plugin and you will see what’s wrong with your WP
Forum: Plugins
In reply to: [WP-Appbox] Wrong LanguageOMG. How can I be so dumb. I’ve been trying to fix this problem since the last update. I finally found it. It is in “WP-Appbox > Store URLs”.
I was looking it in ‘settings’ :p
Anyways, it has solved my problem. Bundle of thanks to Marcelismus
Forum: Fixing WordPress
In reply to: Too much spam visitorsUPDATE: I found this on the internet: https://www.analyticsedge.com/resellerclub-scam/
I was confused that Jetpack stats weren’t showing any visits from Google. So, it means that there is nothing wrong with our website. It is Google’s responsibility to look after this scam.
Forum: Fixing WordPress
In reply to: Spam from a siteOops!! I didn’t know that. I’ll remove it right now. Thanks for informing.
No, I don’t advertise my site anywhere.
Forum: Fixing WordPress
In reply to: Spam from a siteAhh, Perfect.
James, Bundle of thanks ??
**just for other webmasters who are having the same problem.**
I have blocked following spam referral domains: (Its no surprise that most of these domains share the same IP)SetEnvIfNoCase Referer darodar.com spammer=yes SetEnvIfNoCase Referer ilovevitaly.co spammer=yes SetEnvIfNoCase Referer ilovevitaly.com spammer=yes SetEnvIfNoCase Referer econom.co spammer=yes SetEnvIfNoCase Referer priceg.com spammer=yes SetEnvIfNoCase Referer doubleclick.net spammer=yes Order allow,deny Allow from all Deny from env=spammer
Forum: Fixing WordPress
In reply to: Spam from a siteThank you for the prompt response. I have found this code on the link you shared:
SetEnvIfNoCase Via evil-spam-proxy spammer=yes SetEnvIfNoCase Referer evil-spam-domain.com spammer=yes SetEnvIfNoCase Referer evil-spam-keyword spammer=yes SetEnvIfNoCase Via pinappleproxy spammer=yes SetEnvIfNoCase Referer doobu.com spammer=yes SetEnvIfNoCase Referer poker spammer=yes Order allow,deny Allow from all Deny from env=spammer
Do I need to make any changes to this code or should I add it into my .htaccess file as it is?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to remove the next/previous post links?I don’t know why people always recommends to hide things with css on this forums.
It’s not good to make the calls to subsequently hide them on the browser, that is bad coding right there.
The proper answer should be not to make the call.So to stop displaying the nav you have to edit your child theme single.php file and delete or comment this line:
twentyfourteen_post_nav();This is because it the best and easiest way to display your site as you like, without going into the child theme and php stuff.
This doesn’t affect the website’s SEO or performance, so there is nothing wrong in using ‘display:none’ custom CSS
Forum: Fixing WordPress
In reply to: Show Recently Modified Posts on HomepageForum: Plugins
In reply to: [Toplytics] Show Postviews to VisitorsThank you very much.
Waiting desperately.
Forum: Plugins
In reply to: [Toplytics] Show Postviews to VisitorsI want this code to get the visitor information from my Google Analytics account.
Forum: Fixing WordPress
In reply to: Show recently updated posts in sidebarThanks a lot bradchando. It is now working perfectly.
Nobody else, except me, has the access to my website, so I don’t think there would be any security threat.
Thanks again. I had wasted a lot of time on this.