Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • #12313
    acanthuroid
    Member

    Hi, I have the Catch Everest pro theme along with woocommerce, and since upgrading my version and being able to use a different header image on all pages, it is now messing up my shop.

    The problem is they both use featured image, so for my categories I have a ‘preview’ of one of the images in the category on the header, and this isn’t what I want it to do 🙁 I don’t want a header image for the shop, just the categories.

    Can you please please tell me how to correct this? I’ve included an image so you can see what I mean.

    Many thanks

    #12314
    acanthuroid
    Member

    #12337
    Sakin
    Keymaster

    @acanthuroid: Then you can use css to hide the featured image in the category.

    #12352
    acanthuroid
    Member

    Thanks, how do I do this and is it in the woocommerce css?

    #12353
    acanthuroid
    Member

    there is nothing saying featured image in the woocommerce css, i’d be grateful if you could explain a bit further how i can solve this. many thanks

    #12364
    acanthuroid
    Member

    bump

    #12384
    Sakin
    Keymaster

    @acanthuroid: Ok send me the URL for which you want to hide the featured image. So, in case you said it’s categories. Can you send me your site URL?

    #12403
    acanthuroid
    Member

    I can’t put it up live as want to hide it from the client, but yes its the categories and want to hide/delete the image and the grey box under the menu.

    What file do I need to edit?

    #12414
    Sakin
    Keymaster

    @acanthuroid: The main thing is that we don’t have featured image setting for categories. So, I need to check in your site for body class for the categories and style. So, can you create password protect site. I need to see your site otherwise you need to hire developer to work for you.

    #12419
    acanthuroid
    Member

    So do you mean I have added some code somewhere?

    Whereabouts do I need to look for the body class for categories and style – what pages?

    I can send the pages to you?

    #12426
    Sakin
    Keymaster

    @acanthuroid: Ok just see the view source of your category page. Then send me your body classes. Such as <body class="topic bbpress single single-topic postid-12313 logged-in admin-bar no-customize-support">

    #12467
    Sakin
    Keymaster

    @acanthuroid: You code is not clear. Can you paste it in http://pastebin.com/ and send me the link.

    #12469
    acanthuroid
    Member

    sorry, does this work: http://pastebin.com/7XHwZZbr

    #12471
    Sakin
    Keymaster

    @acanthuroid: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box
    .archive .main-feat-img { display: none; }

    #12472
    acanthuroid
    Member

    thanks, no that doesn’t work

    #12473
    Sakin
    Keymaster

    @acanthuroid: Sorry try the following one.
    .archive #main-feat-img { display: none; }

    #12474
    acanthuroid
    Member

    superb – thank you so much, that works 🙂

    #12486
    acanthuroid
    Member

    ah, just checked on the product page and it still does it on there, any ideas?

    #12491
    Sakin
    Keymaster

    @acanthuroid: So you want to remove on product page as well then send me the product page code from pastebin

    #12520
    acanthuroid
    Member

    thanks – its here: http://pastebin.com/VLEYfkgg

Viewing 20 posts - 1 through 20 (of 23 total)
  • The topic ‘conflict with featured image use in theme and woocommerce’ is closed to new replies.