38438 comments found.
hi i was just wondering what is the recommended width for images in the gallery
Minimum 800px so they they don’t stretch on the wide desktop layout 
hi i just tried making a portfolio post, everything seem to be fine, however, when i post, the link shows 404 not found. when i post in the default post, the link works and i can see the post. heres the link http://bit.ly/167IxsN
heres some screenshots: http://i42.tinypic.com/bgzbqa.png http://i41.tinypic.com/2wgxa9x.pngHey, try resaving your permalinks in Settings > Permalinks 
i just solved the problem. something to do with the permalink settings in wp. thanks anyways
That’s what I suggested haha. 404 errors usually point to a need to refresh the permalinks.
Cheers mate
Hi,
I just have a couple of questions:
1. Is it possible to remove the ‘view larger’ button on the portfolio entries and just have the ‘more details’ button?
2. Is it possible to have 2 rows displayed for recent portfolio?
Thanks
Adam
Hey Adam!
1. Add this to your custom css box:
.portfolio-items .col .work-item .work-info a.pp {
display: none!important;
}
2. This would require some custom development at the moment.
Thanks,
Point 2 would just be nice to have so that’s fine.
My other question is, would it be possible to change the client carousel rotation. As it currently scrolls one logo at a time, would it possible for it to move say 5 or 6 at a time and also not stop on rollover?
Cheers Adam
Adam,
open up your init.js file located in the js folder and run a search for ” $(’.carousel.clients’)” Inside of that function you’ll see:
scroll: {
items : 1,
easing : 'easeInOutCubic',
duration : '800',
pauseOnHover : true
},
Modify those values to achieve what you’re looking for 
Hi, I would like to find out if it’s possible to change the colour of the text in the navigation menu.
Also, I would like to find out if I can change the color of the footer (where all the widgets go to) via the custom css panel?
Thanks a million!
Hey ivanyeoyh!
I’ve already gone over these topics:
http://themenectar.ticksy.com/ticket/49550/search/Cheers
Absolutely LOVE the theme!! So easy to work with and customize, and the shortcodes are MONEY!
I’m having an issue when using the Time.ly all-in-one calendar, and it seems to be from the theme. There are arrows that are used with this plug-in to navigate and when I inspect the element, they are showing as: <i class="icon-angle-left" />
I’m wondering if that is pre-defined in the theme, to where it is pulling in a customized image. The arrows appear in big circles, and with all the other uses of this plug-in, the arrows do not look as they do on my site.
You can view the calendar here: http://bridge.digitalchurch.tv/calendar-2/
If this is in fact pulling the icon class from the theme, is there a way for me to bypass that?
Sorry for the long post.
Thanks!!
Thanks so much DigitalChurchTV!
Yes, the theme has styles for those already and they’re conflicting with the plugin. Try using this css snippet in your custom css box to fix it:
body .ai1ec-pagination .btn.ai1ec-prev-month i, body .ai1ec-pagination .btn.ai1ec-next-month i, body .ai1ec-pagination .btn.ai1ec-prev-year i, body .ai1ec-pagination .btn.ai1ec-next-year i {
background-color: transparent!important;
color: #333!important;
}
.timely a {
box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
}
That did work, but there is a line break between the month text and the arrows. Is it possible to make it flush with css? Check the page if you want to see what I mean.
Thanks again, you’re awesome!
There’s also the single right arrow missing on the next month tab.
I was able to fix it.
Thanks again!
Great to hear DigitalChurchTV!
Cheers 
Just found the setting for it. Thank you.
Great to hear!
Cheers kalepook 
Hi there,
Firstly thank you for your wonderful theme… Secondly I had a quick question please. I have create a page with a portfolio template called characters. However on individual items, the little icon on the top right hand side, take the user to a portfolio page. Can I change this to just go back to my custom characters page please?
Thank you.
They kalepook!
It seems from your more recent comment that you’ve already figured your own question out 
Cheers
Hi,
I’m having a problem with the scrollbar. When the scrollbar is not showing (because it’s not needed) the site has a padding right of 16 pixels and the slider is distorted on the right.
As soon as I set out the fancy scrollbar, it’s okay. Is it possible to use the scrollbar without having the padding/distortion?
Thanks!
Hey LeffDesign!
Can you supply me with your URL so I can check that out? Also can you let me know what version of the theme you’re using?
Thanks 
My url: http://www.inbeweging.org/websites/gezondheidszorg/ I’m using the most recent version of the theme. I’m viewing it in chrome btw.
Okay, thanks for the info and URL.
Enter this into your custom css and see if it fixes the issue:
body #featured {
height: 300px!important;
}
Thanks for your reply. However this does not seem to work. I fixed it by adding a stylesheet for only the frontpage and set the padding to 0. If there is another way, please let me know. Thanks!
I’ll investigate more and let you know if I find an alternative way.
Cheers 
Hi. I am very interested in buying your theme. Before I do I just wanted to check a possibility. Can the drop down menu for sorting the portfolio be change to a horizontal bar. I want to make the sorting catagories more obviously displayed.
Thanks
Hey jameat!
That would require some css modding as there’s no built in option to change the style of that.
Cheers
hi,
I deactivated all plugins but my Contact Map is still blank (just all grey instead of the map)
Can you help me get it working again?
Hey vpmpartners,
Can I see your URL? Also, do you have the contact layout assigned to your page?
Yeah, I looked at the page and the template is set to Contact.
If you open your browser console you can see an error being thrown for the Google map library being undefined. Is there anything you can remember doing that would have stopped it from getting loaded?
I’ll need you to open a private support ticket regarding this so I can get your login credentials and see what’s going on.
Thanks
I sent a support ticket like you mentioned 
Thanks! I’ll be with you asap!
Hello, I have a problem and do not know why it happens.
Work the local workforce by up to host the data and images I could vinvular by MyAdmin database but the big problem is that the CSS styles of the entire workforce is not recognized.
What I can do?.
http://cgrconstructores.com/Site/Hey tallernait,
I am a little confused as to what you just said..anyway you could explain it a little more?
Just from looking at your site in the browser console every single one of the assets (CSS and JS) are not getting loaded. The error being thrown in all cases in 403 forbidden. Looks like you’ll have to configure your server to allow requests to be made in the fashion you’ve set things up.
Apologies for the language, do not speak English. locally the site works perfect, but to upload it or migrate the site to a server the css and js not work, I should turn to be permitted to see the css and js. thanks
Yeah, it looks to be a server issue since the error is “Forbidden”.
Hi,
Just one question plz… On my home page, I want to show only featured items from Portfolio and not the recent work from Portfolio under Portfolio section. Kindly if you can brief me about it how to do it…
Thanks
Hey fikbadi!
In the next update I’m going to add an option to define what categories will be displayed from the recent work and recent post shortcodes. Please sit tight, the update will be out soon 
thanks… 
You’re welcome!
Afternoon,
Is there a way to move the ‘Call to Action’ section up/down? I need to move it to above the ‘testimonials’ section on the extended homepage.
Thanks
Hey BlackZeus94!
You can recreate the same look at the call to action section by using a fullwdith section shortcode and placing a heading inside with a nectar button. You can then remove the the CTA section from displaying on the home page in your theme options panel in the general settings tab.
Cheers
Hi,
On the homepage there is this section:
“A site-wide Call to Action Section! Have you fallen in love yet? [Button]”
How can I get this to show up on the extended Homepage?
Thanks.
Hey Khanillion, thanks for purchasing the theme!
Just go to your theme options panel and you’ll see configuration settings for it in the general settings tab.
Cheers
Hi,
Thanks I have done that and incorporated it into the homepage however I am having trouble adjusting it up or down (position).
Hey,
The CTA section will always be at the bottom when using the global setting for it where in the theme options panel. However, you can easily just recreate that CTA section using the fullwidth section shortcode with a heading inside of it with a nectar button. Then you can disable the global CTA section from displaying on your home page in the theme options 
Hi ThemeNectar, First off, compliments for your nice theme !! There are some nice settings an cool graphic elements but i have also a few questions.
1. How can i remove the More Details button ? Becouse i removed theme but there is still there.
and
- .flex-gallery is only in the 3.6 available? (http://themeforest.net/item/salient-responsive-portfolio-blog- theme/full_screen_preview/4363266)
Many thanks in advance
Thanks blende11!
1. Enter this into your custom css box:
.portfolio-items .col .work-item .work-info a:nth-child(2) {
display: none!important;
}
2. No, just having unlimited images is only available in 3.6. You can still use the gallery in your blog posts and portfolio items by uploading up to 6 featured images.
PERFECT ! Thank you very much for the quick help !
You’re welcome!
Hello Theme Nectar, First off, thank you very much for creating such an amazing theme, truly refreshing functionality and responsiveness. After purchasing and setting up, I have a few questions.
1. When importing imagery, for example “home page slider” images, what size/file type/compression did you use? 2. What image size & file type works best for full width “bio” header images? 3. Is it possible to have a “team page” with bios of team members, and then if a person clicks on a team member it pulls up a separate page that is a full bio with a full width header?
Look forward to hearing back from you and again, fantastic theme!
Hey nick12bnack!
1. My images used in the demo are .jpgs, compressed in photoshop and their sizes range from 1800px-2000px in width and 600px-800px in height.
2. This really depends on how tall you set the header section. I usually use between 250-250 in height and have my images around 2000px wide and 300px – 400px tall.
3. You could indeed create separate pages for all of your team members and do exactly what you want. Is there something you’re having trouble with when setting that up?
Hi again, I was wondering if it’s possible to link the name field in the testimonials slider. I kind of had the idea that I would like to use it to display tweets and then use the name field to link a twitter handle – but whenever I’ve tried this all my ‘a’ tags get stripped out.
I’m guessing I would need to edit some of the themes core php files but I haven’t had any luck finding the bit that references testimonials.
I kind of feel like this could be too complex (eg probably have to add a field in the shortcode generator to include the link)!!
Hey louise674!
All you need to do is use single quotes for your a tag. i.e.
<a href="http://google.com">Mark Levin</a>
That will get the link to go through, but you might also encounter a z-index issue. I’ll include a patch for that in the next update coming within 2 days 
Haha, that was easy! Thanks for your help! I only notice z-index issues if only one of the names is linked, seems to be fine if they all are.
Good to hear 
Yes, you’re right! I’ve tried with Firefox and it’s better… but I feel that I would like to choose standard scrolling. May I ask how I can change it? Can I change this option in theme?
Cheers 
Yes, there’s a button to disable it in the theme options panel 
great! So I will buy your theme!
Amazing work!
Please tell only the last thing… In the future I would like to add to my website second version with different language. Is it possible to install this theme the second time on my subdomain? For example: If I have the first version (german language) on www.nameofwebsite.com and is it possible to install the second version (english) on subdomain www.eng.nameofwebsite.com? Or should I buy the second time your theme?
Cheers!
k_bednarczyk,
you would only need one license to do that 
Hey S-T
is it possible to place a full width background image on the about page?? http://themeforest.net/item/salient-responsive-portfolio-blog-theme/full_screen_preview/4363266 pages?
regards John
Hey John!
With the new fullwidth section shortcode, you can have fullwidth images or colors anywhere 
txs and srry but forgot,,, accordion effect also, full width?
The full width shortcode will only make the background go the entire width of the screen, but you could make an accordion take up the whole width of the site container i.e. 1100px.
txs
Hi, I really like your theme and I would like to buy it, but one thing is strange… Scrolling the page is not so quick and smooth as it’s in other pages…. Is it possible to fix it? Best wishes!
Hey k_bednarczyk!
There is smooth scrolling active on Salient by default which also comes with the styles scrollbar. However, you can deactivate both of them in the theme options if you would prefer the normal browser scrollbar and scrolling 
Cheers
Thanks for reply. I mean that I like the design of scrolling but I don’t like how it works… I’m not sure how to describe this but I hope you know what I mean
When I go down the page I feel that something is working not normally, not so smooth…
Forcing smooth scrolling is more resource intensive so it can be a little slow for some people, which is why there is an option to disable it if you don’t want that. Browsers that don’t have smooth scrolling like chrome, safari and IE loose a lot of the parallax effect which is why I opted to use it since parallaxing was very important to me in this theme. Go look at other parallax sites in one of those browsers and you’ll see you can barely notice the parallax effect with standard scrolling.
Cheers
Dear Salient team
I love your theme and I am really consider buying it.
I just have two questions RE Social Media Buttons in the blog section (both in the actual blog post and the Blog Masonry Side bar).
I am rather particular about my social media icons. Any chance these icons could be replaced with actual branded buttons (AKA – the dark blue f button for Facebook and the red button with the white G+ for Google +)?
Thanks in advance.
Mike
Hey Mike!
If you wanted to replace the icons with colored ones, all you would have to do is replace the image files in the theme with your own.
Cheers
Thank you ThemeNectar:)
You’re welcome!