38440 comments found.
Hi ThemeNectar,
Link: http://neileverosborne.com/fine-art
For the life of me I can’t seem to figure out why the Nectar Slider caption won’t display on mobile devices.
The caption appears on other browser sizes but not mobile. Can you let me know why this would be happening and how to fix it?
Many thanks.
Best, Alan
Hey Alan,
Are you referring to the text “HOME: An Elephant’s Tale”? If so, I just checked on an Iphone X and can see it displaying – could you let me know which device you’re experiencing this on?
Cheers
Hi ThemeNectar,
There should be text located under “HOME: An Elephant’s Tale” which should read “Opening Night: May 2nd, 2019”.
As I mentioned you can see the both lines of text on desktop and some small screen sizes but mobile you can no longer see “Opening Night: May 2nd, 2019”.
Any chance you know why that would be happening?
Many thanks.
Best, Alan
Hey Alan,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab and then clear the cache on your phone:
@media only screen and (max-width: 690px)
body .swiper-slide .content p {
display: block;
}
Hi there,
Thank you for the great theme,
i’m trying to override styles which have been built via for php css files in the css folder. however many of your styles have !important added to them making it really difficult to gracefully override styles,
can you explain how we could override these files from a child theme without having to edit the actual files in the parent theme
if (!function_exists(‘nectar_colors_css_output’)) { function nectar_colors_css_output(){ include(‘css/colors.php’); } } if (!function_exists(‘nectar_custom_css_output’)) { function nectar_custom_css_output(){ include(‘css/custom.php’); } }
if (!function_exists(‘nectar_fonts_output’)) { function nectar_fonts_output(){ include(‘css/fonts.php’); } }
Hey maycontainweasel, in the current version of Salient the “include” was changed to “get_template_part”, which will allow you to copy the files into your child theme for overriding.
Cheers
Hey guys,
Is there a way to create a filter search for the portfolio with the attributes used or something else?
Just want it to function the same way as I am filtering a woocommerce products with attributes.
I need around 4-5 filter options.
I just want some hints to send to my developer 
Cheers
Hey purplepigdesign,
The attributes for the portfolio are a standard WP taxonomy, so they can be queried for however you desire. There are already automatically created archive pages for each term which you can reach with http://domain.com/project-attributes/ATTRIBUTE_NAME
For example: http://themenectar.com/demo/salient/project-attributes/branding/
Cheers
Hi,
Please allow in the next updates put a link to a specific part (time) of a Youtube video in background!
Thank you, have a nice day.
Hey nocomments, thanks for the request 
Trying to help with bug reports (not sure why this would need an updated license) here it is: On mobile, the woocommerce product tag cloud widget content (div.tagcloud) doesn’t get hidden (accordion pattern) like the others woocommerce widget (containing a list) do.
Hey thibaud_be,
This fix has been added to the current beta, if you’d like to get access once it’s available prior to the actual release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi, the demo website not working!
Hey ramiobeidat, everything should be back online now 
Unless “Force Transparency On Navigation” is set to on the secondary header is overlapped.
This seems to happen when not using the page header background, title.
Let me know if you want to take a look
Hey revolvedmedia, could you indeed share the URL where this can be seen so I can take a look?
Thanks in advance
Hi guys – pre purchase question. I like the colour dots product filter. Can you also have the colour dots as a product variable?
Sorry just checked online and I can see you can add image swatches in woocommerse 
Hey lukedarby,
Glad to hear you found the answer 
Cheers
Hey guys, Is there any possibility of having a RTL aligned header at some point in the future (e.g. logo on right, menu icon on left)? You previously provided me with some CSS for it but I wasn’t able to get it to work unfortunately… Thanks!
Hey ND81,
It’s still an item on the wishlist – for now could you kindly share your URL so I can take a look why the CSS did not work?
Thanks 
HI Guys – Love your work!!!
F.Y.I. – Using latest salient & wordpress version, I was unable to get Nectar Slider to go full screen width – there was a white space left and right – Even though the column padding was set to 0 – I changed the column padding position from the default of “All Sides” to “Bottom” and this removed the space.
Also having an issue with a full screen two column layout again this is set to full width with no padding and yet there is a white space to the right of the second column – Is this something you are aware of and is there a work around?
Many thanks, Andy
Hey Andy, that’s awesome to hear 
Since this is not a known issue could you kindly share the URL where this can be observed?
Thanks in advance
Thanks for you quick reply
the address is http://grandeflorida2.wpengine.com/
the unwanted padding is on the google map and street view column – I have tried repositioning this at the top of the page and tried a simple two column layout with just photo’s in with the same result.
Andy
Hey Andy,
In the WPBakery plugin settings can you ensure that the option for “Disable responsive content elements” is not active?
Cheers
FANTASTIC! worked perfectly – Thanks again Guys 
You’re very welcome 
Cheers
I’m having an issue with using SmartCrawl Pro (WPMU DEV). When it’s installed, the backend editor disappears. I have another WP site that I’ve tested it on, and everything works perfectly. Not sure if there’s a known issue or fix. Any help is appreciated.
Hey skucenski, are you using the same version of the WPBakery page builder plugin on the other site where this issue is not present – Also, could you please reach out via the contact form on my author page with temporary admin credentials so I can take a closer look? https://themeforest.net/user/themenectar
Thanks in advance
Hi there, is it possible to have the client slider speed up on mouse hover?
Hey sean_england, altering the client slider speed would require modding to the js/init.js file as of now
Is it possible to change js to have logos smooth scroll instead of cycling through logos one by one?
Hey sean_england, the script used for that carousel does not offer that option, however i’ve noted the idea on the wishlist
Cheers
Hi,
Will there be a new theme skin/style anytime soon?
Thanks
Hey toolbox101, the next update will include new demos – however there will not be a new skin added.
Cheers
Hi Theme Nectar, After update the I noticed on Mobile that the text under my name is too big. www.graciehouston.com/instructors
Any thougths?
Thank you, Maurino
Hey Maurino, in the Salient options panel > typography tab, can you verify that you have a value set in the “Page Heading Subtitle Font” field for the font size?
I did not set any value for the Subtitle.
Hey maurinoloureiro, can you add a value for the font size to see if that allows the responsive sizing calculations to kick in – for example “28px”
It kicked in but in the mobile the text still is cutting through my picture. The responsiveness doesn’t reflect what i see in the desktop and mobile.
Hey Maurino,
In order to limit the width of the text to not overlap the person in the image, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (max-width: 690px) {
body #page-header-bg .span_6 span.subheader {
max-width: 50%;
display: block;
line-height: 20px;
}
}
Still not working. The 2 line went in front of the first line.
Please reach out via the contact form on my author page with temporary admin credentials so I can take a look why that would be https://themeforest.net/user/themenectar
Thanks in advance
I sent.
Thank you Maurino
Hello, We are struggling with trying to format your menu. The box cuts off our top menu items (meaning our items extend past the box shape) and there is no space between items so headings and sub headings are running into each other. I’m thinking there needs to be some default system to either turn on or off so box automatically fits around content and there is ample padding between items. Maybe there is some css code we need to implement? At the moment we can only use the Menu with 1 Level of Heading, we cannot add Child Levels under those headings as they will run into each other and the format of the box does not automatically go the width of the items which means items stick out past the box. Hopefully I have explain it in a way you can understand. If you need me to do a screenshot I would be happy to do so just let me know – I am working on a staging site until I can sort this out. Thank You
Hey meruth101, please see my response to your other comment in regards
Hello, I just posted my reply over where I had posted before. Thank You.
Hi. I want a video (the one on top at www.inthesameboat.org) to display at 70% on desktop (I know how to do that), but at 100% when viewed on mobile (don’t know how to do that). Thanks for your help!
FYI, I mean 70% width.
Hey marcfest,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1000px) {
.wpb_video_widget {
max-width: 70%;
margin: 0 auto;
}
}
Awesome. Thank you.
You’re welcome marcfest 
Hi there,
I am struggling with a lot of missing / unavailable fontawesome icons when I try to implement them like this:
[icon color=”Extra-Color-1” size=”tiny” image=”fa-php”]
How can I get the newest and perhaps even pro icons on my website?
Cheers!
Hey hookieoalo,
Are you only expeiricng these issues when attempting to manually use icons from Font Awesome v5? The current version included is v4.7
Cheers
Well, I guess. Not sure. When I try to add the fa-php for example, it doesn’t show.
That specific Icon was not added until v5, do the icons within the font awesome collection work when added through the icon element within the page builder for you?
Yeah, the ‘normal’ ones work fine. Can I update so that all icons that I want to use work. Also perhaps even pro icons? And if so, how do I do that?
Thanks for confirming hookieoalo, 5.0 of font awesome reworked the library completely and updating would break existing user sites which made use of the icons. Because of this, WPBakery has not updated the library yet but when they do we will incorporate it as well.
Thnaks for clearing it up!
You’re welcome hookieoalo 
I have a nectar full screen slider where I need a different styling on the heading, compared to my other ones. Would this be possible with CSS? I have given the slider a class name, but I can’t seem to reach it through css? Code: body .front-branding h1 {color: #efefef;}
Hey boelmikael,
change the snippet to be the following:
body .front-branding h2 {color: #efefef!important; }
Thank you! It worked perfectly 
You’re welcome boelmikael 
Is there a ‘go to top button’? When we press we can go to the top of the page
Hey KrystalDesigns, you can enable that in the Salient options panel > general settings > functionality tab
Hello, we’re releasing a new website with woocommerce. We created attributes for a product and we want to show up in the product page, but it doesn’t show it.
Here’s the link http://bit.ly/2GQiXlH
Hey innobrain, I’m seeing some attributes on that product URL https://ibb.co/wKM4sXk , if you’re adding others which are not showing can you please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance