38356 comments found.
Hey ThemeNectar,
1) Is it possible to align the Horizontal Filters of Portfolio to the center of screen horizontally (instead of to the right)?
I have hidden the current category title (on the left): #portfolio-filters-inline #current-category {
display: none!important;
}
..and adjusted the container like this:
#portfolio-filters-inline .container ul {
float: let!important;
max-width: 100%!important;
}
2) How could I change the background color of Horizontal Filters of Portfolio?
3) How could I change the mouse-over color of Horizontal Filters?
4) How could I hide the colon ”:” after the “Sort Portfolio” text, related to the Horizontal Filters of Portfolio?
Thank you. I wish you a pleasant day.
Teemu
A clarification: In regards to 1) and 4) the idea is to align the Horizontal Filters of Portfolio horizontally to the center of screen, and hide the “Sort Portfolio text and the colon after it, so that only the categories/filters themselves would remain visible – and they would be aligned horizontally to the center of screen.
Hey Teemu,
Could you kindly share the URL to your portfolio page so I can assist?
Cheers
I mean: http://teemuluoma.fi/portfolio/
Let’s forget the 4) after a sceond thought. I’m happy with the “Sort:” text.
Hey – add this into the custom css box in the Salient options panel:
#portfolio-filters-inline .container > ul {
float: none;
width: 100%;
text-align: center;
}
body #portfolio-filters-inline {
background-color: #fff!important;
}
body #portfolio-filters-inline .container > ul a:hover {
color: #000!important;
}
Awesome, ThemeNectar!
Thank you. Man, you rock! 
That looks grrreat! 
You’re very welcome 
Hey, 
Is it possible to change the ‘current’ color of Horizontal Filters of Portfolio separately?
Cheers
By ‘current’ I mean the current/selected filter.
Add this into the custom css box located in your Salient Options panel:
body #portfolio-filters-inline .container ul li a.active {
color: #fff!important;
}
Great, thank you. 
You’re welcome 
Hey,
I just updated from 5.0 straight to 5.5.3 which is perfect, thank you so much.
I just see that the custom CSS above in regards to #portfolio-filters-inline that you very kindly provided me about 4 months ago do not work with the present version 5.5.3 of Salient.
What should I change in the custom CSS code in order to make it work again?
Warm thanks again for the awesome new release and the most helpful support. 
Have a good day. 
Hey! Change all the #portfolio-filters-inline to .portfolio-filters-inline 
Hey, That was easy. Thank you. 
Another thing – that seems like a small bug to me: My whole portfolio element – the filters, thumbnails and all – jump 9 px to the left and then instantly 9 px back to the right into position each time I click a filter item (except when I click the first filter item, or when the number of thumbnails that load equal the number of thumbnails currently visible). I’m using IE 11 with a desktop PC, and Salient 5.5.4. This is the page: http://teemuluoma.fi/projects/
...Correction – I just had a better look: It jumps everytime except when I click the first filter item ‘All’, or when I have ‘Print’ visible and I click ‘Package’. The ‘Print’ and ‘Package’ filters use the same thumbnail images.
Hey – could you kindly try turning off your styled scrollbar in the Salient options panel to see if that changes the behavior?
Hey, yes, sure, thank you. The performance was flawless when the styled scrollbar was not being used.
Oh, and one more thing I just recalled – I think the bug wasn’t there when I was using Salient 5.0. and the styled scrollbar. I’m not 100 % sure, though.
Hey glad it’s sorted for you now – i’ve noted to check more into that as well 
Thank you. 
You’re welcome 
Hello guys
I have use Salient theme v2.6.5 I found Scroll to top button is not display on mobile anybody know how can I enable it on mobile? please help.
thanks
Hey,
Add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width:1000px) {
#to-top {
bottom: 30px!important;
display: block!important;
}
}
Hi Bud,
Sorry to pester but is there any chance you could look at my ticket this morning, the child functions.php is breaking the nectar slider on the homepage of: http://demo.cornwallitservices.nhs.uk/photo
The only reason I’m using functions.php in the child is to call the init.js so I can alter the slidedraw open and close speed…
I’m sure I must have done something wrong in the file?
Cheers Rich
Taking a look 
thanks and I have updated the ticket as requested
Hi, sorry for doing support Qs here, but ticksey is super buggy and not sure if its working…
Re: http://themenectar.ticksy.com/faq/2020
I copy pasted this code and tried to fiddle with the logo height on the mobile device, but I’m getting really weird results:
https://www.dropbox.com/s/2m1g4n3aukjgm4t/Screenshot%202014-10-15%2017.33.22.png?dl=0This code has totally worked perfect in the past, but maybe due to theme updates something is a little screwy?
Can u pls update this code?, JA
That code should still be valid, I’m not seeing it active on your URL to troubleshoot though – could you add it back?
WE CANT CUSTOMIZE the shop woocommerce page! on your demo page you clearly have a header image/text on the woommerce shop/store page see here: http://prntscr.com/4wkkyz and you have a sidebar WITH a custom header image available here: http://prntscr.com/4wklbh
why cant i add ANY custom elements on the page, because you clearly have done it in the demo…i have tried to use the header controls to create a header and it does not show up see header screenshot: http://prntscr.com/4vpyrw i checked the salient option here and everything is selected: http://prntscr.com/4vpyynheres my website: http://goo.gl/b1hN9o i need you to help me find a solution so i can set up my shop page properly. so whats the solution?
Hey maijintheartist, could you please open up a ticket in regards with your admin credentials so I can see why the page isn’t populating anything? http://themenectar.ticksy.com/
(oops was signed in on another account, pls disregard and answer in this one instead, see above)...
Hi, i am attempting to create a layout that is responsive with a graphic on the left, and some text and call to action on the right. Is it possible/ how do I make an image disappear in the smallest mobile format (iPhone/ipad), but re-appear when it is in the desktop versions?
Heres what I have: http://andydrish.frominfinity.com Here’s what I want: http://okdork.com
Thanks for you help!
Actually wondering, any ways to scale fonts in responsive versions?
Have noticed that in this example, in the smallest mobile version here: http://andydrish.frominfinity.com that the way the fonts wrap looks off, and it would be great to have them scale down to a point size where it wraps properly. Possible?
Also, how would I adjust the graphic size in a responsive version… say I want to make it 20% smaller in the mobile size of the graphic only, but regular size in the larger site versions?
Hey FromInfinity,
1.
@media only screen and (max-width: 1000px) {
body #page-header-bg .span_6 h1,html .single.single-post .section-title h1, h1 {
font-size: 20px !important;
}
}
2. Can you link me to a URL where a graphic is present you want o scale down?
Cheers
This may be a little hard for me to articulate, but here goes…
The top nav that scales when you scroll always clips about 100px off of whatever content lies directly below it. This is a problem with typography, because it will hide 1 or 2 lines of text, which of course interferes with the design. How can I fix this? I tried using an invisible divider line, which works great on the desktop version of the site, but creates noticeable gaps when its responsive on a mobile device.
Thanks!
Haven’t found a workaround that is beautiful on all versions of the site
Used 10% padding and that worked nicely! Still would be nice to know if there is a more official way of doing it…
Cannot find a vertical justify option for text and graphics. Am I missing something?
Hey,
There’s a vertical content align option but only for columns inside of a full width content row – also the header should only be cutting into the content area in that manner if you have a large header since it will be resizing harshly but adding padding to the top row is indeed the way to go about it 
Cheers
thanks!
You’re welcome 
Hi, i am attempting to create a layout that is responsive with a graphic on the left, and some text and call to action on the right. Is it possible/ how do I make an image disappear in the smallest mobile format (iPhone/ipad), but re-appear when it is in the desktop versions?
Heres what I have: http://andydrish.frominfinity.com Here’s what I want: http://okdork.com
Thanks for you help!
Hey JaSunAzura,
@media only screen and (max-width: 1000px) {
.page-id-11 .img-with-aniamtion-wrap.left {
display: none!important;
}
}
Cheers
Hi, I would like to change the structure of the links of the portfolio?
of: www.name.com/portfolio
to: www.name.com/example
Thanks
Hey,
you can enter your own slug in the portfolio tab of your Salient options panel
After doing so just remember to resave your permalink structure in Settings > Permalinks
Great theme!
I figured how to make the menu sticky in mobile as it is in the full site.
My question is can you make the menu transparent when in mobile, as it is in the full site as well?
This way the header is transparent, but then the bar appears as the user scrolls down.
Thanks!
Thanks Elfatrany! This would require some custom development as of now, but I’ve noted the idea for the wishlist 
Hi, if you choose ‘Disable Salient Visual Composer’ do you loose the content that you have built with it? cheers
Hey – please see my comment to your previous post in regards
Hi ThemeNectar,
What are the steps to creating a secondary nav above the main nav seen here? ... http://i.imgur.com/lJ5CkVY.png
Site is live here… http://dolce-vita-az.bhdgchicago.com/
Thank you in advance!
Hey brianhallinc,
You can enable that in the header options tab of the theme options panel – you’ll see an option for “Header Layout” where you can handle it 
Cheers
Perfect, thank you!
You’re welcome 
Thank you!
You’re welcome 
The Milestone feature is great – couple of suggestions:
Ability to add both a prefix and suffix to the fields would be useful – e.g. ”$10.4MM”
Along those lines, it looks like the counter script rounds to the nearest whole number so you can’t actually say “10.4” -> but instead “10”.
And a check box for a particular milestone to you can choose to add either a ”,” (US numbers), or ”.” (Europe) for large numbers, e.g. “1,300”.
Thanks!
Hey! Thanks for the suggestions 
Hello Nectar Team, Is it possible to include keyboard navigation on the Nectar Slider?
Would love to have the ability on this page: http://eviscomm.ca/events/bluemind/
Thanks.
Hey eviscomm,
Try opening the nectar-slider.js file located in the js folder and adding thiskeyboardControl: trueinto the initalization call which you can find by searching for ”$sliderOptions = {”
Hi Nectar Team, I tried using the code you provided above but it does not work. Any thoughts or suggestions to get keyboard navigation to work?
Thanks.
Hey again – there’s two
”$sliderOptions = {”
in your nectar-slider.js – one for each transition type, make sure to add it in both 
Works perfectly!!!!!!!! Thank you so much.
You’re welcome 
Hey,
Is it possible by using the page id and css to make the homepage have a white logo and white navigation (including slideout menu buttons) etc.
But all the other pages inside to have a dark logo, menu etc as it does now?
Cheers Rich
It wouldn’t be totally possible without some js mods because classes would be missing unfortunately
Hello!
How i can remove the blank line under the slider on this page? http://tc.fuegoyamana.com/
Thanks
Hey estudiobee! I’m currently not seeing a black line appear in Chrome/Firefox – what are you seeing it in?
Is it possible to custom a link for the header logo, so that it doesn’t necessarily load the home page?
Hey tyronemackay, search for “starting logo ” in the header.php file in regards 
Found starting logo in header.php on editor page, but don’t see where I need to change the link address.
<a id="logo" href="<?php echo home_url(); ?>" echo="">></a>
Hiya Bud,
If I want to physically change the nectar down arrow (not using CSS) eg edit the actual code what file is it in please (and what line) and can this file be added to the child-theme?
Cheers Rich
Hey, search for “slider-down-arrow” in your functions.php file and yes the function that its in can be altered in a child theme
Can you provide line start and finish for it please so I can take it out and add to child functions?
1698 – 1912
thanks need to fix the child functions.php file first though
I need a quick help, this is why I try it here and not in the support, where it really takes some time.
I can not get the simple content slider to work. It always adds col span_4 to the list items and that makes more content visible than wanted. Like if I create 3 items, I see them all.
Is this a known issue?
Hey markimark,
please share your URL to the page in regards 
I already opened a ticket about it (ref content slider) user markimark
Alright, i’ll be with you on there in regards then 
you can use just fwbero.ch since I had to deactivate the soon page for a while.
Can you see what I am talking about? I would like to get rid of those test setups on my website to move forward. Can I delete now, did you see it?
please refer to my ticket
Will do
If you rollover the header menu (situated to the right of the page): http://demo.cornwallitservices.nhs.uk/photo/adventures/sports/ there is a slight movement (jump) between items – any ideas why please?
Rich
Hey – Because you’ve set css to change the font weight which makes the items get slightly thicker