Forum Replies Created
-
AuthorPosts
-
Hi-
As I guessed it was not related to PHP files. The problem was the way SSL plugin works I disabled:
Remove elements inaccessible over HTTPS. May break other plugins' functionality.
in HTTPS plugin and it solve the problem.However, I notice another problem the theme doesn’t work with redirected AJAX URL or at least there is a conflict with HMWP. I leave New AJAX URL blank and it solve all problems. You may also consider another SSL plugin for future.
You should use the full path from WP directory. Usually it starts with wp-content.
Just use Replace URLS. Something like this:
wp-content/themes/framework/js/pe/jquery.pixelentity.lazyload.js==lazyload.js
Thank you for your time.
Glad to hear it 🙂
Oh maybe that was old version.
Could you provide new version debug report? (go to start tab click on generate debug report)
Sorry if it bother you ignore it.
This reply has been marked as private.Could you please provide login info ?
if not you can install a test WP and install the plugin (and generate problem). If even not could you provide debug report from start tab? (usually useless)
-
This reply was modified 11 years, 3 months ago by
Hassan.
Seems it was fixed now.
We should just use replace in HTML (no need to replace URLs!) because it was already added by the plugin. I should know it, sorry.
I also changed ‘files’ to ‘storage’ not really important but I think it may conflict with default files path.
Recheck entire site and let me know if there was any other issue.
You should not remove other rules!!
They are for themes, stylesheets, wp-include folder, etc.
Just configure it like before but fix replace URLs syntax and update htaccess with new configuration (start tab -> Multi-site configuration)
Yes, only Replace URLs and then update htaccess.
Maybe I found the problem,
Go to General settings tab in newer version you should find login query behind hide wp-login.php If it’s empty enter something for it and also change admin key save settings and use new login URL.
Let me know the result plus versions you have tested.
I tested several blogs. Seems correct for me.
Which URLs have this problem?
On more thing I disabled W3T cache modules to see source code easier,
I’ll re-enable cache modules within next few minutes.
UPDATE: DONE!
-
This reply was modified 11 years, 3 months ago by
Hassan.
If you can access to admin dashboard you should ‘deactivate’ the plugin or ‘Reset it to default’.
Was done.
Your config was good but there were two little problems with Replace URLs:
- You should use == instead = in Replace URLs
- You should add / at the end of first part to redirect folders
I just changed:
wp-content/uploads=data wp-content/plugins=modules
to this:
wp-content/uploads/==data wp-content/plugins/==modules
and seems it works now 🙂
-
This reply was modified 11 years, 3 months ago by
Hassan.
-
This reply was modified 11 years, 3 months ago by
-
AuthorPosts