Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Pages TitlesWhen you create a post or a page automatically you see an option to add a title for it or a predifined title. This should be displayed always first when you post it. Here I created a screencast: https://www.loom.com/share/81d8db0d13ec4befb169732c2c71b01f
Forum: Themes and Templates
In reply to: [Neve] Content on columns not displaying properly on mobileHi @vivahappyblog,
Please add the following code in your Appearance -> Customize -> Additional CSS:
@media only screen and (max-width: 600px){ #wp-block-themeisle-blocks-advanced-columns-f88dcace{ display: block; } #wp-block-themeisle-blocks-advanced-columns-ee9e5804{ display: block; } }Forum: Themes and Templates
In reply to: [Neve] Create hover effect on imageHi @lknights1987,
Please add the following code to your Appearance -> Customize -> Additional CSS:
.wp-block-image img:hover { box-shadow: 10px 5px grey; }You can change the styling of your shadow, please check this: https://www.w3schools.com/csS/css3_shadows_box.asp.
- This reply was modified 5 years, 8 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] quantidade de estoqueLooks like you didn’t add the code. When I add it the quantity is no longer shown: https://prnt.sc/um9xsc.
Forum: Themes and Templates
In reply to: [Hestia] HESTIA THEMEHi @danigu16,
There isn’t any XML file that can be imported. When you install and activate Hestia theme, the view you get it’s almost identical with the content from the demo.
Forum: Themes and Templates
In reply to: [Neve] Pages TitlesI checked again your page and I saw that you added a heading. That is what I meant 🙂
Hi @mff1905,
Yes, excerpts are out of the box created for posts.
Forum: Themes and Templates
In reply to: [Neve] JQuery Error with WP 5.5.1There shouldn’t be such code in metabox.js.
Please try to make a fresh reinstall of the theme.Forum: Themes and Templates
In reply to: [Neve] Pages TitlesI saw that the page that doesn’t show the title it’s fully built with Elementor, and there isn’t any Title widget in HTML source that should appear on that page, so you should add one in order to show up.
For the second request, you can search for some CSS tricks like this one: https://www.w3schools.com/CSSref/pr_background-attachment.asp
Forum: Themes and Templates
In reply to: [Neve] quantidade de estoqueHi @conexaodigital,
Just to make sure I understand correctly, you don’t want to show the quantity of one product? This field: https://prnt.sc/ullal6.
If yes, add the following code to your Appearance -> Customize -> Additional CSS:
.quantity { dispaly:none; }Forum: Themes and Templates
In reply to: [Neve] cadastro do clienteYou can check this guide: https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
Forum: Themes and Templates
In reply to: [Neve] Pages TitlesForum: Themes and Templates
In reply to: [Hestia] New posts not showing upPlease add the following code to your Appearance -> Customize -> Additional CSS:
.card-plain { display: block !important; }Now they should appear.
Forum: Themes and Templates
In reply to: [Hestia] Big Title Section Title is missingPlease try to delete the CSS for the moment and check and also clear your browsing cache.
- This reply was modified 5 years, 8 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] Footer widget options disappearedYes, that is what I was talking about. I’m glad you found the solution 🙂