38442 comments found.
Nectar,
Just an FYI….I also noticed that after the update to 7.0, column animation isn’t working either.
Thanks,
Bobby
Hey – I’m also seeing the columns work as expected from the URL provided on your ticket, please ensure your cache has been cleared
Gotcha!

Nectar,
Please review ticket # 635052. It seems that after upgrading to 7.0, some of the work that you helped me out with in the past, no longer works after the update.
Thanks, Bobby
Hey – will do
Cheers
Hi, is it possible to make one of the buttons on the slider make it scroll to the start of the copy, I mean so it scrolls down past the full screen slider and into the main bit of the site. Revolution slider does this easily but I cant see how to make it happen in nectar. Thanks!
Hey – there’s an option when editing Nectar Sliders for “Insert Down Arrow That Leads to Content Below” – this is the easiest way to do this, otherwise you’d need to change the button URL to a hash (e.g. #about) that corresponds with your row ID down further in the page
Hi: i would like to add in the header (at right of logo image web) a custom buttoms There are Salient hooks for to this?
Wordpess native hooks dont work great in salient theme , example:
add_action (‘wp_head’, ‘my_custom_header_content’);
All the html content of my_custom_header_content funcion is hidden behind the header…
i would like to put my custom buttons into <header id=”top”> container (inside the header) and do it using hooks in functions.php in a child theme for not editing original header.php and also for save the changes in header for the future updated
how i can resolve this?
Regards
Hey,
There is no hook available for the #header top div, so if you didn’t want to edit the header.php file in a child you might still be able to get away with the wp_footer and simply position it at the top above the header with css
Hey ThemeNectar!
Another question, the nectar slider on https://robmigchels.com/hapd looks great on desktop, but on phones the font is really, really small! How can I increase it’s size? Thanks!
Hey,
that page currently goes to a 404 – could you link it to me again so I could see and assist?
Cheers
Hey! Sorry about that, the page is here! https://robmigchels.com/hadp/
Also besides the fonts in the nectar slider, the h2 titles are also scaling down on mobile, how can I change this? 
Thanks!
Hey,
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 690px) {
.col h2 {
font-size: 28px!important;
line-height: 30px!important;
}
}
@media only screen and (max-width: 690px) {
body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
font-size: 35px!important;
line-height: 41px!important;
}
}
All right, thanks! Last question, the text in the Nectar slider has some spacing issues on mobile because I changed it’s font size, how can I fix this?
Latest version is located here: http://robmigchels.com/hapd
Hey, have you tried to add a minimum height for your slider when editing the element in your page builder?
.swiper-slide .content p.transparent-bg span {
padding: 0px;
font-size: 20px;
line-height: 36px!important;
}
Please open a ticket in regards with your admin credentials so I can take a further look https://themenectar.ticksy.com
Cheers
hi again Themenectar =)
I’ve tried searching for the correct CSS in the comments but nothing seems to work right:
How can I feature only the date and categories meta below the thumbnails of Recent Posts (also keeping the excerpt)? By the default it shows the admin/categories/comments. I’d also like to do this without it affecting how the meta shows on the blog and single blos posts (I say this bc when I tried implementing recommended CSS snippets it also affected the single blog posts.
thank you!
Hey – you’d need to edit the shortcode processing file in order to add the date, but to remove the other items, add this into the custom css box located in your Salient Options panel:
.blog-recent .col .post-header .meta-author, .blog-recent .col .post-header .meta-comment-count {
display: none!important;
}
Cheers
thank you =)
sorry wait… ! 1. What if I want to remove all the meta (show just thumbnail, title and excerpt)? 2. How would I edit the shortcode processing file (
that message seems to have got cut off for some reason. 1. What if I want to remove all the meta (show just thumbnail, title and excerpt)? 2. How would I edit the shortcode processing file (i’m not sure what this is) to show only the date?
1. Change the snippet to:
.blog-recent .col .post-header .meta-author, .blog-recent .col .post-header .meta-comment-count, .blog-recent .col .post-header .meta-category {
display: none!important;
}
2. If you’re not familiar with PHP/WP dev it might prove to be challenging
Hello,
Thank you for the great theme! I’m now making my second website using it
I would like to use a different mobile menu plugin for this one but keep the desktop menu the same. Is there a way I can hide all of the header/menu in mobile view only?
I’ve tried adding these to the custom code -
”#mobile-menu #mobile-search, #top nav ul #search-btn { display: none; }”
and
”.menu { display: none; }
.tinynav { display: none; }”
But neither seem to work? Please could you help me?
Thanks Megan
Hey! Try using this:
only screen and (max-width: 1000px) and (min-width: 1px) {
header#top #toggle-nav {
display: none!important;
}
}
Cheers
Perfect! Thank you. Is there a way I can extend the minimum width of the desktop menu so that it is visible on tablet?
Thanks
Hey – this would require editing the init.js file and the responsive.css file as of now unfortunately
Hi Salient,
Few min ago I updated to ver 7.0.1 and I was loving the new updates untill i found out that the images on the portfolio grid didn’t show now ( I am talking about Galery type: Image Grid style). I tried re-uploading the images from each post and that did work.
For now I put my old back up back till you have a fix for me..
Thanks in advanced!
Ps. another post from someone who is having the same problem: http://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/comments?page=783&filter=all#comment_12040625
Hey – the other user seemingly had an outdated copy of one of theme scripts, could you please share the error reported in your browser console when loading the page with the updated theme or simply upgrade so I can see what’s going on?
Hey, I update the theme trough a ftp server… my site is: http://badaldesign.nl/portfolio/
Edit: I fixed it myself.. disabled w3 total cache to make it work again :D…
Btw “share button” is acting weird
... http://badaldesign.nl/portfolio/seo-digifobie/
Edit: removed the button
sorry for the spam! 
Dammz this new update ruined mobile version of my site too … 
I don’t see anything wrong with you mobile site upon first glance, have you cleared your cache on your phone? If so, please provide specific examples or screenshots
Cheers
yeah I fixed it myself
, there are so many new functions now
Thanks for the update and your help!!
You’re very welcome 
Hi ThemeNectar
I’m looking to have three snippets of blog posts on my index page. I was wondering how to place a ‘read more’ button to the posts.
Also I can’t add a background to any of my rows. Any ideas why this isn’t working?
Thank you in advance! Theme is extraordinary!!
Hey,
1. If you want a read more button on each post you’ll need to use the recent post element with the default style
2. Please share a URL in regards so I can take a look and let me know which row has a BG set
Cheers
ps: i don’t want to go around freelancer and similar sites to find someone. Regards
Hey – unfortunately I’m not personally available for custom work so it would indeed need to be through a different freelancer
Hello, is there a way to have a video header on a portfolio project page? Or even just put in an embed code from Vimeo. A lot of my projects are videos, and I would like to display them full width in the header.
Thanks!
Hey – the option is coming, but now you’d need to place it directly below the header using Visual Composer unfortunately
Any chance you’ll check the tickets in your own support system? I see you’re helping people on here, but I created a ticket on your website on Monday and haven’t heard anything still. Private Ticket #631565.
Thanks.
Hey,
there’s a much higher volume of tickets than comments here – both are being checked and answered, I apologize for the delay
Cheers
Hey – your first attached screen shot isn’t working, could you kindly add it again so I can see what you meant to attach?
Hey, loving the new theme update!
Hopefully you’ll be able to help with the below:
1. I am using the fullscreen menu, and notice that when i press the hamburger icon, the shadow appears down the sides of the screen as the overlay animates down the screen. How can I remove the shadow, as current this is hidden, then appears, then disappears.
I have demonstrated this here: https://www.dropbox.com/s/qo8n6rm8tt0jm5z/shadow.jpg?dl=0
2. With the fullscreen menu, the overlay animates from the top of the page to the bottom. Can I change this so that it overlays the whole page at the same time, therefore removing this top to bottom animation.
3. With the fullscreen menu, the fadeout time isnt the same as the fade in, where can i change this?
Url here: http://7a0.421.myftpupload.com/
thanks for your time and help!
best,
Hey,
1. It’s the body blur that’s causing this so you’d need to remove it or change the html bg color to white,
body .blurred-wrap.blurred {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
filter: blur(0px);
}
}
2/3. Both of these items would need to be changed in the init.js file located at the “Slide Out Widget Area” section
Cheers
Hi Salient,
I just updated to ver 7.0.1 and love all the new updates. I did notice that the images on the portfolio grid does not show now. When I hover over the images, it looks like it’s there and the links work, but just hidden. I tried re-uploading the images from each post and that did nothing.
Can you advise please? Thank you!
This is the page I’m talking about: http://ivanlimongan.com/work/
Hey!
It seems the version of isotope script your theme is running is not from the current theme version, are you sure you deleted the old theme before uploading the new?
Hi there,
No I did not delete the old theme first. I just uploaded the new file over it.
I’ll try to delete the theme again and upload the new one again to see if that fixed the issue. Is that the proper way to update themes in general?
Thanks!
Hey, yes if you’re using FTP or you could use the Envato toolkit plugin: https://premium.wpmudev.org/blog/how-to-update-themeforest-themes-with-the-envato-wordpress-toolkit/
Hey – it seems an internal server error is being generated, could you kind check your server error logs for any relevant errors?
What is going on with the Nectar slider with the new update. I have a different slider for each page and have them selected for that page but now it always shows the same one on each page. Worked like a week ago
There’s no such known issue when using the current version of the theme + WP, if you’re on updated versions of both please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Hi, Im trying to change the height of the nectar slider on my front page, but can’t seem to figure it out. there is only an option to change the height of the “home slider”.
Hey – you have to alter the height of the slider inside of the actual Nectar Slider element when editing the page, not in the options panel
Can you please tell me how to hide the tittles for the portfolio on the home page? see www.awakencreativestudio.com/home-default
thank you
Is there a way?
Hey, add this into the custom css box located in your Salient Options panel:
.home .portfolio-items .col .work-item[data-custom-content="off"] .work-info .vert-center {
display: none!important;
}
It didn’t work. Its showing a warning in line 2 use of !important;
Hey, change it to this:
.portfolio-items .col .work-item[data-custom-content="off"] .work-info .vert-center {
display: none!important;
}
Hi Phil. Can you please take a look at ticket #634287. Just upgraded to v7.0.1 and now the Essential Grid plugin is no longer working. My guess is that there is a JS conflict somewhere, but I’m not seeing any page errors. Thanks as always.
Hey – I took a look earlier and gave a solution
Cheers!
Thanks Phil. Awesome support. Works great now.
You’re welcome 