Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Small mistakes 2
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Small mistakes 2
- This topic has 21 replies, 3 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Neighborhood
-
May 16, 2016 at 10:20 am #267667
Hi i find next bugs in theme..
See :
1.Why it is not available in the language format :
neighborhood-sk_SK.mo
neighborhood-sk_SK.po
I could add these files to the add to languages/themes and after updating the theme not deleted my language files…2.Shopping cart messy sidebar panel / left sidebar is crashed https://muscle.market/kosik/
3.In responsive in ceckout https://muscle.market/kontrola-objednavky/ is Osobný odber – not responsive.. in other site is OK.. 🙁
http://screenshot.cz/VA/VAGZS/screenshot_2016-05-16-04-39-11.png4.Does not change the color in customize settings, color menu :
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {
color: #1bbeb4;
}5. In mobile responsive is not showing breadcrumbs
6. Wishlist is not working : https://muscle.market/wishlist/view/
8. Recaptcha in responsive mode is not responsive : https://muscle.market/produkt/peak-bcaa-tst-500-g/#tab-reviews (in mobile)
Thanks for your time and error correction!
May 18, 2016 at 9:03 am #268234This reply has been marked as private.May 20, 2016 at 12:14 pm #2690181- Unfortunately we don’t have translation to all the languages since we depend on the customers that translate them and provide it to us so we can share with the rest of our customers.
2- The sidebar seems fine to me. Can you explain further?
https://www.dropbox.com/s/efoq2wcj0wyj6on/Screenshot%202016-05-20%2011.47.45.png?dl=03- It’s displaying fine to me
https://www.dropbox.com/s/51195aswmnja9jm/Screenshot_2016-05-20-12-11-28.png?dl=04- What specific element are you trying to change the color? Menu items?
5- That’s on purpose because in longer breadcrumbs it won’t be possible to display it correctly in the mobile due to size restrictions.
6- Wishlist seems fine to me
https://www.dropbox.com/s/ycqtewbpu002sjs/Screenshot%202016-05-20%2012.09.35.png?dl=08. What recaptcha? this is what I’m seeing.
https://www.dropbox.com/s/ctxo53w62dpjo52/Screenshot%202016-05-20%2012.06.54.png?dl=09- Color Icon. What icon color are you trying to change? can you provide a screenshot and url?
Thanks
-Rui
May 25, 2016 at 11:44 pm #270264This reply has been marked as private.May 27, 2016 at 11:18 am #2707061) You need to install and activate the supplied child theme, you can then add your translation file to the child theme /language/ folder.
2) Are you referring to this? If so, this is caused by your own modification or 3rd party plugin. – What changes have you made?
3) I do not see that in Chrome or Firefox + Mac. What OS are you using?
4) The colors are all set here, this could be being overwritten by a plugin or child theme.
You can use this CSS:
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a { color: #0882d3; }
9)
You can change like this:
.sf-icon { color: #ccc; }
Thanks.
June 2, 2016 at 11:33 am #272013This reply has been marked as private.June 6, 2016 at 9:26 am #2725861) It will indeed work. Please look inside the child theme
functions.php
file. You will see the line of code that loads the language translation is commented out. You need to remove the//
from the code line. Add your FTP details and I can help you further.2) This is caused by a modification via the child theme or a plugin. I’ll need your FTP details to help you, I cannot view your child theme folders.
3) This is what I see:
4 & 9) I’ll look into this further when you add your FTP details.
– David.
June 8, 2016 at 5:20 am #273057This reply has been marked as private.June 10, 2016 at 9:36 am #273748You have not created the
/language/
folder in your child theme? Crate that, add within that folder your.po
and.mo
file.Then add this to your child theme
functions.php
:load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');
Thanks.
June 26, 2016 at 1:42 am #277175This reply has been marked as private.June 28, 2016 at 10:39 am #2776642.
Can you activate your parent theme.
Please can you disable all plugins leaving only Swift Framework and WooCommerce active.
4. You put it here, Theme Options => Custom CSS. I have done this for you and it works.
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a { color: #0882d3; }
5. As above, I have added it and it works. Theme Options => Custom CSS
June 28, 2016 at 10:49 am #277666This reply has been marked as private.June 28, 2016 at 6:27 pm #277857To add it to the child theme, you need to have a child theme CSS stylesheet, which is correctly added to your site.
I suggest you keep in the Theme Options => Custom CSS.
Thanks.
June 29, 2016 at 8:42 am #277979This reply has been marked as private.June 30, 2016 at 9:56 am #278304Hi,
By default there is no sidebar on the cart/checkout page. How have you added that, did you modify the core theme files?
– David.
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.