Digital experiences for all disciplines
Forum Replies Created
-
-
Hi, no that is definitely not fixed and when I update quantity in the cart, the whole cart disappears! What did you change? Please try checking when logged out of wordpress.
This reply has been marked as private.Hi Mohammad, did you go to cart page and then try to adjust the quantity? You should then see the error.
Thanks David, that is brilliant!
Hi David,
Yeah it seems that it was a caching issue. However, the list view is not displaying as it used to. It used to display in 1 column with picture on left and description to the right of it. Now it is displaying in 3 columns which doesn’t look right because of the long product descriptions.
Thanks
Mark
Attachments:
You must be logged in to view attached files.September 4, 2015 at 10:00 am in reply to: Woocommerce product layout messed up after update #210377EDIT: The column issue seems to only be when I am logged in to wordpress. However, the list view is still showing incorrectly
Hi Rui. In your demo sites it seems that you only use the ‘additional information’ tab. When more than 2 tabs are used, the layout seems to break and the scroll bar appears like in my screenshot.
Thanks guys, I actually meant for this to be in Atelier but would be great if the update was for Cardinal as well.
Ok thanks Rui
I have turned off the performance option but it still shows no results. It only works when a location and co ordinates are entered.
It doesn’t seem to have made any difference. I have cleared the cache and it is still showing no results.
edit: It seems like there has to be a location and coordinates entered. I was using this directory for online only. Will figure it out. Thanks
January 10, 2015 at 6:22 pm in reply to: Theme permissions issue (Are you sure you want to do this?) #140576No worries, I spoke to hosting account and they have changed the permissions of the files. Not sure why they were wrong. Cheers guys.
January 10, 2015 at 5:37 pm in reply to: Theme permissions issue (Are you sure you want to do this?) #140575Hey guys, I seem to have a similar issue I think. I am unable to upload the zip theme file in wordpress. It just hangs at 2%. When I upload the theme folder through ftp I get a message in wordpress saying that the ‘stylesheet is unreadable’. I have checked the files in my hosting account and the permissions are different to the other theme folders. The folders have permissions of 705 and the files 000. Other themes have permissions of 755 and 644. I attempted to change the permissions but there are so many to change it would take ages. I am not sure what to do. I have contacted my hosting company about it as well. My upload limit is 8mb so is that why I cant upload the zip file through wordpress as it is about 9.9mb? Is max upload 8mb standard though? I am not sure if this has any affect on the permissions though. Any help would be much appreciated. I am currently running Dante and want to update to cardinal.
Cheers
Mark
Ok thanks for that, I didn’t think it was a theme issue but just wanted to make sure.
In the end I had to paste this code from woocommerce documentation into functions.php
add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { $tabs['description']['title'] = __( 'More Information' ); // Rename the description tab $tabs['reviews']['title'] = __( 'Ratings' ); // Rename the reviews tab $tabs['additional_information']['title'] = __( 'Product Data' ); // Rename the additional information tab return $tabs; }
The way you showed didn’t work for some reason. Done now. Cheers guys.
-