Home Forums WoodMart support forum 404 when i create new product

404 when i create new product

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #512712

    gdyirin
    Participant

    When creating a new product in any way ) a picture of the product appears in the catalog , but when entering the product itself , it gives a 404 error

    #512718

    gdyirin
    Participant

    i do it )
    but

    the product page setup does not work in terms of resizing – to the full length and displaying additional products – upsel, crossel, neither in the side nor in the standard.

    #512802

    Luke Nielsen
    Keymaster

    Hello,

    For the product page, you use Layouts (https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/), so you need to define an appropriate element to see the upsell, crossed, etc., products.

    https://prnt.sc/RFA7pMsQAvrP

    Therefore the width of the product page, you can change via the settings of the section: https://prnt.sc/kFY261_7YzKY

    Kind Regards

    #513964

    gdyirin
    Participant

    it`s work
    Say please how i can do blog post in elementor ?

    #514028

    Luke Nielsen
    Keymaster

    Hello,

    Just make sure that you have enabled an appropriate post type in the settings of the Elementor and then you will be able to edit the blog post.

    Screenshot: https://take.ms/4I6Ap

    Kind Regards

    #516585

    gdyirin
    Participant

    Thank you very much, One more question, I hope it will be the last one)) ) and I will constantly buy only your theme.
    I want to insert my own SON to change the display grid of products in the catalog. For example :

    /* A grid of products in three columns */
    .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    }

    /* Images in horizontal orientation – 2 in a row */
    .woocommerce ul.products li.product.has-post-thumbnail img {
    width: 48% !important;
    margin-right: 4% !important;
    }

    /* Pictures in square orientation – 3 in a row */
    .woocommerce ul.products li.product.has-post-thumbnail:nth-child(3n+1) img {
    width: 100% !important;
    margin-right: 0 !important;
    }

    /* Horizontal + Square + Square – 1 + 2 in a row */
    .woocommerce ul.products li.product.has-post-thumbnail:nth-child(3n+2) img,
    .woocommerce ul.products li.product.has-post-thumbnail:nth-child(3n+3) img {
    width: 48% !important;
    margin-right: 4% !important;
    }

    /* Horizontal + Square + Square – Clearing a new row */
    .woocommerce ul.products li.product.has-post-thumbnail:nth-child(3n+1) {
    clear: left;
    }

    I paste it into CSS styles, but it doesn’t work, probably the restrictions and theme settings don’t give, how do I do it?

Viewing 6 posts - 1 through 6 (of 6 total)