Home › Forums › WoodMart support forum › 404 when i create new product
404 when i create new product
- This topic has 5 replies, 2 voices, and was last updated 6 hours, 33 minutes ago by
gdyirin.
-
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?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register