Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #789125

    kludrik
    Participant

    http://46.226.13.187/~isbilen

    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?

    #789851

    Rad
    Moderator

    Hi 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!

    #789891

    kludrik
    Participant
    This reply has been marked as private.
    #789893

    kludrik
    Participant

    The 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.

    #790389

    Rue Nel
    Moderator

    Hello 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.3

    You 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.

    #791555

    kludrik
    Participant

    Thanks ! 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=stykkis

    None of the parameters of typo and picture are controlable.

    #792310

    Rad
    Moderator

    Hi 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!

    #792586

    kludrik
    Participant
    This reply has been marked as private.
    #793240

    Darshana
    Moderator
    This reply has been marked as private.
    #798848

    kludrik
    Participant

    Could you provide me with the neccesary CSS to have control over typo, typo size and colours of the store products and the category “products”?

    #799626

    Zeshan
    Member

    Hi 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!