-
AuthorPosts
-
February 10, 2016 at 8:50 am #789125
While struggling to control the layout products and categories in X Customize, I have now lost all the links from categories to products and from products to the individual products pages. The problem started with lack of control over size and placement / alignment of the indiviual products and product rows. Your possibilities for these layoutcontrols are severely restricted. Tried with the theme “Storefront” and everything looked much better regarding products. However upon returning to X this problem appeared. Any suggestions?
February 10, 2016 at 5:15 pm #789851Hi there,
Thanks for writing in.
Would you mind providing more information about your issue? Like how we can reproduce it. I can’t seem to find the page that has this problem.
And please provide your admin login credentials in private reply for testing.
Thanks!
February 10, 2016 at 5:42 pm #789891This reply has been marked as private.February 10, 2016 at 5:47 pm #789893The menubutton for the store is the far right button called “Nettbutikk”.
I can see via the browser inspector that the href links are present in the htmlscripts on categories in the store. But the links will not work in the browser. I am not capable of reaching the products.
February 10, 2016 at 11:48 pm #790389Hello There,
Thanks for updating the thread! Can you confirm that you are fully updated? (Theme and Plugins)
Our latest versions are:
X Theme: 4.3.4
Cornerstone: 1.1.3You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.
If you find anything to be out of date, you can review our update guide.
You shop page on the other hand is displaying just the categories. You can change this setting to display the products instead. Simply go to WooCommerce > Settings > Products > Display and select the “Shop Page Display” option to display the products or both (http://prntscr.com/a1qpll).
Hope this helps. Please let us know how it goes.
February 11, 2016 at 1:04 pm #791555Thanks ! This helped.
But I must confess that I am very dissapointed over the lack of control over the layout of the woocommerce store. The size of pictures and typography is not possible to control in products and product categories in the store.
See these pages:
http://46.226.13.187/~isbilen/?post_type=product
and:
http://46.226.13.187/~isbilen/?product_cat=stykkisNone of the parameters of typo and picture are controlable.
February 11, 2016 at 10:53 pm #792310Hi there,
Yes, it still uses Woocommerce’s default templates for that specific area. Though, I should able to help you through CSS, what adjustment do you like to apply to these templates? 🙂
Thanks!
February 12, 2016 at 3:13 am #792586This reply has been marked as private.February 12, 2016 at 12:58 pm #793240This reply has been marked as private.February 16, 2016 at 5:16 pm #798848Could you provide me with the neccesary CSS to have control over typo, typo size and colours of the store products and the category “products”?
February 17, 2016 at 4:20 am #799626Hi Kludrik,
Do you want to change the font size and color of your products title: http://prntscr.com/a4d7tr? If so, you can use following CSS code under Custom > CSS in the Customizer:
.woocommerce li.product .entry-header h3 { font-size: 36px; } .woocommerce li.product .entry-header h3 a { color: #ff0000; }
Adjust 36px to change the font size and replace #ff0000 with your desired color (you can generate hex color codes from here).
Thank you!
-
AuthorPosts