alaid
Forum Replies Created
-
Hi,
If it appears
purge-log-entries 2022-09-02 12:45:05 (24 horas) daily
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] Changes are not shown by CloudFlareHi Andrea,
Thanks for all the directions, I followed each one step by step finding that everything is disabled.
This led me to do several tests, as I use WP-Rocket I proceeded to clear the cache of the home page and test, indeed I got an A+, but after a few seconds if I try again, the F appears again, then I removed the home page from the cache for a few minutes and the A+ remained, then I added it back to the cache and the A+ remained.
Thanks.
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] Changes are not shown by CloudFlareHi Andrea,
How to disable headers in CloudFlare?
What are the options that I should disable?
Thanks
Hi,
I solved it by adding a cron task in Cpanel so that it deletes the last record from 7 days ago.
“find /home/eldiari1/public_html/wp-content/uploads/ithemes-security/logs -name event-log-el-diario-de-guayana\* -mtime +7 -delete >/dev/null 2>&1”
But I would like this to work directly from iThemes without the need to create the cron task.
Hi Pawel,
I’ve reviewed the information and it’s great, but it only works with WordPress registrations, not WooCommerce. Is there a way that it works with WooCommerce?
Thanks.
Forum: Plugins
In reply to: [Easy Loyalty Points and Rewards for WooCommerce] WPML Multi currencyHi,
I like the plugin, but my sites use multicurrency with CURCY – WooCommerce Multi Currency. If I install it it will work fine with one currency, but it will be a very high amount to get points with another currency.
I hope soon you can include the multicurrency option.
Thanks.
Hi,
No, I have multiple cron events and they all work
Hi,
Message sent.
Thanks.
Hi,
I don’t have the “Force Map Use” option active.
Hi,
I have already added the information for the clients in the message and will wait for the future versions.
Thanks.
Hi,
That explains, I understand, but when you add the plugin on a site that already have registered customers and when they see the map with the DETECT LOCATION button, they will do so and their data that is already stored are changed and the State and Postal Code fields are emptied , something that with the example that you mention does not make sense, only if you go to another city or state to live or work, but not in places like supermarkets. Another detail when these fields are emptied and they are from a cell phone, they find out when they are going to pay because it tells them that the States and Postal Code fields are empty, it is actually very uncomfortable for the customer. There should be the option to select which fields to modify, at least with a hook. I am a web developer and I have many clients who are interested. I have seen other plugins, but this one seems very practical and with excellent options I already signed up for the pro version
Thanks.
Forum: Plugins
In reply to: [ACF For Dokan] How do I display the field on the Product Page?Hi,
Remember that I have no experience as a programmer, if you can help me by writing the lines of code that I have to add to make the date appear correctly with the date picker field type.
Thank you
Forum: Plugins
In reply to: [ACF For Dokan] How do I display the field on the Product Page?Hi,
I have no experience as a developer, but I found a way to show the box on the product page
add_action('woocommerce_after_add_to_cart_form','show_available',14); function show_available(){ global $product; if ( empty( $product ) ) { return; } $available = get_post_meta( $product->get_id(), 'available', true ); if ( ! empty( $available ) ) { ?> <div class="details"><strong><?php echo esc_attr__( 'Available: ', 'dokan-lite' ); ?></strong><?php echo esc_attr( $available ); ?></div> <?php } }
But in this case I am using Field Type: Date Picker. How can I get the date to display correctly in the format I’m choosing and not as a value?
Thanks
- This reply was modified 3 years, 7 months ago by alaid. Reason: Information was missing
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Issue with Decimal QuantitiesI thank you for all the support provided which is very valuable to me.
Excellent work
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Issue with Decimal QuantitiesThanks for that custom version, it does work perfectly and helps us.
So the next update I have to do is with version 2.1.0, which will include these fixes?