Home › Forums › WordPress Plugins › Hide My WP › Problem with W3 Total Cache & Justified Image Grid
- This topic has 17 replies, 2 voices, and was last updated 8 years, 8 months ago by Suman M..
-
AuthorPosts
-
February 1, 2015 at 5:25 pm #1723PurpleNinjaPost count: 62
Hello
I have installed your plugin in a wp multisite(sub-domain setup) and I use these 2 plugins W3 Total Cache & Justified Image GridFebruary 1, 2015 at 5:29 pm #1724PurpleNinjaPost count: 62This reply has been marked as private.February 2, 2015 at 4:45 am #1727Suman M.Post count: 12478Hi, are you also using Minify with W3 Total Cache? We’ll need to look into your website to know what exactly is causing the issue. Please provide us with your website details (as private message).
February 2, 2015 at 8:58 am #1728PurpleNinjaPost count: 62This reply has been marked as private.February 3, 2015 at 11:16 pm #1743PurpleNinjaPost count: 62any new?
February 4, 2015 at 1:22 am #1744Suman M.Post count: 12478Hi, sorry for the delay. Have you followed the steps below?
– goto HMWP >> ‘Start’ Tab >> select ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’
– goto HMWP >> ‘Start’ Tab >> click ‘Multi-site Configuration’
– now use a FTP program or your host file manager and add those lines to your htaccess file (after RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ […])Let me know the result after this, then we can proceed further.
Also, try enabling and disabling W3TotalCache’s Minify option to see if issue is related to this. ‘Empty All Caches’ after each change.February 6, 2015 at 9:49 pm #1784PurpleNinjaPost count: 621.W3 Total Cache: No matter what I was doing, I didn’t saw any difference.
2. Justified Image Grid: When I deactivate the “Avoid direct access to php files (except wp-admin) *” The plugin works fine. What do I have to do exactly in this so when I have it enabled the plugin will work too?February 8, 2015 at 4:42 am #1792Suman M.Post count: 12478I tried enabling HMWP and applying Medium privacy scheme, but as it’s a multisite, htaccess needs to be updated manually (as I mentioned earlier above). Hence I couldn’t proceed further. Please execute these steps and let me know or provide us with FTP details so that we can update htaccess file. Thanks!
February 8, 2015 at 4:19 pm #1812PurpleNinjaPost count: 62This reply has been marked as private.February 12, 2015 at 11:32 pm #1864PurpleNinjaPost count: 62This reply has been marked as private.February 13, 2015 at 4:45 am #1866Suman M.Post count: 12478Also, when I “like” a photo from a gallery that is created by Justified Image Grid plugin, and then someone clicks on the activity link that I “liked” and isn’t logged in the site, it’s showing him a wrong link.
>> I’m not able to re-generate the issue. Can you please explain how do I perform these, step-wise.However, I’ve added above requests in Exception List in HMWP IDS so that it’ll be no more blocked.
February 24, 2015 at 2:13 am #1937PurpleNinjaPost count: 62This reply has been marked as private.February 27, 2015 at 5:27 am #1980Suman M.Post count: 12478I followed the steps as mentioned above,
– activated HMWP and applied medium privacy scheme (added rules to htaccess)
– liked a photo in http://domain.com/top-10-cosplays-of-the-week-1-photos
– in my facebook activities I cliked on the link and it redirects to correct post and the correct photo pops out.And regarding the notification, please try disabling HMWP PHP IDS (I’ve disable it now)
March 1, 2015 at 6:53 pm #2000PurpleNinjaPost count: 62Yep, I confirm that the link worked without having php ids on. Is there any way to make the links work correct with php ids on?
Also, when your cursor on the thumbnail of a photo the path name is like the one on below:
http://domain-name.com/wp-content/blogs.dir/NumberOfBlog/files/ImageFolder/image-name.jpg
When you click on the thumbnail the url of the site becomes like that:
http://domain-name.com/post-01#!prettyPhoto[1]/http://domain-name.com/wp-content/blogs.dir/NumberOfBlog/files/ImageFolder/image-name.jpgWhat do I have to do to hide all of these that give away that is a wordpress site?
P.S: Please remove the link of the site from your post 😛
- This reply was modified 9 years, 10 months ago by PurpleNinja. Reason: Added a few more things
March 2, 2015 at 4:42 am #2003Suman M.Post count: 12478Hi, it seems to be working for me even with IDS on. Please check!
For thumbnail URL, you’ll need to add the following line in your htaccess and delete cache:
RewriteRule ^bdir/(.*) /wp-content/blogs.dir/$1 [QSA,L]
after
RewriteRule ^file/(.*) /wp-content/uploads/$1 [QSA,L]Also, I’ve removed domain name from my previous post.
-
AuthorPosts
You must be logged in to reply to this topic.