Hazman Aziz
Forum Replies Created
-
Thank jamie,
This is too technical for me. I will change one by one.
=( , I will spend my time editing one by one … all those records. sob sob.
thank for verifying, @digitalchild
Forum: Plugins
In reply to: [Hide Price Until Login] we can hide the price, can we hide the discount too?Yups, this is great!
Thank you.
Forum: Plugins
In reply to: [Hide Price Until Login] we can hide the price, can we hide the discount too?Noted with thank you.
Means this will not be a free function too?
Forum: Plugins
In reply to: [Hide Price Until Login] we can hide the price, can we hide the discount too?@jdembowski, noted. thanks.
@angeldevoeted – thank you for taking a look into this.
@daladala , @nanico ,@rovizaky
Yes, I have managed to solve it via trial and error.
It actually falls on Facebook, due to lately FB incidents. Not the plugin issues.
I just re-create a fresh new app on FB apps and do take note of the url that is generated by WP Social Plugin. You just need to click >> “Where do I get this info?”
FB required this last function (which we always miss it)
6. Facebook normally shouldn’t require an Authorized redirect URI, however if it did, use both of those urls on Facebook Login > Settings > Valid OAuth redirect URIs:.Forum: Plugins
In reply to: [OnePress Social Locker] red error button for facebook likeYes, mine too. I am getting this error on FF, Chrome and IE, Edge.
Forum: Reviews
In reply to: [DQ Bandcamp Library] Pain to InstallHi DispQual,
Thank you for your up. It is a good plugin. I have managed to work around it by using iframes. But, for friends who are not inclince in html or codes, you might want to factor it.
Overall good job! Try to make some link affilates between you plugin and bandcamp. You might earn something from that for yourself too.
Regards,
Hazman AzizForum: Reviews
In reply to: [DQ Bandcamp Library] Pain to InstallHI DispQual,
I have installed your plugin – Bandcamp.
Is it possible for your plugin to merge with our original theme of outside. So that, when we using your plugin , the look and feel of the site is in 1 look.
For example: http://hazmanlabs.com/sites/music-library/bandcamp-library/ – this I used iframe to achieve this. No effective for friends (musicians) who does not knows html5, or music lovers).
Thanks,
Hazman AzizForum: Fixing WordPress
In reply to: juicyadsHi drw1986,
Check you .htacess. I remembered I edit something there. Something to do with rewrite more. Because a plugin has actually replace my orginal .htaccess.
Regards,
Hazman AzizYups, but do a backup of the original .htaccess first, before you make changes of the current one.
Laconia, check your ht.access file. I have attached the code in my earlier post.
#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .phpRewriteEngine On
RewriteBase /#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]dtmp: let’s me copy and paste my .htaccess file. we add this:
RewriteRule ^([_0-9a-zA-Z-]+/)*?(wp-(content|admin|includes).*) $2 [L]
————-
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
#RewriteRule ^(.+)?/(wp-.*) /$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)*?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
————–and it works.
Forum: Plugins
In reply to: [WP Super Cache] Email – WP Super Cache GC ReportYups, I can’t reinstalled everything because I have more than 200 live blogs. The email are keep coming in.
I have also unchecked all the Advanced settings page of the plugin
we have also solved this by editing the .htaccess.
thanks.