danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Responsive problems mobileForum: Themes and Templates
In reply to: [Neve] Search Form obscures Hamburger on Tablets and MobilesHi @1waytoheaven,
Can you please try this one instead?
@media only screen and (max-width:480px){ .is-menu-wrapper { display: none !important; } } @media only screen and (min-width: 481px) and (max-width:768px){ .is-menu-wrapper { display: none !important; } }Thank you for your patience.
Forum: Themes and Templates
In reply to: [Neve] An unknown headline appeared on the site’s home pageHi @wuzhumeng,
If you would like to use this feature in your site, you can use a plugin, such as: https://wordpress.org/plugins/comment-mention/
I hope it helps!
Forum: Themes and Templates
In reply to: [Neve] Problem : Header menu displays below some page elementsHi @etranmily,
Thank you for providing the link to your site.
It seems indeed like a z-index problem. Please try adding the following code into Customizer -> Additional CSS:
#header-grid { z-index: 999999 !important; }This should solve both issues. Please let us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] Mobile Menu Broken on iPhoneI can not replicate this issue on my end.
I strongly recommend the following troubleshooting steps:– Use the latest software versions : make sure WordPress, your theme and plugins are all up to date.
– Check if the you are using a caching plugin, and if so, please clear it’s cache content and disable caching via it’s settings.
– Check for plugin conflict: back up your site for security purposes and try to deactivate all of your plugins one by one, to see if any of them is causing the issue appear
Please let us know if any of these worked.
Forum: Themes and Templates
In reply to: [Neve] Search Form obscures Hamburger on Tablets and MobilesHi @1waytoheaven,
We usually do not provide custom coding, but we will consider it this time.
In order to get rid of the search bar on Mobile and Tablet, please try adding the following lines into Customizer -> Additional CSS:
@media screen and (max-width: 500px){ .is-menu-wrapper { display: none !important; } }Please let us know if this solved the issue.
Forum: Themes and Templates
In reply to: [Neve] h1 heading on homepageHi @ledzep63,
Did you manage to solve this issue?
I can see an
<h1>element on your site now. https://prnt.sc/10p13acForum: Themes and Templates
In reply to: [Neve] Problem : Header menu displays below some page elementsHi @etranmily,
Can you please provide us with the link to your site, where we can see the problem, so we can better assist you on this issue?
Thank you!
Forum: Themes and Templates
In reply to: [Neve] An unknown headline appeared on the site’s home pageHi @wuzhumeng,
The role of the ‘@’ is to let the user know that he received a reply on the forum – by mentioning the username, the user gets an email about it and links back to the place where he was mentioned.
I hope I answered your question.
Forum: Themes and Templates
In reply to: [Neve] Other similar themes or change looksHi @wordzebra,
I am glad you are enjoying Neve theme.
1. I would kindly recommend checking out the Hestia theme, as it has a beautiful design, and it is very easy to use.
2. Here is a link you can check out our themes, and find out more https://themeisle.com/wordpress-themes/
3. Depending on your needs, you can import a starter site from the Dashboard -> Appearance -> Neve -> Neve Options -> Starter Sites. There are many from which you can choose from.I hope this helps!
Forum: Themes and Templates
In reply to: [Neve] An unknown headline appeared on the site’s home pageHi @wuzhumeng,
Thank you for providing the link to your page and the screenshot of the issue.
Can you please make sure that in the Customizer -> Layout -> Latest Post -> Post page you have the right post selected?
Thank you!
Hi @calimer,
It does not seem anything wrong from my end. Team member bios show up on mobile: https://prnt.sc/10ogxu4
Also, by default, Hestia free version does not have the feature of a video header, and we can’t help with custom work, but guide you to a way of achieving the result.Please check this site, for more information about custom coding, and how to modify different elements on your webpage: https://developers.google.com/web/tools/chrome-devtools/css
Thank you for understanding.
Forum: Themes and Templates
In reply to: [Hestia] Elementor with boxed layoutHi @etradam,
Also, in the Dashboard -> Pages -> select a page -> Page attributes, you can find a ‘Fullwidth Template’. https://prnt.sc/10ogmu3
By selecting this, you can show the text in full-width without margins.I hope this helps.
Forum: Themes and Templates
In reply to: [Hestia] theme keeps applying the style for the fill-out boxesHi @amaneamane,
Please try adding the following into Customizer -> Additional CSS. This should give a solid outline to the fill-out boxes, reduce their width, and give a gray color.
.form-group .form-control { margin-bottom: 7px; outline-style: solid !important; outline-width: thin !important; outline-color: gray !important; }You can also check this link for more ideas of styling them : https://www.w3schools.com/css/css_outline.asp
I hope it helps!
Forum: Themes and Templates
In reply to: [Neve] Add to cart Button/extra product options viewing issueHi @richtaud83,
As a PRO user, you can always contact us via https://store.themeisle.com/contact/ and we will investigate the issue with the PRO plugin as this community forum is for Neve free version.
Thank you!