Forum Replies Created

Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • in reply to: Fatal error since PHP 8.1 #1376133

    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

    in reply to: Fatal error since PHP 8.1 #1375929

    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

    in reply to: Fatal error since PHP 8.1 #1375733

    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,
    Sonja

    in reply to: Critical error with PHP 8.1 #1374319

    You can close ist. Thanks.

    Best regards, Sonja

    in reply to: Critical error with PHP 8.1 #1374307

    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

    in reply to: Critical error with PHP 8.1 #1374272

    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

    in reply to: Critical error with PHP 8.1 #1374243

    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,
    Sonja

    in reply to: Icons of hotel booking tool not showing #1305849

    Okay, thanks Rikard, you’re right. The developers of the code solved the problem. You can close the threat.

    Best regards,
    Sonja

    Hey Mike,

    thanks, I checked it and it works correctly. You can close this threat.

    Best regards,
    Sonja

    in reply to: WooCommerce product page tabs #1181571

    Thanks Yigit, perfect.
    You can close this threat.

    Best regards,
    Sonja

    in reply to: WooCommerce product page tabs #1181204
    This reply has been marked as private.
    in reply to: Masonry size setting on mobile devices #1172139

    Hey Ismael,
    perfect, that’s it. Thank you, you can close the thread.

    Best regards,
    Sonja

    in reply to: Vertical header behaviour #1169194

    Hey 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,
    Sonja

    in reply to: Customizing Woocommerce single product template #1159920

    Thanks 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,
    Sonja

    in reply to: HL in LayerSlider on mobile devices #1118065

    Hi 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 4 years, 9 months ago by wpsonja.
    in reply to: HL in LayerSlider on mobile devices #1116954

    Hey Mike,
    yes, I tried to change the line-height, but it doesn’t work. The responsive layout pushes them together.

    Best regards,
    Sonja

    in reply to: Quantity Field on WooCommerce Shop Pages #1057142

    Hi Ismael,
    thanks a lot! That’s it. You can close this thread now.

    Best regards, Sonja

    in reply to: Quantity Field on WooCommerce Shop Pages #1056522

    Hi Ismael,

    in private content you’ll find the imgur link.

    Best regards,
    Sonja

    in reply to: Quantity Field on WooCommerce Shop Pages #1054944

    Hi 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,
    Sonja

    in reply to: Quantity Field on WooCommerce Shop Pages #1053614

    Hey 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,
    Sonja

    in reply to: No single product page after update #1047647

    Hi 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;
    }

    in reply to: No single product page after update #1047242

    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,
    Sonja

    in reply to: No single product page after update #1046763

    Hi Rikard,
    I removed the old parent theme, but I have still the problem with the single product pages.
    What could this be????
    Best regards,
    Sonja

    in reply to: No single product page after update #1045084

    Hey 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,
    Sonja

    in reply to: No single product page after update #1044273

    Hey 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,
    Sonja

    Yes, it works! Thank you yanknudtskov for your work!!!!

    @kilimats
    : In my case the hyperlink “I’ve read the terms and conditions” exists.

    Best regards,
    Sonja

    in reply to: Enfold secondary menu nicht responsive #757786

    Hi Ismael,

    thanks a lot. It works. You can close the topic now.

    Best regards,
    Sonja

    in reply to: Customize product search field #757783

    Hi Yigit,

    I already managed to change the position and the look of the product search field. You can close the topic.

    Thanks,
    Sonja

    in reply to: Enfold secondary menu nicht responsive #753162

    Hi 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,
    Sonja

    in reply to: Enfold secondary menu nicht responsive #752680

    Hi 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

Viewing 30 posts - 1 through 30 (of 32 total)