Forum Replies Created
-
AuthorPosts
-
February 19, 2020 at 5:33 pm #36050
Hmm, Ok I see the issue, I am sorry, I tested all other plugins just not the one that is causing it to not work, which is WPC Variations Radio Buttons for WooCommerce. Not sure why I missed it, but I thought I did test that.
(this is VERY annoying having to wait so long to reply post as i am going too fast … ERROR: Slow down; you move too fast. )
(i’m also not using the Express theme)
February 19, 2020 at 5:28 pm #36048Yes and tried on different browsers
February 19, 2020 at 5:23 pm #36046How do I set this as not resolved?
Surely as the poster I should mark it as resolved?
You have just assumed it is resolved before checking?February 19, 2020 at 5:18 pm #36038Yes I have already done that as well.
February 19, 2020 at 3:03 pm #36030OK found it and have changed it. If anyone else is interested
wp-content/plugins/woocommerce/templates/order/order-downloads.php
Change this (line 53)
echo '<a href="' . esc_url( $download['download_url'] ) . '" class="woocommerce-MyAccount-downloads-file button alt">' . esc_html( $download['download_name'] ) . '</a>';
to this and then save it in your (child) theme woocommerce/order/ folder with the same name
echo '<a href="' . esc_url( $download['download_url'] ) . '" class="woocommerce-MyAccount-downloads-file button alt">Download</a>';
Now the buttons say Download
Cheers
February 19, 2020 at 2:52 pm #36029I’m still not sure what you understand to be my question/request. Probably because I am not explaining myself properly
I’m not wanting to change the actual file name at all.
What I am wanting to do is change the link name to the file,
Cheers
February 18, 2020 at 3:40 pm #36025I think you mean the name of the downloaded file itself? I am talking about the file name displayed on the website account download page, e.g. ef7e28.media. I’d like to change this to just ‘download’ but it still retain the correct link to download the ef7e28.media file. It is simply tidier and clean fro the customer to see.
Cheers
February 8, 2020 at 3:50 pm #35935My need for the update is for the use of other woocommerce extensions.
January 20, 2020 at 4:23 pm #35863Use PHP 7.0.x
January 15, 2020 at 3:26 pm #35827Not sure if this works for jpegs uploaded via FTP for SymbioStock to process, but I have previously used this function to ensure no loss with jpegs during normal jpeg uploads in WP.
// Zero Image Compression Setting // add_filter( 'jpeg_quality', 'stock_photography_custom_jpeg_quality' ); function stock_photography_custom_jpeg_quality( $quality ) { return 100; }
Put in your functions.php file and see if that helps
October 29, 2019 at 12:14 pm #35399Thanks for the reply
I am able to get it to process 1 image per minute, is it meant to be like that or shoudl it process all at once?
My cron email result when 1 image is processed every minute
HTTP/1.1 200 OK
Date: Tue, 29 Oct 2019 01:12:01 GMT
Server: Apache/2
X-Powered-By: PHP/7.0.33
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=2j3hkrio7o8g8f2t34nb3ev1e1; path=/
Upgrade: h2,h2c
Connection: Upgrade
Vary: Accept-Encoding,User-Agent
Cache-Control: public, no-transform, must-revalidate
Last-modified: Tue, 19 November 2017
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8<html>
<head>
<meta http-equiv=”cache-control” content=”max-age=0″ /> <meta http-equiv=”cache-control” content=”no-cache” /> <meta http-equiv=”expires” content=”0″ /> <meta http-equiv=”expires” content=”Tue, 01 Jan 1980 1:00:00 GMT” /> <meta http-equiv=”pragma” content=”no-cache” /> <style> .memcl { display:inline-block; padding:10px 20px; border:1px solid gray; margin:10px 20px; } .actio { display:inline-block; padding:10px 20px; border:1px solid blue; margin:10px 20px; } </style> </head>Memory at Start: 52MLoad at Start: 1M1 new/updated images/videos parsed0 thumbnails re/generatedMemory at End: 53MMemory Peak: 53MLoad at End: 0M<hr>
Does that help?
October 17, 2019 at 7:40 pm #35328Anyone able to assist?
I have tested Imagick
Version: ImageMagick 7.0.8-46 Q16 x86_64 2019-08-18 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP(3.1)
Delegates (built-in): bzlib freetype jng jpeg png webp xml zlibI was using php 7.2.x, but have changed that to 7.0.x but it is still not helping
Please, does anyone have a solution for this?
October 17, 2019 at 1:59 pm #35326It finally processed all of the image (35), but it has taken 2 days to complete.
Please help
October 16, 2019 at 2:42 pm #35321Update, overnight the processor worked for several files, but not all of them.. If I come back to the FTP after several hours I can see one or two more have been processed. There are still quite a few in the ‘new’ folder. I have it set to 1 minute,
Can anyone help please
July 27, 2019 at 12:37 pm #34974SMACK me silly – it is a setting in the customiser for woo-commerce.
-
AuthorPosts