ITCS
Forum Replies Created
-
Same issue here. Is this happening to admins only?
Also, this can be considered as a vulnerability because it exposes the renamed wp-admin address!
The below code in wp-config.php solved the issue.
if ( isset( $_SERVER[ “HTTP_X_FORWARDED_FOR” ] ) ) {
$_SERVER[ ‘REMOTE_ADDR’ ] = $_SERVER[ “HTTP_X_FORWARDED_FOR” ];
}It might help others too.
I have set this option to “Let Wordfence use the most secure method to get visitor IP addresses. Prevents spoofing and works with most sites. (Recommended)” and my IP address there appears correctly.
Forum: Plugins
In reply to: [WooCommerce] Unknown error in wp-class.phpI’ve tested everything but the issue still remains.
It seems that this has fixed the issue. Will you include this change in the next update?
Hello,
There is only one email address there.
The response was:
Message rejected. See https://support.google.com/mail/answer/69585 for more information.Hello,
I need to know if this is possible before purchasing the premium version.
Could you please answer to me?
Thanks
To clarify, my current shortcode [alg_product_available_variations name=”size” find=”:” replace=””] gives the below result after your suggestion:
s | m | l
I want to replace the “|” symbol with “,”
Thanks
Thanks, it worked!
What if I want to find and replace more than one symbols? I want to replace the “|” separator with a comma?
Forum: Plugins
In reply to: [Booster for WooCommerce] Get the available variations stripcould you send me the code of this shortcode? I will be able to make it work somehow.
Forum: Plugins
In reply to: [WooCommerce] Out of stock products have NULL meta_valueSorry, but where should I use this function?
Forum: Plugins
In reply to: [WooCommerce] Out of stock products have NULL meta_valueIn DB, where the products are stored.
Hello,
Indeed, there are some errors, but I would like to send an email to you instead of publishing my logs here.
Thanks.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] JS errorHello,
Please provide me with your email in order that I can send you my URL. You will be able to see this error as soon as you will visit my website and by using the google chrome developer tools.
Thank you.