New Landing How can we help? Themeforest Theme Support Neighborhood Team Member -> Products

Viewing 10 posts - 1 through 10 (of 10 total)
  • #85763
    egohead
    Member
    Post count: 19

    Hi,

    I’ll show all the composer related products on its teamsite.
    How can I show 4 columns instead of 2?

    For example:
    http://www.scorebuffet.com/?team=michael-haufs

    Here is the shortcode:
    [spb_products title=”Title” asset_type=”latest-products” category=”team-name” carousel=”no” product_size=”standard” item_count=”64″ width=”1/1″ el_position=”first last”]

    #85815
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m afraid it’s not possible as the content for the team member page only spans across half of the page, as the featured image takes up the other half

    – Kyle

    #85823
    egohead
    Member
    Post count: 19

    Thank you for the fast reply @Kyle.

    It have to be possible in principle!
    If I specify 4 columns in this WooCommerce-Plugin (https://wordpress.org/plugins/woocommerce-poor-guys-swiss-knife) it works! (but this results into this problem: http://support.swiftideas.net/forums/topic/shop-looks-funky/).

    Is there still a possibility?

    Plugin

    #85828
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could I log in and check?

    – Kyle

    #85840
    egohead
    Member
    Post count: 19

    I have specify 4 columns in the pluginsettings now.
    So it works:

    Unfortunately I do not know how this hook? works.
    This adjustment to individual pages would be great.

    #85845
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry I’m not sure what you mean?

    – Kyle

    #85876
    egohead
    Member
    Post count: 19

    Ok. In other words.

    I need this filter only on the teampages (www.url.com/?team=name).
    The shop-page should display further 3 columns. Is this possible?

    function woo_product_columns_frontend() {
    global $woocommerce;
    $columns = 4;
    return $columns;
    }
    add_filter('loop_shop_columns', 'woo_product_columns_frontend');
    #85889
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    As said above, the content area for the team page is only half, that’s why it only shows 2 products per row

    – Kyle

    #85918
    egohead
    Member
    Post count: 19

    I found a solution.

    First:
    Add this filter to functions.php: (4 products per row on the team section).

    function woo_product_columns_frontend() {
    global $woocommerce;
    $columns = 4;
    return $columns;
    }
    add_filter('loop_shop_columns', 'woo_product_columns_frontend');

    Install this plugin:
    http://jameskoster.co.uk/tag/product-archive-customiser/
    ..and change the settings: WooCommerce -> Settings -> Product Columns -> 3.

    Conclusion:
    There are 4 products per row at all pages except the archiv/shop-page.

    #85933
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok cool

    – 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 one of the following items
Login and Registration Log in · Register