Okay
  Public Ticket #2003727
Display issues with last update
Closed

Comments

  •  5
    khouya started the conversation

    HI ! 

    On product page on your own demo, do you see the category name ? Sinds the last update :

    1/ category names are in caps 

    2/ comma that separate categories is gone

    3/ no more space between categories names

    Check by yourself, it's on your own demo :
    https://themes.laborator.co/aurum/bookshop/product/a-girl-is-a-half-formed-thing/

    See attachment before/after update.

    Thanks


    {"wp":{"use":false,"adminUrl":"https://themes.laborator.co/aurum/bookshop/product/a-girl-is-a-half-formed-thing/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi khouya,

    I have realized that this is a theme bug so to fix it (before the update is released), please replace this file:

    Download this file and replace it in this directory (of the theme): /aurum/inc

    Regarding #1 that functionality is intended so if you want to disable it please add the following CSS:

    .woocommerce .summary .product_title + small {
        text-transform: none;
    }
    

    This should work for you. Thank you for reporting these issues.

  •  5
    khouya replied

    Thanks for your help

  • [deleted] replied

    Happy to hear that, and thanks for your reportsmile.png

    Will mark this ticket as solved from here.