38440 comments found.
Hi, is there anyway to change the size of the hamburger/mobile menu icon. Want to double its size.
Thanks
Hey emlynscott! Add this into the custom css box in the Salient options panel:
header#top #toggle-nav i, header#top #mobile-cart-link i {
font-size: 30px;
}
Awesome, thanks for your help.
You’re welcome 
Hi, How can I in the portfolio “back to all” icon on the right side – next to the arrows and set the title left-justified?
http://www.dc-motion.com/portfolio/motion-graphics-example/Thanks
Hey dc-motion,
Add this into the custom css box in the Salient options panel:
html body.single-portfolio .row .col.section-title h1 {
width: auto!important;
}
body #portfolio-nav ul {
left: auto!important;
right: 90px!important;
}
Cheers
I want the title right justified. the arrows and the “back to all” is not properly
Thanks
Add this in as well:
.single .row .section-title {
padding: 0!important;
}
#portfolio-nav ul.controls {
right: 0!important;
}
Many thanks! Another question I want exactly the same font as used on the demo page. Could you send me a screenshot of the font settings.
Thanks
Here you go
http://i.imgur.com/Dol6Pv2.jpg
Hello,
The past two times I’ve updated the theme I lose formatting. The text becomes different, and images that once fit neatly in their cells become mis-sized. I’ve tried both deleting the theme from the Themes folder and letting the dashboard install Salient, and doing it manually. Each time the theme does install successfully, but I lose formatting. Any ideas?
Thank you
Hey cophoto,
since this isn’t a known issue I would need to get some more details to better help – are you using the “Move Dynamic/Custom CSS Into External Stylesheet?” option in the general settings tab? Is there any URL you can provide to demonstrate the images not fitting in their cell issue?
Sorry I can’t find “Move Dynamic/Custom CSS Into External Stylesheet” in general settings of the Salient control panel, or WP general settings.
I’d like to show you an exemplary link, but I’ve already reverted my site back to an old version of Salient. What I need to do is install the update again and leave the site with errors intact so that you can view it. The lack of formatting isn’t noticeable to visitors who don’t know what the site is supposed to look like.
If you don’t see the option in your general settings tab you’re probably on a version before that was added so it’s inapplicable. When you were mentioning the images not fitting in their cells, what were you referring to? A table element or a column setup?
Hey ThemeNectar,
In the Row text color options, there are: 1. Light 2. Dark 3. Custom
Light and Dark seem to work, but when we set to Custom and define a custom color, the font color does not change. It seems to default to Dark.
Any ideas why that might be?
Hey ribbedtee,
Can you please provide a URL so I can see the row this is occurring on?
Cheers
Hey ThemeNectar, Thanks for getting back to us!
Check out http://ironbullbbq.com/about/. On that page we’ve configured a custom text color for the first row (where the feature image is) and it’s just showing up grey.
screenshot. https://www.dropbox.com/s/wvw0bg7tgdveiye/salient-custom-text-color.jpg?dl=0Add this into the custom css box located in your Salient Options panel to fix it 
h1, h2, h3, h4, h5, h6 {
color: inherit!important;
}
Hey @ThemeNectar, unfortunately that didn’t work 
Made the change, and refreshed About page and the text color is the same. I deleted the cache too just in case.
There appears to be a “use of !important” error??
Thoughts?
It seems to be picking up the color on my end now – what color did you try and set for the row? If you’re still having issues with this please open a ticket in regards with your credentials so I can check it out more for you
http://themenectar.ticksy.com/
Done 
Thanks! What’s the ticket ID?
Dunoo. Can’t access the ticksy website from my mobile. Can you search for ironbullbbq.com?
Back at a computer. Ticket 271017
Thanks! 
Hi, Just posted a response and one final question about that CSS you provided.
I’ll be back with you as soon as I can 
How can I update the VisualComposer version of the Theme?
Hey jmmerchandise, you’d need to use the raw plugin if you’re looking for that – the current vc Salient uses is a forked version and can’t be updated itself
Hi there helpful people of Salient. I have customized the footer.php of my website and I seem to be having some issues in mobile browsers. There is an orange background fill that appears all the way down the right side of the page when you swipe slightly left. Can you help me eliminate this issue? Site is still a work in progress, but is located at Gieka.net/wordpress.
Thanks in advance for any help you can provide.
Hey thegieka,
Try adding this into the custom css box in the Salient options panel:
body {
overflow: hidden!important;
}
Cheers
Thank you so much, that worked perfectly!
Ok, apologies but there are 2 other bugs I noticed and one style issue that I am having a tough time fixing. Here they are:
1. Once you are in a portfolio item navigated to from my work page (example: http://www.gieka.net/wordpress/work/ > http://www.gieka.net/wordpress/portfolio/winter-quest/) the arrows at the top of page of the individual portfolio item used to scroll through all portfolio work only scan you through a loop of about 6 items. How do I get these arrows to navigate through the full breadth of work shown on the http://www.gieka.net/wordpress/work/ page?
2. The marker that I have placed within the google map on my contact page previously appeared and no longer appears there. I tried re-entering the lat/long from google and it is still not showing the marker. Here is the page: http://www.gieka.net/wordpress/contact-3/
3. I would like to change all the plus signs on the masonry portfolio layout on the home and work page (gieka.net/wordpress and http://www.gieka.net/wordpress/work/) as well the send button on the contact form from black to brown #3E342A. Where/how can I accomplish this?
Thanks again. You guys really do have a very helpful team and I greatly the amazing support!
sorry corrected urls as I decided to go live while I work out these final small issues. Links are corrected below:
(work page referenced) http://gieka.com/work/
(individual portfolio item example for arrow issue) http://gieka.com/portfolio/winter-quest/
(contact page issue) http://gieka.com/contact-3/
Hey again!
1. Can you please open a ticket in regards with your login credentials so I can assist?
2. Update to the latest version 4.5.21 and this will be sorted 
body #portfolio.portfolio-items .col .work-item.style-2 i, body input[type=submit], body button[type=submit]
{
background-color: #3E342A!important;
}
Cheers
Will do. Thanks!
You’re welcome 
did you think about “cookies warning” with agree and decline buttons? That extend will be save us from law consequences.
Hey microdesign_polska,
You could use a plugin for that
https://wordpress.org/plugins/cookie-warning/
Cheers
Hey Themenectar, I have moved my comment section into the sidebar on my posts for various reasons. You have an option available for portfolio items “Portfolio Sidebar Follow on Scroll” and I’m hoping I can add this to my posts? As readers scroll down posts it would be great if the comment section scrolls down with the user. Maybe I can do this manually for now although I think in the future this would be useful to add to the theme considering the sidebar in posts and portfolio acts much in the same way. Thanks.
Hey owenprescott!
As of now you’d need to do some custom development to get that option available outside of the portfolio but the idea to make that possible by default is already on the wishlist 
Cheers
A problem: On mobile screen size, the extra content comes before the sidebar content. How do I fix it?
Hey tzachik,
Delete this from the init.js file located in the js folder:
portfolioCommentOrder();
Hey WiseUpMarketing,
Add this into the custom css box located in your Salient Options panel:
body #loginpanel .content input.field, body #registerpanel .content input.field {
height: 27px!important;
padding: 4px !important;
}
Cheers
Thank you!!
You’re welcome 
Hi, I am using Wordpress for the first time and cannot figure out where the page builder is. Could you please point me in the right direction?
Thanks!
You’re welcome 
What fonts are being utilized in the Salient Ascend demo? I would like to match those fonts exactly. I have checked to have my header be transparent, but it show up as white. What am I missing? My url is http://superluxescreenprinting.com
Cheers, Jon
Hey Jon!
1. http://i.imgur.com/Oqd0dB6.jpg
2. I am currently seeing the header show as transparent at the top of the page as is expected – are you still having this issue?
Cheers
Hi, how can I make the ‘down arrow that leads to content below’ in nectar slider more prominent? It kind of gets lost at the moment. PS. It would be great to have a few scale/weight options built in 
Hey malhoward!
Add this into the custom css box located in your Salient Options panel:
body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 40px !important;
}
Cheers
Hi, how can I make the ‘down arrow that leads to content below’ in nectar slider more prominent? It kind of gets lost at the moment. PS. It would be great to have a few scale/weight options built in 
Hey malhoward!
Add this into the custom css box located in your Salient Options panel:
body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 40px !important;
}
Cheers
Possible to get woocommerce products in list view?
Hey Tom91, as of now that functionality is not built in and would require some custom development or the use of a plugin
+ I promised myself not to ask this… but now I have spent 2 hours and am about to cry.
If I want to link to e.g. center of the page, I need to make a ahref #centerofmyscreen like. But how is it I add the #customCSSclass to a row?
I tried with http://www.example.com/#copyright, and I got to the buttom of the page. It was also ok like, but I would like to just go to the center 
Hope you can help!
Hey peter! For now until the next update when you’ll be able to apply ID’s to rows as well as classes – you’d need to switch into the text tab of a text block element and add
<div id="centerofmyscreen"> </div>
Thanks for the new update! Thats awesome!

Hi,
Im having trouble with the video background here is a link to the site: http://batchblue.staging.wpengine.com/
Issue: 1. Video is not playing in Firefox even after updating the .htaccess 2. The caption text and headline are not legible on a mobile view.
Please help the site launch is next week.
Hey carlitos09,
1. I can see the video BG playing on Firefox on Windows 7 – please let me know what OS/version you’re having issues on
2. The text sizes scales down proportional to the rest of the slider to ensure no clipping on the image. If you want to change it you just need to alter the few lines of css for elements in that viewport. Look for these rules in the mobile viewport in the responsive.css stylesheet located in the css folder.
body .swiper-slide .content h2
body .swiper-slide .content p
body .swiper-slide .button a
Cheers
Right so… I’m on a Mac and the video will not play on Firefox.
Thank you for the solution on the responsive text, I will test and let you know if it worked. hopefully it will.
One more question is it possible to set the video not to auto play?
Hey again – have you supplied a webm as well as an mp4 for the video? In your source i’m only seeing an mp4 at the moment. Also unfortunately there’s no way to do that without custom development for video backgrounds since controls would need to be added for the element
Hi mate.
Alongside the 100 of other Lightbox/ prettyphoto questions:
I have set a coloumn to be hyperlinked. I wanted it to open an image in a nice PP frame (full screen or what ever). But there is no magic button, so I need to do some magic using the CSS field on the bottom, I can guess.
Any suggestions, mate?
Cheers
Peter
Hey Peter,
This would actually only be possible through custom development to the vc_column.php file located in nectar/nectar-vc-addons/vc_templates – if you didn’t mod it into there with some new php logic you’d have to use raw html for that entire row where you could easily manipulate the markup to include the pp class on the column anchor 
Cheers
GREAT THEME GREAT SUPPORT !!!!!!!!!!!!!!!!!!!!!!
Thanks a lot PMZWebDesign! 
Hi guys ,
Just wondering wich plugin do you suggest for multilanguage site and what position for flags wll be the easiest. Thank you so much.
Sanja
Hey Ghadi91!
WPML would be your best bet 
any free module maybe, we are still struggeling with ST http://www.starry-town.com/beauty/, the thing is that in Visual Composer we don’t have Image Grid Style so I searched and instaled this plugn Grid Gallery Ready! Unfortunatelly it doesn’t show bog photos, have anything in mind, If we update to latest version only thru ftp, will all be ok with our datas.
1. Unfortunately I haven’t tested much with any free multi lingual solutions
2. Add this into the custom css box 
#cboxOverlay, #cboxWrapper {
z-index: 9999999!important;
}
No
only white blank screen, http://www.starry-town.com/beauty/
and if you remember before still no line in menus when it is in more column example link bernese
Hey! sorry – add this in as well:
#colorbox {
z-index: 99999999!important;
}
thank you, thank you, thank you :** You are king, I must say that I never had such great support
Just wondering is it possible to copy base ( MYSQL ) and template in folder IT for example and just add flags so one lead to it and one to english
You’re welcome 
If you’re opposed to using a multi lingual translation plugin, you could backup your database to import into a new one by using a plugin like https://wordpress.org/plugins/wp-migrate-db/
Hi
, I promise this is last one, I finally manage to update the theme and also duplicate new one in folder http://www.starry-town.com/en, so we have for english language, any tips to make flags in header one that leads on http://www.starry-town.com/ and one on http://www.starry-town.com/en. Thank you so much
Hey!
You could open the header.php file and add custom list items into the main navigation unordered list like so: http://pastebin.com/khUrNz8y
ok I will try thank you :*
You’re welcome 