38442 comments found.
Hi,
is there a pagination for the portfolio thumbnails…like 20 on each side?
cheers
Hey!
Currently all portfolio items display on one page. I had an issue in the past with different permalink structures for pagination on a custom post type like mine. However, I am still open to looking into it further and it might just become a standard option in a future release 
Hi, I like this theme. How easy is it to change the menu so it looks more conventional – ie., so you can see the menu items on the top instead of having a drop-down slider?
Thanks.
Hey phototrope!
You don’t have to use the dropdown functionality at all if you don’t want. If you never define a parent for any pages there won’t be any dropdown items. 
Is that what you meant?
Hi, thanks for your reply. Actually, I just realised that when you reduce the width of the browser, it changes the menu into a dropdown button. Not sure I like that (although it probably works for iphones, etc). Is it possible to turn it off for normal web browsers?
Yes, that functionality is in place for mobile devices. It doesn’t become active until you make your browser smaller than 1000px in width, which almost no desktop browser should be smaller than. But if you wanted to turn that off for desktop users only, you would have to alter the media queries to only target devices.
Hi!
Awesome theme!
I’ve update the theme to 1.2 but i can’t see “sort portfolio” label anymore!
why!?
Thanks nexzac!
Now that the portfolio layout supports header settings, you have to make sure you enter a title for the page at the minimum 
Cheers!
Thank you so much! It works 
hi again, just wondering about the portfolio page – on the demo site, each portfolio item seems to have varied image sizes. Yet, when they are displayed on the portfolio page in a grid, they are all nicely cropped so that they align perfectly (same aspect ratio, same size).
On my site, i have set featured images for each portfolio item also of different sizes (much like on the demo site), but when they are displayed on my portfolio page, they are not all cropped to the same aspect ratio and size like they are on the demo site, and so the grid of portfolio items now looks slightly wonky since some items are different sizes compared with others. Is there something i’m doing wrong? thanks! again, great theme
Hey weens 
Are you uploading the images from your computer or just selecting ones you already had in your media gallery? The cropping takes place when the image is being uploaded only if salient is active. If you select images that were already on your server prior to activating salient, there will not be any cropping.
actually my bad, just read the manual that came with the theme, and realised that all my images had to be 800px or higher in width. Made all my images that way, and it worked
thanks anyway
Awesome! 
Hi there!
2 questions for you.
1. Is there a way you could help me display all my portfolio thumbnails (6 items) on the home screen? 2. Is there a way to remove the sort button within the portfolio page?
Thank you for your help!
Hey Chelsea, thanks for buying the theme!
1. If you would like to change the number of projects that show in your recent work carousel, you can modify it pretty easily. Open up the appropriate home template, and search for this section:
$portfolio = array(
'posts_per_page' => '5',
'post_type' => 'portfolio'
);
Now just change the posts_per_page argument to be whatever number you want 
2. Enter this snippet into your Custom CSS box in the theme options panel:
#portfolio-filters {
display: none!important;
}
Cheers!
Just a quick question!
I updated the theme this morning and all looks good: but the text on the custom header text (when I have uploaded an image to go with it) has gone missing! Without an image the text works as expected, but replacing the image makes the text go “poof” again! Can’t screenshot just yet and I’m very close to relaunching my site so there is no access to it(Actually I’m over due!) but hopefully you can reproduce the bug, but it looks fine on your live demo. Cheers mate.
Hey Mark!
Are you having problems with the header on a specific custom template so I can test it on my end? They all should behave normally, what you’re describing is very strange. It wouldn’t hurt to make sure you’ve cleared your browser cache since the update too.
Yep! Clearing the cache fixed it: it looked firefox so I knew it had to be something simple! Cheers again!
Awesome to hear! 
Hi ThemeNectar
In other themes I have bought from Themeforest whenever there was an update, the theme would come with a changelog file with indications of which files have been modified and what features have changed. This theme for example even included this : http://notifier.unispheredesign.com/vanguard/diff_1_1.jpg
Please could you include a changelog?
Thank you
Hey andaluza, thanks for buying the theme!
There has been a changelog for every version update at the bottom of the main theme page clearly documenting all of the additions and fixes for each version. However, there is no list of the files changed per version, I will have to get on adding that 
Thanks for your prompt reply. I noticed the changelog in the main theme page but sorry I was referring to the modified file list. Will you be doing that anytime soon? As I have made quite some big modifications to the theme and it would be way too time taking to check every single one of them.
Thank you
I completely understand and I really should’ve already been posting them. I will try to get that up for you by tomorrow 
Thanks a lot!! I know this is not related to your theme but was wondering if you could help me out with this. I would like to have a different logo variation show on certain pages. If the logo was a background that would of been easy as it could of been replaced with css, but how about a src? how can I replace it? If I do with jquey, is there any chance it won’t load on certain devices?
Thanks a lot
andaluza,
Here’s one way to achieve that with JavaScript using jQuery. Also, don’t worry about it not working devices, jQuery is excellent with compatibility of browsers/devices.
Just find the body class that is unique for each page and use that at the beginning of each selector for every page you need a different logo. Here’s one completed statement below that you could essentially copy and paste just replacing the body class and src for each logo image 
$('.page-id-498 header#top #logo img').attr('src','YOUR-SRC-HERE');
Hi. Great update.
I’m trying to add a page header image to the blog page but it’s not showing up. Is it not possible?
Cheers
Thanks galleryj, I’m glad to hear you like it!
The blog still does not support a header image. Only the contact page and portfolio page gained that ability in v1.2
Hi Nectar.
I appreciate his support service, awesome work:)
Why the first and last image are the same on recent work ?
I should see six different images …
Regards
Hey onelogo, thanks a lot!
If you would like to change the number of projects that show in your recent work carousel, you can modify it pretty easily. Open up the appropriate home template, and search for this section.
$portfolio = array(
'posts_per_page' => '5',
'post_type' => 'portfolio'
);
Now just change the posts_per_page argument to be whatever number you want 
thanks you !!!
You’re welcome!
one more question, after update the shortcodes is not working and that what I see in the wp admin: http://i48.tinypic.com/2rog6mg.jpg
I can tell that popup window is the old tinyMCE infowindow which v1.2 is no longer using. Are you sure you correctly updated all the files?
yes, I only copy the theme catalog so I thnik this must work, before update the shortcodes works fine, have You some idea?
but I not to deactivate a old theme, I only copy new files into a catalog is this maybe problem?
Could you try putting a fresh copy of the theme in your WordPress install and activate that one just to see if it helps? You shouldn’t be seeing that infowindow when you click the shortcode button. It’s just not there anymore in v1.2. The shortcode generator should appear in a thickbox window.
ok is solved, I clean a google chrome catch files 
Haha, I was going to suggest clearing that next!
Cheers!
Are there instructions on how to update the theme?
Hey wibbler, thanks for purchasing the theme!
Updating is actually quite simple 
- Deactivate the current version you have of Salient and delete it from your server (unless you have made modifications to the theme files). Then simply upload the new one and you should be good to go!
thanks!
No problem!
This theme looks great! Do you think you could tell me what is the font of the Logo? I want to see how my logo might look with your font on your theme.
Thanks!
Proxima Nova – Black 
Hi again, looks like the characters öåä are still not displayed correctly in blockquotes and the slide headers after the update. Any fix on this? See http://www.olnhausendesign.se/om-oss/sagt-om-oss/
The problem with the blockquotes in previous versions was that they weren’t using any custom fonts that you choose in the theme options panel. The default fonts loaded with the theme do not have support for ext. Latin chars, so you just need to activate the “Use Custom Fonts” Option and select a font the Slider header. That should fix the problem up. 
Great, thanks the solves the slider headers. However I can’t find an option on the custom typography page for blockquotes that are not in a slider header. I’m trying to fix regular blockquotes in the content of a page like the link above. How do I do this? Thanks!
The blockquote should get the same font as the slider caption font. Have you checked that?
Yes, I’m using a custom font with latin characters which works fine in the header. However the blockquotes are still displayed incorrectly. Also, it would be great if there could be a separate font for blockquotes as they wouldn’t necessarily be the same.
When I inspect your fonts.css stylesheet, I can see the selector to target the slider caption and the blockquote is incomplete. It’s only targeting the slider caption.
This is yours:#featured article .post-title h2 spanThis is the one included with the v1.2 update:
#featured article .post-title h2 span, blockquote
You should edit your fonts.php to have that. The rule is on line 88. then re save your fonts in the options panel see it works
.
Ah of course – since I was using a child theme the changes to font.css in the latest update weren’t coming through. I actually managed to add support throughout the site by download the fontkit from font squirell and replacing the files in the fonts folder. Works great! Thanks!
Nice, good to hear 
Cheers!
Splendid theme! Really top notch work.
I’m hoping to use the gallery option for some photoessaying, and am wondering how to extend it beyond just six slides? Even ten or twelve would do the job. Is this built in somewhere and I’m just not seeing it, or should I be mucking around in the code?
Thanks!
Thanks ElusiveDogcow!
You would need to alter the code a bit in order to get more slides. Open up functions.php and head to line 614. You’ll need to copy and paste a few of these until you get to your desired number:
new MultiPostThumbnails(
array(
'label' => 'Second Image',
'id' => 'second-slide',
'post_type' => 'portfolio'
));
Then, to display the extra ones you will also have to make one more addition. Head to line 950..it might be below that now if you already made the additions above so just look for
#-----------------------------------------------------------------# # Post gallery #-----------------------------------------------------------------#Inside that section, copy and paste this:
if(MultiPostThumbnails::has_post_thumbnail(get_post_type(), 'sixth-slide')) ....
You will have to change the names of the new slides you add in both of those sections. Let me know if this makes sense enough to you 
Excellent directions, thanks so much!
You’re welcome!
Hi, I’m also having trouble with the home page portfolio items. Since the latest update no recent portfolio items are shown on the home page. Se link: www.odesign.se.
Otherwise it looks like a great update! Looking forward to using the new pricing tables.
olnhausendesign,
I just checked your link in all modern browsers and can’t see anything wrong with the home page recent work carousel. Everything is loading fine on my end. Are you not seeing them?
Hi, thanks for the quick reply. I wasn’t seeing them after the update but they seem to be displaying fine now. No clue what happen, sorry about that! Thanks anyway!
Awesome! 
nice update but the recent project on homepage is not working, the code have a write image url but the item not show on homepage (on portfolio is working great)
Hey kylo1989, could you send me a link?
Thanks!
its on localhost, but now I know where the problem and solve that, another one – what do to enable portfolio sort icon?
The portfolio filter sort should always be on the portfolio layout. Make sure you have that layout assigned to a page.
Also, what turned out to be causing the problem you were having with the homepage carousel?
1. portfolio – I dont know where is the problem, I have website and I delete old theme (1.1) and copy the newest version, maybe in new version is some change for this? 2. simply I copy my old home template to new theme so then the recent work is not working
I know what the portfolio filtering issue is. The portfolio page has now been given the ability to use the header settings, so you need to just add a title in at the least.
yes thanks a lot!
You’re very welcome!
The v1.2 update is now ready to download guys 
Enjoy!
Hi,
Is version 1.2 ready for download yet?
Cheers
Hey blankstudio, thanks for buying the theme 
The update just went up for download a few minutes ago!
Hi there again!
First of all, your theme is awesome and the service you provide is also awesome, thank for that!
On your demo site, just above the widget area. You have a ” A site-wide Call to Action Section! Have you fallen in love yet?”
My question is how do i get this on my wordpress? Because i want to put in the same place a newsletter signup form + button.
Could you tell me how to achieve this?
Phwac.
Hey phwac!
The call to action section can be edited right from the general settings tab in your theme options panel. If you want to place extra things in there like a form sign up, you would need to edit the call to action section in footer.php file.
Ugh – I wish I read first about the update not coming through. I just messed up the entire child theme and reinstalled for no reason
I’m very sorry about that johnnyhooks.
Honestly this is the longest I’ve ever had to wait in the queue for an update, so I really was expecting it to go through a lot sooner.
Hey, good news! The update is available for download now 
I know ! AWESOME! I wonder why it took them so long.