38360 comments found.
Hi, I have some french text on a testimonial slider however every accented letter ( è/à etc) is showing up in bold. How can I stop this? Thanks.
http://stayanotherday.uk.com/testimonials/(down the bottom)
Also how can i make testimonial text smaller? Thanks.
Hey ridehouse!
1. Check the option for “Load Ext. Characters in Default Font” in your typography options tab
2. You can control the font size for that also in the same area in your options panel – look for the “Testimonial Slider / Blockquote”
Cheers
Hi there,
one question:
the “order portfolio dropdown” generates an display error. If you select a category and then select another, the dropdown is behind the portfolios.
You can see this here: http://benkohler.de/MSF (Use “Möbelstoffe” for testing).
How can I solve this?
Thank you!
And another questions: the search don’t find any text within my portfolios. How can I change this?
Hey,
1. Add this into the custom css box located in your Salient Options panel:
#portfolio-filters, #portfolio-nav {
z-index: 1000000!important;
}
2. You could try and plugin like https://wordpress.org/plugins/better-search/ to have the search
Perfect!! Worked both!! Thank you very much!
You’re welcome 
Hi Support!
Just wondering how to fix this little “glitch”
In the red section of this page, when the toggle panels expand, the red section does not expand correctly.
http://www.compassprep.com/current-clients/Thanks!!! Dave
Hey Dave!
If you turn the parallax off on that row it should be fine 
Cheers
What version of Visual Composer does this theme support?
Hey MonsterPlayground, the Salient VC was forked at the version directly prior to the frontend editing feature
Ok thanks – are you planning on changing this in the future? To my understanding the current way doesn’t allow for 3rd party VC plugins to be added.
Addons should still work as long as they don’t require the frontend editing feature – If some are looking for a specific version number you can mod that in the theme file to make it appear as a later version to bypass that warning if need be
Pre-sales question:
Can you control the width of the sites content or sidebars?
Hey,
There’s an option for “Extended Responsive Design” which changes the max width for those elements to a % value and a bit wider, so toggling that will be the only change from the theme options to alter it. If you needed a hardcoded px value you’d need to use a css snippet
Hi there,
We are translating our website to Spanish and I was wondering if by any chance there is a .mo and .po files for es_ES already done by someone.
Thank you. 
Hey! Unfortunately I don’t have a es_ES one to pass out
Large Icon Effect (Inverting colors)
If you look on my ‘home’ page you will see 3 circular (large) icons under the main slider.
www.andypeck.co.uk
At the moment the ‘Roll off’ effect is fine but when the user ‘rolls Over’ an icon I want the same effect you use on your own site where there is a COLORED OUTLINE effect. I suspect its there but has taken on the inverted background BEIGE color. Is there a way to have the disc maintain its BEIGE FILL but also have an ORANGE 1px OUTLINE to the main disc and also have the additional 1px SECONDARY OUTLINE outside circle?
Cheers Andy
Hey again,
The border hover is only added for the “large” icon style, the large alt actually leaves it out unfortunately
Cheers
Instructions on using (Hosted) background video
I know its out there somewhere already as im sure ive seen it in the past on here. Can you point me to a tutorial/Instructions on how to create a background video. Sorry to ask again but I cant find it in my notes.
- Best Practices - How to host locally (my server) - How to then implement inside Salient
Cheers Andy
Hey Andy,
this video covers that https://www.youtube.com/watch?v=FLU9Pxo_RD8&list=UULadn-VhQG7cXY9UzMBj0Cw and there’s a section in the user guide for “troubleshooting video backgrounds” if you run into any issues 
Thanks – Ill give it a go

Disable Image Gallery ROLLOVER on just a row
Under my INFO text on my ABOUT ME page (http://http://andypeck.co.uk/about/) ive dropped in a 4 col gallery as using a grid or a WP gallery gives me unpleasant results.
Can you tell me how to EITHER completely disable the ROLLOVER (so nothing happens) for just this row via CSS or if there is another way to produce the same effect WITHOUT using CSS that I may have missed.
Cheers Andy
Hey,
.portfolio-items .work-info-bg, body .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 i, .portfolio-items .col .work-item.style-2 i {
display: none!important;
}
Works a treat altho its a bit buggy on first load in Yosemite (large blocks) but once its refreshed seems to display ok. Perhaps you will be able to look at this for future updates
Cheers as always
I’ve noted this 
Responsive Logo & Text scaling
Ive stripped out my style.css so its empty (to be sure ive not created a fault) and yet when I view my pages on a mobile device both the logo & slider text ‘over’ shrink. Surely by default this should work? I shouldnt need to add css out of the box to make this work so how do I make this work.
**Ive also noticed all of your slider text over-shrinks too although your logo shrinks correctly
Cheers
Andy
by the way… my site is:www.andypeck.co.uk
Hey Andy,
the logo defaults to 30px on mobile, here’s a snippet to enlarge it http://themenectar.ticksy.com/ticket/46745/search/
As for the slider text:
@media only screen and (max-width: 1000px) {
body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
font-size: 33px !important;
line-height: 39px !important;
}
body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
font-size: 17px !important;
line-height: 31px !important;
}
}
Hello again…
Tried this and it did nothing in my Child-theme. Pasted it at the top under…. @import url(”../salient/style.css”);
I decided to try again and this time put the CSS in the actual ‘General Settings’ on the admin panel (instead of my child theme). IT WORKS!
Question is then… Why cant I put this into my Child theme and make it work? Ive hoped to avoid keeping CSS in two separate places. So untidy and causes confusion later.
Thanks Andy
Try this in your child theme:
@media only screen and (max-width: 1000px) {
html body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, html body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, html body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
font-size: 33px !important;
line-height: 39px !important;
}
html body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, html body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, html body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
font-size: 17px !important;
line-height: 31px !important;
}
}
Hi ThemeNectar! Is it possible for me to re-download the dummy data somewhere? We had someone set up the site for us initially but did not load hte dummy data, and I can’t get in touch with him right now to get it from him.
Thank you!
Hey cvuong,
Send me an email and I’ll attach it for you 
Cheers
Hi there! I snet you an email but never got a reply. Can you send it to cbtvuong[at]gmail.com? Thanks much!
Just sent 
I’m trying to style the mega menu I have. I am trying to get the mega menu’s column title to ALWAYS have a red background (#C40000) and the font color to ALWAYS be white. I have spent about 2.5 hours this morning trying to accomplish this but have not been able to successfully do so. It seems whenever I move my mouse over the column, the red background disappears and the title font color is red. Totally not what I need! Can you please tell me what I need to add to custom CSS to make these changes?
Also, do you know the CSS to change the hover background and color for sub menu links in the mega menu? Currently it is a dark grayish color with a lighter gray font color. Would love it to be the red color background and white text on hover.
Here is the link to my site I’m building where you can see the mega menu. Also, here is a link to the screenshot for what I’m trying to accomplish as well:
http://www.mediafire.com/view/wlvqhp509qqcbwy/menu-styling.png
Thanks so much!!!! Wonderful theme and wonderful 5 star support! Had my church rate this theme with 5 Stars! You guys rock!!!! 
Hey design126!
Checking out your URL now it seems that you’ve accomplished the styling you were interested in – if that’s the case please just let me know 
Cheers
Yes! I kept playing with it and achieved the look I was shooting for! in terms of the column headers having the red background and white text. However I’m still unable to figure out how to change the hover over background color and text color for the menu links in each column. Right now when you hover over a link in the menu columns it’s a grey color with grey text. Would like to change that if possible.
Thanks! Really loving this theme! 
Hey again!
header#top nav > ul > li.megamenu > ul ul li a:hover, header#top nav > ul > li.megamenu > ul ul li.current-menu-item a {
background-color: #000!important;
}
Cheers
Hi!
I have a “Our activities” part in my menu and two sub-parts of “Our Activities”, which are “Football” and “Basketball” but I don’t have a page for only “Our Activities” but it’s possible to click on it from the menu.
How to remove this possibility? But keep the “Football” and “Basketball” sub-menu when a user put his cursor onto “Our Activities”?
Many thanks!!!
Hey Barou_WP!
In Appearances > Menus in your admin panel just create a custom menu item link and for the url add ”#” 
Cheers
Hi, I has purchased this awesome theme! thanks for the great efforts! Hi, I am a New starter for web design, my question might be too basic, so I hope you can bear with me
Question: I will love to use the “Love at the first Sight ” as my “About me” page, I just dont know where to do the setting.
url: www.ftkurtson.com
Thanks!
Hey!
You can import the dummy data if you haven’t already to get all of the pages seen on the demo: https://www.youtube.com/watch?v=_wKJFYCZN1U&index=1&list=PLL7Ay33CTsIAVMPtw3KPsAwDzr_XoVLeq after you do that you can then name them, order them and delete ones you don’t need 
Cheers
I see,i guess I imported a wrong dummy data, thanks alot!
You’re welcome 
Can you tell me how to change the title for the Teams Members section ‘OUR TEAM’ to ‘OUR LEADERS’?
Hey johnball,
The label is configurable right inside of the Visual Composer element for that
Cheers
Ah! Got it. Thank you.
You’re welcome 
Hey, this theme is awesome but one thing i wondered if there’s a easy way to upload for portfolio without creating each items. Like a where i don’t have to create each portfolio item to able add one pic each.. I just wanted to able to upload 30 photos in once and have it load in instead upload each of them when i has 300 photos to share :/ its taking too forever. That where i dont has much time to able upload one a time.
So hope hear from you soon and thanks!
Hey level5!
You can use the visual composer image gallery for that – just select the portfolio style when configuring it 
Cheers
Hey thanks for replying back quickly..
Um i already on the visual composer using the add elements as portfolio and all… But i don’t want do the Portfolio add new part cause you has to create one new portfolio and add one image with it..
I was trying to say that are there’s a way i can upload lot pics to “media library” and edit the images on media library as “uploaded to” instead of me have to click “adding new portfolio” then add image one a time on each of new portfolio?
Any Help or tutorials by how do that more clearly will be nice!
I’m just confused by what u trying to point me to.. so hope hear from you soon & thank you!
Hey again! I meant the actual “Image Gallery” element, not the portfolio element http://i.imgur.com/apOlagn.jpg 
Ohh Thanks buddy!!
You’re welcome 
Hi Team ThemeNectar,
are you able to reproduce/solve the following bug (Bounce back to top on android when using carousel)?
- Create carousel
- Add a few carousel items (e.g.: pie charts)
- Load page on Chrome for Android and scroll down from top
- You see the page scrolling and immediately bouncing back to top
I hope you can help me!
Regards Marcel
Hey Marcel,
Could you kindly share your URL so I can verify the other options you may have active?
Cheers
There is another buggy behavior on the same site on dektop (tested with chrome/firefox):
- Load Website in low width window (responsive)
- Make the window wider
- Headings in Nectar slider disappear
- Animated elements get stuck
Thanks for your support!
- Load page in chrome for android
- Buttons with linked URLs within boxed styled columns (animated) don’t respond to touch. The links do not load.
I would appreciate your help!
Cheers Marcel
I have found a workaround for the above mentioned bug by adding a surrounding a href to the buttons.
You can still test the bug-behavior on the third, yellow ComMedia-Button. I did not apply that workaround to that one.
Hey eyevolution, thanks for mentioning the bugs – will look into them today 
Great, thank you! I’m looking forward to hearing from you soon 
I’ll keep you posted 
Hey guys! Is there any news on those bugs?
I have one more for you :o) Favicon, Logo and GoogleMaps Custom image uploaded within your admin-panel seem to be served via HTTP only. Thus I get “insecure ressources loaded” notification on SSL secured sites. Do you have a Quickfix for me?
Thanks!
Images loaded within nectar slider are affected as well: always HTTP
Hi, sorry, but I do not install single plugins to fix implementation bugs. I think you have an understanding for that.
The bug has probably to do with this constant in wp-config that is often incorrectly in use.define('WP_CONTENT_URL', 'http://........")
Don’t know if this bug here is caused by wordpress core functions.
Here is a dirty quickfix for functions.php that patches the ressource error regarding the header logos.
function nectar_options_img($image_url){
$image_id = fjarrett_get_attachment_id_from_url( $image_url );
if(!is_null($image_id) && !empty($image_id)) {
$image = wp_get_attachment_image_src($image_id, 'full');
return $image[0];
} else {
return is_ssl() ? preg_replace("/^http:/i", "https:", $image_url) : $image_url;
}
}
This bug is all about ressources that are related to wp-content. Do you have an idea if there is a function that handles all images in your code?
Cheers, Marcel
This has got to be something simple. I’d like my navigation bar/menu to be white in mobile view before scrolling down. Currently it’s a dark gray. www.timharman.com
Hey! Add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 1000px) {
body {
background-color: #fff!important;
}
}
Hi! I have a problem with the header on my website www.holidaysole.com, at hd resolution looks fine, but in a lower resolutions the header looks over sized (right side of header excel on rest of boxed page).
Hey! Add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
header#top nav ul:not(.sub-menu) li a {
font-size: 18px!important;
}
}
Cheers
ThemeNectar, can You help me, my megamenu columns-4 is not aligned properly. It is used under http://tinyurl.com/qb89lb4 /ponuda … Thank You
Weird, when i put megamenu columns-5 now it alligned ok, for menu with 4 categories…
Hey! If you can open a ticket in regards with your admin credentials I’d be glad to take a further look for you
http://themenectar.ticksy.com/