Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › German Market and other issues (Help, please.)
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › German Market and other issues (Help, please.)
- This topic has 16 replies, 4 voices, and was last updated 11 years by Swift Ideas – Ed.
-
Posted in: Neighborhood
-
July 19, 2013 at 12:03 am #12080
http://suicycle.menschlabor.info
########################################################
Hello. I need help, please!! I am really sorry for
bothering, but I am really at the end of my abilities.I spent quite some hours and nights trying and error.
Now I don’t know anymore…
########################################################
Mainly I have quite the same issues like here:
http://support.swiftideas.net/forums/topic/theme-german-market-plugin/1. Since installing this super “German Market” plugin i have this price double in the product detail page. You have a clue to solve this anyhow? I would like to remove the second price and only keep the tax and shipping options.
2. The plugin adds an extra field to the single cart items which shows up the included tax, but it does not appear on Neighborhood.
3. I had to activate the tax information in woocommerce which is then shown in the cart and the checkout behind or below the Total sum in brackets. In Neigborhood this is displayed directly behind the total amount which doesn’t look nicely and it is quite “large”. I would look better if it would be placed under the amount and in smaller letters.
4. Personal Shopper. Where can I change the color of the font? Or is it linked to the body font color?
5. WPML String Translation
I am using the plug in for translation, but some things i can’t really find there:
The last things that are missing to translate are the “All” the product listings… VIEW 24 / 48 / ALL.
Where can I translate it? Ah and I cannot translate the text on top of the wishlist feature….6. How to deal with the Badges on the Products like “NEW”. Can I somehow choose if this appears?
I really hope that’s it. Thank you very much in advance and I hope you have most of the issues already at hand because you dealt with them in the past.
Regards,
PeterJuly 22, 2013 at 12:02 am #12373Hi Peter,
1/2/3) Can you provide a link so that I can check and provide some custom css to remove these?
4) You can use the following custom css:
#super-search .search-go a { color: #fff; }
5) Have you translated all the .po file strings?
6) The new badge shows for all products added in the past 7 days.
– Ed
July 22, 2013 at 9:55 am #12411This reply has been marked as private.July 27, 2013 at 8:27 pm #131901) Use this custom css:
.woocommerce div.product div.summary > p.price .amount { display: none; }
2) Can you try renaming /woocommerce/cart/cart.php to cart2.php and seeing if that works correctly?
3) What are you trying to do here?
– Ed
July 28, 2013 at 12:49 pm #13270Hey Ed,
thank you for your replay & help. Custom CSS is working fine.
I renamed the cart.php to cart2.php. http://suicycle.menschlabor.info/warenkorb-2/
Please see file attached. I would like that the stuff behind both prices go to one line instead of beeing like it is:
##################################################################
Gesamtsumme €799 (Enthält €127,57 Steuer DE)
##################################################################
should be like:
##################################################################
Gesamtsumme €799
Enthaltene Steuer DE €127,57
##################################################################
Do you understand what i mean? and then there is “Zur Kasse gehen” Button where i would like to apply the same css styles like the rest of the theme. same issue with the dropdowns in the shop. see attachment, please and this link: http://suicycle.menschlabor.info/shop/July 30, 2013 at 2:09 pm #13566Hi,
I will forward this thread to Ed since he seems to be involved in the history of it.
Thanks for the patience.Cheers
August 1, 2013 at 7:30 pm #14064Hi Repeter,
could you solve the issues with the German Market Plugin? We also tried to implement it…
Regards
MaikeAugust 2, 2013 at 10:56 am #14138Ok, you want to add this extra custom css to do that:
.woocommerce .cart_totals table .total th { width: 30%; } .woocommerce .cart_totals table tr.total td > .amount { display: block; } .woocommerce .cart_totals table tr.total td > .includes_tax { font-size: 12px!important; } .woocommerce .cart_totals table tr.total td > .includes_tax > .amount { font-size: inherit!important; } .widget_layered_nav .woo-select { background: #e4e4e4; -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1); box-shadow: 0 1px 0 rgba(0,0,0,.1); padding: 8px 14px; max-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .widget_layered_nav .woo-select:after { content: "\f107"; font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline; font-size: 12px; opacity: 0.7; margin-left: -10px; } .widget_layered_nav .woo-selectInner { max-width: 100%; }
Then for the dropdowns, in /js/functions.js under line 451 add:
jQuery('.widget_layered_nav').find('select').customSelect({customClass:'woo-select'});
– Ed
August 23, 2013 at 10:03 am #17868Hello. Sadly this is not working. You can’t select anything from the dropdowns after i added your code.
Thank you.
August 26, 2013 at 5:15 pm #18198Try adding the following custom css too:
.widget_layered_nav select { margin-top: -56px!important; }
– Ed
August 28, 2013 at 5:13 pm #18642Hey there. I am sorry to bother again… the further i get the more appears..
Please see file attached. It’s the same as before with the taxes… It should look like it worked with the fix you gave me above.
This works fine:
http://suicycle.menschlabor.info/warenkorb-2/And the tax in the upper part of the image i attached should go in on line.
I hope you can help easily.
Thank you for your great support.
Best,
PeterAugust 30, 2013 at 9:37 am #19003It won’t fit in one line because the column is too narrow I’m afraid.
Cheers!August 30, 2013 at 10:10 am #19025Thank you for your reply. Maybe it can somehow like it was done for the cart. Please see image attached.
And it would be great to remove the word marked red in the other image (Ab: – which means from). It’s enough if it appears only on top. i can’t figure it out by myself.
Thank you very much!
Best,
PeterAugust 30, 2013 at 11:10 am #19073Try this custom css:
.woocommerce .totals_table tr.total td > .includes_tax { font-size: 12px!important; } .woocommerce .totals_table tr.total td > .includes_tax > .amount { font-size: inherit!important; } .woocommerce div.product .summary p.price .from { display: none; }
I don’t see
– Ed
August 30, 2013 at 11:43 am #19093Uh yes. Thank you so much for your great and instant help! Really!
Best,
Peter -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.