• Resolved dpflanzer

    (@dpflanzer)


    I love,love,love this theme! I tried about 20 before Virtue and nothing ever worked. Virtue has been so easy and I’ve never done this before. Thank You!

    I added a transparent png logo to header and my background header image disappeared. It was working prior to this. How can I fix this? I’m hoping I can use the transparent logo.

    Also, I’d like my product category images on my shop page and my product images and info to be much smaller. How do I go about doing this.

    My site isn’t live yet but you may be able to see it at https://www.fireflyartglass.com/wordpress

    Thank you for any help you can give!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi dp

    I’ve had a quick look at your site and the background image for the headerclass https://www.fireflyartglass.com/wordpress/wp-content/uploads/2014/09/headbandA.jpg.

    Clicking on this gives a 404 Page not found error. Has the url been altered or has it been deleted inadvertently?

    Cheers
    Dave

    Thread Starter dpflanzer

    (@dpflanzer)

    Thank you! I went back in and reuploaded the image and now it works!

    Do you have any insight into the second question I had about making my product images smaller on what would be my catalog type page?

    I appreciate your help!
    Debbie

    Hi Debbie

    I’m glad that helped.

    With regards your second question; it looks like you are using wooCommerce – am I right?

    In your dashboard have you tried wooCommerce => settings => Products and altering the size of the thumbnails in the Archive section?

    If this doesn’t work you will need to write some css to style the element.

    I inspected the element that seems to do the work and if you could add this code to a stylesheet it may do the trick

    img.attachment-shop_catalog.wp-post-image {
    width: 150px;
    }

    Be careful that any style sheet changes may be overwritten if the theme is updated. So check if the them provides a way for customizing styling. If not it may be best to create a child theme so you will be able to inherit all the styles from your current theme but still have the chance to customize safely.

    I hope this helps
    Dave

    Thread Starter dpflanzer

    (@dpflanzer)

    I tried the woocommerce settings, products, thumbnails, product image size. I then regenerated the thumbnails but this step didn’t help. I had a child theme already set up and your code worked. Yeah!

    That being said if you go to my SHOP page, how can I make those category images smaller? And if you click on the category, such as art glass, how can I make the listing smaller? I was hoping by reducing the image size the listing would be smaller but that wasn’t the case.

    Thanks again for your help!

    Your category images are the size you uploaded right now, if you want to change you can use css. or upload a different size.

    As for the product with the free virtue theme you can only have options for a 4 column layout or 3 if you have a sidebar.
    The premium theme has options for say 5 or 6 which makes your listing smaller.

    And last, if you want the woo-commerce sizes to take effect you have to turn off the theme options > shop settings> product image crop.

    Kadence Themes

    Thread Starter dpflanzer

    (@dpflanzer)

    Great! I think I will start with upgrading to the premium and changing my photo sizes. I’ll have quite a few products so I’ll need to get as many as I can on a page.

    Thanks for your help!

    Hi Debbie

    A little late in replying to you – we had one heck-of-a-storm last night so had to shut down everything.

    It looks like you’re sorted – I’m glad.
    Take care
    Dave

    Thread Starter dpflanzer

    (@dpflanzer)

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add logo and background image disappears/reduce image size’ is closed to new replies.