38434 comments found.
Dear ThemeNectar, will you think about to add an auto-update to the theme? themeforest is always meet the download limit… I am sure I just download about 10 times in since I purchased it but it just keep on show the ” Download not available Item reached download limit” ...
Hey toiji! That’s odd I believe the number of downloads allowed is 50 – if you reach out to Envato I’m sure they will lift that for you in any case 
Hi,
I just updated to Salient 4.0.3 hoping to resolve the issues with Wordpress 3.9, but I’m still having issues with the text editor; it just not working, I cannot edit or insert text.
Hey 01010111,
I’ve tested on all supported browsers with 3.9 / 4.0.3 and the text block in VC should be working normally – are you having issues with that or the classic editor as a whole? If you’re sure you’ve done a clean install by deleting the old version before uploading the new / clearing your cache & ensuring it’s not a plugin conflict please allow me to log in to check for errors 
- Child Theme *
I explained earlier that I had to setup a child theme as there were too many CSS lines added in the theme to make it a DARK THEME.
Ive now come across an issue some lines of CSS dont work in a child theme. Or at least they work inside your theme text box but as soon as they’re dropped into a child theme they stop working. Is it a hierarchy thing or something else?
How can I fix them so they work in my Child Theme?
/* Footer Header text */ #footer-outer .widget h4 { color: #f54325!important; }
/* Footer Posts (DASHED) line **/ #footer-outer #footer-widgets .col ul li { border-bottom: 5px dashed rgba(220, 214, 203, 1)!important; }
Cheers as always Andy
Hey again – the !important on your rules should definitely allow overwriting of those properties via the child theme. Do you still have them active in your child theme so I can take a look?
Hi there, yes it is… andypeck.co.uk
I have the offending CSS snippets in the theme CSS box and the rest in the child theme. If I was to take the css snippets out of the theme and put them into my child theme then it wouldn’t work. I have to say I fear that Ive managed to break the theme with my endeavour to create a dark theme. Lots of CSS, all very hit and miss but i’m fearing I may have to abandon it and turn back to your original design. Ill soldier on for next 24hrs and see if I can get there.
- PORTFOLIO** While youre at it could you take a look at why I cant get a portfolio to work properly. Ive set it up numerous times and then deleted it because I couldnt get it to behave – the header would overlap the filter or like now the filter wont show at all. I have managed to get the filter to show up but its via the shortcode (not template) which doesnt seem right and now when I use it to go to my dummy page (Metro living) the button to return to portfolio isnt working!!!!!
Cheers Andy
Hey again – did you sort out any of the css that you thought you might have broken?
In regards to the portfolio – when you’re using a page header as you are it’s definitely better to use the visual composer/shortcode portfolio element rather than the page layout since the page layout is only meant to give a quick basic portfolio setup (since you don’t have control where it will appear on the page) – also it seems the “back to all” button is linked up correctly on your single project pages. I assume you found the option in the portfolio options tab via the Salient options panel to define your main portfolio URL?
Cheers
Hello!
Just discovered a couple of bugs regarding – I’m fully upgraded with both WordPress and Salient, however I’ve got a lot of loading issues:
Edit Text within Visual Composer is doesn’t ever load when I want to insert or edit.
Adding Pages to the Menu constantly loads but never adds to the menu.
That’s all for now – generally things are taking longer.
Hey JamesPrismall! Can you open a private ticket in regards so I can log in and look for errors? Just let me know your ticket id here once you’ve done that 
Cheers
hello,
Thanks for your great work and your quick update for wordpress 3.9.
I have an issue with nectar slider on ie 11. Header and caption are not good. You can found here a screenshoot (from ie11): http://www.romainlaforet.com/issue/issue1.jpg
my website is http://www.romainlaforet.com
On Chrome everything is good. I use a child theme with a child css page but when i just active the main theme salient i have the same issue. I have try to recreate the slider but it hasn’t work.
I hope u can help me, Thanks u, Romain.
Hey Romain! Try this – open your functions.php file, search for this line:
<i class="icon-salient-down-arrow icon-default-style"> </i>
and change it to:
<i class="icon-salient-down-arrow icon-default-style"> <span class="ie-fix" /> </i>
Thanks ThemeNectar this has fix my problem. Is this code line will be added by default in next updates of salient ?
You’re welcome & yes 
Hello,
Can I have an answer to Ticket: #196066? It’s been 3 days since your last reply. It’s for a client.
Thank you, Farshin
Hey Farshin, i’ll check on that now. I don’t know why support would’ve left you hanging for that long but thanks for posting the ID 
Hi ThemeNectar,
In the past, there has been quite a lot of talk about a “Portfolio item Gallery Lightbox” or how you’d like to call it. I noticed the somewhat silent introduction of something very close to what I need in the Visual Composer: the “Image Gallery” element.
However, I don’t use VC and this custom element also does not display the pictures in the way I like (they’re suddenly square cropped).
Could you please let me know if there is a shortcode that allows me to use this lightbox feature for a regular WP gallery?
Thanks so much!
Hey again pyramus99,
the image gallery element offers the same styles as the portfolio itself – it also should display your images in any proportions so as long as you’re supplying a size that can fill the columns you’re using. If you just want to lightbox a regular WP gallery it would require some javascript to target all the images and add the gallery attribute onto them. (prettyPhoto[my-gallery])
Hey ThemeNectar, so I just noticed I actually cannot create new Portfolio items with the old WP gallery slider any longer.
So I’m giving up… you sold that new Image gallery element to me
Besides, this will also allow me to use the Lightbox feature without further custom development so it’s worth the effort recreating all Portfolio items.
BUT… 1) Where do I change the code so this Image Gallery will use the original size of images by default, instead of the thumbnail size when not providing a custom size? (This was actually the reason for my previous issue with the aspect ratio) Since I have a LOT of portfolio items and prefer to avoid filling this size field for every single one of them.
2) In the past I restyled the look and feel of the overview pages (includes/post-template/entry.php). How do I re-enable the functionality of showing thumbnails of all the images in a portfolio item, like the old WP gallery provided?
See the difference between the old WP gallery and new Image Gallery entry here: https://www.dropbox.com/s/irjxhsrlk8gqxt1/Screenshot%202014-04-29%2013.52.13.png
Hope to hear from you 
Hey!
1. Open up the vc_gallery.php file located in the nectar/nectar-vc-addons/vc_templates directory and change:
'img_size' => 'thumbnail',
to
'img_size' => 'full',
2. The Image Gallery doesn’t replace the WP gallery itself – it simply replaces the Gallery Slider checkbox which would turn a default WP gallery into a flexslider. If you prefer to use a default WP gallery anywhere which would place a grid of thumbnails as you’ve shown, you’re still free to do so 
Cheers
THANKS A BUNCH!!! 
So how can I use the thumbnails on these overview pages with the portfolio items that use the new Image Gallery element?
2. Sorry, I ask this once again, because it seems you didn’t fully capture my question. Let me elaborate:
- A: This thumbnail grid worked automatically for the ‘old-style’ portfolio (< 4.0, so with WP galleries + Gallery Slider checkbox checked).
- B: On the normal project pages you then got the ‘flexslider’ as you mention.
- C:
On other pages, like includes/post-template/entry.php, you then automagically got this nice post format with images and thumbnails as you see in my screenshot on the right.
- D: This feature in C (showing the thumbnails at the bottom of a post) does currently NOT work for the ‘4.0+ style’ portfolio items.
- E: Obviously, I want to be able to keep adding portfolio items in the future (and have them all in the same format)
- F: I also like the lightbox feature of the ‘4.0+ style’ portfolio very much.
- G: So I edited all my ‘old-style’ WP gallery portfolio items and recreated them with the new ‘4.0+ style’ Image Gallery.
However, now I’m stuck with a somewhat less powerful output than before, because I don’t know how to get this thumbnail grid active again for the other pages, like the page I mention in C.
Hope this is more clear now 
Hey again,
Anyway you can supply me a URL so I can check out your implementation of the old gallery element? If used how it was intended, there never should have been a standard WP gallery visible when the gallery slider option was checked. Those images should have been converted into a flex slider in every view whether it was on the overview page or single page.
As seen on here: http://themenectar.com/demo/salient/blog-masonry-fullwidth/ at the “Porttitor porttitor mollis vitae” post, there is only a flexslider on the both the single post page and the main blog page and no default grid from the WP gallery since the gallery post format is selected. From what you’re describing it sounds like you had the default WP gallery showing in some areas and the flexslider in others which is odd. It should have been one or the other in the past versions (determined solely on whether or not you had the gallery slider checkbox selected) .Hey there, I just pushed it to a staging server. URL is in your mail!
note: you can see the difference between old and new on any tag pages, for example /lookbook/project-tags/bella/
Now it finally makes more sense – I thought the whole time you were showing me screenshots of blog pages – it appears going to the direct tag page within the portfolio is actually taking the wrong layout – due to no reports of this it has gone unnoticed, but will be fixed in the next update. The tag page should inherit the same look as the main portfolio page and /project-type, not default back to your blog layout selection
Okay, so what can I do to actually keep this behaviour? I liked those thumbnails and optimized my design for it!
There’s going to be an additional template file added to handle the layout how it should have been – if you simply remove that from the theme folder it will remain functionality how it currently is
Hey, I lost the “original” (unintentional) functionality when the WP Gallery Slider support was removed for new portfolio items. So now we’re back to square one: How can I enable the thumbnails on these overview pages with the portfolio items that use the new Image Gallery element?
At this point since you want to continue using the old gallery slider option in a way it wasn’t intended to, I would just re-enable the feature so you can continue using it to avoid custom development with the image gallery element – you can do so by opening the portfolio-meta.php file located inside of nectar/meta
and changing this segment:
$using_gallery_slider = get_post_meta($post->ID, '_nectar_gallery_slider', true);
to this:
$using_gallery_slider = 'on';
Cheers
Hey, I’m afraid this is not the solution for my initial question, let me repeat some of the points:
- E: Obviously, I want to be able to keep adding portfolio items in the future (and have them all in the same format)
- F: I also like the lightbox feature of the ‘4.0+ style’ portfolio very much.
- G: So I edited all my ‘old-style’ WP gallery portfolio items and recreated them with the new ‘4.0+ style’ Image Gallery. (> 50 items… you only saw some temporary content on staging)
I don’t mind some more custom development on the includes/post-template/entry.php or other files, so could you please point me in the right direction?
thanks!
In that case, the mod will need to take place in the vc_gallery.php file (located in the nectar/nectar-vc-addons/vc_templates directory) since the projects are no longer using actual wp galleries – editing the files in post-templates won’t help much. Open up that file and at the bottom above the echo $output; you’ll need to do a loop to get the images as above in the file and place it into a conditional to not display on the single project page:
if(!is_single() && is_archive()){
/* loop to get images here which will display under the slider */
}
Cheers
Hey ThemeNectar,
1. Are you sure this is the right location to edit it? Even if I concatenate just some plain text to the $output variable here it doesn’t get written to the pages created by includes/post-template/entry.php
So, I think this is not the right location, because it DOES output my additions on the single project page (once I remove the !is_single() conditional check).
2. And is there a way to include the vc_gallery.php into my child theme (instead of editing your original one)? I’ve tried different ways, but it seems to work differently than with regular files… Would hate to lose my mods again with future updates 
YES, I HAVE FOUND IT! Have been looking, trying and failing for several hours, but in the end it proved to be very simple as I expected. You only have to replace 1 line in the file: includes/post-template/entry.php:
the_content('<span class="continue-reading">'. __("Read More", NECTAR_THEME_NAME) . '</span>');
with
includes/post-template/entry.php
So now there only 1 open question left: How do I include the vc_gallery.php in my child theme (instead of editing your original one)? I’ve tried different ways, but it doesn’t seem to work as with regular theme-files… Would hate to lose my mods again with future updates.
echo do_shortcode('[gallery link="none"]');
let know about the vc_gallery please!
If I’m not mistaken the only way to add that into the child theme would be to load the entire nectar-vc-addons directory into the child theme and point to that from the functions.php – but since the # Nectar VC section of the functions.php can’t be edited from a child theme either you run into the same problem. However the next update is bringing the possibility of modifying this and almost all other functions of the functions.php from a child theme so after that update you’ll be able to set it up from your child and keep it there going forward 
Okay man, that’s great news! Keep them flowing 
You’re welcome & will do! 
Just want to say….
this is an amazing theme, and the work and effort gone into this to make it client friendly is just amazing.
whoever or however many of you are working on this weather it be 1 person or many persons’
flipping amazing job. most eyecatching and appealing theme with easy customistation weather it be simple tweaks in the themes options or in the CSS and PHP code, well commented and easily readable with the glow.
amazing job themenectar. 100% behind your team on whatever else you decide to do
Thanks so much Andrew, that meant a lot! 
Hey ThemeNectar, could you please post the changelog for 4.0.3? Thanks! 
Hey pyramus99, it’s up now 
Hi
Is this theme support right to left (rtl) style?
thank you.
Hey dejavupink, not yet – that would require some css tweaks.
Cheers
- DARK THEME COLORING**
Since the changes yesterday the color selector in the text edit block has changed and I now cant add a hex number. Am I also missing something in that I cant actually change body text, Headings and H1-H6 tags without tweaking in CSS?
Its a pain in the arse at the moment as I cant seem to easily switch to a dark theme without a lot of CSS and changing the copy individually within the page builder. I did sort of manage to get there yesterday before all the updates and now I’m back to trying to piece the puzzle of what CSS does what!!
Cant you just add a color selector against all the typography elements and add a default colour background changer? Then all I should need to do is change colors (highlights for example) within the text block.
Sorry to moan but I thought I was there yesterday and now i’m two steps backwards again!!!
Andy
I thought the only way around this was to setup a ‘Dark’ version in a child theme. I was hoping to avoid a child theme this but theres too many lines of css to see clearly in the theme text box.
Hi there. Taken me ages but im now building a dark version. Thought this would be easy but alas its not. Sooooo many things defy logic to anyone but a developer.
Anyway thx Andy
Hey again Andy,
It is indeed a shame that WP 3.9 seems to drop support for the custom coloring of text via the editor. If you need any help targeting elements for changing colors just let me know 
Cheers
Cheers 
I’m using Salient + the home slider; but the video doesn’t work in any way. I’ve converted my mp4 in m4v and ogv; set a thumbnail image, but the video (and the slide itself) doesn’t show: the slide remains in an infinite-loading loop (without showing any text or content). How come?
Hey Kaizeen, if you’re trying to do a video background you need to use the Nectar Slider. The slider you’re using will only display the supplied video in a small player within the slide but still needs a BG image set to load correctly.
Here’s the tutorial on using the Nectar Slider 
Cheers
No, I don’t need a video background; the Home Slider is perfect for me. But it doesn’t work… I’ve set up the BG image, and the video links, but nothing works…
Please share your URL then so I can take a look 
www.milanogolfexperience.it
Hey – I’m not seeing a WP install in that location – the page just shows “It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.”
Sorry, the DNS records weren’t updated. Now the link should work, can you take a look?
No worries, but i’m still seeing the same message on my end unfortunately.
I looked inside the “userpanel” and added all my info + description and more. But I realised that the Author-Page is not included in the theme? I do get the headline though, but no other information. Is there a way to get around this?
Pls check this link: http://www.kommunekommunikation.dk/author/admin/
Hey – the author information is displayed at the bottom of each post single page is activated in the blog options tab. The author archive does not display the description by default and some custom coding would be needed to output it there as well.
Ok thanks. However – there is no place to update my personal image?
The image grabbed for your author description on the bottom of the single post page will come from Gravatar (based on the email address your account is using) 
oh ok im dumb
Got it thanks!
Glad you got it Peter 
Cheers
Hi again. I searched on threats about changing the line-height. I see that MANY people like me would like to be able to adjust the line-height. Is there a chance you could include that in your Salient Typo-configuration? You also have the spacing-option, so the line-height option would be cool.
Also, what do you call the H1? If I wanted to change the line-height on all H1? Thanks again for your GREAT HELP!!!
Hey Peter!
If you wanted to change the line height on all h1’s you could add this into the custom css box in the Salient options panel:
body h1 {
line-height: 70px!important;
}
Cheers 
And if I want to change the title on the slider, will this be swiper-slide .content h2 { or is it a different font? Is there some document where I can find the different font-classes?
Sorry found it my self
No worries, cheers 
Also – after the latest update – the hover-effect on the magnifyer makes it moves from side to side… www.kommunekommunikation.dk
Hey Peter, are you on v4.0.3 of Salient?
No Im not. I still dont know how to… Cos as I needed this in Danish I have a lot of language translations that took me forever. I may be dumb and naive – but I had no idea that uploading a theme could only be succesful if I lost all of my work. And right now Im not really sure what to do…
None of the theme options/settings or your page content will be lost – however it’s proper practice to use child themes when modifying the theme’s files to keep your changes outside of the main folder. Also, using the .po file as I mentioned in other comments is the right way to translate – when using these two methods updating will require very little effort 
Cheers
Hey again guys!
For anyone who missed the earlier announcement,
Salient 4.0.3 is already out and corrects the known WordPress 3.9 compatibility issues.
Cheers 
Hi there,
I updated my theme this morning following the new Wordpress update. However, there still seems to be some issues. On scroll both the norm and retina logo are displayed at same time on screen (one stacked above the other in the header). The way to fix it is to remove one of the logos.
There’s also an issue with adding shortcodes and then typing into the text editor. The screen basically freezes up.
These are the two I’ve spotted so far this morning
Cheers Andy
Hey Andy, these issues were fixed in v4.0.3 of the theme – released shortly after WP 3.9 went live 
Yep… A bit of cache refreshing sorted it. Thx
Glad to hear 
Hi,
After WP 3.9 upgrade the text edit box in visual editor was not working. Then I tried to look at the theme updates and under Salient->Theme Information it says version 3.15 which I don’t understand because I downloaded it less than 4 weeks ago.
Anyway the theme won’t update itself. If I hover over the dashboard menu entry then it says 1 update but clicking it shows no updates available for anything. PLEASE HELP
I tried a reinstall but that failed because the folder was already there.
Is there any other way to update the theme?
Thanks
Hey Aktivatum,
The only Salient version that is 3.9 compatible is 4.0.3 – You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were 
thanks for the reply. will I lose any changes to the page templates or other .php files I changed like footer etc? Do I just copy the whole folder into content/themes? Thanks. Great theme by the way
You’re welcome 
If you’ve made direct edits to the core files they will be overwritten – the best way to handle mods is through the use of a child theme to keep them separate from the actual theme code.
What to do?
Hey again!
The correct URL for the lost password link should be my-account/lost-password/ – a plugin or incorrect permalink structure could be interfering with that on your setup
Hi there. After I updated WP to version 3.9 the theme screwed up big time :0( Please have a look at www.kommunekommunikation.dk
Now both logos display and now also on top of eachother when scrolling.
Hey Peter, this conflict was cleared up in v4.0.3 which was released shortly after 3.9 went live 