Viewing 12 posts - 1 through 12 (of 12 total)
  • #129365
    bprotected
    Member
    Post count: 51

    Hi there,

    Still love using your theme. I have a few issues:

    1. At every newsletter subscription with the Woocommerce Newsletter Extension I get this error:
    Onderwerp: Email subscription failed (Mailchimp)
    (200) Invalid MailChimp List ID: 31a15361ea
    I contacted the Woocommerce Support as well and they said that it was an issue with the theme. Can you have a look?

    2. How can I rename ‘select option’ that pop ups after hovering over product thumbnails on category pages. I have tried everything, also through localization but I can’t find it. By the way, I use the Dutch Woocommerce.

    3. How can I rename the label names of the checkout page in the core files? If I want to rename ‘address’ to ‘address x’, or the placeholder, which files do I need to edit? I don’t use child themes! Also here, I am using the Dutch Woocommerce and the current labels are in Dutch.

    4. There is a CSS issue at the checkout page with newsletters subscription label. Please see attachment NEWSLETTER. How can I line it out and have it appear as the label below (verzenden naar een ander adres).

    5. We added an extra brands logo wrap right above the footer which appears on all pages. How can I remove the wrapper ONLY at the checkout page? It’s called ‘merken-wrap’, please see attachment WRAPPER.

    Attachments:
    You must be logged in to view attached files.
    #129406
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your issues.

    1- It seems by the error message that you are using an invalid Mailchimp list ID, so it’s not related to the theme. Go to your Mailchimp account and check again the list details.

    2-You can do it using the translation files to change it to whatever you want instead of OPTIES SELECTEREN
    http://neighborhood.swiftideas.net/documentation/#translation

    3- Also that’s something you can do with the translation

    4- Add the code below to your custom css option

    
    #subscribe_to_newsletter, #subscribe_to_newsletter_field label{
    float: none !important;
    width: auto !important;
    }

    5- Add the code below to your custom css option

    
    .woocommerce-checkout .merken-wrap{
    display:none;
    }

    -Rui

    #129549
    bprotected
    Member
    Post count: 51

    Thank you Rui.

    1. I’ll do that.

    2. The language files you mention do not contain the words I am referring to. Select options does not get translated when following your instructions. Select options seems to be more core Woocommerce, any idea where I can rename it?

    3. Same here as in point 2.

    4. Perfect.

    5. Perfect.

    #129690
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Yes those words are using Woocommerce translation files located in ‘wp-content/plugins/Woocommerce/i18n/languages/’

    -Rui

    #129823
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #129967
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will need ftp access to try to find it.

    Add the code below to your custom css

    
    .woocommerce-cart .woocommerce .coupon {
    width:100%!important;
    }

    -Rui

    #129968
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #129969
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. I see that the select options is translated on the website you mentioned..
    2. You can use the Custom CSS to align that issue.

    .woocommerce .coupon input.input-text { width: 50%; }
    .coupon .button { padding-bottom: 8px !important; }

    Let us know,

    Thanks,
    laranz.

    #129971
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #129978
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #129988
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #130016
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Your Woocommerce version is a bit different than usual.
    Can fin’t the “Select options” that exist in the normal Woocommerce translation files.

    Only find the words separated.

    
    #~ msgid "Options"
    #~ msgstr "Opties"
    

    and

    
    #~ msgid "— Select —"
    #~ msgstr "— Selecteren —"
    

    Try to change that text and generate the .mo files and move them to the server.

    -Rui

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register