Home › Forums › WoodMart support forum › 404 when i create new product
404 when i create new product
- This topic has 17 replies, 2 voices, and was last updated 11 months ago by Luke Nielsen.
-
AuthorPosts
-
November 16, 2023 at 2:24 am #512712
gdyirinParticipantWhen 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
November 16, 2023 at 5:14 am #512718
gdyirinParticipanti do it )
butthe 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.
November 16, 2023 at 11:33 am #512802
Luke NielsenKeymasterHello,
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.
Therefore the width of the product page, you can change via the settings of the section: https://prnt.sc/kFY261_7YzKY
Kind Regards
November 21, 2023 at 3:08 am #513964
gdyirinParticipantit`s work
Say please how i can do blog post in elementor ?November 21, 2023 at 10:41 am #514028
Luke NielsenKeymasterHello,
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
November 28, 2023 at 10:09 pm #516585
gdyirinParticipantThank 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?
November 29, 2023 at 10:42 am #516704
Luke NielsenKeymasterHello,
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 noul
tag: https://take.ms/o8B2USo please make sure that you have created the right selectors.
Kind Regards
December 17, 2023 at 4:04 pm #522299
gdyirinParticipantGood 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?
December 18, 2023 at 4:14 am #522379
gdyirinParticipantfix
December 18, 2023 at 10:15 am #522412
Luke NielsenKeymasterHello,
Please disable all plugins except these ones:
Elementor or WPBackary
Woodmart Core
WooCommerceIf 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
January 17, 2024 at 2:27 pm #530796
gdyirinParticipantGood afternoon, can you tell me how to make rules for the grid in the grid in the product 1-1-2-2, please.
January 17, 2024 at 4:24 pm #530830
gdyirinParticipantor swap places ) it turns out, please answer ) in CSS
January 17, 2024 at 4:31 pm #530834
Luke NielsenKeymasterHello,
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
January 17, 2024 at 4:35 pm #530838
gdyirinParticipantYou 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.January 18, 2024 at 1:24 pm #531141
gdyirinParticipantplease. if you can, help me )
January 18, 2024 at 4:44 pm #531249
Luke NielsenKeymasterHello,
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
January 18, 2024 at 6:55 pm #531288
gdyirinParticipantThank you very match
January 18, 2024 at 7:00 pm #531297
Luke NielsenKeymasterHello,
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
-
AuthorPosts
The topic ‘404 when i create new product’ is closed to new replies.
- You must be logged in to create new topics. Login / Register