Forum Replies Created
-
AuthorPosts
-
HassanPost count: 955
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.
HassanPost count: 955You should use the full path from WP directory. Usually it starts with wp-content.
HassanPost count: 955Just use Replace URLS. Something like this:
wp-content/themes/framework/js/pe/jquery.pixelentity.lazyload.js==lazyload.js
HassanPost count: 955Thank you for your time.
Glad to hear it 🙂
HassanPost count: 955Oh 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.
HassanPost count: 955This reply has been marked as private.HassanPost count: 955Could 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, 1 month ago by Hassan.
HassanPost count: 955Seems 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.
HassanPost count: 955You 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)
HassanPost count: 955Yes, only Replace URLs and then update htaccess.
HassanPost count: 955Maybe 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.
HassanPost count: 955I tested several blogs. Seems correct for me.
Which URLs have this problem?
HassanPost count: 955On 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, 1 month ago by Hassan.
HassanPost count: 955If you can access to admin dashboard you should ‘deactivate’ the plugin or ‘Reset it to default’.
HassanPost count: 955Was 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, 1 month ago by Hassan.
-
AuthorPosts