• Resolved tilmaus

    (@tilmaus)


    I’ve got a problem with the template of the /product-category/x page.

    The whole integration works beautifully with the theme I’m using (klean)… except for this one.
    For some reason, it seems to use the template of my cover page: It starts with a fullscreen header and continues full-width (it’s two columns normally).

    Is there any way I can “set” the template used for this particular page?

    I even tried to manually create a product-category/mid-century page via WordPress, but that doesn’t seem to do anything.

    Thanks in advance.
    https://demo1-contrakunst.rhcloud.com/katalog/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ndre

    (@ndre)

    I just reviewed the theme that you are using. It looks like it is adding the header image, you should contact the theme dev to solve this.

    The quick solution to fix the width and image issue would be to add the following to your theme style.css:

    .archive #page {
        margin-top: 60px;
        width: 75%;
        position: relative;
        float: right;
    }
    .tax-al_product-cat .header-image {
    display: none;
    }
    Thread Starter tilmaus

    (@tilmaus)

    Hey ndre!

    Thank you, that worked like a charm. I also wrote a short note to the theme dev, it’s always nice to improve.
    Now I can get back to work again, have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product-category/X Template’ is closed to new replies.