Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #260405

    Hi, I would like to totally eliminate this “Sort By Name / Display Products page” function, I’ve seen many css codes on the forum that hides this, but a space still remains there, I mean a space that makes the content end up far from the header.

    #260583

    Hi Padlee!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    .woocommerce div.product-sorting {
    display: none;
    }

    Regards,
    Ismael

    #260737
    This reply has been marked as private.
    #261380

    Hi!

    How do you have that page setup on the backend? Its duplicating the page elements inside of itself which is causing the double padding. You can force a fix just for that page with the following css but its not a sitewide change:

    
    #top.page-id-3550 main.template-shop.content {
    padding-top: 0;
    }
    

    Best regards,
    Devin

    #261409
    This reply has been marked as private.
    #261574

    Hi!

    I’m not sure why the code suggested above didn’t work for you but it should remove the sorting options as you requested originally. Yes, the plugin is causing the issue. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy. You might need to redirect any questions regarding this issue to the plugin author.

    Best regards,
    Ismael

    #270501

    hi there,
    i am having trouble using the css code above.
    even the !important declaration does not remove the sorting line – any idea?
    you can check it here http://richblack.de/kurs-buchen/

    what i also was looking for is the frames and the bottom of the product images (add to cart / show details) since the ‘check availability’ brings the customer to the detail page anyway)…
    that would be great!
    thanks in advance!
    Pedro

    #270932

    Hi!

    Thank you for the link.

    The css snippet is working fine on our end. Please use this:

    div .product-sorting {
    display: none !important;
    opacity: 0 !important;
    }

    Regards,
    Ismael

    #271043

    Hi there,
    thanks for the quick response.

    unfortunately this one doesnt help either.
    either i am doing something really wrong or i missed something.
    feel free to check the respective product page: http://richblack.de/kurs-buchen/

    thanks again
    regards
    Pedro

    #271530

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    #271531

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    #271532

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    #271620

    Hi Devin,
    thanks for looking into this.
    Hmm, thats pretty weird – the css code is there. even after updating to the Enfold version the updater tells me that there was sutom css detected.
    so i wonder why it does not apply.
    i now have reinstalled WP 3.91 and deactivated all plugins except WooCommerce
    i just left one (of three) CSS code there to check. no changes applied.

    any idea what else could prevent custom css to apply?
    thanks for your efforts…
    kindest regards
    Pedro

    #271631

    hi there – i got it.
    It was the php-support on the server. it was set up to run php as an apache module.
    changing the whole thing to fast cgi did the math.

    thanks for the great support and for always finding time to dig deeper!
    my very best regards
    Pedro

    #271671

    Hi!

    Glad you solved the issue ;)

    Best regards,
    Peter

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.