duplicate thumbnail – marketpress

  • Rosy

    #8930

    Hi folks,

    I love the graphene theme – but I am having some issues with the marketpress plugin. I’ve been able to solve some of these on my own but there are a few that I would love some help to resolve (this is the 3rd ecommerce plugin I’ve tried with graphene – and the first to look pretty decent with some styling glitches – i am committed to keeping this for the ecommerce plugin since it has great functionality).

    test site:

    http://www.splitsole.ca/store/products/category/red-stuff/

    I have a child theme in place so I usually add css to modify styling and don’t know my way around WP that well so I don’t really understand complicated recommendations (ie: “hooks”).

    Problem #1 – Individual Product Categories are displaying an extra image that pushes content over – they take the image from the first product to use as a “category thumbnail” – if I hide that with some code it also hides the featured images in my post archive pages which I don’t want.

    the code that was suggested but is hiding my post featured images:

    body.tax-product_category .product_category, .excerpt-thumb img {

    display: none;

    }

    image of issue is:

    cap2.jpg

    any help is appreciated!

    Thanks, Rosy

    Mod

    Kenneth John Odle

    #42419

    How about just

    .tax-product_category .excerpt-thumb {display:none;}

    Rosy

    #42420

    yes! thank you so much Kenneth – that worked perfectly

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.