Comment on SEO Recent Posts WordPress Widget by SEO Dave.
If you aren’t running a WordPress security plugin could be your webhost has security features (Apache mod_security module for example) that’s stopping the Timthumb.php script from generating thumbnails.
Try contacting your host and ask is there’s anything in the hosting package which could stop this URL working?
# http://supmagazine.club/wp-content/themes/stallion-responsive-child/timthumb.php?src=http://supmagazine.club/wp-content/uploads/2014/09/history-of-sup-300×276.png&w=200&h=200&q=85
Explain to them the timthumb.php script should generate files under
/wp-content/themes/stallion-responsive-child/cache/
Which you have set to 777 permission for full access and no files are generated in that file. If they get it working try putting the /cache/ folder back to 755 as it’s more secure.
You should also check your error log files for any errors, there might be an error message that will tell you what the cause is.
My guess would be something like your .htaccess has some security rules to prevent hacking or could be related to the Apache mod_security module and the Timthumb URLs are tripping a security filter.
If it is, get them to fix it.
I don’t think this is the issue, but you could try editing
/stallion-responsive-child/timthumb.php
Find
define ('ALLOW_EXTERNAL', false);
Change false to true.
Find
'tinypic.com',
and add your domain name below, so it looks like this:
'tinypic.com', 'supmagazine.club',
I read for some hosts even though you are loading images from your domain the absolute path is an issue and you have to set Timthumb as if it’s contacting another domain.
If this doesn’t work you can change it back.
I use a WordPress mapped domain setup for some sites (run 20+ domains on one WordPress install) and have to make this change for those sites.
There’s nothing else left to suggest, not had this issue and your the first to have this issue and report it here. Next step would be go to the Timthumb.php site and ask for advice. Like I said, I didn’t develop Timthumb.php, just use it for thumbnails, so not a Timthumb script expert.
David
More Comments by SEO Dave
Recent Posts Widget
How to Center HTML Code
WordPress strips code in comments, to post code you have to add it to code tags
<code>CODE Here</code>
To center something in the widget you’ll need to add HTML code that centers it.
Stallion includes several CSS classes which center code for example:
<div …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
WordPress Domain Mapping Plugin Tutorials
Can’t help you with a WordPress domain mapping guide to setting up a domain mapped version of WordPress, it’s quite technical and specific to your domain registrar (different instructions for different domain registrars).
I can tell you what works for me …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
Timthumb 403 Forbidden Error Page
Looks like you have all your Stallion thumbnail options set correctly, which means it’s a Timthumb issue.
The small thumbnail images that aren’t loading (aren’t created if you see nothing in the /cache/ folder) are created by a script called Timthumb.php …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
Stallion Responsive Thumbnail Images
Have you turned the thumbnail images feature on under “Stallion Theme” >> “Colour Options” : “Thumbnails” – “Auto and Featured Thumbnails ON**” or “Featured Thumbnails Only ON”
And settings below?
If you don’t have it turned on, it won’t work.
Did you follow …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
Regenerate WordPress Images for Performance Improvements
That’s one of the built in Stallion Responsive plugins, if you don’t see a link under
“Tools” >> “Stallion Regenerate Thumbnails”
Go to “Stallion Theme” >> “Performance Options” : “Regenerate Image Thumbnails Admin” and turn the feature on “Regenerate Tool ON**”.
Once the …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
WordPress Tabbed Widget Plugin Poor Performance
As I mentioned in my last comment to you my main PC almost died and my old backup PC was also playing up so wasn’t offering any non-urgent theme support until after a new PC arrived and the setting up …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
WordPress Mobile Optimized Themes
I have checked Stallion 6.2 on mobile devices and it looks OK, but it’s not mobile optimized.
There’s various checks to make a theme mobile optimized and Stallion 6.2 (like most WordPress themes) currently fails some of the checks (especially on …
Continue Reading Popular Posts SEO Widget
Recent Posts Widget
Popular Posts Widget, Random Posts Widget, Recent Posts Widget
Just completed an awesome Stallion widget for Stallion 6.3 which covers popular posts, random posts, recent posts, latest modified posts, alphabetical posts and by ID. I’ve not seen a widget cover all these options.
The new widget includes thumbnail support utilizing …
Continue Reading Popular Posts SEO Widget