38442 comments found.
Hi after the last update, when I’m logged in and working on the site, none of the images show on the front end. It replaces them with the file name. Do you know what’s going on?
Can anyone help me with this? Several images are broken all over my site. I have followed the update instructions carefully.
?
Hey,
please open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com
Hi, has this been tested with WP 4.4.1
Hey – yes, there are no known bugs when using the current version of Salient
Dear ThemeNectar
I have a little issue with the nectar sliders… I have one slider for the home page and one for the products page. The slider for the home page works fine. The slider for the product page works, but it also includes the slide for the home page first.
I checked the slider locations and both are in different locations The pages are both at default template.
What can I do to fix this?
Hey – please update to the latest version to sort this 
Cheers
Perfect!
Thank you very much
You’re welcome 
Hi,
I’like to insert the portfolio attributes into fullwidth portfolio page. (since I switched to to fullwidth they aren’t shown anymore).
is that possible ? is there a snippet for it ?
cheers, Vincent
I’d also like to use png pics with transparency as thumbnail for portfolio galleries but it seems there is a ‘background’ behind the thumbnails.
is there a way to make this background transparent ?
Vincent
and finally …
I notice that the body font spacing is not working with chrome and firefox browsers. No problem with safari.
any idea of what to do ?
(the body font is Catamaran with a spacing of 0.5)
Hey,
1. As of now this would need to be done manually
2. Add this into the custom css box in the Salient options panel:
.portfolio-items .col {
background-color: transparent!important;
}
3. Please share your URL in regards so I can take a further look
1. ok, not big deal
2. a white background is still showing even with the code added. I have tried something with a non-squared thumbnail > the background behind the picture is transparent but the transparency within the png file is still “white”. (same result with a gif file)
see result here : http://rappez.be/index.php/theme-nectar-gallery/
3. I changed twice the spacing font value in the typo panel and this is now properly working on every browser.
thanks for you help 
2 is ok too.
I didn’t figured out what I did wrong but after cleaning the css box it’s working fine.
cheers
Vincent
Hey, glad to hear – let me know if anything else pops up
Cheers
Hey, I am trying to apply a text-shadow to portfolio project names inside the portfolio galleries but I don’t find the way to reach these titles.
Could you help me ?
Please share your gallery URL
Cheers
here it is : http://rappez.be/index.php/corporate-works/
the aim is to have a very discreet drop shadow behind the titles.
I hope to make them more readable if the background colors are too similar to the project title color.
something like that text-shadow: 0px 0px 1px rgba (A,B,C,0.2);
thanks
Hey, add this into the custom css box located in your Salient Options panel:
.portfolio-items .col .work-item.style-3 h3, .portfolio-items .col .work-item.style-3-alt h3 {
margin-bottom: 5px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
Well, I wasn’t quite sure it could be a good result or not but I must say that it is not so bad 
.portfolio-items .col .work-item.style-3 h3, .portfolio-items .col .work-item.style-3-alt h3 {
text-shadow:
-1px -1px 2px rgba(255,255,255,0.7),
-1px 1px 2px rgba(255,255,255,0.7),
1px -1px 2px rgba(255,255,255,0.7),
1px 1px 2px rgba(255,255,255,0.7);
}
that create of sort of outline which is what I was looking for.
That would not work very well with every typo (sharps font).
Why did you propose the margin-bottom value ? I didn’t managed to see a difference – with or without.
Thanks for the code,
Vincent
Hey, it was an accidental paste – there’s actually no need to add the margin
Cheers!
Hi,
I need your help for a few more things.
1
I have an issue with the positioning of the portfolio next/prev arrows. I’ve put this code (below) and everything is fine unless with the pages with fullpage background row. The controls (arrows and text) are behind the rows and therefor not visible. here is an url : http://rappez.be/index.php/portfolio/jack-04/
@media only screen and (min-height: 500px) {
#portfolio-nav ul.controls{
position: fixed;
top: 400px;
}
}
@media only screen and (min-width: 1000px) and (min-height: 1000px) {
#portfolio-nav ul.controls{
position: fixed;
top: 600px;
}
}
2
I tried to remove the control (9 squares) that links back to the gallery. I didn’t find out how to do it.
thanks
Try changing those snippets to this:
@media only screen and (min-height: 500px) {
#portfolio-nav ul.controls{
position: fixed;
top: 400px;
z-index: 1000;
}
}
@media only screen and (min-width: 1000px) and (min-height: 1000px) {
#portfolio-nav ul.controls{
position: fixed;
top: 600px;
z-index: 1000;
}
}
I tried several values with the z-index but it isn’t working. With some values it makes them totally disappear. (Actually you can see them at the very bottom of the page. the background image is still above the N/P arrows.
If that can’t be fixed, maybe can we try it another way: is there a fixed url for previous and next projects ? I mean a shortcut that can be used in every portfolio item.
Thanks, Vincent
Hey,
the URL can only be generated with PHP so you’d need to edit this into the single-portfolio.php file or use this via a plugin that allows you to add PHP to your pages
next_post_link(); previous_post_link();
Cheers
ok… any chance to find put the arrows ont the front ? (or bring the fullpage row to the background)
Could you elaborate on your last comment a little but more as I’m not sure what you’re asking
I was wondering if there was another way to solve the issue with the portfolio navigation arrows not showing.
Meanwhile I finally found this, it pulls the full width background beneath the navigation arrows.single-portfolio #full_width_portfolio .span_12 {
z-index: 1;
}
unfortunately that makes the parallax effect shiver and lag.
you can see it here : http://rappez.be/index.php/portfolio/smoke/
Could you improve that snippet ? or is there another way to do it ?
thanks, Vincent
Hi i have updated the site to the new wordpress (4.4) and the new salient (6.1.7.2). But somehow i still have problems with the sliders and it gives this error code in debugging mode: Notice: “is_embed incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /sites/inboxroad.com/www/wp-includes/functions.php on line 3792” Any idea what the problem is here? For now i return the backup. Thanks in advance
Hey, sorry for the delay – is this still occurring for you in the latest version?
yes i have updated it to even the new salient ( the 7 version) still the same problem.
Could you please open a ticket in regards with your admin credentials so I can take a look? Also if you could let me know your ticket ID here after doing so that would be awesome 
Cheers
Ok great i have submitted the tickets with credentials see -> Private Ticket #633508 Thanks in advance
Please help fast! I have updated to the latest version of wordpress and after it the infinite scrolling does not work. It retrieves the same blog posts.
Crafty.se
Update…..............................
Updated to the latest version of the theme and has unfortunately had even more trouble now. 1) The problem remains with infinite scrolling, the same blog posts is loaded into the page. 2) The menu disappears inside on a category page on a mobile device. 3) The logo and the menu has the wrong color on a computer on a category page.
And the close button (x) in the menu is to high up… 
Still ni answer 
Hey – 7.0.1 will sort items 2,3&4 but since you have custom css for you category pages, you’ll need to update it to be this in order to have it work:
.archive.category .page-header-no-bg {
display: none!important;
}
html body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap {
padding-top: 0!important;
}
as far as 1. this is an issue introduced in the WP core and the only work around until they fix it in the next update would be to use the posts page in your settings > reading as your landing page instead of the VC element the pagination not working on front assigned pages is a core bug https://core.trac.wordpress.org/ticket/35344
it works. Morse post is loaded, but the header is wrong, wrong color and does not become transparent. how do I fix it?
Hello again! how do I make the menu transparent if I do like you said with the posts on the home page? I à pologize for my bad English.
Hi,
This is by far the best theme around!
I have a portfolio on my homepage with 8 images. I want to add pictures to my portfolio but I don’t want to them to take the place of the 8 images on my homepage. I want new images to just update my ‘gallery’ page. If it helps, the site I am editing is www.javabarespresso.com. Thanks,
Elliot
How do I edit the value of the Hearts, as seen here: http://www.gigagrafix.com/designer/robert-mine/
Also, what part of the template would that little widget be located? I’d like to try and place a social media button instead.
Also how can I increase the number of Portfolio items on the Project Category Page, as seen here: http://www.gigagrafix.com/designer/robert-mine/
I want all of the items to be displayed on a single page. Thank you!
Hey,
Search for this:
<div class="nectar-love-wrap">
<?php if( function_exists('nectar_love') ) nectar_love(); ?>
</div><!--/nectar-love-wrap-->
Also, have you tried setting a higher number in your Settings > reading tab in the admin panel?
Cheers
Hi. I’m really loving my Salient Theme! I’m trying to place 3 nectar sliders on the same page—each displaying a different slide. Can anyone help me out?
Hey – this would be possible if you used the slider locations, if you already are, have you tried updating to the current release?
How do I make this theme header transparent with some opacity.
Hey – the option for this is coming in the update due out tomorrow morning 
Thanks – look forward to it.
Cheers 
Hi. I really love the theme,thanks for all your work. I was wondering if it is possible to have the masonry portfolio preceded by text describing the portfolio, or better yet, have a static side bar or header that contains the portfolio decriptions. Specifically. I’m trying to determine if I can adapt this page from my current theme to salient: http://www.nathanvogelphotography.com/engagements/
If possible I would love to purchase!
I think I am confusing portfolio with a gallery or media grid. Can I make a “portfolio” page with a masonry media grid with a description at the top? Each image should go to a lightbox NOT a project/portfolio page!
Hey – you can easily create a lightbox based grid of images from the visual composer image gallery element (with optional caption) but in order to get masonry sizing, such as this: http://themenectar.com/demo/salient-ascend/portfolio-fullwidth-masonry/ you’d need to use an actual portfolio element
*EDIT: Seems I’m not the only one who’s seeing this Nectar Slider Locations error..
Just checked my site today, and without making any changes myself, the Nectar Sliders seem to not be respecting the Slider Locations. The top slider used to only have the video/static image and then the second slider had multiple images auto rotating, but not the video. Now the top Nectar Slider incorrectly has all the images and the second Nectar Slider incorrectly has the video slide. I checked that the slides have the correct Slider Locations set, but the Nectar Slider doesn’t seem to respect the settings. You can see it at http://ControlLightroom.com
What’s going on?
Updated to the latest Salient version (created a child theme this time) and it fixed it as you’ve noted above. Thanks!
Hey,
Glad to hear 
Cheers
May I know how to change the overall background colour for every page?
Hey – the option for this is coming in the update due out tomorrow morning 
I sent a support ticket in on December 31st and haven’t received a reply since. It’s December 6th at this point. Can you please check and respond to: Private Ticket #622679
Hey – sorry for the delay, will check on it shortly
Thank you. By the way, in Firefox with a second header for social media when shrinking the browser, there is a large spacing and then a line in the middle at the top where a part of the Nectar slider is showing. This does not happen in other web browser. Another issue is that on an iPhone the page headers that have circular arrows going down….the arrows can’t really be seen and this is due to having the 2nd header with social media. Have you noticed this issue? I can send you a private ticket regarding this with screenshots.
Do you have any tips on how to prevent spam emails from coming in via Contact Form 7? Are there any settings? Thank you.
Hey – have you tried to use a captcha with it?
Thank you for replying. What are the settings to do this? Much appreciated.
My salient theme header is a Niectar slider and it is showing all 50 slides even though the “home page” section is checked only!
This happened suddenly over the holidays and we need it working properly again!
www.kandeimaging.com
Hey – make sure you’re using the current version of Salient if you’re on WP 4.4 as older versions won’t work correctly
Cheers
Another vote for blog post filters.
Noted 
Cheers
Just updated to the latest version. “down-arrow” in the header image still doesn’t center on smartphone-size – it floats to the right. Got a quick fix for that? Thanks a lot!
Hey – it’s going to be sorted in tomorrows update 
Thanks again for the help before! Now i have another problem after updating wordpress and salient – the nectar slider locations seem to be broken, as it puts the same slider on every page where nectar slider is beeing used (see http://iljitsch.de/ main page and then journal – Locations are different but still it shows the same slider). Any idea how to fix this?
Hey!
Make you are indeed on the latest version of Salient (6.1.72) as this was a problem in earlier versions when using WP 4.4+
Cheers
Hi,
I’m using the Salient-Agency theme (http://themenectar.com/demo/salient-agency/) but I want to change my portfolio to 8 equal square boxes. How can I do that?
I’ve opened a ticket, it’s been 1 day but couldn’t get an answer yet :/
Hey,
This would take modding to the javascript in regards – in the init.js file. What’s your ticket ID?
Cheers