Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in:
  • in reply to: Revolution Slider not displayed #316313
    AW
    Member
    Post count: 32

    thanks

    in reply to: Revolution Slider not displayed #316154
    AW
    Member
    Post count: 32

    Very good, it working !
    Many thanks.

    Last question, I do have an image (1024*416px) that I would like to display in full wide whatever the screen resolution (laptop, mobile, tablet).
    How to do that ?

    Regards,
    AW

    in reply to: Revolution Slider not displayed #316035
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    in reply to: Modif Product page layout #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/

    in reply to: Modif Product page layout #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,

    in reply to: Modif Product page layout #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.
    in reply to: Modif Product page layout #315148
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    in reply to: Modif Product page layout #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 ?

    in reply to: Modif Product page layout #314453
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    in reply to: Modif Product page layout #314083
    AW
    Member
    Post count: 32
    This reply has been marked as private.
    in reply to: Modif Product page layout #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.

    in reply to: Modif Product page layout #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}

Viewing 12 posts - 16 through 27 (of 27 total)