Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • in reply to: Shopping Bag Problems with the german-market plugin #107085
    nicenicenice
    Member
    Post count: 14

    wow! Awesome! I will do some fine-tuning myself.

    Thanks again! Thank you and your team for the great service. By far the best theme support I experienced!

    in reply to: Shopping Bag Problems with the german-market plugin #107019
    nicenicenice
    Member
    Post count: 14

    of sorry. I just wanted to modify the contact 7 submit button and gave it the class “button” which now seemed to be a bad choise. I changed it and gave it the class button7 so it doesn’t mess up the other buttons anymore…

    The Sub Menu Cart is perfect now!
    Now the other shopping bag buttons and we are done 😉

    in reply to: Centre Social Media Icons in Footer #106837
    nicenicenice
    Member
    Post count: 14

    That was just a temporary selution I achieved with the following code:

    
    .social-icons{margin:0 auto !important;width:133px !important;}
    

    But I don’t want them to be in 2 rows…
    Or I could live with 2 rows if you can give me a code to make it only 1 left aligned row just on that page:

    Kontakt

    best regards and thank you and your whole team for the amazing service!

    Jean-Marie

    in reply to: Centre Social Media Icons in Footer #106826
    nicenicenice
    Member
    Post count: 14

    Second that!

    link is for example:
    nicenicenice.de/blog
    I have used the icons in 3 spots so it would be great that all are centered…

    in reply to: Shopping Bag Problems with the german-market plugin #106814
    nicenicenice
    Member
    Post count: 14

    Thank you very much! We are getting close!
    The Button is back. The order of the buttons is accordingly. The arrows are gone (great!).

    But the size of the button is still a little off. And the button on the shopping bag icon on the top right is cut off (see screenshot). Btw. is there a quick way to get the text on the buttons be uppercase?

    I made a mockup what the perfect goal would look like. The buttons on the “popout” shopping bag should look the same of course…
    Thank you very much in advance!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Shopping Bag Problems with the german-market plugin #106701
    nicenicenice
    Member
    Post count: 14

    remove?
    I don’t have that in my custom css?! Or am I missing something?

    
    table > tbody > tr.order-total > td > strong{display:block;width:180px;}
    .woocommerce .coupon input.input-text {margin-right: 5px;padding: 10px;width:63% !important}
    #order_review table.shop_table td.product-name {padding-top: 25px !important;text-align: left;}
    table.shop_table tbody tr.cart_item td.product-total span.amount{display:block !important}
     table.shop_table tfoot tr.order-total td strong span.amount{display:block !important}
    .woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
     float: left !important;margin: -19px 8px 0 0 !important;
    }
    .woocommerce #payment .terms {padding: 20px 0 0 !important;text-align: left !important;}
    
    a.checkout-button{height:16px !important;width:77% !important;background:none !important;}
    
    /* Jetpack: Carousel
    ****************************************** /
    
    /* Hide Comment Form & Link */
    #jp-carousel-comment-form-container, /* Form */
    div.jp-carousel-buttons a.jp-carousel-commentlink, /* Link */
    #jp-carousel-comments-loading /* Loading Comments text */ {
    	display: none !important;
    }
    
    /* Remove Padding from Link Area */
    .jp-carousel-buttons {
    	padding: 0 !important;
    }
    .jp-carousel-image-meta {
    	display: none !important;
    }
    
    /*menu*/
    
    nav .menu ul.sub-menu li {
    font-size: 15px !important;
    }
    
    nav .menu ul.sub-menu {
    font-size: 15px !important;
    }
    
    /*posted by and in*/
    
    .standard-post-author .standard-post-author-name {
    display: none;
    }
    
    .posted_in {display:none!important;}
    
    .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{clear:both;float:left;font-size:13px;}
    
    .product-details {
    height: 37px;
    width: 100%;
    }
    
    td.product-name dl.variation p{padding-top:4px !important;}
    
    .tb-welcome{display:none !important}
    
    button.single_add_to_cart_button{text-shadow:none !important; box-shadow:none !important;}
    button.single_add_to_cart_button.button.alt{text-shadow:none !important; box-shadow:none !important;}
    
    ul.product_list_widget li a img{box-shadow:none !important;}
    
    #header-section > #main-nav {
      border-bottom: 1px solid #c9c9c9;
    }
    
    .alt-bg {
    border-bottom: 0px !important;
    }
    
    .social-icons{margin:0 auto !important;width:133px !important;}
    
    .woocommerce-page .page-heading {
      display: none;
    }
    
    .woocommerce div.product .entry-title {
      display: block;
      margin-bottom: 40px;
    }
    
    /*picture shadows*/
    .bag-product figure, .woocommerce ul.products li.product figure, #product-img-slider, #product-img-nav li, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    li.cat-item.current-cat {
    font-weight: bold;
    }
    
    div.product-share{display:none;} 
    div.product_meta{display:none;}
    #product-accordion .accordion-group:nth-child(2){display:none}
    #product-accordion .accordion-group:nth-child(3){display:none}
    
    .product-carousel .price
    {display:none !important}
    
    /*versandkosten*/
    .woocommerce ul.products li.product .woocommerce_de_versandkosten {
    display: none!important;
    }
    
    

    That is my total custom css. I know it is pretty messed up, but it works for me.
    When the site is finished I will sort it, but right now I just add or delete and try and error.

    So could you please tell me what to remove and what to add instead?!

    in reply to: Shopping Bag Problems with the german-market plugin #106657
    nicenicenice
    Member
    Post count: 14

    wow, that was quick.

    But now I have no button at all. Or more precisely it’s there but not visible.
    And the order of the buttons is still wrong.

    in reply to: Shopping Bag Problems with the german-market plugin #106645
    nicenicenice
    Member
    Post count: 14

    Thank you very much Mohammad!

    That corrected quiet a few flaws, but some are still present.

    The proceed to checkout button and the update cart button are not looking like they should.
    The strange thing is while the site is loading I sometimes see the button like it should look for the split of a second, but then it disappears and the strange violet one appears…
    Like I said. Another User from germany had the same problems. Could you just give me that code`?
    http://support.swiftideas.net/forums/topic/problems-with-shopping-bag-buttons/

    Best regards,
    Jean-Marie

    Attachments:
    You must be logged in to view attached files.
    in reply to: Shopping Bag Problems with the german-market plugin #106174
    nicenicenice
    Member
    Post count: 14

    That I want to look it like your demo and like it’s supposed to look and not how it is looking right now.

    I have explained it in new screenshots…

    Thank you very much in advance!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Shopping Bag Problems #67621
    nicenicenice
    Member
    Post count: 14
    This reply has been marked as private.
    in reply to: Shopping Bag Problems #67602
    nicenicenice
    Member
    Post count: 14

    Ok.
    But the shopping bag layout is wrong nonetheless.

    and how do I get Promotional Code and Shipping Calc in one row?

    Kind Regards,
    Jean-Marie

    in reply to: Page Width #53226
    nicenicenice
    Member
    Post count: 14

    Damn! I was looking to solve this problem, but I found nothing and now that!
    Thank you so much for the simple answer 😀

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