k0872
Forum Replies Created
-
they cannot get past this stage
Hello from yesterday morning this has started happening to me,
all paypal payments from my site stopped, and users started reporting that they get the box that says
Dont see the secure Paypal Browser. Well help you launch..
but when clicked nothing happens. They are unable to proceed and make payments…
Nothing changed on the site, mac and pc reported different global locations.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Checkout – error “Don’t see secure browser”yes I am getting the same error but only for some users,
imac users seem to be having issues.
Forum: Themes and Templates
In reply to: [YITH Proteo] disable product image hover showing second imagemany thanks I also managed to acheive this using
ul.products li.product:hover img ~ img{display:none;}
can you also help, with the lightbox background colour, I can see where to alter it in the customiser but that then alters all the links.
can this be changed via css without changing the links.
yes that works but you need to also edit the email title and subject line, as if you dont they appear blank
sending a test email via users settings emails, sends fine
yes other system emails are being sent.
your password reset is not.
I have now installed
https://squareonemedia.co.uk/products/frontend-reset-password/
which sends the email fine, so the problem is with your password reset email send routine
Forum: Plugins
In reply to: [WordPress User Login Notifier] failed login emails not sentI can confirm that it does not work for both woocommerce login, and wpum login forms
I have just run it with your plugin re activated and the good news is that no images were deleted..
so adding define(‘EMPTY_TRASH_DAYS’, 3000 ); or restoring the bin stopped it.
unfortunately our custom mods to the premium tmeplates need fixing since reactivating
I will in a few days be able to test deleting the line in the config and report the results.
so I disabled your plugin, and then ran the cron manually
wp_scheduled_delete None
wp_scheduled_delete()
2018-06-17 11:41:23 (2 hours 39 minutes) Once Daily
no images were deleted, if I enable your plugin and then run the same cron which is modified with your cron, it deleted hundreds of images..
I now have found what is deleting images, it may be a combination of your plugin and something else, but if I disable your plugin images do not get deleted.
I have changed the date in wp-config
define(‘EMPTY_TRASH_DAYS’, 3000 );
which may have fixed it
its all very odd
I ran from wpcrontrol
hook is
wp_scheduled_deletearguments is
Noneaction
wp_scheduled_delete()
WPO\WC\PDF_Invoices\Main->attachments_cleanup()
2018-06-16 13:41:23 (3 hours 34 minutes) Once Daily Edit | Run Nowwhen this is run, the images from the uploads folder delete.
- This reply was modified 6 years, 5 months ago by k0872.
The central temp folder is /home/public_html/engine/wp-content/uploads/wpo_wcpdf/. By default, this folder is created in the WordPress uploads folder (/home/public_html/engine/wp-content/uploads/), which can be defined by setting UPLOADS in wp-config.php.
I have disabled the cron job and also disbaled the 7 day cleanup.
there was a minor woocommerce update recently, and this has started happening since then
these images are in the uploads folder ordered by date
- This reply was modified 6 years, 5 months ago by k0872.
I suspected that a cron job was deleting images, so I installed wcrontrol and looked at every cron job that was installed, and saw yours was using wp_scheduled_delete()
so I ran it, immediately the system started to delete image files from the uploads folder.
somehow thinking they were unattached.
Forum: Plugins
In reply to: [WordPress User Login Notifier] failed login emails not sentok figured it out, it works if you use the wp default login screen, but I am using the wpum login shortcode.
so its a problem with wpum, the logged in messages come but the failed ones dont with wpum, but do with the defualt p login screen.