Okay
  Public Ticket #818778
Broken fixes for categories landing page
Closed

Comments

  •  1
    Andrew started the conversation
    Hi Gentlemen,

    I thought I'd submitted a ticket but it does not look like it was registered, so I'm doing this again. Since the last update, two mods you had created for my categories landing page (url above) no longer work. First, I have always had a problem with the thumbnails, which do not resize properly, even though they are the correct pixel size. So you gave me this fix:

    "For the category images to show them in their real size just follow these steps:

    1. Open wp-content/themes/aurum/woocommerce/content-product_cat.php

    2. On line 78 replace shop-category-thumb will full"

    ... but the page has been reworked and this no longer works. 

    Also, you gave me this custom css snippet for removing the black text bars:

     

    .shop .products .product-category a span, .woocommerce .products .product-category a span {
      background-color: white !important;
      color: black !important;
      text-transform: uppercase !important;
    }

    ...and it is no longer working either. 

    Please let me know what I should change to get these mods working again. 

    Thank you and all my best,

    Andrew



  •  1,558
    Laborator replied

    Hi Andrew,

    Have you tried doing these fixes again as when you update the theme you will loose all the customizations unless you're using the Child Theme, try doing these again and it should work.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Andrew replied

    Hi Art,

    And thank you for your reply. I am already running the child theme but the custom css to remove the black background to the text is not working anymore with this last update.

    Regarding the category image thumbnails, the page the fix works on -- content-product_cat.php -- has been totally rewritten with the last update. So I need a work-around there, too. The thumbnails have never displayed at the proper size without a fix, even though they are the default dimensions.

    All best,

    Andrew

  •  1,558
    Laborator replied

    Hi Andrew,

    Add the following CSS to remove the black bar:

    .woocommerce .products .product-category a h3 {
      background: transparent !important;
      color: #333 !important;
    }
    

    Can you post the login credentials (in a private reply) so we will login and see what we can do about it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Andrew replied privately
  • [deleted] replied

    Hi Andrew,

    Your CSS is not being applied because you have made a mistake and forgot to close the bracket, then the entire code below has not been correct.


    (view large version)

    I fixed that CSS code for you.