38440 comments found.
Hi is this theme wpml compatible?
Hey – a lot of people use it already but i’m still collaborating with their dev team to get listed on their site as 100% compatible
The Nectar slider is shaking a lot when going to the next slide with the new version of Firefox. Please check this and see about fixing this for the next version and in the meantime, can you please give me some custom CSS code to fix it temporarily. This is a really bad situation. I am seeing this on multiple websites. It is time sensitive. Thank you. -Aviad
Hey – I currently can’t see this occurring with the fade or the slide option on the slider, are you also seeing this occur on the live demo?
Hi,
I have a “Recent Posts” widget in Footer #3. When on home page it does not show recent posts, but when on other pages, it shows up fine.
See screenshot – http://screencast.com/t/CcRu7rdM
it is for hildebrantsplumbing
Hey,
please share the actual URL so I can take a look
Cheers
I forgot to put .com it is hildebrantsplumbing.com
Hey – sorry for the delay!
If you’ve ensured that no plugin is causing this please open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com
Is there a way to do a portfolio masonry display in one row and allow scrolling left to right at full page width?
Hey,
not really without some custom development
Cheers
Hey TN, just a follow-up for Ticket #538663
Cheers!
Hey – will take a look as soon as possible
How can I use custom CSS to remove the divider line underneath Centered Heading? Also, if I wanted to use that subtitle heading font elsewhere, what is being used and how can I call it out? (example:
)
Hey,
Add this into the custom css box in the Salient options panel:
.row .col.section-title {
border: none!important;
}
Cheers
Is it possible to link to a specific tab without the whole page reloading?
Right now I am using my page URL with ”?tab=tab-name” appended to the end.
Thanks
Hey – as of now not without some custom development unfortunately
Hi, We’re having some problems on our website with the portfolio loading times. It’s taking too long to load on the pages that show up our portfolio. How can we fix this? We even tried to use pagination but it doesn’t solve the problem.
Here is a link so that you check it out: http://www.remaxvtp.com/vt/Thanks
Hey – I would contact your hosting company in regards and show them this http://i.imgur.com/u1NAYFD.jpg – none of your images are very large but are taking between 1-3 seconds per when it should be milliseconds
Hi
I’m having two problems with the theme
Problem 1: https://www.dropbox.com/s/e84yr2slxodwcq0/Problem%201.png?dl=0When customers load website for first time, they see header messed up. Then they have to refresh to bring things back to normal.
Problem 2: https://www.dropbox.com/s/lxuk73za87t2lp2/Problem%202.png?dl=0Shop page’s “Shop” text gets hidden in the header.
Hey,
1. If you load the page scrolled down past the top already and have the transparent header option on, it’ll be transparent until you scroll and the state gets updated
2. Add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width:1000px) {
body #header-space {
height: 193px;
}
}
Cheers
Hi
1. Is there a fix for this?
Secondly, there’s a lot of code in my Salient box. Most of it is provided by you. It seems like there were bugs in the initial release and you provided code for fix the problem. Now after updates, most of it seems unnecessary.
Can you please tell me which code is no longer required https://www.dropbox.com/s/7ssggfh0o9y37ka/Salient%20Code.pdf?dl=0....
Hey,
1. It would require javascript modding
2. The only thing in there that’s in the bug category there is@media only screen and (min-width: 1001px) {body #header-outer[data-transparent-header="true"].transparent #logo .starting-logo, body #header-outer[data-transparent-header="true"].light-text #logo .starting-logo { opacity: 0!important; }body #header-outer[data-transparent-header="true"].transparent > header #logo img.dark-version, body #header-outer[data-transparent-header="true"].light-text > header #logo img.dark-version { opacity: 1!important; }}
however, that’s not in the current stylesheet since it’s technically not a bug – the reason it’s needed is because you’re using the same logo for your starting and default logo as opposed to two different versions (light/dark)
Hi
1. Its a bug in theme. How can we get this problem resolved?
I’ve noted it for the next release
My friends
Is it possible to add one more navigation bar, just above all page content, that would include the phone number, email, “my account”. just the standard ecommerce option? this would make the ecommerce version really practical
Thank you Martyna
Hey – the secondary navigation option available in the header options tab of the Salient options panel sounds like just what you’re looking for
Hi, I have a blog page on my site. My blog style is like this: http://themenectar.com/demo/salient-ascend/blog-masonry-fullwidth/.
THE QUESTION IS: clicking on a single post will show the full article, OK. Is there a way to make img and article title not linking anywhere if no other (full) content is available? (I argue a custom article css setting or so)...THANKS IN ADVANCE FOR HELP! 
Hey – it would be a tedious process to do with custom css alone (a snippet would be needed for every post since you want to isolate some)
U mean to put a snippet in each post everytime? it would fit may you post the snippet please? blog is at a veeeeeery early use…
thanks a lot in advance
Hey,
article.post.post-2677 .post-header h2 a {
pointer-events: none;
}
You’d need to replace the post-2677 with your own post ID
Cheers
wow! thanks a lot!
Ops! Sorry man, not working….should i put it in salient general custom css field, or in custom css field in the article?
If I put the snippet in General custom css field it works only for H2 title link, the picture/image still links to the article…any advice?
Hey – change the snippet to:
.masonry article.post.post-2677 * {
pointer-events: none;
}
Hi,
Is it possible to use the theme to customise the Error 404 page?
Thanks, Cyan
Hey – you’d need to modify the 404.php file or use a plugin to set a custom page you designed as that page https://wordpress.org/plugins/404page/
how i can add Schema.org Markup to my theme
Hey – you’ll need a plugin for this, I’d suggest Yoast SEO http://kb.yoast.com/article/183-microformats-and-schema-org
Hi, could you check my ticket #531346?
The map is weirdly red, and the only solution given to me was to use the ultra-flat map option. However, the ultra-flat map option removes all the text from the map… Which doesn’t really serve the function of a map.
Do let me know how can I have a functional map?
Hey – the URL provided does not currently show a red map, could you change the settings back to how you had them so I can see what you were trying to do?
Am I able to apply the nectar slider to a blog entry? I have attempted to use the VC builder to add the nectar slider on a blog page, however, the slider only shows up within the blog entry which puts the blog entry title above the slider.
Hey – as of now you can only use the Nectar Slider in a blog post below the main header
So there’s no way to even add a full width image to the header. At all?
You can indeed use a full width page header on posts – it can be configured at the post header settings metabox at the bottom of every edit post page
Hi,
How can I change the size of the mobile logo?
I tried this code, but it doesn’t work.
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body header#top #logo img {
height: 54px!important;
}
#header-outer {
height: 80px!important;
}
}
Hey, use this:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 54px!important;
}
body header#top, #header-outer:not([data-permanent-transparent="1"]) {
height: 80px!important;
}
}
Hey,
Any idea why there is a gray bar all of a sudden under the page header on all my pages: http://alltravelguru.com/contact-us/ ?
I haven’t modified any pages on the site since June – only mods have been Salient theme updates. I cleared cache to be sure that wasn’t the cause…not sure why this gray bar shows up now but never did before. Thanks!
Hey – add this into the custom css box located in your Salient Options panel:
html body[data-header-resize="0"] .container-wrap {
padding-top: 0;
}
Thank you, but the bigger question is why is this necessary? What did I do or what happened where this line of code is needed on this website but no other Salient websites I did?
Hey – if you can open a ticket in regards with your admin credentials themenectar.ticksy.com/ i’d be glad to take a further look. Just let me know the ticket ID here
Thanks. Ticket # 553974
Hey – I’m using a masonry/block layout for my blog posts on the homepage and up until today they would show a “Read More” on the homepage when I added the short code to the individual post. The read more button is not displaying even though the sort code is showing. It’s been removed for all posts. Any ideas on why this would happen? No plugin updates or anything like that…(newleafwellness.biz)
Hey, i’m currently seeing read more buttons on all of your posts – are you still encountering this issue?
Hey, sorry about that. I should monkey around more before asking my question. Seems it was tied to Ascend skin vs. Original. I had moved to Ascend so I could have the shopping cart icon vs. the shopping bag icon, not knowing it would remove the “read more” buttons. I switched back and all is well.
Does bring up another question you may be able to answer – is there any custom CSS I can add to swap the shopping bag icon (on original skin) with the shopping cart icon (found on Ascend skin)?
Thanks!
Hey again!
Add this into the custom css box in the Salient options panel:
.icon-salient-cart:before {
content: "\e012"!important;
}
Just added and still seeing the bag.
Sorry, use this instead:
body .icon-salient-cart:before {
content: "\e606"!important;
}
Up and running. Thank you for the continued support!
You’re welcome 
Give me please, Thanks
Hey – please open a ticket in regards and i’ll get it to you https://themenectar.ticksy.com/
Hello I’m trying to add a custom footer copyright text to my site but it’s not working – http://conference.narpmcalifornia.org/ – thanks for your time and help
Hey, could you kindly describe this more – I currently see custom information entered in your copyright section
Well, that’s weird, it wasn’t working earlier but now it is – Thanks for the reply though!
You’re welcome 