eWallz
Forum Replies Created
-
sorry. was my mistake. was conflicting with other status plugin
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Student Profile Page (Dashboard)i use this one and its working
#learn-press-user-profile .profile-tabs .orders { display: none!important; visibility: hidden!important; }
thanks. would be great if you can include this by default on next update.
hi @gioni thanks for the reply.
Im refering to the Anti-Spam & Traffic Inpector modules. I just need your confirmation whether i’m using the correct input for whitelisting the query/request below:
Anti Spam (no regex) – to exclude any query from Paypal payment
wc-api=WC_Gateway_Paypal
Traffic Inspector – to whitelist all request of paypal payment
{wc-api=WC_Gateway_Paypal}
are the above input for each module correct?
will these regex serve my purpose to exclude all request that contains these string within the url?
to exclude all woocommerce ajax cart request
{wc-ajax=get_refreshed_fragments}
to exclude/bypass all api & callback request from paypal payment (specific for paypal only)
{wc-api=WC_Gateway_Paypal}
to exclude/bypass any request to woocommerce api (generic)?
{wc-api}
really need this because my website got many external request from plugins & external service such as payment gateways, etc. Instead of setting up specific regex for longer url can I just do the above with broader coverage yet still specific to certain strings within the queried url?
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] PayPal blockedhi @scullydion , is your whitelist regex working? i’m getting the same issue with paypal & other payment gateway as well.
When adding the request uri, keep on getting error :
You may not specify the query string with a question mark: {\/\?wc-api=WC_Gateway_Paypal\.php\?user_id=\d+$}basically all request with question mark (?) cannot be added even with backlash & rest api allowed.
@gioni should I just skipped the ? in the uri?
Forum: Fixing WordPress
In reply to: Limiting maximum number of posts published per custom post type@wendath hi, i’m looking for similar solution too. Would you mind to share with me the edited plugin please? i’m not a coder and the plugin has been updated for too long…please share github link or anywhere i can get it. thanks so much
Forum: Plugins
In reply to: [White Label CMS] Rename Admin Menu items+1 for this features. Since using Admin Menu Editor will be conflicting with this plugin. Please add the rename admin function with this plugin.
Ok then please remove all mention of supporting/compatible with WC Marketplace in your plugin description as this will make people confused and misleading information.
Remove same mention in your WCFM plugin too. Not compatible, so please dont claim so. Thanks
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Can File name Be Changed?yep. that’s what i did..no issue so far.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] unable to importcheck your web hosting php config.
must allow
post_max_size = 2G
upload_max_filesize = 2G
or upload using ftp/filemanager then restore.Thanks for the reply!
In my case, im using yith frontend manager, but the scripts load on every page causing problem with some of the themes function.
So i want it to load only on its dedicated page “Frontend Manager”. Tested and it works like charm.
On caching side, meaning that I can use the minify features but not the combine features right? (i will test this out)Forum: Plugins
In reply to: [Custom Post Type Permalinks] Custom Woo structure breaking? //I also had the same problem. And here is how to fix it.
1. Go to Settings > Permalinks page
2. Scroll to the bottom where the default WC “Product Permalinks” section.
3. Select the “Default” option.
4. SAVE the settings.This should fix the WC permalinks and remove the extra “/”
Verify it again at the ‘product’ permalinks settings for this plugin.Hope this helps.
Forum: Plugins
In reply to: [Username Changer] username html for strong not rendering in emailwhat i did is, i changed the html tag for bold text with [ username ] for highlighting purpose while maintaining the plain text format.
Go to this file /username-changer/includes/class.template-tags.php
Edit line 366 & 379
change fromreturn '<strong> ' . $username . '</strong>';
toreturn '[ ' . $username . ' ]';
if I changed the email headers directly to send HTML format, this might affect other mailing plugins as well, so i just maintain the format and replace the tag so that it shows nicely in the email.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Compabilty with WooCommerce 2.6.4It works in WC 2.6.4. somehow it does not linked to the new wc shipping zone. but that can be ignored.
I just need to configure the the plugin settings & set the destination and it will just work at the front end.For those who struggling to make it displayed on the WC new shipping method dropdown list, just ignore it.