Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Soundcloud Player in/after product short description #132777
    egohead
    Member
    Post count: 19

    It does not seem possible.
    The shortcode or html-iframe code is displayed as text and will not be interpreted.

    My solution insert the player with jquery after the short description div. It is not a “nice” solution.

    Do you know a better way? How can I insert your “swift generator – raw html”-div after the short description?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Team Member -> Products #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.

    in reply to: Team Member -> Products #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');
    in reply to: Team Member -> Products #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.

    in reply to: Team Member -> Products #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

    in reply to: Shop looks funky #85755
    egohead
    Member
    Post count: 19

    Check the “Product columns per page:” section in “A Swiss Knife for WooCommerce -> Shop settings”. Leave this field blank and you can use this plugin.

    in reply to: Shop looks funky #85715
    egohead
    Member
    Post count: 19

    I have the same problem.
    For me the plugin “A Swiss Knife for WooCommerce. Version 1.9.4” tries the error.

    in reply to: wc-new-badge is overlaping shopping bag #13362
    egohead
    Member
    Post count: 19

    Thank you.

    in reply to: wc-new-badge is overlaping shopping bag #13323
    egohead
    Member
    Post count: 19

    Hello?

    Support Policy

    We aim to respond to all posts within 48 hours (Monday-Friday), but in most cases we usually manage to reply less than 24 hours. We work on the oldest topic first, so adding a new comment will take you to the back of the queue. We do also try our best to reply on weekends if we have time.

    Please be patient, we appreciate it 🙂

    in reply to: wc-new-badge is overlaping shopping bag #12725
    egohead
    Member
    Post count: 19

    I have the same problem with the latest theme-version.

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