New Landing How can we help? Themeforest Theme Support Neighborhood Composite products theme screw up.

Viewing 10 posts - 1 through 10 (of 10 total)
  • #89167
    Nigeltjuh
    Member
    Post count: 51

    I have a question about modding theme templates.

    Today i bougth a extension called Composite products by Wootheme.
    I added this in because i needed 2 make some product packets. And keep the stock inline. Aswell keep the invoices clean and understadable for anyone.

    The following thing is happening.. this plugin/extension keeps using the “standard”woocommerce theme.. i cant seem to get is using the neighborhood template. Wootheme states ”

    Theme Development ↑ Back to Top

    For theme developers that need to modify or change the appearance of Composite product pages, the extension includes a bunch of template files in the /templates/single-product folder, which can be overridden just like any other WooCommerce template file.

    Moreover, the style of composited items in the cart, checkout and order pages can be customized by making use of the “composited_table_item” class, which is added to every composited item table tr element. ”

    I cant seem to get it right..what do i need 2 do to get the add to cart button the smae as the rest of the shop… i also cant get the wishlist button working with this.

    Any ideas /help??

    Kind regards,

    P.s 1st pic = Composite button
    2nd pic = Neighborhood button

    #89743
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It’s showing fine for me? (see screenshot)

    – Kyle

    #89748
    Nigeltjuh
    Member
    Post count: 51

    That’s because that’s not an composite product..

    for instance this is: http://www.guardiansys.nl/product/zelfbouw-ip-beveiligingscamera-systeem/

    this uses the plugin..

    #89754
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce a.button.next, .woocommerce a.button.prev {
      background: none repeat scroll 0 0 #2e2e36 !important;
      padding: 15px;
    }
    .woocommerce .button.next.alt {
      float: left;
      margin-top: 5px;
    }

    That should do it 🙂

    – Kyle

    #89790
    Nigeltjuh
    Member
    Post count: 51

    This worked for almost all butoon in the process accept the add 2 cart button at the end of the selection period

    #89794
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .bag-buttons a.checkout-button, .bag-buttons a.create-account-button, .woocommerce input.button.alt, .woocommerce .alt-button, .woocommerce button.button.alt {
      background: none repeat scroll 0 0 #2e2e36 !important;
      color: #ffffff;
      padding: 15px!important;
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin-top: 15px;
    }

    – Kyle

    #89805
    Nigeltjuh
    Member
    Post count: 51

    Nice that worked! Thnx.

    Perhaps you can help me also with the searchbar on main page is displaying search results with wite text..
    if i adjust that via theme colors in to black the text in the header wil also be black thus none readable…

    THNX in advance

    #89810
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .header-right .menu-search a, .header-left .menu-search a {
      color: #111111;
    }

    – Kyle

    #89818
    Nigeltjuh
    Member
    Post count: 51

    Thnx that worked aswell.

    cheers

    #89821
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! no problem 🙂

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register