Tagged: error
-
AuthorPosts
-
May 15, 2017 at 10:48 pm #793579
Hi,
At my shop i dont use pictures. I see the product description on the right and on the left i have this:
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /public/sites/www.ivyonline.nl/wp-content/themes/themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /public/sites/www.ivyonline.nl/wp-content/themes/themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme/enfold/config-woocommerce/config.php on line 1360
How can i remove this?
And do i always have to use the my account page?May 16, 2017 at 5:40 am #793715Hey Shelly_Verhoeven,
Try adding this code at the bottom of functions.php:
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; } }
Let us know if this helps :)
Best regards,
NikkoMay 16, 2017 at 7:01 pm #794301Hi!
This is an emergency!I had the same issue as well and I entered the same code at the bottom of functions.php and now my entire website does not work
This is my website: https://box.hallyupedia.com/May 16, 2017 at 7:10 pm #794323Hi! Nevermind, I got it fixed~
- This reply was modified 7 years, 6 months ago by Nick Alta.
May 16, 2017 at 7:18 pm #794336Hey!
Please try updating the theme to the latest version 4.0.7 via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitMay 17, 2017 at 8:28 pm #795073Hello,
I am having the same issue. I already have the code suggested above entered on functions.php and I have updated to the latest version 4.0.7 via wordpress as well as via ftp, but am still having the same issue.
Thank you.
May 17, 2017 at 8:34 pm #795076Hi,
@perefalcon Can you please start a new thread under Enfold sub forum and attach temporary WP admin logins and FTP logins in private content field. If you post them here, creator of this thread will be able to see them as well :)Best regards,
YigitMay 30, 2017 at 5:50 pm #801604Hi,
No it didn’t work… i updated everything and put it in functions.php, but still dont work. Can some of the moderators fix this for me? I also have installed the mollie plugin and used the api code, but also doesnt work.
I put privent content here:
May 30, 2017 at 9:57 pm #801677Hi,
Thanks for providing the access, I checked your site and it’s still 3.8, please update it to the latest version 4.0.7 and the code I gave isn’t needed anymore in the latest version. Please don’t forget to backup your site first before updating :)
Best regards,
NikkoJune 4, 2017 at 11:17 pm #803724Hi Nikko,
I updated, but it’s still there….
June 5, 2017 at 5:25 am #803759Hi,
You have two versions of the theme installed, the old one is still active. Could you try activating the newest version please? You can do so under Appearance in the WordPress menu.
Best regards,
RikardJune 6, 2017 at 1:22 pm #804490I changed it to the new version and now my hole page is not working anymore. years of work is gone. Please help me to get it back… Is there a undo button or something? can you please check… on the home page the end of the page was a contact list.
:(
June 7, 2017 at 2:45 am #804774Hi,
You still have Enfold 3.8 installed there, just activate it back, and that should fix it. I would suggest using a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/ and put your modifications there instead in the parent theme (Enfold).
Best regards,
NikkoJune 7, 2017 at 11:49 am #805037Hi Riko,
I know for moderators it sounds so easy, but not for me. Im insecure to do something wrong now, because yesterday the hole site was not working anymore. Can you tell me step wise what i need to do now? Put notifications in? What? Haha sorry. Thanks alot !
June 7, 2017 at 11:51 am #805038Riko = Nikko!! Sorry!!
June 7, 2017 at 9:05 pm #805295Hi,
We can create a child theme and move your modifications to child theme on your installation however we would need FTP logins, WP admin logins and list of changes made on theme files (only if there were any direct changes on files with these extensions .php, .css or .js, otherwise not necessary) :)
Best regards,
YigitJune 8, 2017 at 10:44 pm #805767Hi,
Oke i have everything back. i had a backup database. So i have the old enfold version also back. .. But now also the error Warning missing argument etc.. is back in woocommerce shop.
So i need to update to the new version with a child theme?
Nikko told me about the child theme. But do i need to use input of ex? and do i have a parent theme now?
do i first need to downlaod it to the new version and loose everything again and then to child theme?Please help me to get the error away…!
my inlog is already in my post!June 9, 2017 at 1:26 pm #806036Hi,
You can simply download pre-built child theme here – http://kriesi.at/documentation/enfold/using-a-child-theme/ and refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ if files you have modified are Advanced Layout Builder elements.
As i mentioned in my previous post, you would need to have a list of changes made on the parent theme files and you should move those files to your child theme. After moving those files to your child theme, you can go ahead and update the parent theme, while child theme is activated.
If updating the theme breaks the layout, it is probably because of there has been changes on theme files and they are being overwritten during update :)
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.