New Landing How can we help? Themeforest Theme Support Neighborhood German Market and other issues (Help, please.)

Viewing 15 posts - 1 through 15 (of 17 total)
  • #12080
    repeter
    Member
    Post count: 41

    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,
    Peter

    #12373
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi 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

    #12411
    repeter
    Member
    Post count: 41
    This reply has been marked as private.
    #13190
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1) 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

    #13270
    repeter
    Member
    Post count: 41

    Hey 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/

    #13566
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,
    I will forward this thread to Ed since he seems to be involved in the history of it.
    Thanks for the patience.

    Cheers

    #14064
    maike
    Member
    Post count: 81

    Hi Repeter,

    could you solve the issues with the German Market Plugin? We also tried to implement it…

    Regards
    Maike

    #14138
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ok, 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

    #17868
    repeter
    Member
    Post count: 41

    Hello. Sadly this is not working. You can’t select anything from the dropdowns after i added your code.

    Thank you.

    #18198
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try adding the following custom css too:

    .widget_layered_nav select {
    margin-top: -56px!important;
    }
    

    – Ed

    #18642
    repeter
    Member
    Post count: 41

    Hey 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,
    Peter

    #19003
    Melanie – SUPPORT
    Member
    Post count: 11032

    It won’t fit in one line because the column is too narrow I’m afraid.
    Cheers!

    #19025
    repeter
    Member
    Post count: 41

    Thank 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,
    Peter

    #19073
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try 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

    #19093
    repeter
    Member
    Post count: 41

    Uh yes. Thank you so much for your great and instant help! Really!

    Best,
    Peter

Viewing 15 posts - 1 through 15 (of 17 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