Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Content cropped on ipad with Neve ThemeSorry for the late reply.
Seems that your site still have those styles.
Forum: Themes and Templates
In reply to: [Neve] Replace default search to AWSHi @asetdotco,
I don’t know so much about this plugin, maybe you can check their documentation and see how you can integrate it in a WordPress theme. Usually, once you configure it the search should automatically replace.
Forum: Themes and Templates
In reply to: [Neve] Disable creation of tablet and desktop navigation menuForum: Themes and Templates
In reply to: [Neve] Error On SearchHi @hongji220,
I tried to replicate this issue but I didn’t succed, no errors occurred. Kindly give us more details such as the settings you made for the plugin.
Please attach some screenshot or a screen cast (if possible) about the error or the issue encountered.Thank you!
Forum: Themes and Templates
In reply to: [Neve] Disable creation of tablet and desktop navigation menuYes, this is possible. In the header builder (when editing mobile view) it’s needed to remove the Menu Icon component at all and add Primary Menu component instead: https://prnt.sc/tx1zbp.
Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Format Title Size on MobileHi @fbadal,
I have been able to replicate the issue with smaller screens but not with larger ones. I saw that you created the titles with Elementor.
You can use responsive size units for font-size or you can add media queries for different screen size. Here is a guide about it: https://www.w3schools.com/howto/howto_css_responsive_text.asp.
Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Menu navigation is not working on mobile/tablet .Hi @rksolar123,
Your menu looks fine to me on mobile. See screenshot.
Are you still experience this issue?
If yes, here is a guide on how to setup a mega menu on Hestia theme: https://docs.themeisle.com/article/704-hestia-basic-mega-menu-setup- This reply was modified 5 years, 9 months ago by Betty.
Hi @liamwiebe,
If you are using Neve Pro please open a new ticket on this page. Here is where we handle our pro customers and you will get a quicker answer.
Thank you!
Forum: Themes and Templates
In reply to: [Hestia] Cart icon on HestiaHi @kapoot6,
This is a feature that is found on Pro version of the theme. You can check the differences between Hestia and Hestia Pro here and check our plans here.
Also, you can try using a plugin for that. Here is a guide: https://www.greengeeks.com/tutorials/article/woocommerce-cart-icon-menu-bar-wordpress/
Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Hestia Service PageHi @technokaptann,
Hestia theme is Gutenberg ready so if you don’t have any page builder installed and active you can simply go to your Dashboard -> Pages -> Add new.
Hope that helps!
Forum: Themes and Templates
In reply to: [Neve] Disable creation of tablet and desktop navigation menuHi @quasidigi,
If I understand this right you want not to have menus on the mobile and tablet version of your site.
In this moment I see that you are not using a hamburger menu and your menu is the same for all sizes. Did you manage to solve this problem?Forum: Themes and Templates
In reply to: [Neve] Neve library not working properlyHi @rikkefunch,
If you can’t import a starter site from Neve library, please check this guide: https://docs.themeisle.com/article/1157-starter-sites-library-import-is-not-working.
In case you can’t import a template from Elementor, kindly share a screenshot with the template and mention the Neve version and Elementor version you are using.
Thank you!
Forum: Themes and Templates
In reply to: [Hestia] Change Mobile BreakpointHi @liamwiebe,
If you are using Hestia Pro please open a new ticket on this page.
Thank you!
- This reply was modified 5 years, 9 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] CSS help cropping sidebar background length.Hi @jaimeetsodhi,
If you want that each individual sidebar widget to have their own background box, add the following code to your Additional CSS and delete the previous one:
.nv-sidebar-wrap.col-sm-12.nv-right.blog-sidebar div { background-color: white; padding-top: 20px; padding-left: 20px; border-radius: 10px; }It should look like this: https://prnt.sc/twyzga
Hope that helps!