Home Forums WoodMart support forum 404 when i create new product

404 when i create new product

Viewing 18 posts - 1 through 18 (of 18 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?

    #516704

    Luke Nielsen
    Keymaster

    Hello,

    Seems that the issue is in the custom code itself, for instance, we can see the ul.products selector: https://monosnap.com/file/6TdeY1CnVwyBfiIPmhyEdmL24xHeEv , but in the HTML structure there is no ul tag: https://take.ms/o8B2U

    So please make sure that you have created the right selectors.

    Kind Regards

    #522299

    gdyirin
    Participant

    Good afternoon, I have a big problem, after exiting the product with the return button, you get to the top of the page and do not stop at the same product, how can I fix it?

    #522379

    gdyirin
    Participant

    fix

    #522412

    Luke Nielsen
    Keymaster

    Hello,

    Please disable all plugins except these ones:

    Elementor or WPBackary
    Woodmart Core
    WooCommerce

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Let me know the results.

    Kind Regards

    #530796

    gdyirin
    Participant

    Good afternoon, can you tell me how to make rules for the grid in the grid in the product 1-1-2-2, please.

    #530830

    gdyirin
    Participant

    or swap places ) it turns out, please answer ) in CSS

    #530834

    Luke Nielsen
    Keymaster

    Hello,

    You can make the rules for the grid via Theme Settings -> Product archive -> Products grid -> Products columns: https://prnt.sc/6Fsx5qaLml80 . Also, add the value of the column to the “Available products columns variations” so you can apply it on the Shop page.

    Let me know if you have additional questions.

    Kind Regards

    #530838

    gdyirin
    Participant

    You misunderstood me a little bit) I meant a combination of a grid inside one product

    Attachments:
    You must be logged in to view attached files.
    #531141

    gdyirin
    Participant

    please. if you can, help me )

    #531249

    Luke Nielsen
    Keymaster

    Hello,

    Select the “Combined grid 1” gallery style and use the code below:

    .woocommerce-product-gallery.thumbs-grid-bottom_combined .wd-carousel-item:nth-child(1), 
    .woocommerce-product-gallery.thumbs-grid-bottom_combined .wd-carousel-item:nth-child(2) {
        grid-column: auto/span 2;
    }
    
    .woocommerce-product-gallery.thumbs-grid-bottom_combined .wd-carousel-item:nth-child(3),
    .woocommerce-product-gallery.thumbs-grid-bottom_combined .wd-carousel-item:nth-child(4) {
        grid-column: auto/span 1;
    }

    Here is the result: https://gyazo.com/5f88271962b12076dcaf79ce67ee8f4d

    Kind Regards

    #531288

    gdyirin
    Participant

    Thank you very match

    #531297

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot.

    Have a good day!

    Best Regards

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

The topic ‘404 when i create new product’ is closed to new replies.