-
AuthorPosts
-
May 5, 2014 at 6:42 pm #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.
May 6, 2014 at 6:41 am #260583Hi Padlee!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css:
.woocommerce div.product-sorting { display: none; }
Regards,
IsmaelMay 6, 2014 at 2:43 pm #260737This reply has been marked as private.May 7, 2014 at 4:57 pm #261380Hi!
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,
DevinMay 7, 2014 at 5:32 pm #261409This reply has been marked as private.May 8, 2014 at 3:42 am #261574Hi!
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,
IsmaelMay 27, 2014 at 1:21 pm #270501hi 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!
PedroMay 28, 2014 at 1:36 am #270932Hi!
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,
IsmaelMay 28, 2014 at 10:11 am #271043Hi 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
PedroMay 29, 2014 at 12:22 am #271530Hey!
I don’t see the css on your site which is probably why it isn’t taking effect.
Regards,
DevinMay 29, 2014 at 12:22 am #271531Hey!
I don’t see the css on your site which is probably why it isn’t taking effect.
Regards,
DevinMay 29, 2014 at 12:23 am #271532Hey!
I don’t see the css on your site which is probably why it isn’t taking effect.
Regards,
DevinMay 29, 2014 at 4:55 am #271620Hi 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
PedroMay 29, 2014 at 5:30 am #271631hi 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
PedroMay 29, 2014 at 8:31 am #271671Hi!
Glad you solved the issue ;)
Best regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.