Forum Replies Created
-
AuthorPosts
-
April 13, 2020 at 11:42 am in reply to: “Load more” (dynamic) masonry images reveals wp-content link #30072MGKPost count: 5
thank you sir ! great support
April 13, 2020 at 7:44 am in reply to: “Load more” (dynamic) masonry images reveals wp-content link #30063MGKPost count: 5thank you for your prompt reply.
i ended up checking the template and doing a hardcoded “str_replace” of wp-content by the path i setup, it seems to works for now.
ideally i would prefere to make it better by doing something like :“if (HYDEMYWP_PLUGIN_is_active) { str_replace(‘wp-content/uploads’, HYDEMYWP_CONFIG_MEDIAS_PATH, $stringtoedit) }”
would you happen to know if the two variables HYDEMYWP_PLUGIN_is_active and HYDEMYWP_CONFIG_MEDIAS_PATH are something easy to find and to use in a theme like hooks, or it doesnt really work like that ?
thanks for your help again !
MGKPost count: 5Hello,
did you had a chance to look at my issue please ?
Thank you very much in advance !
Michel
MGKPost count: 5Hello,
Thanks for your support !
I tried also with relative path
timthumb.php?src[equal]http%3A%2F%2Fxx%2Fnew%2Fwp-content%2Ffancygallery%2F = timthumb.php?src[equal]..%2F..%2F..%2Ffancygallery%2F
and got the same issue (i.e. Could not find the internal image you specified. when looking at the image timthumb link).
I am guessing it comes from the relative path.
I tried adding those two lines in the htaccess (with customized htaccess checked and hidemywp lines added to the htaccess)SecFilterEngine Off SecFilterScanPost Off
but i got a 500 error.
I have access to the php.ini (on my offline and online servers), is there any other solution ? (secured)
Thanks in advance for your time
-
AuthorPosts