38360 comments found.
Having an issue with the theme in general as well as on mobile 
Just installed it and set it to replace another theme, website: cnyinthedesert.com
1. The home page looks okay on a desktop but on a laptop/mobile the header graphic is not responsive, it just stretches/cuts itself off. 2. The entire mobile doesn’t work, it doesn’t have a mobile menu, it shows the full menu and all the graphics are full, and all the text is moved to the right and doesn’t show correctly? 3. http://www.cnyinthedesert.com/sponsors/ pages like that are just broken, I put a row with 2 columns and put text it in and it blows it all the way to the right.
Regarding 3 I noticed it breaks only if you put in “page header title” text and the whole page breaks, if theres no text it doesnt, but that’s still not okay.
Hey,
1. You’ll need to use the Nectar Slider instead of your page header and make use of the flexible slider height option
2. Are you using a child theme? If so kindly see if switching to the parent sorts it for you
3. Please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Cheers
Thank you for the fast reply! Opening at icket now.
Sounds good 
Hi,
Is there a way to remove the author and potentially even date too from the masonry style blog?
Thanks!
Mark
Hey, add this into the custom css box located in your Salient Options panel:
article.post .post-meta .date, .meta-author{
display: none!important;
}
is it possible to add (demo) style ecommerce store to menu without changing the format of the home page? Maybe setup a store on another domain?
Hey,
You can mix and match as many elements from the different demos are you need – what specifically are you trying to get from the ecommerce demo? also, please share your URL so I can take a look at your current setup
Cheers
Hi! Is there an autoplay option I am missing somewhere for nectar slider? For some reason my slider on my homepage is static on the first slide…
Sorry, I should clarify… I have 3 slides, all images, and the slider doesn’t transition between them unless I hit the arrows. Hopefully you can help, it was working…
Auto-rotate value!! After much digging I found the cure, add an auto-rotate value!! So much pain, such a little number…
Hey – glad you found it 
Cheers
When I view my site on mobile and go from portrait > landscape, all of the text gets bigger, and then when I revert back from landscape > portrait, the text stays large and becomes hard to read. Any fix for this?
Hey, please share your URL in regards so I can take a further look for you
Ive seen on a number of your demos that the standard footer (with copyright line) has been removed. Just wondered how this has been achieved or is there a way that the copyright line can be centralised on the page?
Hey,
There are options in the footer options tab to remove the copyright section or the footer widget area – are you just trying to modify the copyright border line?
Cheers
Ah found the remove feature to completely remove the copyright section. My bad. However is there a way to centralise the copyright text on the page if you don’t want to remove it?
Hey,
#copyright .col {
width: 100%!important;
text-align: center!important;
}
Thank you thats worked perfectly!
Awesome to hear 
why can´t i see the video background in the page header on firefox and chrome! i don`t got this problem on safari, need some help with that, pls.
Hey, you have an mp4 supplied for the webm file type, you need to use an actual webm so that it can play cross browser
oh!! thanks didn`t catch that, was so simple
No worries 
Hey, try adding this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1000px) {
header-space {
height: 120px!important;
}
}
Cheers!
Darn…it didn’t work. Thank you so much for trying, though!
Hey,
I’m currently not seeing that snippet being applied on your site, did you remove it?
Cheers
Hi! Sorry—yes, I had removed it. It’s back on now.
Sorry, there was a typo – change it to this:
@media only screen and (min-width: 1000px) {
#header-space {
height: 120px!important;
}
}
Whoa—I had tried that earlier and kept getting the same issue, but it seems to be working now (I probably needed to clear my cache…sorry!) Thanks so much!
No worries 
Hey!
On the portfolio page, I have about 15 filterable categories (I’m using the drop down sort menu). When I filter, sometimes there are only 1-2 rows in that category. The issue I’m having is that the footer comes up right under the 1-2 rows, and it won’t allow me to see all 15 categories in the drop down sort category list (the menu hides behind the footer). You have to return to “View all”, then see all categories again…which isn’t user-friendly. It works OK on mobile, but not on desktop…
Thanks!
Hey, could you also share a URL in regards for this one?
Cheers
I sent you a PM with the URL! Thank you!
Hey – try adding this into the custom css box located in your Salient Options panel:
#footer-outer {
z-index: 2!important;
}
This worked! Thank you!
You’re welcome 
Hi Theme Nectar, I added a solid color in the Boxed Layout Background then I went to footer and enabled the option Footer Reveal Shadow. After this the solid background color was disable and a white background was applied to the entire site. Please let me know your thoughts.
Also the Footer option: Footer Add Line Above Copyright is not working.
Hey,
Please share your URL in regards so I can take a further look
Cheers
Hi there,
I´m trying to remove from quote sliders the quotation marks, is it possible? thanks in advance
Hey,
that would require modding to the nectar/nectar-vc-addons/vc_templates/testimonial.php file
Cheers
thanks 
You’re welcome 
Hi,
Nectar Slider: is there a way to put the button above the heading? so the order will be “button – heading – caption”
Hey,
You could not fill out the heading field and add all of it in the caption field with html heading tags e.g.
<h2>Title</h2> <p>caption</p>
Cheers
How do you set the “Page Header Image” in all pages without adding it individually on each page and post? is there any global setting?
Hey,
There isn’t as of now, that would require some custom modding to the functions.php file
Cheers
Hi. thanks I’ve added a ticket with the purchaser account. I only got a “no” answer in my ticket, im expectring to have a suggestion though. can you suggest what mod do i need to do in the function.php in my ticket? I thought i could do it via css but if i dont add a background image the title area is in boxed and not full-width.
Hey, the simplest mod css only would be something like
body .page-header-no-bg {
background-image: url('img.jpg');
background-size: cover;
color: #fff;
}
it didnt work. if you dont add a background in the post/page it wont even have the “page-header-no-bg” class so it wont work. the div classes were “col span_12 section-title blog-title” it is is inside the container which is boxed. if you add a background it outputs a different layout and the title area is outside the container. if you dont it gives you a default boxed layout. and everything except the head is in the boxed container. PS: your support guy named tahiir suggest me to hire a freelancer on envato rather than give me a technical suggestion. lol. not helping.
It would require modding the using_page_header function in the functions.php 
I am having a problem where the currency signs are being displayed on the right of the amount no matter the settings in woocommerce settings. I am wanting it to be displayed on the left. Any suggestion on how to achieve this?
Hey,
Is that occurring for you all all WooCommerce pages and does it only occur when Salient is active for you?
Cheers
Thanks for your reply. I managed to fix the problem!
Another question – what’s the CSS to remove the box shadow on the open toggles here: https://www.nauticalhorizon.com.au/faqs/
Hey – add this into the custom css box located in your Salient Options panel:
body .toggle > div {
box-shadow: none!important;
}
Hi,
Is there an option for the transparent menu font color to change? I would like it to be white instead of black, but the header color scheme in the header options doesn’t seem to affect it!
www.jenningslodgemovie.com
Hey,
Edit your row and change the font color to light (the permanent transparent header picks up from the light/dark setting on your rows)
Cheers
Thank you very much!
You’re welcome 
Hi I want to open a link on a new page, what is the shortcode to do it? I know how to do a link but not target blank in shortcode, it is to modify the “Get ready to stand out” block on the bottom of the home page of salient ascend thanks for your help
Hey,
Add this onto your button shortcode open_new_tab=”true”
Cheers
hi here is my code [button color=”see-through-2” color_override=”#ffffff” hover_text_color_override=”#fff” image=”default-arrow” size=”large” url=”https://www.facebook.com/” text=”Facebook” open_new_tab=”true” color_override=”“] the link still open is the same window thanks for your help
Please share the page URL in regards so I can inspect it further for you 
it is pre-production website can I send you the url on your email? thanks
I found how to do it I put “open_new_tab=”true” just after “button” thanks
Hey, glad you got it working 
1
How can i add items and translation links to top small menu above main menu (secondary)? Like demo headers example. Thanks
Hey, you would need to use the plugin WPML
Actually i would like to add for example (phone number, the translation flag) in secondary navigation. Thats my question! I added already the WPML but it shows next to the main menu items, not on the same line as the social network buttons.
Hey – here’s a guide on the subject https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/
Thank you
Hey,
It’s a portfolio element with the constrain max columns to 4 on. Each project is using the “tall” masonry size as well 
Cheers
Updates? Are they only handled via FTP or does it use the Envato/Theme Forest Manager?
There’s a bug with “View All Posts” when using visual composer’s show posts component. On latest version of theme and Salient Visual composer plugin. The “View All Posts” link points to the canonical URL of the page (i.e. domain.com/test/ could be set as the homepage but the “View All Posts” points to it, instead of the category archive).
Hey,
1. You can use the Envato toolkit plugin as well https://premium.wpmudev.org/blog/how-to-update-themeforest-themes-with-the-envato-wordpress-toolkit/
2. Thanks for mentioning, i’ve noted to sort it