-
AuthorPosts
-
November 11, 2018 at 2:42 am #1032124
Hi
I tried to update to the latest version of Enfold and found that the Envato API key had an issue. Looking at past support for this issue suggested manual install via FTP which I did. However it appears to have broken the Child Theme. Activating the main theme rather than the child theme helps fix that problem but I lose the customised coding from the child theme. Restoring a backup would be the last resort. I have set up an admin login for you in private content just in case.
Regards
RichardHere are some errors.
*****Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description(), called in /home1/lickemst/public_html
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description(), called in /home1/lickemst/public_html
Last time we checked the token we were not able to connected to Envato:
Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)*****November 11, 2018 at 2:52 pm #1032218Hey Richard,
Sorry for the problem, I tried logging in but the details don’t seem to work. Could you check and verify please?
Best regards,
RikardNovember 12, 2018 at 3:18 am #1032394Hi Rikard
Sorry about that . Try the user name and password again
Regards
RichardNovember 12, 2018 at 10:37 am #1032522Hi Richard,
Thanks for the update, but it looks like you site is down at the moment?
Best regards,
RikardNovember 12, 2018 at 10:46 am #1032526Hi again
That was due to the maintenance plugin being active although it didn’t work on the first page…strange. Also the Child theme was deactivated.
Hopefully, crossing all my fingers and toes it should be fine now.
Regards
RichardNovember 13, 2018 at 2:28 am #1032849Hi Rickard
Just to keep you up to date I just cleared the cache and added the code below into the wp-config.php file as I did upgrade to PHP 7. It did not correct the error./** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); define( 'WP_MAX_MEMORY_LIMIT', '128M' );
Regards
RichardNovember 13, 2018 at 4:39 am #1032861Hi Richard,
Thanks for the update, your site seems to be working normally now. You have this function in your child theme functions.php, what happens if you remove it?
/** * unblur product images */ global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }
Best regards,
RikardNovember 13, 2018 at 6:29 am #1032893Hi Rickard
Hmmm! well caught ..seems to be that bit of code in the functions.php. That code has been there for ages so the update must have upset it.Thanks…big relief
Regards
RichardNovember 13, 2018 at 1:30 pm #1033000 -
AuthorPosts
- You must be logged in to reply to this topic.