Mat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Woocommerce Breadcrumb with YoastHello @skywalker7188 ,
The breadcrumbs in Neve Lite are not customisable. Once you implement a breadcrumb plugin like Yoast for example, they will be displayed but if you want more control over them you can upgrade to Neve Pro where we have more customization available for the breadcrumbs themselves. You can check our doc for it here
There might be a way to customize them in Neve lite too by implementing a child theme and use some serious coding skills. You can check out this link , to see how to implement it in a child theme, and this link on how to create a child theme for Neve.
I hope this will help you get the desired results!
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Neve Mega Menu not opening in mobileHello @jeskiv ,
Mobile phones don’t use hover states as they are operated by touch. In the case of the Neve desktop menu, the dropdown appears once the user hovers with their mouse over the parent link. This cannot be replicated on mobile and that’s why a clickable event is needed on mobile to access features like this.
All this being said we do take our users feedback in consideration when implementing new features. If more users desire this functionality we will try and implement it in future releases.
Thank you for your feedback and have an amazing day!
Hello @hongkongyounglife ,
Thank you for the screenshots and for the password option. We are trying to first eliminate all possible issues before having access to users websites, for data protection reasons.
I have tried inputing your settings on my local instance and i had no issues in displaying them as you desired thus it makes me think of a possible plugin conflict. It might also be due to the divi builder overriding the custom settings you do in the plugin.
First i would suggest de-activating all plugins and see if the issue still persists, then start activating them one by one until you find the one causing the issue.
If this part doesn’t return any issues then i would recommend activating a default WordPress theme like TwentyTwenty and see if it works there. If it works then most probably is related to the Divi Visual Builder overriding the plugin, case in which i would recommend contacting their support team in helping to solve the situation.
Please let us know how that worked for you!
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Sidebar not showing on Mobile (woocommerce products only)Hello @dkutcher ,
Thank you for using Neve!
This thread was closed already so in order to help out with your issue we would appreciate it if you could create a new thread and describe the issue you’re facing with as much detail as you can ( screenshots, website URL).
Thank you for your understanding and have a great day!
Hello @arydha ,
The “Post Block”you are using is available through the Otter plugin, and it doesn’t come with a Read More link out of the box. Did you try to add it using the child theme?
For the time being, i managed to obtain the result you desired by using the “Latests Posts”Block instead of the normal “Post Block”. This way, in my case, the read more links function as they are supposed to out of the box.
As for the read more button you are trying to create, that takes a lot of custom code specially adapted for your site. We are trying to let the community answer for these type of inquiries as this goes beyond our scope here. You can access our doc here and find a number of platforms where you can get someone to help out with this specific need https://docs.themeisle.com/article/27-do-you-offer-customization-services.
Please let us if this worked for you!
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] Neve theme customization error 500Hello @bmeo ,
Thank you for using Neve!
This can be caused by a plugin conflict but most commonly is caused by a server configuration issue.
If deactivating all plugins and then activating them one by one didn’t help you find the plugin causing the issue, then i would recommend you contact your hosting provider and address them this question as they would be able to troubleshoot the server issues.
Thank you!
Forum: Themes and Templates
In reply to: [Hestia] Scale top parallax layer in “big title section”Hello @kaitlyn_ ,
Thank you for choosing Hestia!
Unfortunately the parallax effect is not available for mobile. The only way to make the website look cleaner and nicer would be to remove the big title section of mobile all together.
In order to do that you need to go to Customizer -> Additional CSS and paste the below code there :
@media (max-width: 768px) .home:not(.blog) .page-header { display: none; }Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Hestia] Theme CSS Overriding Elementor CSS : Typography SizeNo problem! It is always my pleasure to help!
Have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] PixelYourSite – CDATA – window.pysWooProductDataForum: Themes and Templates
In reply to: [Neve] PixelYourSite – CDATA – window.pysWooProductDataHello @skywalker7188 ,
This is a CSS problem and it can be fixed by deleting this custom code:
.woocommerce.single .entry-summary>form.cart>*, .woocommerce.single .woocommerce-variation-add-to-cart>* { display: grid!important; }And adding this instead
.woocommerce.single .entry-summary>form.cart>*, .woocommerce.single .woocommerce-variation-add-to-cart>* { display: revert !important; }With these changes it should look like this.https://ibb.co/dJt46t9
Please let us know if this worked for you!
Thank you!
Hello @webmark487 ,
The short answer is yes. Feedzy checks the feed automatically every 60 minutes and only imports new posts.
If you want to read more about it you can check our doc herehttps://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy
I hope this was helpful!
Thank you!
Hello @webmark487 ,
Thank you for choosing our product!
1. The answer is no. Your feed only contains 3 items thus Feedzy will display the maximum number of items to 3. If you switch to another feed of 10 items for example, in the feedzy settings you will see the Max Number of Items 10.
2. I see that that is appearing at the end of your description now. Are you still encountering the issue? That appears only if it is encoded in the RSS file itself which in your case i see it appears.
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Mark the menu item as activeHello @rinaldo12 ,
Thank you for using Neve!
In order to obtain this effect you need to go to Appearance > Customize > Additional CSS and add the below code:
.builder-item--primary-menu .nav-menu-primary>.primary-menu-ul li.current-menu-item>a { text-decoration: underline !important; }Given we don’t have your link some additional changes might be made to take effect on your specific website classes.
Please let us know if this worked for you!
Thank you and have a great day!
Forum: Themes and Templates
In reply to: [Neve] Opacity on thumbnail/featureimageHello @thimmer ,
Thank you for choosing Neve!
I saw that a background color is applied to the layout cover which is affecting the thumbnails. If you want to adjust that per your liking you can insert the following code by going to Customizer -> Additional CSS
.cover-post:after { background-color: rgba(0,0,0,.75) !important; }Here you can remove the background color of the thumbnail all together by replacing “.75” with 0 or you can have a slight background color overlay by adjusting the “0.75” to your liking. I would say .20 looks ok but of course it is up to you.
This is how it looks with 0 instead of 0.75 https://ibb.co/ByCwFq0
Please let me know if this works for you!
Thank you and have an amazing day!
Forum: Themes and Templates
In reply to: [Neve] neve overwriting custom cssHello @princepsbruno ,
Thank you for choosing Neve!
Can you please offer more information regarding your situation? Some screenshots or the website URL will help in providing you further assistance.
Also could you please tell us what method did you use to try and customize the CSS?
Thank you and have an amazing day!