Tagged: x
-
AuthorPosts
-
June 25, 2016 at 11:06 pm #1059745
denehallParticipantHi 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.
June 26, 2016 at 1:39 am #1059821
Rue NelModeratorHello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
June 26, 2016 at 3:22 am #1059876
denehallParticipantThis reply has been marked as private.June 26, 2016 at 3:38 am #1059877
ChristopherModeratorHi 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.
June 26, 2016 at 3:43 am #1059878
denehallParticipantOk, will give that a crack, any idea when you will be updating to make compatible with 2.6.1?
Cheers
Dene
June 26, 2016 at 3:46 am #1059882
ChristianModeratorWe’re sorry but we have no news for that yet.
Thanks.
June 26, 2016 at 3:52 am #1059887
denehallParticipantOk, 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
June 26, 2016 at 4:00 am #1059890
denehallParticipantMaybe 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
June 26, 2016 at 4:23 am #1059892
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1059745 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
