38261 comments found.
Hi There,
How could I make the logo white on the menu on the mobile view. I have added alot of custom css and tried out different settings to achieve this type of header style on desktop. Could you tell me how to make them white please?
http://bit.ly/2bvB2qoHey geekdot,
Add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 1000px) {
header#top #logo .starting-logo.retina-logo {
top: 10px;
opacity: 1!important;
}
header#top #logo .dark-version.retina-logo {
opacity: 0!important;
}
Cheers
Thanks, 
I also wanted the hamburger icon for menu on mobile to be white too… How would I achieve this.
For my menu items on desktop I have ”|” after each. I want to remove them on mobile, is it possible to achieve this via custom code?
Thanks, 
I also wanted the hamburger icon for menu on mobile to be white too… How would I achieve this.
For my menu items on desktop I have ”|” after each. I want to remove them on mobile, is it possible to achieve this via custom code?
Hey,
Add this into the custom css box located in your Salient Options panel as well:
@media only screen and (max-width: 1000px) {
body header#top #toggle-nav i {
color: #fff!important;
}
}
you couldn’t remove the separator on mobile with css unfortunately
Cheers
Hey, can you perhaps paste the code for the Home page of the service demo. I’m struggling to import it – it won’t work. I run a child theme and it says imported but no pages added? Thanks so much
Hey, http://pastebin.com/tQVKNCFx
make sure you still activate the full page row option
http://themenectar.com/docs/salient/page-metaboxes/#fullscreenrows
Hi, I write because I want to know if the theme has the ability to perform this type of sections or distribute information in this way: http://imgur.com/a/XIzuU
Hey, yes – you can use a full width content row type with equal height columns inside 
You have a tutorial for this or any example? i need urgen a section like the image of the example. Thanks
Hey, there’s a video tutorial on full width columns specifically https://www.youtube.com/watch?v=DpJWWM4BAbo
Hello guys,
As I told you before I’m trying a new design for my web in a domain to test.
I’ve been testing the possibility of making a divider with image for the top of the post. I have been testing several options but they do not work for me.
Here’s what I want to do: https://goo.gl/o8EdfE
And this is the post in the website: https://goo.gl/fRs7nE
Can you help please? thank you!
Hey,
Do you have that image already made? If so it could be achieved with custom modding, and I could point you in the right direction but unfortunately I couldn’t write the whole thing since it’s a bit beyond the scope of what I can provide here
Cheers
Hello guys, thanks a lot for your help. This is the image I was made: https://goo.gl/JyfUs2
I don’t know if it’s possible make this round split only with code, if works with a image for me it’s ok.
Thank you!
Add this into the custom css box located in your Salient Options panel:
body.single-post[data-bg-header="true"] .container-wrap:before {
position: absolute;
top: -40px;
left: 0;
width: 100%;
display: block;
content: ' ';
background-image: url(http://testing.mundocaco.com/wp-content/uploads/2016/11/image-separator.png);
height: 50px;
background-size: cover;
background-position: center;
}
Cheers 
oh my God! thank you! looks awesome! <3 <3
You’re welcome 
Hello again, this custom code looks awesome on post, love it.
Is possible make the same CSS technique in specific pages?
For example: http://testing.mundocaco.com/contacto/
Here only I added a image on header, without any parallax effect. I try, but I don’t know how to make it.
Can you help me please?

Hey, try this:
body.page-id-25[data-bg-header="true"] .container-wrap:before {
position: absolute;
top: -40px;
left: 0;
width: 100%;
display: block;
content: ' ';
background-image: url(http://testing.mundocaco.com/wp-content/uploads/2016/11/image-separator.png);
height: 50px;
background-size: cover;
background-position: center;
}
oh! thank you! <3 !!!
You’re welcome 
Hi, I’m using Salient v7.6 and the Google Map has suddenly stopped working (possibly after a theme update – I previously added the API key into map.js). The changelog says the new version includes a fix so why is the map broken? The error is ‘Sorry! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.’ Many thanks
Hey Barn2Media,
There’s an API key input for the map in your Salient options panel > general settings > css/script related tab. If you have a key enetered in there, please share your URL with the map so I can take a look
Cheers
Brilliant, thanks for letting me know. Yes it works now.
Glad to hear 
Hello! Our company purchased your amazing theme and are using it for our new site. It’s brilliant! We’re almost ready to launch.
We’ve noticed one small thing. Sometimes, on page scroll, css animation don’t always fire. In Chrome 54.0.28, if we scroll down, items don’t transition in. Sometimes they are delayed quite a long time but eventually fire. Sometimes they fire only when the screen is clicked.
Any insight on what may be causing this, or how to work around it? Our install is visible HERE.
Thanks in advance for any guidance. This will be the third time I’ve had a client purchase Salient and every time they are overjoyed with their site.
Hey shipwrek,
The site looks great! Have you verified that your child theme is not responsible for this? I can see it occuring on your setup using the same browser occasinally, but I have not seen this before
Cheers
Hello!
I’m using portfolio items to create a photography masonry grid. I get the following error when I click on any of the images in the grid: “Image cannot be loaded. Make sure the path is correct and image exist.” The lightbox image is not loaded.
Would really appreciate your help!
Hey atouserkani,
Do you have featured images supplied for each of the projects? If so, please share your URL in regards 
Cheers
Hello! Is there a quick way to change the “submit” button to another word like let’s say “keep in touch”
Hey! Could you let me know where in the theme you’re referring to i.e. a contact form, the blog etc
Hello. It’s here on a staging site: www.redrice.ca/jarofsalt-staging
The bottom part has a ninja form with a submit button
Hey, you need to handle this within the plugin itself as Salient isn’t defining the text in the form generated from ninja forms
Hi, I need to update my server to PHP7 and there are issues showing with Salient’s version of Visual Composer in WP Engine’s PHP7 compatibility plugin. Please could you either fix these errors or ask Visual Composer to fix them (I can’t access their support direct as it’s a bundled plugin):
FILE: /nas/content/live/flyinghorse/wp-content/plugins/js_composer_salient/js_composer.php
FOUND 1 ERROR AFFECTING 1 LINE
213 | ERROR | Visibility for magic method __sleep must be public. Found: private
Many thanks
Hey Barn2Media,
Thanks for reporting – i’ve noted to test and see if it’s something that needs to be raised with WPBakery
Cheers
Question about the full page header scroll icon.
When the Heading breaks to 2 lines, or the Heading has a Subheading, the icon gets covered.
Do you know of a fix for this?
Thanks!!
Hey,
Could you kindly share a URL showing the issue so I can take a look?
Cheers
Hey! Thanks for the reply. You can look here (extreme case as it breaks to 3 lines): http://www.andrewklotz.ca/moosemeat-marmalade
& here: http://www.andrewklotz.ca/frontier
On chrome, when I inspect and choose a device it looks fine, but if you look on the actual device, there is some overlap: 13” macbook, iphone 7 etc.
Not sure if there is a simple fix or if this is something that has come up before but thought I would ask.
Thanks for your help.
Hey, on projects that this occurs on you could use page specific css to move it up a bit
body #page-header-bg[data-alignment-v="bottom"] .span_6 > .inner-wrap, body .nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .span_6 > .inner-wrap {
transform: translateY(20%)!important;
-webkit-transform: translateY(20%)!important;
}
Sorry where do I put this code? I put it in the Salient, general settings but nothing seemed to change. This is to move the Headings up a bit? That could definitely solve it on all the pages.
Thanks.
Hey – could you kindly allow me to bypass your coming soon page so I can take a look why it didn’t apply for you?
Absolutely. Sorry. Should be good to go now.
For some reason i’m not seeing it functioning correctly as it should – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/ also let me know the ticket ID here once you’ve done so
The theme was purchased on a different envato account but am doing the back and forth on this account as the other account isn’t set up to my main email. So I can put in the purchase credentials but it won’t be for this account. Is that going to cause an issue? Alternatively, I could email my credentials etc? It’s just an issues as the ticket will go to the wrong person’s email.
Thanks
Hey, emailing would work fine – you could use the contact form on my author page
https://themeforest.net/user/themenectar
Email sent. Thanks so much!
You’re welcome 
I’ve gone to your support site, and there still hasn’t been a fix to the issue. When on the iPAD, if you try clicking the top nav links, you have to press/tap the link TWICE in order for the link to work. That is a huge flaw. Please help.
BTW, I posted this issue on August 26, 2016 and it is now November 18, 2016
Hey jessegarcia, please share the actual ticket ID so I can take a further look into this
Original ticket #873322
Thank you
Hi, I am having a problem with the mobile view, I cannot see the mobile menu icon at all. The menu is there, as If I click to the far right of main logo the drop down menu appears. Do you know how I can make the icon visible?
Hey beck22,
Please share your URL so I can take a look
Cheers
Hi, URL is http://successflow.co.uk/
Hey – have you tried updating to the current version of Salient? (7.6)
Hello, we have updated the theme to 7.6 but the hamburger menu is still not showing on mobile view. if you click in the bar the pops up but you can’t see the hamburger menu item. (so visitors would not know to click there to see menu).
Hey, if you’re using a child theme and have the header.php file in there, it would need to be updated to contain the latest header.php markup. If you disable the child theme for a moment you should see it working
Cheers
Great thanks, I’ll try that!
You’re welcome 
Tahir was very patient and helpful in ending my misery. He resolved my “image” turning into thumbnails problem. And later, the visual composer problem. Thanks!
Hey, that’s awesome to hear – glad you got everything sorted 
Hi – Why wont my Blog page with the masonary grid like your demo scroll on mobile phone?
Hey 7atrick, if you could share your URL i’d be glad to take a look
Hi there, is it possible to set styles for the nectar slider so that the headings and buttons look better on mobile? This is the website: http://sunnysidemontessori.co.za/ – when on mobile you can hardly see the writing?
Hey, there’s a tab for this when editing your Nectar Slider element in the Salient Visual Composer http://imgur.com/a/Psq4J
hi, using the fontawsome icons is very cool i only have a problem when linking them! the area around the icon is linked but the icon itself isn`t linked!
Hey!
Could you kindly share the URL in regards so I can assist? 
Cheers
Hello team, I have some issues with page blog style “masonry fullwidth”, you can see it here
http://taidu.es/blog/As you can see there is an extra white space in each item, this causes that strange look of the grid.
I deactivated all plugins, and look inside my css customization and Salient options, but I can’t find the solution.
Can you help me please?

Hey mundocaco,
Could you please open a ticket in regards with your admin credentials so I can take a further look into the setup? Also kindly let me know the ticket ID here once you’ve done so
https://themenectar.ticksy.com
Cheers
ok, thank you!
I have put the template in a new domain to test it, so I see, it works well with the post you have as an example on the demo site. I’m very excited about the template and I’m doing a new design for my official website. If I have more issues I will let you know of them. 
Cheers!
Hey,
Sounds good!
Cheers 
Hi there, I’m trying to embed a YouTube video as a background with sound, however there is no sound, even with the ‘Mute video’ unchecked.
Thanks in advance 
Hey,
The mute video option only applies to the self host video background, the youtube background offered in the raw visual composer plugin doesn’t allow for that option to be changed at all
Cheers
No worries, thanks for your help 
You’re welcome 
“and remember, the demos can be imported with one click to help as well!” Where can I find the option to select the photography demo theme?
Figured it out, sorry.
Hey epdesigns, no worries 
Hello team,
Download links (Buttons and text) are causing the entire website to go white after click:
www.futurefocusconference.com/button-test
I have tried linking to different types of media (PDFs, .ics, etc.) with the same result. All plugins except Salient Visual Composer are deactivated. This same type of button works fine using a different (Uncode) theme.
UNCODE EXAMPLE: http://www.weareupbeat.com/ (“Learn More” button on bottom, right side of header)
Hey, have you tried to use the option to “disable fade on click” in your Salient options panel > page transitions tab?
Cheers
That was it. Thank you for the quick response! I have literally tested/used close around 87 themes – and this is easily #1.
That’s awesome to hear! 
Cheers!