danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Adsense in HEADER ?Hi @dimalifragis,
You could take a look at ‘Orbit Fox’ plugin, since it allows you to add custom JS code to header and footer.
You find out more about the steps to do that here: https://docs.themeisle.com/article/1277-header-footer-scripts-orbit-fox-moduleBest regards.
Forum: Themes and Templates
In reply to: [Hestia] Remove Logo for mobile deviceHi @jeffhilles,
Try the following code:
@media only screen and (min-width: 200px) and (max-width: 670px) {
.navbar-brand img {
display: none !important ;
}Let us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] Neve contact from not sending full dataHi @galactusprime10,
Can you please tell us what starter site did you import, and what builder did you choose? It would also be great if you could share a link to the specific contact form.
Forum: Themes and Templates
In reply to: [Hestia] Logo is too big on mobileHi @jdbardin,
Try this code, try adjusting the values of ‘max-width’ and ‘max-height’ and see if you can find the value that fits for you.
@media only screen and (min-width: 200px) and (max-width: 670px) {
.navbar-brand img {
max-width: 56px;
max-height:56px;
}
.main-header {height:80px;}
}Let us know if this worked for you.
Forum: Themes and Templates
In reply to: [Neve] Quotation Block CustomizationHello @orkedar,
Try going into Customizer -> Additional CSS, and add the following lines of code:
.wp-block-quote::after { content: none !important; }
.wp-block-quote::before { content: none !important; }Let us know if this worked for you.
Hi @mekara,
Since it didn’t happen to your other site, did you try to import this again?
Kindly confirm that you have imported both sites in the same page builder (i.e Gutenberg, Elementor, etc)Let us know if this worked for you.
Forum: Themes and Templates
In reply to: [Hestia] Hestia menu mobile only landscapeHi @harrij-mensinga,
I tried accessing your site’s submenus from an iPhone, using Safari, and the content seems to be the same as I see on desktop. I also noticed that you are not using the default Neve menu, and that it is created with a third party plugin.
Please reach out to the support or developer of the menu plugin that you are using.
Best regards.
Forum: Themes and Templates
In reply to: [Neve] How to Hide or Remove a Section in GutenbergHi @dmallett,
To delete a section or block in Gutenberg, go to your dashboard on the Pages/ Post, select the one you want and then select the block you wish to delete.
Next, click the three vertical dots at the top right-hand corner of the block you wish to delete and select ‘Remove Block’.I hope it helps!
Forum: Themes and Templates
In reply to: [Neve] change neve theme footer menu from horizontal to verticalHi @bgoniaflora,
As far as I see, the site is under construction. Can you please provide us with a screenshot of how your footer looks like?
Also, by ‘homepage photo’, are you referring to the Header image? Moreover, did you import a demo starter site? And if yes – did you import it using Gutenberg or Elementor?Forum: Themes and Templates
In reply to: [Hestia] How do I show Categories on the product tag Pages?Hi @schnellweb,
If you can provide us with a link to your site, where I can see the product tags, or some screenshots of the page where that is shown would be great. This way, we can make a clearer idea what you wish to do.
Forum: Themes and Templates
In reply to: [Neve] Removing/Editing “Product Added to Cart Banner”Hi @nibbleandpeck,
Can you, please, provide us with a link to your site, so we can check how it looks like?
Forum: Themes and Templates
In reply to: [Neve] “Add” button disabled in Global Headers SettingsHi @pushplay,
Can you please provide a screenshot of the Add Button that is disabled, and tell us how you created the new header?
Forum: Themes and Templates
In reply to: [Neve] Neve menu & sub menu dropdown alignmentHi @yourgoodjuju,
This code should do the trick.
.primary-menu-ul .sub-menu li a {
justify-content: left !important; }
.primary-menu-ul:not(.sub-menu) > li:nth-child(2) {
justify-content: right !important;}Let us know if this worked for you.
- This reply was modified 3 years, 10 months ago by danamv.
Forum: Themes and Templates
In reply to: [Neve] Review message keeps showing upHi @rick1971,
Have you tried leaving a review? The message should stop showing after the action is completed. If you don’t want to do so, you can try Neve on a different browser, or try reactivating it, maybe it will help.
Let us know if this worked for you.
Forum: Themes and Templates
In reply to: [Hestia] PAGES showing at the bottomHi @mthrsolutions,
As far as I see, the pages don’t show anymore, I am glad you managed to solve it.
Let us know if you have any more questions.