Forum Replies Created
-
AuthorPosts
-
HassanPost count: 955
Strange, Please disable HMWP and try it!
If the problem persists please provide login details plus the URL you have issue with it and I’ll take a look.
HassanPost count: 955Sorry for delay,
Almost all of wp-* classes will be hidden by enabling ‘Hide other WP …’ and ‘Clean up X classes’ from General settings tab.
I don’t think there was any remained thing but if you can’t use above options for compatibility concerns you can use ‘Replace in HTML’ to remove them. For example:
wp-post-image=
will replace wp-post-image with nothing (i.e. remove it!)HassanPost count: 955Unfortunately, Envato marketpleaces does not provide any multi-site license. Instead you should purchase one single license per site. Of course if it’s a multi-site install one license is enough.
Read more here: http://codecanyon.net/licenses/regular
HassanPost count: 955First sorry for delay,
I had some important exam.
I think this is an incompatibility problem with a cache or membership plugin. Please provide your login details privately and I’ll take a look.
HassanPost count: 955Hi,
Sorry for delay,
Please provide debug report plus your htaccess content.
HassanPost count: 955You should not change your PHP code!
HMWP automatically scans final HTML output and change what is needed just like themes, plugins, etc.
In your final code image source () should be something like this:
http://www.willsilva.com.br/degusti/template/scripts/timthumb.php?src=../../uploads/2013/11/foto6.jpg&w=648&h=300&q=100&zc=1
(See the timthumb.php?src=../../uploads)Your current URL is below and it’s totally wrong:
http://www.willsilva.com.br/degusti/template/scripts/file=timthumb.php?src=http://willsilva.com.br/degusti/file/2013/11/foto6.jpg&w=648&h=400&q=400&zc=1
(file= is invalid, src=http://… won’t work)We just uses Replace in HTML to create the correct URLs. It changes old to new by old=new. If there was an = sign in our keywords we should use [equal]. So please restore your PHP code (as default) then add this rule to Replace in HTML:
timthumb.php?src[equal]http://willsilva.com.br/degusti/file=timthumb.php?src[equal]../../uploadsIf it doesn’t work provide debug report from start tab or change some test keywords (e.g. DEGUSTI=DEGUSTI2) to make sure Replace in HTML work.
- This reply was modified 11 years ago by Hassan.
HassanPost count: 955You should not have any problem with W3TC and CDN. Anyway, to hide the theme, you need to change ‘New Them Path’ and ‘New Style Name’ (both in permalink tab) and yes, it needs to change some URLs.
I still not sure I understood you correctly, giving debug report (from Start tab) may be useful.
But before it try one of following:
- Disable (or enable) canonical URL (in HMWP general settings tab)
- Check out WP settings page ‘Home URL’ and ‘Site URL’ fields.
Let me know the result.
HassanPost count: 955It should work!
Please flush both your browser and server cache and try again.
Your source code (previous screenshot) should be changed after saving settings.
If it doesn’t give me login details for a deeper look.
HassanPost count: 955Your images URL should be something like this:
http://www.willsilva.com.br/degusti/template/scripts/timthumb.php?src=../../uploads/2013/11/foto6.jpg&w=648&h=300&q=100&zc=1Add this rule to Replace in URL:
timthumb.php?src[equal]http://willsilva.com.br/degusti/file=timthumb.php?src[equal]../../uploads
HassanPost count: 955It should be something like this:
http://wp-path-domain.com/wp-login.php?action=register&hide_my_wp=1234
Try it to make sure it works because there’s a known bug in current version that may happen for some sites (it was already fixed for next version but not released yet).
HassanPost count: 955Yes, of course!
Please add login details as a private reply.
HassanPost count: 955Unfortunately, I couldn’t login please check out login details.
HassanPost count: 955Was fixed!
I just disabled Compress Page (simple minify).
Minification of HTML pages is a complex task because any new standard or any little problems in HTML or JS syntax may bring some problems. That’s because we created 3 different options for it but unfortunately none of them work for you.
I don’t think you really need it but you still can try W3 Total Cache. It also provides different options for minify module (some of them are common with HMWP). Anyway, it’s still possible that none of them work for your case.
HassanPost count: 955Sorry for delay,
Please provide login details (privately). I’ll fix it ASAP.
I deleted it for security reasons.
- This reply was modified 11 years ago by Hassan.
HassanPost count: 955You just need to activate a theme or plugin to make it work.
I did it!
This bug will be fixed in future!
Also, do not attach user/pass to first post of topic because it’s always public. Please change your password to guarantee your security.
-
AuthorPosts