38356 comments found.
The page titles aren’t responding appropriately, it appears that they titles are covering up the screen on mobile devices. How to fix this?!
Hey one9ooh6,
Please share an example URL
Cheers
Good day- when using the nectar slider- the button that is supposed to open the vimeo video (lightbox) does nothing. – It used to work and no real changes have been made.
www.flipside.ky is the site if you’d like to see.
Hey brettmct,
Your video link is working for me currently – what browser are you experiencing this on?
Cheers
Hey,
Funny enough it started working for me as well… I was trying on Chrome, Firefox, and Safari. Both Incognito/private browsing as well… I edited the jsprettyphoto on vimeo to https and wonder if it just took a few hours to get going.
Thanks for the reply and confirming. All the best.
No worried, glad to hear you got it 
How can I stop fullpage from scrolling when Fancy Select is open?
Hey,
That would require a custom javascript event
That looks like?
Custom javascript is beyond what I can provide for you since it’s technically classified as custom development
Just tell me how the function that opens the dropdown called
The fancy dropdown is powered by the select2 jquery plugin, the init call for that is located in the js/init.js file in the select2Init function
Hi: How do I align menu items to the right using the “Left Header”?
Hey bells32,
Add this into the custom css box in the Salient options panel:
header#top nav > ul {
text-align: right;
width: 210px!important;
}
body[data-header-format="left-header"] #header-outer .button_social_group {
right: 30px;
left: auto!important;
}
Cheers
Hi Themenectar,
I’ve just upgraded to V8 and looking forward to testing the new features! Here are a few issues I’ve encountered already.
The overlay gradient doesn’t work (tried Chrome and Safari): http://www.shakehaus.com on the section right after the Nectar slider: “Shakehaus is a video advertising and production company, blablablala”. I’ve temporarily replaced it by adding a background to the column with a lower opacity.
Also the pictures on http://www.shakehaus.com/video-advertising-production (at the bottom), used to take the full width of their container but they don’t anymore.
Any idea why those things don’t work?
Thanks for your help. 
Ok so the gradient issue seems to be solved after I emptied the cache a second time. So that’s solved!
Issue#2 i still there. 
Issue#2 seems to have fixed itself… Oh well, sorry for the useless commenting!
Hey Somnambulismus, no worries! Glad you got things sorted out 
Hey,
Why is there no option for changing global H1,2,3,4,5 colours? Why must it be done with code?
I ask this mainly because I’ve tried code and it still doesn’t work.
Thanks
Hey mike-rose, please share your URL in regards so I can see why your css isn’t working
Cheers
I’ve used the following code to center the footer on desktop but for some reason it isn’t working on mobile. Can you check for me and adjust
#footer-outer .col {
text-align: center;
width: 100% !important;
}
#copyright .span_7 {
text-align: center;
display: block;
width: 100%;
}
#footer-outer #copyright li {
float: none;
margin-left: 20px;
display: inline-block;
}
#footer-outer #copyright .col ul {
float: none;
}
body #footer-outer #copyright .col ul {
float: center;
}
Hey, there’s actually an option for a centered footer in Salient 8.0
Cheers
just a curious question. will a patreon icon be added to the available list of social icons?
Hey burmuss,
I’ve noted it for the wishlist 
Cheers
Is it possible to show the ‘All items loaded’ button constantly, once all blog posts have loaded?
If so, how?
Thanks
Hey BadScooter,
It would require modding since there’s no different class that you can target only the All items loaded and not the loading icon with css
Could you please tell me how I do infinite scroll with posts?
Once you’re at the end of one, load the next one.
Hey ofmarconi,
If you’re using the posts page to display your blog as defined in settings > reading, you can turn this option on via the “Pagination Type” option in the Salient options panel > blog > functionality tab. If you’re using the blog visual composer element to display your posts, the option will be directly inside of the element settings
Hello!
I want to have a slider at the top of all my woocommerce pages, but I have a sidebar, so I cannot put it in the header like I would with an image or a video through the page header settings area. Is there any way to make this possible?
Thank you very much in advance!
Hey allinagency,
As of now this would require some custom modding – however i’ve noted the idea for the next WooCommerce based update 
Cheers
Still no 8.1 update. When are you guys going to release it? Can you give us an idea? Thanks in advance.
Hey Nehalem2009, very shortly – also if you need it right now just reach out 
Cheers
Hi there! I can’t find the demo that shows your info boxes in action. Please can you point me to a demo that shows Info Boxes? Thanks very much
Hey jaroljmek, which info boxes are you referring to? Do you have a screenshot or could you describe the element in a little more detail
Cheers
Hi there. I found your Salient Studio so all is good now! Thanks
Glad to hear 
Cheers!
Hello, I created a nectar slide on my homepage, how do I reduce the height? And how do I change the color of the little mouse below, it is white I would like to put it in black?
Thanks 
Hey victorbar,
1. You can set the height directly inside of the visual composer Nectar Slider element – could you share your URL so I can see your current settings?
2. Hey, add this into the custom css box:
.scroll-down-wrap.no-border .section-down-arrow:after, .slider-down-arrow.no-border:after {
border-color: rgba(0,0,0,0.5)!important;
}
.scroll-down-wrap.no-border .section-down-arrow:before, .slider-down-arrow.no-border:before {
background-color: rgba(0,0,0,0.5)!important;
}
Cheers
Hi, it’s ok for the dimension for my homepage
But i added your code in the theme>General settings>CSS/Script related and it didn’t work ?
I make a screenshot it’s the little mouse to indicated to scroll down : http://www.cjoint.com/c/GCvnhyTE0fA
Thanks
Hey could you share your URL in regards so I can see why?
Hi i develop my website localy 
Whenever you get the site on a staging server or put it live just let me know so I can take a look
Hello, I would like to create CSS classes in order to use them for certain parts of my website. I’m block with the theme options font. For example i want create a class with roboto font, size 20px, ect .. and how do I call this class in my differences section ?
Thanks in advance.
I forgot, for example i have some H3 in my website but in the theme option H3 size is 25px and I want to use an h3 elsewhere but with different properties
Hey, just use the custom heading element available in Salient 8.0 – it allows for this 
Hi, I have updated the theme, I work on my site locally and I use the theme child. When updating the parent theme, has the theme child been updated too? if it’s ok, now how can created my class
Thanks
Hey, child themes don’t get updated when updating the parent – that’s the main reason you would use them to begin them. What files do you have in your child?
Hey, it seems you only have a style.css, functions.php and then the dynamic styles – none of those should need updating once updating the parent. 
Ok thanks,
But now how can i created a specific class for specific text ? I created this : http://www.cjoint.com/c/GCBoRQGPafA In the visual composer i added this text box : http://www.cjoint.com/c/GCBoUOxm8PA and for the text 1- prise de contact i added the class in the box : http://www.cjoint.com/c/GCBoYcD3zjABut it don’t work 
Thanks for your helping.
Hey, in 8.0 the custom heading element actually lets you define typography settings for text on the fly
Thanks but where I found that ?
I have this : http://www.cjoint.com/c/GCChsQ0Yb1A
Hey, it’s a separate element inside of VC that was added in 8.0 http://imgur.com/a/PxUvh
Ok thanks , but if I use only custum heading in my website, does not impact on the seo or other ?
Thanks for your answer 
Hey – it won’t impact your SEO unless you use it irresponsibly such as using many h1 tags on the same page etc. But by itself, there’s nothing that the element will do to change your SEO
Hi,
just a quick question! Is there a way to change the back-end visual composer styles? For example, on the textbox element, the H1’s and H2’s are reversed and sometimes can be a bit confuses for editors, even though its just back-end is there a place I can alter the CSS for the back-end element?
Thanks 
Hey tritontester,
If you want to add styles into the backend editor, use the file nectar/nectar-vc-addons/nectar-addons.css
Cheers
and also how to make the contact form 7 button full width ?
Hey prateek488,
Add this into the custom css box in the Salient options panel:
.wpcf7 input[type=submit] {
width: 100%!important;
}
Cheers
Dear ThemeNectar super team, Since the update my post header titles have disappeared. Could you help me find out what it is? sample: http://nikkeivalparaiso.hana.bi/2017/03/conferencia-gratuita-marc-bernabe-aprender-japones-traves-del-manga/
Best regards,
Akira
Hey Akira, how did you do the update? It seems that the main salient script file (init.js) isn’t being loaded at all
Hi ThemeNectar, thank you for the reply. I used the Envato automatic updater plugin. So what I should do is do a ftp update instead?
Hey, that plugin should work – something may have gone wrong with the update though. If you could try to do it again via FTP just to verify that might clear it up
Hi, I uploaded everything last night via ftp but the titles still don’t show. What else can I do? Best regards,
Akira
Hey, it seems there’s actually an internal server error occurring which is preventing the page scripts from loading. You can see the message in the browser console
Failed to load resource: the server responded with a status of 500 (Internal Server Error)You can check the server error logs to see what the error is so we can proceed , but if you haven’t tried to disable third party plugins yet to see if one is causing it, that would be a quick thing to test
Hello!
Is there any way to have a secondary navigation menu that only gets visible in the shop pages such as the shop page, products pages and category archives pages? I want to have a secondary navigation menu that only shows the product categories and it doesn’t have sense to be visible in other pages of the web.
Thank you very much in advance.
Hey allinagency!
Add this into the custom css box in the Salient options panel:
body:not(.woocommerce) #header-secondary-outer { display:
none; }
Cheers
Thank you very much!
Now I have another problem. The social buttons appears in the secondary menu and I would want them to stay where they were, in the main navigation menu. How can I do this?
Thank you in advance!
Hey! Unfortunately they can only display in the main nav by default when not using the secondary nav – this would require some modding to the header.php file
Hi Guys,
Is there a custom css class that I can use to turn the Custom Heading into Gradient Text?
I know there is a gradient text option but I want to be able to control the size of the font which the custom heading allows me to do.
Thanks
Hey 0754ben84,
Unfortunately that’s no possible as of now – however you could easily control the size of the gradient text beyond what you’re setting for it in the typography options with css. If you can share your URL where the grad text element is used I could provide an example
Cheers