Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
you are right. Found the solution (it had nothing at all to do with the code). You can close the threat.
Best regards, Sonja
Hi Rikard,
the provider (HostEurope) has changed from PHP 7.4 to PHP 8.1. Then we had the so-called “white screen of death”. I contacted the provider’s support and they said that their error message indicated that it was an Enfold problem. I tried to update Enfold manually, but as I could not solve the problem myself, I turned to the Enfold support.
You told me to look at line 51 in function.php. Yigit got wordpress working again after “commenting out” the line. You also told me to look at that line of code on 7 December. That line is commented out, but without it the payment method doesn’t seem to work. I’m worried that I’ll be back in front of a blank page when I try it out….Best regards, Sonja
Hey Rikard,
at the moment there’s following code in line 51:
//add_filter(‘login_errors’, create_function(‘$a’, “return null;”));Yigit has commented it out (have a look at threat #1374215).
WordPress and Enfold work, but not the payment method in woocommerce.
What should I do? Meanwhile the store is not running for more than three weeks…Best regards,
SonjaYou can close ist. Thanks.
Best regards, Sonja
Hi Yigit,
perfect.
That I see the frontend but can’t get into the backend, I haven’t had that yet. That was probably the bug in the code…
Thank you very much, your support is great.Best regards, Sonja
Hi Rikard,
I can’t log into the WordPress Backend. I always have the same error message.
In the frontend I see the content of the website, but logo, fonts, design, layout – it’s all lost?Best regards, Sonja
Hi Ismael,
thanks for your reply. I have posted the errors in a guest pin. Login for the WordPress dashboard you will find in the private content.
Best regards,
SonjaOkay, thanks Rikard, you’re right. The developers of the code solved the problem. You can close the threat.
Best regards,
SonjaJune 30, 2020 at 1:12 pm in reply to: Problems with quantity field on WooCommerce shop pages #1226729Hey Mike,
thanks, I checked it and it works correctly. You can close this threat.
Best regards,
SonjaThanks Yigit, perfect.
You can close this threat.Best regards,
SonjaThis reply has been marked as private.Hey Ismael,
perfect, that’s it. Thank you, you can close the thread.Best regards,
SonjaHey Jordan,
happy new year!
The website is not online, it’s in maintenance mode at the moment. I give you login credentials.
My question belongs to the “startseite”, I want to know if it is possible fo fade-in the menu, when the user scrolls down.The problem with the fullwith content is solved.
Best regards,
SonjaThanks Rikard,
this instruction was useful to reorder the elements of the product summary.Is is possible to use a different content tab in the woocommerce product single page (like you show enfold > elments > tabs)?
Best regards,
SonjaHi Mike,
I tried a l lot and changed different settings. Now I got it, but thanks for your help.
You can close this topic.Best regards,
Sonja- This reply was modified 5 years, 4 months ago by wpsonja.
Hey Mike,
yes, I tried to change the line-height, but it doesn’t work. The responsive layout pushes them together.Best regards,
SonjaHi Ismael,
thanks a lot! That’s it. You can close this thread now.Best regards, Sonja
Hi Ismael,
in private content you’ll find the imgur link.
Best regards,
SonjaHi Ismael,
I don*t want to drag something, I just want do select the number “1” with the mouse.
But you are right. When I use safari instead of firefox, everything works.Is it possible to change the position of the quanitity field into the “avia_cart_button”? And then center ist like the cart-button and the more-details-button?
Best regards,
SonjaHey Victoria,
I made two small screencasts to explain the problem.
On a product overview page, I can click in the quantity field, delete “1” with the “<-” and enter perhaps “100”. But when I want to MARK the “1”, an url appears. (Screencast 1)On the homepage there is part with best selling products. When I want to click here in the quantity field, immediately the url appears. (Screencast 2)
I hope you have an idea to solve the problem. Do you also have a suggestion how to change the position of the quanitity field to make it look better (centered in the product field)?
Best regards,
SonjaHi Rikard,
got it. Solved the problem. I found following code in the functions.php of my child-theme. I removed it. Now the single product pages are okay. Do you think deleting this part of the code will be a problem in future?
Best regards,
Sonja/* Woocommerce 3.0.0 Compatibility Fix
Remove Enfold’s custom functions that conflict with the new image display in WooCommerce 3.0.0*/
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;
}
}add_action( ‘after_setup_theme’, ‘mmx_avia_woocommerce_settings’ );
function mmx_avia_woocommerce_settings(){
global $avia_config;
$avia_config[‘shop_single_column_items’] = 5;
$avia_config[‘shop_single_column’] = 5;
}add_filter(‘woocommerce_format_content’, ‘yanco_remove_inline_terms’, 10, 2);
function yanco_remove_inline_terms( $apply_filters, $raw_string ) {
if( is_checkout() ) {
return ”;
}
return $apply_filters;
}Hi Rikard,
I still have the problem with the blank product pages. I removed the old parent theme. Nothing happened.
When I active the parent theme, the single product pages are shown. It must be a conflict with the child theme. Do you have an idea how to solve the problem?Best regards,
SonjaHi Rikard,
I removed the old parent theme, but I have still the problem with the single product pages.
What could this be????
Best regards,
SonjaHey Rikard,
you are right. When I wanted to login this morning, I only saw white pages!!!! After a few hours of searching, I found the problem: It was the plugin “Quantity Field on Shop Page for WooCommerce”.
Now the website is running again. But with the new version of enfold there are no single product pages. Perhaps you can try to login again.
and check it.Best regards,
SonjaHey Rikard,
the classic editor didn’t help.
I’m working with WordPress 4.9.8. I made the update via FTP. I have another Onlineshop working with Enfold and WooCommerce. After updating this one everthing runs smoothly.
I will post you admin login details in private. It would be glad if you have a quick look.I have an additional notification that my Enfold Child has outdatet templates. I took a look at the server. In my Child Theme folder are WooCommerce emails. How can I update them or should I delete the folder and redesign the templates?
Best regards,
SonjaJuly 10, 2017 at 10:53 am in reply to: WooCommerce Checkout Page Terms and Conditions shown twice #818628Yes, it works! Thank you yanknudtskov for your work!!!!
@kilimats: In my case the hyperlink “I’ve read the terms and conditions” exists.Best regards,
SonjaHi Ismael,
thanks a lot. It works. You can close the topic now.
Best regards,
SonjaHi Yigit,
I already managed to change the position and the look of the product search field. You can close the topic.
Thanks,
SonjaHi Yigit,
here the link to the screenshot: http://imgur.com/a/6tYgo
I’d like to reduce the distance between the search button “Rechercher” and the two others “Deconnexion” + “Votre Compte”. And the three buttons should be a little bit smaller, because actually they are bigger than the logo and the hamburger main menu. I understand that it is not so easy to put the secondary menu below the main header. But I hope I can solve the problem with minimizing the buttons of the secondary menu.Tanks and best regards,
SonjaHi Yigit,
thanks. Please can you also check the mobile version of the website? The three buttons of the secondary menu are very big and prominent. Is it possible to change the position of the secondary menu under logo, cart and hamburger menu?
The look of the main menu in tablet version I already managed to change.
Best regards,
Sonja -
AuthorPosts