Geekyard
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] w3 total chache cached files contain virusClamAV Virus Scanner detected PUA.Phishing.Bank malware in 10 Pages of my blog http://www.geekyard.com hosted in hostgator.
Deleting those infected files is of no use WT3C once again creates those cache memory. I am unable to find any malwares in Plugin or Themes.
If anyone got any working solution kindly share it here.
Forum: Fixing WordPress
In reply to: How to get Thumbnail Dimension?Hi Derweili & Susan thanks for your help.
The following code provided by Derwili works:
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" height="150" width="150" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>I cleared W3TC Plugin Caches to reflect this in my blog.
Thanks it fixed my problem.
Forum: Fixing WordPress
In reply to: How to get Thumbnail Dimension?Hi Julian,
I tried your code but still getting “Specify image dimension” error in gtmetrix page performance check.
Could you please help me with getimagesize function and modify the following code?
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" height="150" width="150" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>I suppose that may solve the issue.
Forum: Fixing WordPress
In reply to: WPTouch Doesn't Make My Site Google Mobile FriendlyThanks James I posted my question in Pulgin developers page.
I installed WPTouch but still my blog(http:/www.geekyard.com)Google Mobile Friendly results shows “Your site is not mobile friendly”. I even tried to modify robots.txt but of no use. Is there any way to fix this issue?