New Landing How can we help? Themeforest Theme Support Neighborhood Modif Product page layout

Viewing 15 posts - 1 through 15 (of 16 total)
  • #313810
    AW
    Member
    Post count: 32

    Dear,

    First of all I would like to thanks SwiftIdeas Team for the work achieved on Neighborhood, the theme is so nice and features are just amazing.

    The theme matches with the design I expected for my website. Nevertheless there a small gap with Product and Shop pages I hope you will be able to help me with.

    Product
    1. I need to manage the stock level but i don’t want it to be displayed on the product page. How can I hidden the stock level ?
    2. I removed the ‘Description’ tab. Now the second tab ‘Information complémentaire’ is opened by default on load of the page, I would like this tab to be closed by default.
    3. I created several attributes for WooCommerce Products, how can I display some specific attributes here, just before ‘Expédié de..’ ?
    4. How can I remove the ‘laisser un avis’ (provide a feedback) ?
    5. How can I rename ‘Produits liés’ (related products) ?

    Shop
    1. I would like to remove this part and just conserve the ‘add to cart’.
    2. How can I add information like Product Author or specific attributes here ?

    Thank you in advance,
    Best regards,
    AW

    Attachments:
    You must be logged in to view attached files.
    #313813
    AW
    Member
    Post count: 32

    Concerning Product 2, I succeeed – thank to tutorial on http://www.swiftideas.com/knowledgebase/how-to-product-tabs-closed-by-default/ 😉

    Concerning Product 4, I tested the following CSS without success.

    .leave-feedback{display:none !important}

    #314025
    David Martin – Support
    Moderator
    Post count: 20834

    1) You hide the stock level:

    3) You would need to work with a developer to integrate this customisation.

    4) Can you provide a link to this product?

    5) Theme Options => WooCommerce Options => Product Options => Related Heading Text

    1) Can you provide a link to this page?

    2) You would need to work with a developer to integrate this customisation.

    #314082
    AW
    Member
    Post count: 32

    Product 3, I succeeded by adding following code into the function.php

    add_action(‘woocommerce_single_product_summary’, ‘my_icones’);
    function my_icones(){
    echo ‘‘;
    }

    Product 4, will end you in private message.

    Product 5, I don’t find it..

    Shop 1, will send you in private message.

    #314083
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    #314407
    David Martin – Support
    Moderator
    Post count: 20834

    Even logged in, I cannot view the page – I get the sign up form.

    #314453
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    #314757
    David Martin – Support
    Moderator
    Post count: 20834

    Ah yes, to remove that use this CSS:

    span.leave-feedback {
        display: none;
    }
    #314765
    AW
    Member
    Post count: 32

    It doesn’t seems to affect the template.
    Am I editiong the right CSS /www/wp-content/themes/neighborhood-child/style.css ?

    #314767
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS.

    #315148
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    #315382
    AW
    Member
    Post count: 32

    Hello David,

    I succeded to add products’ custom field (like “Composition”) into the Products Shop page.
    Where is the code I used.

    /**
    * Adds product Composition above the “Add to Cart” buttons
    **/
    function skyverge_shop_display_skus() {

    global $product;

    $wcv_custom_product_composition = get_post_meta( $product->id, ‘wcv_custom_product_composition’, true );

    if ( ! empty( $wcv_custom_product_composition ) ) {
    echo ‘<div class=”product-meta”><span class=”product-meta-label”>Composition:</span> ‘ . $wcv_custom_product_composition . ‘</div>’;
    }
    }
    add_action( ‘woocommerce_after_shop_loop_item’, ‘skyverge_shop_display_skus’, 9 );

    So from now I do have the information I need on my Shop Page but I would like to display it in this order:
    – Product name (native field) – Prix (native Price field)
    – Composition (custom field)
    – Artiste (native Author field)
    And do not display the Category.

    The result shoud look like the second attachment.

    Many thanks for your help.
    Best regards,
    AW

    Attachments:
    You must be logged in to view attached files.
    #315611
    David Martin – Support
    Moderator
    Post count: 20834

    Hi there,

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We only provide support for theme issues, and at times basic customisations.

    While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation.

    #315644
    AW
    Member
    Post count: 32

    Hi,

    I’m ready to do (learn how to) it.
    Could you just indicate to me where and which file I have to edit.

    Thanks,

    #315654
    AW
    Member
    Post count: 32

    What I’m looking first is to have a shop page that looks like to demo one.
    http://neighborhood.swiftideas.com/shop/

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