Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › A few issues
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › A few issues
- This topic has 11 replies, 3 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Neighborhood
-
November 19, 2014 at 7:09 am #129365
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.November 19, 2014 at 12:18 pm #129406Hi,
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/#translation3- 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
November 19, 2014 at 10:33 pm #129549Thank 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.
November 20, 2014 at 12:19 pm #129690Hi,
Yes those words are using Woocommerce translation files located in ‘wp-content/plugins/Woocommerce/i18n/languages/’
-Rui
November 20, 2014 at 9:02 pm #129823This reply has been marked as private.November 21, 2014 at 10:29 am #129967Hi,
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
November 21, 2014 at 10:38 am #129968This reply has been marked as private.November 21, 2014 at 10:38 am #129969Hi,
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.November 21, 2014 at 10:43 am #129971This reply has been marked as private.November 21, 2014 at 11:09 am #129978This reply has been marked as private.November 21, 2014 at 11:41 am #129988This reply has been marked as private.November 21, 2014 at 12:52 pm #130016Your 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
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.