Home › Forums › WordPress Plugins › Hide My WP › Images disappearing for only some webpages
- This topic has 5 replies, 3 voices, and was last updated 10 years, 3 months ago by
navrio.
-
AuthorPosts
-
July 8, 2015 at 11:29 pm #3446
Hi,
I have pages where the user land on after typing in a search query. When the Hide My WP plugin is activated (Medium Privacy – More Capability setting) the images disappear only for the search results page.
Not sure how to fix it as I’m not very technical. Please let me know if you can help. Links provided in reply post.
Thanks
IvanJuly 8, 2015 at 11:29 pm #3447This reply has been marked as private.July 9, 2015 at 3:37 am #3450I’ve disabled the plugin for now, so please disregard my missing images post above.
It seems this plugin is slowing my page load time by 1 full second. Seems like a lot; is this normal?
Thanks.
July 9, 2015 at 6:56 am #3456Hi, we are not able to check as you have already disabled the plugin. Please provide us with your website backend details (as private reply) so that we can have a look at the issue.
And regarding site speed you can check this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16071
July 9, 2015 at 7:43 am #3457Your theme uses TimThumb. The solution is in FAQ page:
Does it works with TimThumb image resizer?
Sure, but please note you need to use “relative” URLs for it. You can use Replace in HTML feature to convert current image URLs to relative URLs. If timthumb.php location is similar to following pattern:
wp-content/(themes OR plugins)/PLUGIN_OR_THEME_NAME/timthumb.php
Using following rule for Replace in HTML should solve the problem (DELETE ALL SPACES).
timthumb.php?src [equal] http://YOUR_SITE.com/NEW_UPLOAD_PATH = timthumb.php? src [equal] .. / ../ uploadsIf timthumb file is located in a deeper path you need more ’.. /’ as an example for wp-content/themes/mytheme/includes/timbthumb.php you should have 3 ’.. /’ in your rule.
PS:
– NEW_UPLOAD_PATH is your current upload path e.g. “file” – Base on locations and files name it may have little differences in your site. So check out your source code carefully.
– Make sure you disabled avoid direct access to PHP files or added TimThumb file or theme folder to white list.July 10, 2015 at 1:39 am #3484Thanks guys for the support. I’ll save this plugin for another site with a theme that doesn’t use timthumb. I don’t want to make big modifications to this site for now.
-
AuthorPosts
You must be logged in to reply to this topic.

