38359 comments found.
Hi guys! I have a question about the pricing table. I was wondering if it is possible to replace the default title (“[pricing_column title=”Column 1”) with an image. I couldn’t find this question in the comment section..
Thanks!
Hey favothemes,
This wouldn’t be possible without some custom html markup as of now
Cheers
Hey there! Sorry for don’t figure this out by my own, but here we go: How do I change the “heart” icon into a beer icon using fontawesome (fa-beer)?
Hey – you can change that icon in the nectar/love/nectar-love.php file
Cheers
Is there a way to get an auto rotating slide show of images as the header of a page with a continuous caption over it please? I can’t quite see a way of doing it as the Nectar slider will change the caption for each slide (would be nice to have the future flexibility if captions could run for independent durations and stay in place if desired whilst slides change, or to have buttons remain too).
Hey dmatarch1,
This wouldn’t be possible to do without some custom development as of now unfortunately
Cheers
Okay thanks for the response. Thought I’d gone through all the options. Maybe a future option to make the Nectar slider even better
I’ve added the idea to the wishlist 
Hello
We recently updated the theme and I was wonder what size the preview image should be for a Nectar video slider. This is primarily for viewing certain pages on mobile. View this link
Hey gaurav62489,
The preview image should be the same dimensions as the video you’re uploading
Cheers
Hi, I updates Wordpress 4
Now I noticed some problem with the theme.
When I edit a text, modal window opens, I change the text and click SAVE. The Modal Windows doesn’t close. And I have to click CANCEL or X to close the window.
Hey, please ensure you’re on the latest version of the theme and that no plugins are causing the conflict
I have downloaded and uploaded the newest version of the theme to my website. I’m wanting to make each column a different color but I’m not seeing the option for that like I do in the full width section. Am I missing something? Any help would be great. Thanks! www.pfyouth.org
Hey, please see this in regards: https://www.youtube.com/watch?v=DpJWWM4BAbo
Hi Theme Nectar, In the mobile menu I changed the color of the background (white), border (gray) and font(gray). Everything looks good except for the Home link that is not showing anymore. Could you help me, please? ( http://loureirojiujitsu.com) Here is the code I used: #mobile-menu { background-color: #FFFFFF; } #mobile-menu ul li a { border-bottom: 1px dotted rgba(0, 0, 0, 0.2); color: #808080; }
Hi Theme Nectar, I noticed on my iphone, mobile menu, once I click in the menu and select an link it takes me to the selected page but once I come back to the menu the link I hit at the first time disappear. Maybe because once is clicked it change the color to the same as the background. Maybe I need to add more codes in the custom css. I hope it helps. Please let me know once you have any resolution.
Hey! Add this into the custom css box in your Salient options panel:
#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a, #mobile-menu ul li.current-menu-item > a, #mobile-menu ul li.current-menu-ancestor > a {
color: #000!important;
}
It worked fine. I’m using the Child Theme and after I updated the new Salient 4.8 the zoom was disabled again. Could you help me again please?
Its working again. Thank you.
Good to hear 
Hello. I wish to use WPML with the Salient them for multilingual website. All of my pages have been written using the visual composer adding rows and elements. Does WPML work to switch languages with visual composer layout or only in the classic editor that reflects more standard WP sites? Please let me know. Thanks
Hey Bioniq,
WPML should be compatible with Visual Composer as well
Cheers
Hi Theme Nectar, My home page contains a nectar slider and since the IOS8 update the pictures are blurry and the Nectar Slider Heading and Caption are not showing either. I tested Chrome with my Iphone and looks fine but with Safari I still have this issue. Could you help me about this, please?
Here is the website: http://loureirojiujitsu.com
Hey maurinoloureiro,
This is going to be taken care of in the upcoming release
Cheers
Hey ThemeNectar, The new release came and still the same…blurry. Could you help me on this, please?
Have you tried to clear your cache/cookies after doing the update?
What cache? From my browser or from Wordpress?
I cleared both caches and the issue still.
I deleted the WP cache and browser and re installed the theme. The issue remains.
Can you also see this occurring on the demo still?
Hi,
my friend just purchase this Theme few months ago. He asked me to do something with his web.
I’m wondering why there is a small white space between my “Testimonial” row and “Call to action” button.
Do you mind to help me sort this out?
http://impactbusinessstrategies.co.uk/Hey CaliphStudio,
It seems there’s an unclosed strong tag in your editor – please switch into the text tab on it and delete any stray html strong tags you find
Cheers
Are you using fancybox or prettyphoto for lightbox images bud?
Rich
prettyphoto 
Have you considered using fancybox, personally think it’s better and has a much better built in captions…
hi. is there a reason why the back-to-top button appears only on the desktop and not on mobile?
Hey J2Nations,
Because fixed position elements don’t render correctly on mobile devices
How do I change my top navigation to do the following please
1) Rollover with underline or strikethrough 2) Have my navigation directly under my icons instead of to the left of them
Cheers Rich
Add this into custom css box located in your Salient Options panel:
header#top nav > ul > li > a:hover {
border-bottom: 2px solid #000!important;
}
This option is coming in th next update 
Is there def no way of adding captions to the bottom of lightbox larger images?
Rich
Not without custom development as of now
Can you please consider this as quite urgent, lightbox images without captions are essential for me and many others I suspect 
I need to make my text blocks all align in the centre of the page, but left text aligned, here is an example of what I mean: http://samking.co/journal/ or: http://samking.co/adventures/austin-vol-2/
Possible? tried using columns in vc but that make the text block to narrow.
Rich
Hey,
You’d need to use css to set a max width on the column or just use Visual Composer in a setup like 1/4 + 1/2 + 1/4 and leave to the two side 1/4’s empty
Hi,
On this page: http://richpearson.co.uk/photo-diary/ how do I make the lightbox full screen background be solid white (instead of black with opacity)?
I suspect in doing this though I will need some css to change the button and arrow to black instead of white as well.
Rich
Add this into the custom css box located in your Salient Options panel:
body div.pp_overlay {
background: none repeat scroll 0 0 #fff !important;
}
And the css for the X and arrow buttons please so I can make these black?
Great thanks, I want the background to be a solid white please there is still opacity through to the background with this…
Hey Bud,
Do you have some code I could pop in to manually add a centred in footer back to top button? I would like it to just on-click smooth scroll back to the top 
Rich
Hey Rich, I thought you already had it centered from the last snippet I supplied for that. Could you share the URL again?
Yes I had it centred but I can’t control it, I need it to be fixed on the footer and not scroll with the page, I also can’t manipulate init.js as it won’t work in a child theme, i have therefore turned the feature off – hence requiring some manual code to make it work. 
Hi, how can we stop the testimonials slider changing on hover ?
Thanks Ben
Hey Ben,
If you’re talking about the stopping the rotation when an autoroatation is set – this would require some custom javascript development as of now
Cheers
I’ve encountered some glitches when using the fade transition in the nectar slider. When resizing the internet browser window, or opening all-in-one sidebar in firefox, it had the tendency to mess up the slide positions (half cropped with half black background). The page then needed refreshing to correct itself.
I had this occur on my desktop PC initially but the problem corrected itself so thought it was solved. On closer investigation though it has always happend on my PC laptop and tried on friends iPad air which still causes the glitch. Took me awhile to work out what it was but switching to the slide transition solves things and makes it really robust on all these devices so it’s just the fade transition which is a shame as I prefer that.
Hey dmatarch1,
Looking into this for the upcoming update 
Cheers
Hi Bud,
How many new features are in the next release? Is it a major release?
Rich
Yes, and I can’t list them all here now 