Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059745
    denehall
    Participant

    Hi there,

    Have just updated to latest X theme version (4.5.2) before updating to latest version of Woocommerce (2.6.1).

    Running latest version of WordPress (4.5.3) and Cornerstone (1.2.4).

    Since update my theme is now arranging all product grids that had previously set to 4 to now show only 2. This includes main Shop page, Category pages, Related products widgets and even my custom featured grid on the home page.

    On inspecting code I see that it is loading every odd ‘li’ as class ‘first’ and even as ‘last’ as if the column grids were set to show ‘two’, I have checked through all customised settings to confirm I have all set to show ‘four’. I assume a JS file somewhere has either not loaded correctly or is maybe being overwritten?

    I have cleared all caches etc. My local version on MAMP (running latest DB and files that were downloaded after the error occurred) is displaying correctly (ie showing four columns as expected).

    Any help in the right direction would be greatly appreciated, debugging has always been my weakest link…

    https://mylittle.co.nz is the url for your reference.

    #1059821
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1059876
    denehall
    Participant
    This reply has been marked as private.
    #1059877
    Christopher
    Moderator

    Hi there,

    According to changelog page https://theme.co/changelog/, latest version of x is compatible with woocommerce v2.6.0.

    Please downgrade the plugin as this may fix the issue.
    You can download compatible version here https://wordpress.org/plugins/woocommerce/developers/

    Hope that helps.

    #1059878
    denehall
    Participant

    Ok, will give that a crack, any idea when you will be updating to make compatible with 2.6.1?

    Cheers

    Dene

    #1059882
    Christian
    Moderator

    We’re sorry but we have no news for that yet.

    Thanks.

    #1059887
    denehall
    Participant

    Ok, I have just tried deprecated version (Woocommerce 2.6.0) on local install (MAMP) and no change sorry. I will change back to old version before update and see if that helps, will then wait for updated compatibility.

    Cheers

    Dene

    #1059890
    denehall
    Participant

    Maybe this should be posted as a bug on your end? I am trying to track it down at the moment to see what the difference in the new and old files is.

    Cheers

    Dene

    #1059892
    Christopher
    Moderator

    Hi there,

    Seems like a bug to me too. I’ll report it to our developers.

    For the time being, add following code in Customize -> Custom -> CSS :

    .woocommerce li.product.first {
        clear: none;
    }
    .woocommerce li.product.last {
        margin-right: 4%;
    }
    .woocommerce .cols-4 li.product, .woocommerce.columns-4 li.product {
        width: 21%;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1059745 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>