New Landing How can we help? Themeforest Theme Support Dante Dodgy Woocommerce product ordering

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #99424
    luketom
    Member
    Post count: 8

    Hi Guys,

    My woocommerce install seems to have got corrupted or something?

    On the product pages it’s showing the items in a vertical ordered list, like so:

    Can you tell me why the theme would be doing this and what i can do to stop it?

    I’ve tried some basic CSS rules to put it back in order, unplugged all my plugins, removed and re-added stylesheet. Nothing seems to get me any closer.. ?

    Any help would be great,

    #99449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please disable maintenance mode because i am not able to view website.
    Thanks

    #101146
    luketom
    Member
    Post count: 8

    Hi,

    I have now disabled the holding page so you have access, the shop page is here.

    However this isn’t on a test server, it’s on a live domain, so now with the holding page switched off we need this sorted ULTRA fast!

    Having looked further into this issue it seems to have been a common issue with woocommerce and custom themes, more specifically a template change that happened in woocommerce 1.6?

    I’ve re-installed woocommerce but the issue started when i updated dante to this latest version.

    #101152
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert this code at functions.php of child theme or parent theme.

    add_filter('loop_shop_columns', 'loop_columns');
    if (!function_exists('loop_columns')) {
    function loop_columns() {
    return 4; // 4 products per row
    }
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #101156
    luketom
    Member
    Post count: 8

    Hi thanks so much for your prompt reply!

    I’ve added that to my child theme functions.php, but it still isn’t working?

    #101368
    luketom
    Member
    Post count: 8

    Hi guys, Any thoughts on this??

    I’ve had to make the site live but obviously it’s currently in a pretty unstable condition.

    Any ideas on how to fix?

    #101373
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    The developer of theme will assist you very soon.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #101597
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 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