-
AuthorPosts
-
April 7, 2016 at 4:08 pm #609726
Hello
I made a new custom shoppingpage and linked it in woocommerce page to it: http://www.redpaddleco.ch/supshop/it is all fine, but in the end there is this standard page part (the part very down where it says “Sortieren nach Standardsortierung” and after…
how can i get rid of this part?
Kind Regards Raphael
April 7, 2016 at 4:11 pm #609728Hi diotti!
Please add following code to Functions.php file in Appearance > Editor
function avia_woocommerce_frontend_search_params() { return; }
Cheers!
YigitApril 7, 2016 at 4:49 pm #609755is not exactly what i was looking for!
on other pages it should be normal as it is, just i dont want to see the emty picutreframes at the end… everything after”…uns an.” should be not visiblethis part://
Sortieren nach Standardsortierung
Klicken Sie um die Produkte in aufsteigender Reihenfolge zu sortieren
Zeige 15 Produkte pro Seite
RedPaddleBoards2016
RedPaddleBoards2016 (18)
//April 8, 2016 at 10:12 am #610138Anyone an idea how i can get rid of this standard woocommerce shopping stuff?
April 10, 2016 at 4:22 pm #610799please in which file i have to look at least!?
April 10, 2016 at 8:21 pm #610823Hi!
can u please explain what do u mean for standard woocommerce shopping stuff?
would be helpful to fully understand and we will do help you as fast as possibleBest regards,
BasilisApril 11, 2016 at 10:50 am #611108Hi
On my Shopping Page http://www.redpaddleco.ch/supshop/ there is some automatic stuff (from woocommerce or enfold) i dont want. It is the part after: ” Bezahlen kannst du mit Paypal, Kreditkarte, Überweisung oder Bar bei Abholung. Falls du Fragen hast zu der Bestellung, sende uns ein eMail oder rufe uns an.” and the footer with the three pictures. All between this i wanna delete, i dont know how. In the Supshop Page i made there is nothing… but it shows when i go to the page..
thanks raphael
April 12, 2016 at 4:08 pm #611987somehow clear now?
April 14, 2016 at 7:50 am #613551Hey!
I’m not sure where it came from but you can remove it with this:
.archive .entry-content-wrapper + .template-shop { display: none; }
Regards,
IsmaelApril 14, 2016 at 9:24 am #613615unfortunately nothing happens if i put this in the custom-css of enfold.
looks like is a really hard challange to get rid of this part…. ;-)
April 14, 2016 at 2:31 pm #613920Hi!
Can you please try following code
.post-type-archive-product .template-shop { display: none; }
Best regards,
YigitApril 14, 2016 at 3:01 pm #613966…same resultat….nothing different
April 16, 2016 at 6:02 am #615323 -
AuthorPosts
- You must be logged in to reply to this topic.