Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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

    #609728

    Hi diotti!

    Please add following code to Functions.php file in Appearance > Editor

    function avia_woocommerce_frontend_search_params()
    {
    return;
    }

    Cheers!
    Yigit

    #609755

    is 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 visible

    this part://
    Sortieren nach Standardsortierung
    Klicken Sie um die Produkte in aufsteigender Reihenfolge zu sortieren
    Zeige 15 Produkte pro Seite
    RedPaddleBoards2016
    RedPaddleBoards2016 (18)
    //

    #610138

    Anyone an idea how i can get rid of this standard woocommerce shopping stuff?

    #610799

    please in which file i have to look at least!?

    #610823

    Hi!

    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 possible

    Best regards,
    Basilis

    #611108

    Hi

    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

    #611987

    somehow clear now?

    #613551

    Hey!

    I’m not sure where it came from but you can remove it with this:

    .archive .entry-content-wrapper + .template-shop {
        display: none;
    }

    Regards,
    Ismael

    #613615

    unfortunately 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…. ;-)

    #613920

    Hi!

    Can you please try following code

    .post-type-archive-product .template-shop {
        display: none;
    }

    Best regards,
    Yigit

    #613966

    …same resultat….nothing different

    #615323

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

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