danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Video Header / BannerHello @calimer,
I am glad I could help!
Hestia PRO has indeed beautiful and amazing features. You can find out more on its documentation: https://docs.themeisle.com/article/532-hestia-pro-documentationHave a great day!
Forum: Themes and Templates
In reply to: [Neve] Can you add a button for dark mode?Hello @wuzhumeng,
I am afraid that Neve theme doesn’t have such an option and we recommend using a plugin for that.
Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Neve theme is not responsive on mobileI have checked on both Chrome and Safari, and the Menu icon is working.
Is this still an issue? If yes, can you please tell us which browser are you using?
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Neve theme is not responsive on mobileI’m glad I was able to help!
Forum: Themes and Templates
In reply to: [Hestia] Video Header / BannerHi @calimer,
I am afraid that would require some custom coding to the theme’s files, which we usually do not provide. But you can read more about that here: https://howto-wordpress-tips.com/video-header-wordpress-tutorial/
However, having a video for the Big Title Section is an option of Hestia PRO: You can read more about this at the following documentation: https://docs.themeisle.com/article/921-big-title-background-options-in-hestia-pro
I hope this was helpful. Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Neve theme is not responsive on mobileAlso, as a PRO user, you can always contact us here https://themeisle.com/contact/ , since this forum is designed for the free version of Neve.
Thank you! Have a great day!
Forum: Themes and Templates
In reply to: [Neve] Neve theme is not responsive on mobileThis would require custom CSS, which we usually do not provide, but we will consider it this time.
Please try adding the following code into Dashboard -> Appearance -> Customize -> Additional CSS:@media only screen and (min-device-width: 320px) and (max-device-width: 480px){ body { padding: 0; margin: auto !important; width: auto !important; } }Please let us know if this solved the issue.
Forum: Themes and Templates
In reply to: [Neve] There are two problems with the Neve themeHi @wuzhumeng,
Thank you for providing the link to your site.
1. You can try adding the following code instead, this should work fine.
.nav-ul .sub-menu li { background-color: white !important; }2. I am glad you have managed to solve this problem!
3. Apologies for that code, I have thought that there was another issue involved, without checking your site. Please try adding the above code into Dashboard -> Appearance -> Customize -> Additional CSS, instead of the code provided before. This one should work fine. https://prnt.sc/10iytf4
Please let us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] Menu Resizing Problem after updateHi @meideserve,
Can you please provide us with a screenshot of this issue?
I have checked on Chrome, but I see that the menu is responsive on mobile. https://prnt.sc/10iyf3vThank you.
Forum: Themes and Templates
In reply to: [Neve] alignment problem after theme updateHello @meideserve,
These two buttons from the homepage look centered, is this still an issue? https://prnt.sc/10ivkym
Also, to center the blue and red buttons, you can add this code into Customizer -> Additional CSS:
.wp-block-themeisle-blocks-button-group.align-center { text-align: center; display: revert !important; }Can you also please tell us which browser are you using?
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Mobile Menu does not auto-collapseHello @maartencorten,
I am glad that you have managed to solve this issue!
Thank you for providing a solution to the problem. Please let us know if you have any more questions.
I am glad I could help, @amys25!
Best regards.
Forum: Themes and Templates
In reply to: [Hestia] Frontpage content not showingHey @aidah006,
I am happy that it worked!
The problem might come from different reasons – WordPress, themes, and plugins all get updates in time, and that might cause different issues to appear.
Please let us know if you have any more questions.
Hey @amys25,
Thank you for providing the link to your site.
It is pretty difficult to keep track of different issues on the same ticket, so please open a new ticket for further issues.The issue might come from already added custom coding, there was a z-index set to 999900. The next code should work fine. https://prnt.sc/10i82s3
Please try adding the following into Customizer -> Additional CSS.
.menu_sidebar_dropdown .header--row { z-index: auto !important; }Please let us know if this solves both issues.
Hey @wuzhumeng,
Can you please provide us with a link to your site?
We do not usually provide custom coding, but we are considering it for this request.
However, the code provided is usually done by inspecting elements on the web page. I can only suppose what might be wrong in this case – there seems to be a z-index issue with the logo also.Thank you!