Mat
Forum Replies Created
-
Hello @graham-smith,
We are sorry for the delayed reply!
Unfortunately, we don’t have a stable one yet. We are testing some ideas and as soon as we’ll have the final one you’ll be among the first to know about it!
Thank you for your understanding and have a great day!
Forum: Themes and Templates
In reply to: [Neve] Rss Feed is not working properlyHello @raselboy ,
Thank you for choosing Neve!
I took a look at your website and I would recommend trying to switch to another theme like the default WordPress ones (i.e TwentyTwenty) and see if the issue persists.
I also looked at your feed and it seems to be valid although it needs some modifications made based in this report .
Most probably you need to revise your feed in order to obtain the desired result!
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] CSS problem with the jet woo builder pluginHello @rodman38,
Thank you for using Neve!
This seems like a plugin conflict might happen on your webpage. You could try to de-activate all plugins then re-activating them one by one while checking to see if the issue persists until you find the one causing trouble.
If that didn’t work can you please provide some screenshots and the website URL of where the issue is happening so we can try and troubleshoot further?
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Add to cart button missing archivesHello @stuart2020 ,
Thank you for using Neve!
Can you please detail the issue a bit more so we can further troubleshoot? Some screenshots and the website URL where this is happening would be much appreciated.
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Intro text for shop page not displayingHello @jesshearnecreative,
Thank you for using Neve!
I took a look at your Shop Card page and I saw that you managed to insert your message. https://vertis.d.pr/DfVYTE
Are you still encountering this issue?
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] neve overwriting custom cssHello @princepsbruno ,
When it comes to CSS modifications you need to make sure everything is in order, because missing a . or {} can be enough to prevent you from seeing the desired results.
I tested on my local machine to remove the header from the page at a min-width of 960px with the below code and it worked perfectly.
@media (min-width: 960px){ h1, .single h1.entry-title { font-size: 64px; line-height: 1em; letter-spacing: 0px; display: none; } }Also if you are trying to modify CSS without deleting the already written one you might need to add the
!importanttag at the end of each line that you want WP to customize.For example if you want to make the header font-size 300px and you would have the above initial code. To make it 300px you should write this in Additional CSS tab.
h1, .single h1.entry-title { font-size: 300px !important; }If none of these examples worked it may mean that there is a problem that stops the CSS from being displayed on the page. It might be caused by a multitude of issues but the most common one is security protocol. You can check this by going to WP Dashboard -> Settings -> General and check to see if your website URL is HTTP or HTTPS. Then look at the search bar of your browser when accessing the website.
If in General Settings your URL is HTTP and the website in the search bar of the browser is HTTPS then the CSS changes won’t be seen on the webpage until you change your General Settings website URL to HTTPS.Please let us know if any of these fixes worked for you!
Thank you and have an amazing day!
Hello @embryoman ,
I am coming back with a quick fix for this one. Try inserting
" "instead of the text in the header, it’s a space between quotes. https://vertis.d.pr/OvaTavThis will prevent the last column from being deleted.
Thank you and have an amazing day!
Forum: Reviews
In reply to: [Neve] Great!Hello @jaderfigueredo ,
The sticky header option is available in the Neve Pro version however we are glad that you enjoy the Lite version too!
Thank you for choosing Neve and for taking the time to leave us a review!
Hello @nexus2kswiss ,
We are sorry for the delayed response.
Seems like the conflict appeared again based on the log you posted here.
We are investigating the issue and will let you know as soon as we have an answer for it!
Thank you for your understanding!
Forum: Themes and Templates
In reply to: [Neve] 2.11.4 Menu showing extra pagesHello @centechautomation ,
We are glad to hear that everything is working fine now!
Thank you for letting us know and we wish you an amazing day!
Hello @arydha ,
We are happy to hear that you are happy and managed to fix the situation! YAY!
Indeed whenever customizations in WordPress are done it can become really tricky to troubleshoot future issues, but with enough dedication you can find an answer to almost any question!
Thank you for letting us know that everything is ok and we wish you an amazing day!
Forum: Reviews
In reply to: [Neve] Theme beautifulHello @melanino ,
Thank you for choosing Neve and for taking the time to leave a review! We really appreciate it!
Have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Footer Menu not aligningHello @shopwildbreed ,
Thank you for using Neve!
Can you please share some additional information on the situation at hand (screenshots of the way the menu is setup, etc)? In Neve Lite there are 3 positions for the menu ( Header, Footer and Secondary) and the secondary menu component can only be added to the Header builder, unless you would use a child theme and custom code.
Also thank you for sharing the website url but it redirects to a landing “Work In Progress”page, thus we cannot further troubleshoot there.
We’ll wait for your response!
Have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Woocommerce Breadcrumb with YoastHello @skywalker7188 ,
In order to hide the breadcrumbs on specific pages you need to add the below codes in the Additional CSS tab from the customize menu
Cart Page:
.page-id-54.nv--yoast-breadcrumb { display: none; } .page-id-55.nv--yoast-breadcrumb { display: none; }Please let us know if this worked for you!
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Creating box shadow under sticky headerHello @sebasbongers ,
Thank you for using Neve!
You can try the below code but since we didn’t see your Website url this code might need some additional changes for your structure
.hfg_header .header-main-inner { box-shadow: 0px 2px 2px 0px #ffffff !important; }Please let us know if this worked for you!
Thank you and have an amazing day!