38353 comments found.
Hi there—how do I get a pin to point on the exact address location for the google map component?
At http://dev.inaturalcatering.com/contact/ I’m trying to get a pin to point to the address:
4924 South Cobb Drive, Smyrna, GA 30080
I have the latitude and longitude coordinates plugged in but not sure what coordinates to enter for this address to get it to display at the right point?
Hey Jay, it looks like the point is currently showing up from what I can see – have you already sorted this?
Cheers
Could you please take a look at the private ticket #1387559 at your support forum. Thanks!
Hey xdexx, will do 
Cheers
I clicked on the photo that said there was a sale price of $29 but it shows $60 at checkout. How do you get the sale price?
Hey fnebranding, unfortunately that sale went on for black Friday/cyber week and is now over – Envato has the old sale logo cached but as you can see on the product page, the price is back to normal
Cheers
On standard-minimal single blog post page, I’m trying to make letter-spacing: 0px instead of -2px on the span.meta-author, span.meta-date and span.meta-category but I’m not able to address these specifically enough. Can you give me a line of CSS that will address this?
Here’s what I’ve tried, which isn’t working for me:
.single #single-below-header .row .col.section-title span.meta-author, .single #single-below-header span.meta-date, .single #single-below-header span.meta-category {letter-spacing: 0px !important;}
Hey AMcDermott,
Could you kindly share your URL so I can see what settings you’re using?
Cheers
When I wanted to buy the theme it went to 60usd instead of 29 ??? Please how can I buy it for $29 ?
Hey yamkrane, unfortunately that sale went on for black Friday/cyber week and is now over
Cheers
Hello, I’ve a problem with the VC video block. Any idea?
Link—> https://www.delord.it/video-delord-creativo-pianista-youtube/
Hey innobrain,
I can’t seem to replicate that on my end – can you please either reach out in regards with your admin credentials via the contact form on my author page or open a ticket?
Cheers
Hello, we are trying to change the “View Cart” text from the Mini Cart in the header. I can’t seem to find where this is controlled. I have gone through the Templates in Salient for WooCommerce and also i tested the Mini Cart template directly from the WooCommerce Plugin and this isn’t in use. So bit stumped where this handled. Any pointers? Cheers!
Hey,
That text is coming directly form the plugin itself – you could use the .po file in regards to alter the text 
Cheers
Hi #TN, URL – https://s-squaresystems.com/ It is responsive to desktop, But it is not responsive to mobile. In what way to do for our website responsive for both desktop and mobile.
Hey santhi_lakshmi, can you kindly log into the account that you purchased the theme on or please open a ticket in regards on the support forum?
Cheers
I already purchased the theme. #TN
On which user account? This one does not seem to have a license attached to it
Hi, if you look at the second row here http://3dd.445.myftpupload.com/our-listings/
Why can’t I get the portfolio to look better? Ideally, I’d like each of those 4 photos to take up the row. Get rid of the space between them. And just make it look better or like it does in the demo. I’ve played with all the settings and I get nothing interesting. What am I doing wrong? Thanks:-
Hey silverlithomes,
to remove the spacing between the items set the “Item Spacing” in the portfolio element settings to “Default”. Also please list which demo you’re trying to emulate the portfolio look of as every project style is shown throughout the various demos
Cheers
Can you tell me where the mockup used for these iPhone screenshots is? https://drive.google.com/open?id=1HD1VstKO32H3MoDWEd3c-6mO99kRaDrk
Hey Zf97, here you go: https://creativemarket.com/ruslan_latypov/491966-UI-Presentation-Kit-Devices-Mockups
Cheers
Hi. We installed the theme and started building it – it displays fine on PC but not on mobile (only code is shown). I sent you a detailed ticket with all information to the support forum. Thanks!
Hey chenwenn, that sounds like Salient is getting overridden by a different mobile theme. The plugin “Jetpack” is known to have such an option. If you’re using that plugin, please check to make sure you don’t have that feature turned on.
Cheers
Thank worked. Thanks!
You’re welcome 
Hey ThemeNectar
Is it possible to add navigation arrows to any of the carousels?
If not is there anything else in the them that could achieve a similar effect?
Cheers
Hey radisafi,
When you use the basic carousel script (Caroufredsel) it will use top navigation arrows
Cheers
hi,
When searching using the header search, the query string is ” ?s=search-term ”. But using the product search widget, an addition post type query is added ” ?s=searchterm&post_type=product ”. Is it possible to modify the header search results to add post type in search query, just like it does from the sidebar search.
I understand my support perood has expired, but I would really appreciate your help on this please.
Thanks a lot!!
Hi,
I need to achieve a custom effect which I know this theme is capable of. If you go to my website(ID) https://matesindesign.com/ I have changed the header background to gradient because my logo has a gradient of the same color, you can see my actual logo in the favicon, on scrolling the header just shrinks and nothing changes. But I want to change the header background color back to white, menu items to show gradient effect, and lastly to show my actual logo, all this on scrolling.
I know this is very tricky but it can be done via Salient panel and some custom CSS. I can change the menu item colors to gradient myself or if it is not possible then at least they should become black because the background is white on scrolling.
I don’t know where should I start?
Please help me on this.
Hey, you’d need to change your custom gradient css to only be called when the header is in it’s larger state. Use this instead:
body #header-outer, body[data-header-color="dark"] #header-outer:not(.small-nav) {
background: linear-gradient(135deg,#FFBA0B,#E70052,#6500DE,#13D1B1)!Important;
}
Unfortunately there’s no way to set gradient link colors from the Salient options panel, but you could target the links in the smaller nav only with a selector like
#header-outer.small-nav header#top nav > ul > li > a { color: #000!important; }
Thanks, I have just tried this but on scrolling, the header is not changing it’s background color to white.
Now if you see I have used the Salient’s Transparency settings. Header starting logo is a white version of my logo and Dark is my colored version of my logo. Using your given CSS, on scrolling down, the header is not changing it’s color to white and my logo to its colored version.
Sorry for the trouble, this is the specific effect I need on my website. if you want I can create a ticket regarding this to give you complete understanding with images to show you what type of effect I am talking about.
Hi, did you get a chance to see this problem?
Hi, Can you please look into this matter. I have tried this custom CSS and this didn’t work. You can check on my website(ID) https://matesindesign.com/. I have added the custom CSS both on theme and page level but nothing happens on scrolling.
Hey ramanjeet_singh,
switch the above snippet to the following:
html body[data-header-color="dark"] #header-outer:not(.small-nav) {
background: linear-gradient(135deg,#FFBA0B,#E70052,#6500DE,#13D1B1)!Important;
}
body #header-outer.small-nav header#top nav > ul > li > a {
color: #000!important;
}
Cheers
Thank ThemeNectar,
I tried this and this worked almost. I did some changes in the CSS like I changed [data-header-color=”dark”] to “light” and the header is now changing its color to white on scrolling and nav links are changing to black. BUT Logo is not changing.
Before scrolling white version of my logo is present which is perfectly fine but on scrolling my colored version logo should appear but it is not.
Please see these my Salient panel setting here: https://imgur.com/a/X6c1x Please let me know if I am doing something wrong.
With your help, I am almost done please this is just minor thing remaining.
Thank you
Hey ramanjeet_singh, do you have the “Use Transparent Header When Applicable?” on in the transparent tab as well as the dark logo supplied? Then the page option for “Force Transparency On Navigation” would also need to be on in order to get both the light & dark logos in the page markup
Got it. It is working. Thank you very much. 
Just one thing. If I disable header resize on scroll then it is not changing its color to white on scrolling. The effect I just got only possible on header resize on the scroll?
Can I achieve this without resizing the header? The thing is logo changing animation while header resizing is not going smooth. If I can achieve this without header resize that would be perfect.
Hey ramanjeet_singh, you could leave the Header Resize On Scroll effect on but set the “Header Logo Shrink Number (in px)” field to “00” to leave the logo at the same size
Hi, Tried this but it is still shrinking in height. Please see https://matesindesign.com/ Sorry for the trouble (my partner just doesn’t want this shrink)
To stop the header from changing at all would require js modding to the init.js file when using the ascend theme skin (in the Salient options panel > general settings tab), however if you changed to “material”. CSS alone could prevent it.
Ok, no problem. Small shrink will work for me. I have increased the opacity of nav links to 100% when the header is in its initial state now I have applied gradient CSS on the nav link when the header is shrunk.
The CSS is not working. Can you please look into it? This is what I am adding.
body #header-outer.small-nav header#top nav > ul > li > a {
/*color: #000!important;*/
background: linear-gradient(to bottom right,#FFBA0B,#E70052,#6500DE,#13D1B1)!important;
background: -webkit-linear-gradient(to bottom right,#FFBA0B,#E70052,#6500DE,#13D1B1)!important;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
If you go to my website (https://matesindesign.com/) right now you can see the nav links are not clipping the gradient.
nvm, I figured this out. Can you please give me the CSS of the animated line on below nav links so that I can change its color when header is in its scrolled position. (Right now it is blue in scrolled state)
Hey ramanjeet_singh,
body #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after,
html body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
border-color: #6500DE!important;
}
Hey there! I need to contact you, what’s your email address?
Thanks,
Hey tovbar, you can use the contact form on my author page: https://themeforest.net/user/themenectar
Cheers 
Thank you 
You’re welcome 
Wanted to bring this to your attention and wasn’t sure if you were aware or not, when using the Microsoft Edge browser if you are using the iconset it puts a message in the address bar that it is an “Unsafe website” and blocks the icons from being displayed. Edge is the only browser that I believe is having this issue. If you would like to see an example here is one of the websites: http://strengthsbuilders.com
Hey newgenesisweb, I can see it occurring on your URL but can’t replicate via the demos. However, i’ve noted to use one of the alternative methods available in vivus in the next release to prevent this from possibly occurring
Hallo, i bought the theme and have a big issue. I can not create anchor links on the side menu. They are not working. Is there a solution for this? I am using the business 2 demo with the special side menu (Off Canvas Navigation)
Hey moociDev,
Anchor links can’t work with the Material skin “Slide out from right” off canvas menu style – if you need to use them from an off canvas menu and would like to keep the Material skin active, you’ll need to switch the off canvas menu style to one of the others available in the Salient options panel > header navigation > off canvas navigation tab
Cheers
Hello sir,
How to change mobile menu pattern..? im using ascend version and i want open menu in mobile like this – http://prntscr.com/hh9b6d
Thanks in advance for solve this issue
Hey y2k,
This is covered in the docs here http://themenectar.com/docs/salient/theme-options/header-navigation/#logo-general 
Cheers
This documentation showing only change color, but i want this type of format – http://prntscr.com/hhlivc
Hey, the docs listed above covers that in the following sentence listed directly above the pictures of both formats: “Header Sticky On Mobile This option will keep your header navigation bar fixed at the top if active. By using this option your mobile navigation will also change from the default (right pictured below) to the off canvas navigation style (left pictured below)”
Hi there,
I am considering in purchasing this theme, however, I just have a few questions: 1) Can the landing page transition effect shown in http://rifetheme.com/fatmoon-rhodes/ and https://revolution.themepunch.com/wordpress-header-image-slider/ (where the bottom 2 corners of the landing page image move inwards) be somehow implemented into a salient theme? Will this require Revolution Slider to be purchased alongside the Salient theme?
2) Can the animated icons in the corporate demo be enabled for mobile browsers?
3) Can the scrolling effect shown in https://greatives.eu/themes/movedo/movedo-creative-agency/ be replicated in the Salient theme? In other words, when you scroll up, the content following the landing page “overlaps” the landing page.
Thank you!
Hey ddeez!
1. That would indeed require the use of a third party plugin at this time
2. That would require custom development as of now
3. Yes, there’s the option for such a parallax effect when using the Nectar Slider or Page Header
Cheers
Hi There, I found this comment by you “You could apply the shape divider over a nectar slider by adding it to the row with the slider and checking the option for “Bring to front?”
I’m trying this and have set the ‘bring to front’ option, but it doesn’t work. What options do I have to set so that a shape divider works at the bottom of a nectar slider (would like to use a fullscreen homepage slider, but have tried without fullscreen and also doesn’t work.
Help appreciated, thanks
Don’t worry, it started to work – don’t know what I did to get it to work though, maybe cache or something….
Ok you have to untick “parallax slider” in order for the shape dividers to work…. shame but there you go
Hey anton123, glad you’ve sorted it. For now that option can’t work with the Nectar Slider parallax option but i’ve noted to add compatibility in future releases
Cheers