Product pictures don't resize, footer is messing with me etc

This topic has 6 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: Annh
    Annh
    Participant
    November 11, 2015 at 15:27

    Hi, great theme and I slowly get the hang of it. BUT need help here:

    1)Footer: No matter what I do,I can’t get the company text *2nd row, to display correctly. It is not left aligned, messes with everything all the time. Updated it , html coded it, and for some reason it changes by itself. Guess I put wrong code in or something. Can you please add you “woofers company” info in that row, so i can just update with our information? Don’t know where to find that exakt block.

    2) Product images. they don’t resize. I have installed Regenerate thumbnails and run it multiple times, but all images are different sizes. What can I do to get neat nice lines?

    3) Get “read more” on my buttons instead of “buy”. Where can I change this?

    4) Black overlay (guess grid setting?), don’t display full text but get cut off. Where do I change this? /see the product slider http://www.sportscater.se

    5)when I sort products in shop as list, is there any chance I can remove images/minimize so the list is more compressed?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 11, 2015 at 16:52

    Hello,

    1. You can find the code for footer in the documentation:
    https://www.8theme.com/demo/docs/woopress/#!/0_footer

    2. Please use this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .product-content-image img {
       height: 300px;
    }

    3. Please refer to this article:
    https://support.woothemes.com/hc/en-us/articles/203006565-Change-Add-to-Cart-button-to-Go-to-Product-in-the-Shop-Page

    4. Sorry, but your issue is unclear. Please show us screenshot for better understanding.

    5. Use this code in Custom CSS for desktop:

    .row-count-4.products-list .product-content-image img {
        height: 200px;
    }

    or

    .row-count-4.products-list .product-content-image img {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Annh
    Annh
    Participant
    November 11, 2015 at 21:02

    Hi Eva, so I added the code to custom CSS. now all images are skewed…
    1. Ok, i tried that multiple times and it doesn’t work out. Will try again..
    2.ok. But now all images are skewed…
    3.in you demo store it is “add to cart” and not read more. Why is one “read more”? Saw the code you sent me to, but I don’t know where to put that. I just want to add products to the cart instead of redirecting to product page. Do I have to code that?!?!
    https://filemanager.one.com/#fredrik@paolos.se/sportscater.se/files/wp-content/shared%20files_custom/
    4.I have attached 2 screenshots.
    file

    skewed, blank

    Avatar: Eva
    Eva Kemp
    Support staff
    November 11, 2015 at 21:20

    Hello,

    2. In this case you have to upload all images with original sizes 870px × 1100px approximately.

    3. Some your products have “Read more” button because they are out of stock or you set this option in product editor.

    4. Your screenshots are invisible. Please reupload the pictures to any web storage (dropbox, for example).

    Regards,
    Eva Kemp.

    Avatar: Annh
    Annh
    Participant
    November 11, 2015 at 21:25
    Avatar: Eva
    Eva Kemp
    Support staff
    November 11, 2015 at 21:33

    Hello,

    Please add this code in Custom CSS for desktop:

    .footer-product {
        transform: translateY(45px);
        height: 45px;
    }

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.