• Resolved rayzen1

    (@rayzen1)


    It’s almost as if my website is behaving like a resistant ‘super-germ’ that has somehow learned how to become resistant to the fix which two members of this forum (superkot and lorro) kindly helped me with a month ago. The resolved thread was entitled ‘Different Sized Pictures On Woocommerce Shop Page,” and although it was, as stated, fixed at that time, the problem has returned…even though the line of code which I placed in the ‘Custom Code’ section is still there.

    Here’s a link to that past post, in case anyone might be willing to help me; it might clarify the whole past issue and what was done:

    https://www.ads-software.com/support/topic/different-sized-pictures-on-woocommerce-shop-page/

    Any help would be appreciated more than you know.

    The page I need help with: https://www.coles-sports.com/shop/

    • This topic was modified 7 years, 3 months ago by rayzen1.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Any custom css that you put in at:
    Dashboard > Appearance > Customise > Additional CSS
    should show up in your page markup after:
    <style type="text/css" id="wp-custom-css">
    shortly before the </head> tag.

    However, your page markup does not show this section. Either the Additional CSS section is blank – please double check that the styles are still there, or, the section is being blocked by one of your plugins.

    Please test by deactivating all plugins. Check the page source for the string “wp-custom-css”. If its there now, reactivate plugins one-by one to see which one is blocking it.

    Thread Starter rayzen1

    (@rayzen1)

    Hi Lorro.

    Thanks again for helping me. I really appreciate it.

    In trying to follow the path you outlined, I went to:

    Dashboard > Appearance > Customise…but then there was no ‘Additional CSS‘ option offered. Instead, there was the option ‘Custom Code,’ which seemed to be close, so I clicked on it. That opened up a whole bunch of code. Is this what you were referring to, when you used the term ‘page markup?’ (Sorry for being ignorant about the technical stuff) I looked at that code very carefully and was not able to see any mention of wp-custom-css, as you mentioned.

    I turned off all of the plugins, as you said, then looked again, but all of that code didn’t change. Actually, I’m not really sure if looking for ‘wp-custom-css’ in all of that code is what you really meant for me to do, since some of the terms you use are foreign to me, not being well versed in IT language.

    Here is what I found in that section of code:
    .site-header.sticky {
    /*-webkit-box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9); -moz-box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9); box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9);*/ -webkit-box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); -moz-box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); } nav.show-for-large-up.main-navigation.default-navigation.align_left { margin-top: 7px; margin-bottom: 7px; }

    .vc-box-shadow {
    -moz-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
    -webkit-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
    box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
    }

    .upper a {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: NeueEinstellung;
    margin-top: 35px !important;
    font-size: 13px !important;
    }

    @media only screen and (min-width: 1024px) {
    .site-header {
    padding-bottom: 0px !important;
    }
    }
    .site-branding {
    margin-right: 15px;
    }
    #products-grid span.category_grid_box {max-height:131px;}

    The very last line, “#products-grid span.category_grid_box {max-height:131px;}” is what you and “super kot” had me put in about a month ago…which fixed the problem then! I have no idea why the problem would have returned like this.

    Thank you again. It appears that you are my only hope in fixing the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Help With Picture Sizes On My Woocommerce ‘Shop’ page’ is closed to new replies.