Forum Replies Created
-
in reply to: Sidebar with Add to cart button
Hi,
As container width is 1600px, so obviously the content will acquire 100% of it. If you wanna content acquire width relatively with the image then here’s the code
@media(min-width: 1025px){
.woocommerce div.product .woocommerce-tabs .panel .codeless-content{
width: 85%; margin: 0px auto;
}
}
If you don’t the content to be in the center the remove margin property. It’ll not bother you on small devices.Thanks,
in reply to: problem in editing the blogHi,
1) Welcome
2) Classic Editor gives functionality to change the look and feel of the content. In the case of Elementor, It also gives these functionalities but with enhanced features but it requires the post must be created with elementor.
If you wanna edit/delete elements other than the central column then these things will happen on the edit post page, not with elementor or classic editor.
Please take a look at Codeless Post.
3) Can you please share a screenshot and also please elaborate on what you exactly want the blog carousel to do.Please advise
Thanks,in reply to: In stock issueHi,
The ‘in stock’ label is working pretty fine. Its working depends upon the woocommerece options you selected from back-end. e.g If your product is on back-order with “Allow, But notify customer then in-stock label will display and in addition there will be a notification “Available on Backorders”.
https://prnt.sc/128h6kk
If your product is on back-order with “Do Not Allow” then out-of-stock label will display.
https://prnt.sc/128hojiPlease advise.
Thanks,in reply to: Undefined index: using Redux and Codeless conflictHi,
Can you please disable the server cache while I’m working on your site?Please advise.
Thanks,in reply to: Undefined index: using Redux and Codeless conflictGreat!
in reply to: problem in editing the blogThis reply has been marked as private.in reply to: Undefined index: using Redux and Codeless conflictHi,
Do you have server cache enabled?
If yes please clear the cache and let me know.Thanks,
in reply to: In stock issueThis reply has been marked as private.in reply to: error when I try to update the php versionWelcome!
in reply to: error when I try to update the php versionThis reply has been marked as private.in reply to: problem in editing the blogHi,
According to what I see in the video is, that you can’t edit post content by editing the carousel in elementor. You can just change the feel and look of posts displaying on the blog page.If you wanna change post content(text) then you have to edit that specific single post and make changes in content(text).
Thanks,
in reply to: error when I try to update the php versionHi,
Please check and let me know.Thanks,
in reply to: Blog gutemberg template PicanteHi,
There’s two way to do it.
1) One way is to make a sample template post in which there’s a photo in the header. Now, whenever you wanna create a new post simply duplicate that post and if you wanna change the photo in the header for a specific post then do otherwise it’ll stay as it is.
P.S: You can change the photo in the header through Edit page-header in WP-Bakery> Design tab > Background Image.
2) The other way is to create a new post and first of all, add a page header widget in the post with settings as in other posts, and change post settings i.e. transparent header, header light, etc.There’s no option to make a page header by default for the posts because it has also some drawbacks as well.
Thanks,