38440 comments found.
Yo,
Which class to target to change the font in headings, buttons in nectar slider? Thanks!
Hey,
you can handle that in the typography options tab of your Salient options panel without css 
Sure, on the slider I’m using the classes:
.swiper-slide .content { font-family: ‘Gotham SSm A’, ‘Gotham SSm B’; font-weight: 700; font-style: normal; }
.nectar-button, .button, .buttons, .primary-color, .extra-color-1, {
font-family: 'Gotham SSm A', 'Gotham SSm B';
font-weight: 400;
font-style: normal;
}
Hey – change it to:
.swiper-slide .content h2, .swiper-slide .content p, .swiper-slide .button a {
font-family: 'Gotham SSm A', 'Gotham SSm B'!important;
}
Yo,
Which class to target to change the font in headings, buttons in nectar slider? Thanks!
Hey,
you can handle that in the typography options tab of your Salient options panel without css 
Yo! Unfortunately I’m not using a Google font, we’ve to use an external font, so I’ve the css key in header.php and am targeting the relevant classes in the custom css area, but it doesn’t seem to be working for the slider text!
Could you kindly let me know your CSS that you’re using to target the headings and other slide elements?
Hey. Just installed woocommerce and i’m getting this notification:
Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.
Also, on the checkout page I have have three “proceed to checkout” buttons?
One other issue is that next to quantity no buttons show up?
Thanks
Hey,
Make sure you’re using v5.0.1 of the theme
Cheers
there seem to be issues with your support page. Any idea when it will be back up?
Hey timkeeley,
it seems to be online now – are you still having issues connecting?
no it’s good now. thanks
Good to hear 
Hello! I’ve got a question: is it possible to Constrain Max Columns of a portfolio item to something more specific like put your own number? Thank you!
And actually one more – is there a way to exclude certain elements in visual composer, when they are viewed on a mobile device? I’m using an extended responsive design type. Thank you again!
Hey,
1. As of now that would require custom development but i’ve noted the idea for the wishlist 
2. This will be an option in the upcoming update coming out in about a week
Cheers
Morning Nectar Team,
Regarding mobile devices, is there an option or a way to have a “scroll to the top” button as there is on the desktop? It would be easier than having to continuously flick up for some of the pages that are long on my site.
Thanks, EM
Sorry me again, On mobile devices with regards to the drop down menu, is there a way to allow the user to click on the whole word/menu item to access/open the drop down menu and not just the arrow?
Many thanks, EM
Hey,
1. This would require modding to the init.js file located in the js folder – look for this line:
if( $('#to-top').length > 0 && $(window).width() > 1020) {
and change it to:
if( $('#to-top').length > 0) {
2. This would also require modding to the init.js file located in the js folder. Change this:
$('#mobile-menu .container ul li:has(">ul") > a .sf-sub-indicator').click(function(){
to this
http://pastebin.com/25bZ3w8c
Cheers
Thanks again for your help. I greatly appreciate it.
1. Unfortunately, the code you gave me doesn’t work. The “scroll to the top” button doesn’t appear on smartphones and it disappears when you starting resizing the browser window. Is there any way to make it stay more matter which device you are viewing the site?
2. The code you gave me for the DropDown menu works to perfection. Many thanks for that.
Thanks again for all your help, EM
Hey,
1. also add this into the custom css box:
@media only screen and (max-width: 1020px) {
body #to-top {
display: block!important;
}
}
Excellent! Works exactly as I wanted it to. Many thanks.
Cheers 
Nectar Team,
Thanks in advance for all your help. Your customer service is A+!!!
Couple of questions regarding the Nectar Slider on this page: (http://neileverosborne.com/about/)
1) When viewing on mobile devices I have a ‘separator with text’ underneath a nectar slider. The problem I’m faced with is the title within the ‘separator with text’ overlaps the bottom of the Nectar Slider.
Is it possible to add padding to the bottom of the Nectar slider on mobile devices only?
2) Is there a way to adjust the size of a Nectar Slider image on mobile devices? I’d like to adjust the width and height if possible.
Thanks, EM
Hey EM!
1. Add this into the custom css box:
@media only screen (max-width: 1000px ) {
.vc_text_separator {
margin-top: 20px!important;
}
}
2. You can control this when using the flexible height option in combination with the minimum height options in the slide element
Cheers
Thanks for the response.
1. With regards to the CSS code you provide me above, would it work for desktops as well when the browser is scaled down or would that require different CSS? I tried the code above, scaled down my browser and the Text Separator title still overlap the Nectar Slider. Please help.
Cheers, EM
Hey again,
I’m not seeing the snippet showing up when inspecting the code – could you kindly open a ticket in regards with your admin credentials
Cheers
I’ve added the CCS Code you provided into the Custom CSS panel inside Salient General Setting but it doesn’t seem to be working on desktop or mobile devices. Can you please let me know what I am doing wrong? URL: http://www.neileverosborne.com
Thanks, EM
Nectar Team, I was able to fix my problem by adding ‘padding-top: 15%;’ into the responsive.css file.
Any reason that you know of, why adding the code you provided me into the Salient Custom CSS panel wouldn’t have worked?
Thanks again for all your help. EM
Hey – unfortunately without logging in to see your backend it would hard to say
Hi Bud,
Would it be possible to build an offset grid building facility into your theme? Eg have a look at the homepage of http://samking.co/ (scroll down a little) the grid system has blocks offset left and right at different intervals etc.
Rich
Hey, i’ve noted the idea for the wishlist 
Hello, how can I do for put a custom first text above each page? Above the menu I mean? For example, in the first page home, have above the menu the text “Hello world”, in the page contacts, above the menu have the text “No Hello World”
The second question is, what is the part of typography tab that should I edit for have a more small text in the footer? thanks.
Hey Filippo10,
1. This would require some custom modding to the header.php file as of now
2. Add this into the custom css box located in your Salient Options panel:
#footer-outer .col {
font-size: 12px !important;
}
Cheers
Thank you for the create theme. Is there a way to add bubble in Google Map? As a bubble I mean that Google Map shows marker AND Map Marker Locations -field information all the time without clicking marker.
Thank you!
Hey,
Right now this would take some custom modding to the map.js file located in the js folder
Cheers
Hello! I’ve set up a WooCommerce page using Salient and the prices don’t have the styling like in the demo. Also, they seem to be aligned strangely.
Is it because of the recent structure changes in WooCommerce?
Thank you in advance!
Hey! Could you kindly share your URL in regards so I can take a look?
Cheers
I’ve purchased the theme and tried to import the dummy data, but it’s failing to import the data with fails against all the elements. There are 4 folders within the main Theme Forest folder: modern creative dummy data, one page dummy data, ascend dummy data and clean all purpose dummy data, but the xml files are failing to upload. Could you please advise? Thanks in advance.
Hey,
could you kindly open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com
Cheers
Hi,
Pre-Sale Question: Is it possible to alter the templates container width in the theme settings?
Hey,
You’d actually need to mod that through a css snippet as of now if you wanted to change it past the provided options for adjusting it
Cheers
Pre-buy-question. I’ver never worked with a drag and drop page builder. Will I be able to generate a new post type design? I want to use your theme for a reddit like website and i need to adjust it because neither your blog post design nor your portfolio design would fit it 100%. Or do i have to dig into the code to do the changes? P.S will i be able to turn it into a multi author page? greetz
Hey,
You’d need to make mods if you wanted to create a new post type with its own design – the custom post types can only use the styles provided by default
Cheers
Hi Salient
Excellent theme. I have a question in regards to our site: sonderdesign.com
I would like to push the header logo to be in line with the left margin of the copyright text at the base / also in line with the left margin of the text.
I have tried the following code but padding certain pixels doesn’t keep them in line if the internet explorer window changes size.
body #header-outer[data-full-width=”true”] header > .container, body #header-secondary-outer[data-full-width=”true”] > .container { padding: 0 330px !important; }
Is there any way I can line them up automatically? Thanks
Hey,
If you turn off the full width header option you have active in your Salient options panel this will be the case automatically
Cheers
Thanks, that has correctly alligned the header logo. What would I have to amend to ensure the margin of both the content and the header logo is wider?
The header using full width should already be near the edge of the screen regardless of screen size – are you just trying to make the content area larger?
Hi, I’d like to increase the margin, so the content area is smaller. However I want the header logo to allign with the increased margin. Is this possible?
Hey again,
if you needed to align the full width header logo with a varied content width it would take some custom development as of now unfortunately
Cheers
Thanks, please proceed to close this ticket.
Hey – will do 
Cheers
I noticed that Woocommerce was not working correctly and after disabling the plugins and not finding a solution I checked my second site running Salient and I’m seeing the same issues.
Both issues mentioned below occur after updating to the Woocommerce 2.3 and the only thing in common is the theme used… “Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance.”
Issue 01: The quantity buttons ”+” ”-” are missing on variation product pages (maybe other types too).
Issue 02: I’m unable to select a country in the shipping page drop down. I can use [tab] to select the first country but it appears the menu shows beneath other forms.
Example page: http://www.owenprescott.com/product/go-vegan-t-shirt/ (Both issues are apparent without having to go through the entire checkout process)Hey,
1. Did you update the theme as well? That notification should not appear if you did
2. Add this into the custom css box for now:
.select2-drop {
z-index: 999999!important;
}
Cheers
GREAT THEME. BEST ONE I’VE USED!!!
Question, when you view a portfolio image full screen, is there a way to modify the following?
1) change the colour of the loader or use a custom one?
2) change the colour of the navigation arrows and the ‘X’ to close slideshow or use a custom ones?
3) if you visit this URL (http://neileverosborne.com/portfolio/bugaboos/) click on one of the thumbnails to view image large. Is there a way to make the browser window now scrollable? It seems when you view the larger image the whole page becomes scrollable. Is there a way to enable that?
Thanks, EM
Hey again!
1. Add this into the custom css box located in your Salient Options panel:
.portfolio-loading {
background-image: url("YOUR-IMAGE-URL")!important;
}
2. Those are all icon files so you’d need to modify them in the stylesheet or through prettyphoto directly
3. Prettyphoto calculates the image size when you click it but won’t recalculate it until you close the lightbox and reopen it – changing this would take modding the plugin itself, but i’ve noted to look into workarounds 
Cheers
Me again….
By any chance were you able to find or know of a workaround to disable the screen scrolling when viewing a enlarged image from an image gallery. As seen here: http://neileverosborne.com/works/tearsheets/
OR is it best to use an alternative lightbox plugin? If that is the case, can you share with me some directions on how to go about doing this. If I need to use a plugin was thinking of using this one: https://wordpress.org/plugins/responsive-lightbox/
Sorry, love the theme but not a fan of the screen/browser window being scrollable.
I appreciate any help you could offer.
Many thanks, EM
Hello! Is it possible to make header not sticky?
Hey – add this into the custom css box in the Salient options panel:
#header-outer {
position: absolute!important;
}
I dont know if this is a bug or not, but when I change the header background colour on a portfolio single page to white it makes the nav text colour white and also makes the header expand to a height more than before. The only way I could revert it was to trash the post and repost.
I eventually used the following CSS to get my single portfolio page and header bg white
.single-portfolio {
background-color: #FFF!important;
}
.single-portfolio .container-wrap {
background-color: transparent!important;
}
.container-wrap, .project-title {
background-color: #fff!important;
}
Hey,
There’s also a font color option in the page header settings for the portfolio – was that not working for you?
Cheers
No the font colour didn’t work. It stayed white. I’ve worked around it now and have no problems as the pages are built.
On another note when I add an image I don’t get attachment display settings. I want to choose a smaller crop but the settings are not there. When not using the visual composer they are there. Is this normal for Salient>
Hey – I’ve noted to add this option to the header settings image display. If you want to open a ticket in regards for the color issue I’d be glad to look 
Hello,
Is it possible to change the megamenu open action from hover to click?
I dug around but nothing jumped out at me.
Hey,
this would require some custom javascript modding as of now
Cheers