Okay
  Public Ticket #1938103
Bookstore - single book page and filtering
Closed

Comments

  •  8
    daliborsky started the conversation

    hi again. I have a question regarding adding more filters in the main page (bookstore), like filter by authors etc. Is this supported by Aurum, or do I need to get a third party widget? See more filters.jpg

    Second - single book (product) page lacks some features, so I'm looking a way arround, namely, I don't need categories (but as it seems this is woocommerce thing, am I right?).  I would like to be able to add subtitle, but not in same size as title (see http://104.248.47.49/izdelek/restavracija-kapitalizma/). This book has a long subtitle (and it is not alone), and it would not look good in the main page if I put the title and subtitle in the same line. Preferably I would like to see subtitle instead category (see single book.jpg) and author's name not as atribute, but separate field or at least searchable subject.


    is there a way arround with custom css or widgets?


    thank you again for superb support


  •  1,559
    Laborator replied

    Hi there,

    1. You can filter the books if you use the sidebar in your shop page and then add the widgets to Filter Products by Attribute to that sidebar:

    medium
    (view large version)


    2. Unfortunately there is not a way to add a sub-title to the product.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  8
    daliborsky replied

    thank you again. Sorry for asking such basic things about wp and coding in general. One last question > can you give me an example of custom css for color of the body text?

    And, is there a way not to show the category (in this particular case nekategorizirano, which means uncategorised) in the single item page? I've browsed through public tickets and found out how to do it on main page :)


    I love your theme, it is clean and beatiful. I'll certanly sign up for another year of support.

  •  1,559
    Laborator replied

    Hi again,

    Add this CSS to Custom CSS to apply these changes:

    .woocommerce .summary .product_title small {
        display: none;
    }
    body {
        color: #000;
    }

    If you have further questions or issues please create a new ticket instead of posting them in this ticket.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group