Forum Replies Created

  • Hello Magda,

    yes, I only got the info that php-caching is not active on the web server.

    Hope we will find a solution?

    Best regards,
    D.

    This reply has been marked as private.

    Hello Magda,

    thanks for your code, it works perfectly!

    I will ask the provider, because I don’t have direct access to the server. I’ll also ask for checking the error logs, we had some issues concerning restricted rights before.

    Best regards,
    D.

    This reply has been marked as private.
    This reply has been marked as private.

    Hello Magda,

    1) I will send the credentials

    2) I found a snippet to remove the whole tab, that’s what I wanted:

    add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 );
    function wcs_woo_remove_reviews_tab($tabs) {
    unset($tabs['reviews']);
    return $tabs;
    }

    I put it in the functions.php of my Child Theme and removed it 🙂

    Thanks for your help.

    Best regards,
    D.

    Hello Magda,

    thanks for your feedback.

    1) That’s what I already tried, but nothing’s changing after choosing another image and saving.

    2) and 3) Ok.

    4) After disabling the product ratings, the button and function should remove, but as you can see in your image, it is still there and enabled.

    Best regards,
    D.

    Hello Magda,

    thanks! That is an good option to remove all of the images.

    Great support, like always 😉

    Best regards,
    D.

    Hello Magda,

    I was thinking about removing all of the product images, because there are not enough for every article.

    So maybe it could be a solution to use the shop without them at all, but not sure if this destroys the design completely?

    Best regards,
    D.

    This reply has been marked as private.

    Hello Magda,

    this was it and after disabling the “Payment Method” in the plugin it’s gone 🙂
    I was confused by a lot of settings and it’s so great to have your support!!!

    So everything is fine now, except the google error – just let me know if your investigation on the source error is successful?

    Thanks a lot!

    Best regards,
    D.

    Hello Magda,

    no I didn’t mean the text in the backend, everything is fine and translated correctly there. It’s in the generated order emails sent to admin and customer. There is one line (screenshot) that is unnecessary (and not translated) and can be removed, but I don’t know where?

    Thanks for investigating the google error as well.

    Best regards,
    D.

    Attachments:
    You must be logged in to view attached files.

    Hello Magda,

    in the meantime I only ran some updates on plugins, no idea – but it’s gone!

    Now there is only one item “Payment Method” in the customers’ order email that is not translated. I don’t need that and want to remove it. Do you know where to change this?

    I also found one error checking the site with firebug concerning google fonts:
    “NetworkError: 400 Bad Request – http://fonts.googleapis.com/css?family&ver=4.5.3”

    Thanks for your support.

    Best regards,
    D.

    This reply has been marked as private.

    Hello Magda,

    the site is running in protected environment, but I will provide access for you.

    The mix of the 2 languages appears in the WooCommerce options menu (screenshot) and also in the sent order emails. I don’t know where the Charlotte translation files are located.

    Thanks for your help!

    Best regards,
    D.

    Attachments:
    You must be logged in to view attached files.

    Hello Magda,

    everything is fine and solved!

    I just forgot to ask for this. I edited only on the page and didn’t save the code changes in the widget. Now I got it – thanks again for your support!!! 🙂

    Best regards,
    D.

    Great, you make my day!!!

    Thanks again for your GREAT SUPPORT!!!

    Best regards,
    D.

    Ok thanks, it works fine now changing the background images.

    Maybe I can try to ask in the WooCommerce forum about the widget..

    But can you please have a look at the button issue from the shop page as well?

    Thanks a lot!!!

    Hello Magda,

    yes my problem was changing the pages backgound images. Seems to be my fault trying to edit it in the sidebar blocks, but the background images are shown there…

    The second issue is reordering the categories from the products listing widget at the shop (sidebar blocks ‘catering’, I reordered it already in the restaurant menu > filtering and want to have the same order.

    Sorry for confusing you!

    This reply has been marked as private.

    Hello Magda,

    I found out that I can only edit one background image (the home page). When I edit the ‘big slider’ and save it’s ok. Then I edit ‘our menu’ and don’t see the changes in the preview. When I save again, only the home pages’ background changed, that’s weird.

    I only have an network error concerning google fonts.

    The option to custom category is very important, because it’s the menu order and must be same according to the restaurant menu.

    I will provide access to my test site.

    Thanks for your help.

    THANK YOU!!!

    Best regards
    D.

    So this means I can use WooCommerce 2.6.4 and the last theme version is 1.9 ?

    Best regards
    D.

    Hello Magda,

    thank you very much for your help. Great support!!!

    Best regards,
    D.

    This reply has been marked as private.
    This reply has been marked as private.

    Hello Magda,

    thanks a lot, Poedit works great and I found every string!

    But I have to replace the po-file in wp-content > languages > plugins. Is it also possible to place the changed file in my child theme folder?

    Best regards,
    D.

    Hello Magda,

    1) This works! Thank you!

    2) It’s not about translation, the German translation worked already. I want to edit some of the button texts by my own, just change it in the code and can’t find where it’s defined.

    There must be something like this in the code
    add_filter( 'add_to_cart_text'
    and I want to change it in my child theme to override the automatic translation.

    It would be great to do this without an extra plugin…

    Best regards,
    D.

    Hello Magda,

    thanks for the quick answer!

    1) I opened the file, it’s massive with about 20.000 lines. Sorry, I have no idea where to find e.g. the “add to cart” button and am confused because it’s already translated into German in the front end of the site. Do I have to edit this file and put into my child theme folder?

    2) This seems to to be the solution! But I can’t find the option you marked in my WooCommerce and send a screenshot…

    Best regards,
    D.

    Attachments:
    You must be logged in to view attached files.

    Hello Magda,

    I managed to use reCAPTCHA in the ‘Contact Form 7’ forms, it’s already integrated if you have a google API Key for that. I only need a solution for the comment forms in the blog.

    Thanks for your help,
    D.