38442 comments found.
Hello, I know my support is expiered but please help me. How to change the video in the header of landingpage 2 demo? http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.18049594.2029698703.1523180273-1876739337.1516782563
Hey cu3edesign,
If you’re referring to the corporate 2 demo, you just need to edit the row settings within the page builder. There’s a field you’ll see for “video background” and the related source fields
Cheers
Hey TN,
Don’t suppose there’s any possibility of an update I asked after a while back (though you weren’t sure back then); The Nectar Slider, when placed via VC, can have the same fade transition as used when the Nectar Slider is used in creating individual slides…my fingers are crossed! 
Hey ND81,
Unfortunately there’s no option for this in the image gallery element > nectar slider style yet
Cheers
“yet” ... so it’s coming? 
Definitely not ruled out! Feature requests make it into updates based on popularity
Hi,
Is there a way to decrease the size of the plus/minus icon on the minimal toggle panels?
I’ve tried using the codes below, but it has no effect.
Within the page CSS:
.toggle h3 a i { font-size: 30px; }
Within toggle.php
Do you have a solution?
Thanks!
Hey cwayneboss,
add this into the custom css box in your Salient options panel:
div[data-style*="minimal"] .toggle h3 i {
transform: scale(0.7);
}
Cheers
You guys are the best. Thank you.
You’re welcome cwayneboss 
Hi, love the theme, but the mobile off screen menu displays to the top of the screen with no padding and I can’t find the css to lower it?
Hey gdavz, could you please share your URL in regards so I can take a look at what’s going on?
Thanks 
Yea, garyjohndavis.com
You got iT?
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
display: none;
}
if you remove the ”.row:after” from that selection, it should fix the issue
Question: If I have a two column, full-width row with a single image in one column, how do I make sure that image is always the same width as that column? When the browser expands, the image doesn’t scale beyond a certain point (which I think is the image’s actual size) leaving negative space on the side of the image.
I know if I use the image as a background, it’ll always remain the full width of the column, but it’ll also crop the image as it adjusts to the height of the content in the row.
I love this stuff! 
Hey rouge1,
Could you share the URL of the page that’s acting this way so I can take a look and assist?
Cheers
I just remembered I had this issue a year or two ago on my agency site. I lifted the CSS you gave me. I worked!
Here’s the code.
.row .col .img-with-animation { max-width: none!important; width: 100%!important; }
Hey rouge1, glad to hear you’ve sorted it 
Hello, I have a problem, I want to delete the logo, I have the most recent version and I used to do it with this code: body header # top #logo {display: none; } but now it does not work, the page does not load
Hey Dooply,
Please share your URL in regards so I can take a look to assist
Cheers
Of course! : http://www.kidplaneta.com/
Hey Dooply! This should work for you 
body #header-outer header#top #logo {display: none; }
A client’s old web developer purchased Salient in his Envato account, but now we need to update the theme files and cannot download the new version. I have the purchase code, is there a way for us to transfer the license to a new Envato account?
Hey bimsenfold,
If you contact Envato in regards they will be able to help with this
https://help.market.envato.com/hc/en-us/requests/new
Cheers
There seems to be a conflict that effects the image gallery and google maps since the latest Wordpress update. Both sections don’t display on the initial page load but do after refreshing the page. I have disabled plugins to see if it was a conflict but doesn’t seem to be.
Here’s a link – https://www.boutiquetraveler.com/san-francisco/private-tours/best-of-san-francisco/
Hey thegoverseas, can you please try disabling the rocket script loading you currently have active to see if that’s what’s causing the issue?
Didn’t even know about it as this was an automatic setting in Cloudfare but turned it off and that seems to have done the trick. Thanks
Hey thegoverseas,
glad to hear that helped 
Cheers
Hi.
1 - I’m trying to get the header (top navigation background) to start off transparent on product pages and then become solid on scroll/hover, but I don’t see the checkbox to force the transparency.
My settings are Salient / header navigation / use transparent header when applicable is set to “on”.
I don’t see transparency settings on product pages.
Here’s an example of the behavior that I’m looking for: https://www.allbirds.com/products/smallbirds-wool-runners?variant=549126559432 - How do I remove the link below the navigation when it is transparent?
3 – How do you make content scale down vertically on mobile? For example, if I have an image that is 500 px tall on the desktop, how do I make it half that height on mobile?
Hey rouge1,
1. There’s no option on a single product page to force transparency because there’s no page header – however you can get a transparent header on archive pages if you’ve set a page header on the page assigned to the shop
2. What link are you referring to? Can you share a screenshot highlighting the link?
3. Images will scale the size of the column they’re contained within. You can use the “responsive options” tab when editing any column in the page builder to set a different width for every available viewport
1. Archive page? Sorry, I’m new to building ecommerce sites.
2. I mean “line”, not “link”. Again, sorry about that. lol. How do you remove the line below the navigation when the header is transparent. This is the code I found in another comment here, in your forum.
body #header-outer[data-transparent-header=”true”].transparent { border: none!important; }
I pasted this into the “CSS/ Script related box in the Salient settings.
Thanks again for the quick response.
Hey rouge1,
1. The archive pages are the pages WooCommerce automatically generates for the main shop page and all category/attribute pages. For example these are all archive pages: http://themenectar.com/demo/salient-business/shop/http://themenectar.com/demo/salient-business/product-category/clothing/
2. In the Salient options panel > general settings tab switch your theme skin to “material” to handle this without CSS
1. Thanks for the education
2. It worked. Thank you.
You’re welcome rouge1 
How can I activate the comments? They are activated in the wordpress panel but they do not appear on the web
Hey tumarcaenfacebook,
Please share the URL of the area on your site where they’re not showing so I can take a look
Cheers
Hey tumarcaenfacebook, comments are disabled on pages by default but are available on the portfolio/blog single templates. If you wish to use comments on a page, you’d need to use the Salient child theme, and then copy the page.php file into it from the parent.
Once you’ve done so, simply change this section https://pastebin.com/1AbSkBKe into this https://pastebin.com/snwvGGnD
Cheers
Is it possible to hide certain widgets (f.e. sidebars) on Mobile Devices?
Hey dzineee,
Are you adding the sidebar within the page builder or using a page template? If the sidebar area is created through the page builder it can be accomplished easily with no custom css. Just use the “responsive options” tab to handle this when editing the column holding the sidebar
Cheers
Thank you for your quick reply. No mean on the general ’ Widget’ page. So not in page builder but in the general wordpress settings. You can choose WooCommerce sidebar.
Hey no worries, that would require custom css or the use of a plugin.
That’s a shame. The mobile experience is far for from optimal. Are you thinking about integrating a menu footer? Like for example the free storefront theme?
Hey dzineee,
The Salient footer widget areas allow you to place the navigation menu widget – are you referring to something else?
Cheers
Yes I am referring to something else. A special mobile footer menu that pops up whenever you are on mobile. See Storefront as an example.
Hey dzineee, there’s no such feature like that in Salient. However the new material theme skin does indeed keep the shopping cart and search feature in the main header menu on mobile
Hello,
Guys, can you please answer my questions on the ticket? I’m stuck on the website without it.
thank you
Hey josephhh, I’ll take a look into the ticket as soon as possible
Cheers
Hello ThemeNectar,
I’ve got an issue with the menu sort of glitching out if you pan over it at a certain speed, can you check my support ticket, and weigh into what a solution might be? I’ve disabled all the plugins on my site and it continues to happen. #1485878.
Thanks! Paul
Hey Paul, I just took a look and responded in regards 
Cheers
Thanks! That seemed to fix the issue. Do you have an idea when the next official release will be that has that fix integrated?
Glad to hear pogle2,
The next release will be out within a month that will include this fix 
Cheers
Hey ThemeNectar, it’s been about a month. Do you have a revised eta for the next version? Thanks!
Hey pogle2, it got a little delayed due to extra features that are still be added – if you’d like the latest beta we can always provide that to you 
Hey ThemeNectar, Just saw you released 8.5.6, but looks like the menu fix wasn’t included in this release? I guess it’ll be added to the one you were talking about in mid June?
Hey pogle2,
Yes, there are tons of other fixes/changes/features coming in the next update – we just had to release this one small update before the big one due to the new WooCommerce version
Cheers
Hey ThemeNectar.. just wanted to check in again to see if there was a new ETA for the next release? I assume the menu fix will be incorporated into this one?
Hey pogle2, if all goes as planned we’re hoping to release it this very weekend – and it will include that fix
Cheers
Hi,
Just noticed on some of my pages where there is no slider (visual composer content only) the top of the content is hidden/moved “below” the navigation and covered.
Is this a bug or just a setting i am missing?
Hey knova15,
Can you please share your URL in regards so I can take a look at what you’re referring to?
Cheers
I do not wish to share it in public but here is a screenshot:
https://cl.ly/qj79I had to add 50px padding on top but that is crazy ugly on tablet/mobile screen :/ without the padding the above happens. Simple page default template built in visual composer
Hey knova15,
Change your theme skin to “material” in the Salient options panel > general settings tab to alter that functionality
Cheers
Hi, thanks but when i do so there is a huge white space below the menu now :/
https://cl.ly/qlP8Hey knova15, if you don’t have any top row padding set I would need to see the actual URL in order to assist.
Cheers
Hi, just sent a PM to you with the link, please handle it privately
Thanks knova15
Hi
Can I have different footers on different pages?
Cheers
Hi Again
I would like to use this “New” button on demos on my portfolio, there’s a possibility?
http://themenectar.com/demo/salient-promo/Cheers
Hey MiraMaya,
Yes, you can 
That can be replicated via a css class name added to your desired project via the “Custom CSS Class Name” field. The css class name is: ”nectar-new-item”
Cheers
Hello )))
ThemeNectar is THE BEST. No words… Thank you so much. How can I best customize the text “NEW”?
Cheers
And this Plugin https://wordpress.org/plugins/widget-context/ dont working with my Theme. If you can later add this option to Admin Panel, it would be perfect. ))
Hey MiraMaya, i’ve noted the idea for the wishlist 
Hello again How can I best customize the text “NEW”? ”nectar-new-item”
Cheers
Yes this is Super please noted the idea for the wishlist
How can i with costum css footer-widgets deactivate/Disable?
Hey MiraMaya,
1. add this into the custom css box in your Salient options panel:
.portfolio-items .col.nectar-new-item .inner-wrap:before{ content: 'TEXT'!important; }
2. You’d need to get the page id class assigned to the specfic page you’re trying to modify and then target the relevant widget to hide/show
Hello
1. Is ok, thank you.. 2. Dont working clean. The footer is not showing but I can see this text “Widget Area 1 Click here to assign a widget to this area.”
Is there no way to disable the individual on the page that Footer not displayed? individual css code for Page?
Hey MiraMaya, please share the URL where you’re having this issue so I can take a look
Hi
I want not use other plugins only for this function.
I want to do that manually.
1.Can you give my the css code for “Disable row”? 2. Is there no way with individual css code to disable this footer? for examplewith “Disable row”
Cheers
Hey MiraMaya,
I just need your website URL to provide the needed code
Cheers
Hi, just sent a PM to you with the link, please handle it privately
Cheers
Hey MiraMaya,
add this into the custom css box in the page builder on that page – you can find it by clicking on the gear icon within the page builder (top right corner)
#footer-outer {
display: none!important;
}
Cheers
For some reason my buttons in Safari have been sporadic. They show up sometimes but not other times. Works fine in Chrome and mobile Safari but not on the desktop version. Super confusing! I’ve looked through all the comments and haven’t seen this come up really. Cleared my cache and hasn’t gone away.
Hey joshatudd,
Could you please share your URL in regards so I can take a look
Cheers
Looks like the Fade In features I had on there caused it. I just took them off and all seems to work again. Thanks for the reply.
Hey joshatudd,
Glad to hear you’ve sorted it 
Cheers
Hi
Great theme!!!
One question: could you please take a look at: aretskock.dsproposal.site and help to find an answer, why on mobile devices in Firefox and Safari, the menu on main site is not working properly? (slow)
Thanks in andvance for an answer
Agata
Hey Agata,
What mobile device are you using? So far from testing I haven’t noticed anything off about the mobile menu
Cheers
Hi, how did you create the ‘NEW’ label in the top left of the most recent demo swatches on your own site? – http://themenectar.com/demo/salient-promo/
Many thanks, Mike
Hey Mike,
We’ve added the option to add css classes to each individual project. That effect is created by adding the class “nectar-new-item”
Cheers
Hey chaps,
Im trying to add 10px of padding either side of the Nectar slider to match the padding in the section below:
http://www.saltedcarameldonut.com/test_projects/damview/Any ideas would be a great help?
Hey sam_lee1985,
This wouldn’t be possible through padding given the nature of the parallax effect, however there’s an option in the Salient options panel > general settings >
Body Border (Passepartout) that might help achieve what you’re looking to do
Cheers
Hello, can I do to flipping the slider on the demo “Project slider” scroll rather than clicking on the arrow?
Hey pavel33,
As of now there’s no option to change the slide on scroll, but there is an autorotation function in addition to the two navigation options (next/prev buttons & pagination dots)
Cheers