danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Neve theme Footer not workingHello @clarapac1,
The footer builder area has two rows ( Footer Top, and Footer Bottom ) in which you can easily select and arrange the available components you can find while hovering over each division of the rows.
To make more options appear, you can select the Settings icon available on the right side of each row. https://www.loom.com/share/2cb029f916a34c03a1ffaa4dc0f13c3fPlease also check this documentation, for more information: https://docs.themeisle.com/article/1285-neve-footer-builder
Please let us know if it was helpful!
Forum: Themes and Templates
In reply to: [Neve] Videopress captionsHello @demosolutions,
As a Neve PRO user, you can always contact us here https://themeisle.com/contact/ , as this community forum is for Neve free version.
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Issue with WooCommerce TableHello @recgator,
We have just released an update that also includes this fix. Please let us know if everything is ok for you now.
Best regards!
Forum: Themes and Templates
In reply to: [Neve] Neve Child Theme Changing LayoutHello @rjsharma07,
A child theme can affect the layout of your site. When you edit the settings in the customizer with the parent theme activated, and afterward added and activated the child theme, WordPress will see your child theme as a new theme.
Moreover, if you want to change only the CSS, there is no need to add a child theme. There is a custom CSS editor included in the customizer, specifically for this purpose. (Customizer -> Additional CSS) https://prnt.sc/107p2op
Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Appearance -> Customize -> Additional CSS missingHello @bdpdo,
I am afraid that this is not a theme-related problem. The CSS section in multisite can only be accessed by the network admin.
However, please check out the ‘Multisite Custom CSS’ plugin, as it might be helpful for this issue: https://fuc.wordpress.org/plugins/multisite-custom-css/Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Hestia] Issues with Page MarginsHello @themarytracy,
I have noticed that you have already changed the theme.
Please let us know if you are still facing this issue.
Forum: Themes and Templates
In reply to: [Neve] Back button on Android returns to top pageHello @danwg,
This might be an issue from our side. I have tried replicating, and a temporary fix would be to Disable Masonry. https://prnt.sc/107iwnx
Thank you for noticing. We will investigate this issue further.
Forum: Themes and Templates
In reply to: [Neve] How to add a new Blog section to NeveGlad I could help!
Hello @dessuperb,
I saw the problem. Please try adding the following into Customizer -> Additional CSS:
.nv-nav-cart .widget_shopping_cart_content li.mini_cart_item { padding: 20px; display: block !important; text-align: left !important; }Thank you for the patience. Please let me know if it worked.
Forum: Themes and Templates
In reply to: [Neve] How to use custom icon in Header MainHello @rong123,
In order to add more widgets in the header, please have a look at this documentation: https://docs.themeisle.com/article/1144-how-to-add-widgets-in-the-header-in-neve
I hope it will help! Let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] menu dropdown on hover doesn’t work on a mobile phoneHello @jpguiche,
This issue might come from a plugin conflict.
Please try to back up your site, for security purposes, and deactivate the plugins one by one and see if any of them causes the issue.
Please let me know if this worked.
Forum: Themes and Templates
In reply to: [Neve] How can i remove the ‘Sale’ labelForum: Themes and Templates
In reply to: [Neve] Forced capitalizationForum: Themes and Templates
In reply to: [Neve] neve: bug in checkout & admin panel?Hi @mitzeitundohne,
I am afraid that I can only offer help on this forum.
The issue might come from a plugin conflict. I suggest backing up your site for security purposes, and try deactivating your plugins one by one, to see if any of them is causing the issue to appear.
If the problem persists afterward, please provide a screenshot with the errors from the browser console, while the checkout page is open.Let us know if this worked.
Forum: Themes and Templates
In reply to: [Neve] Shortcut menu dropdowns behind headerHi @krsi78,
Please try adding the following code into customizer -> Additional CSS:
.menu_sidebar_dropdown .header--row { position: relative; z-index: -1; }Please let us know if the issue persists afterward.