38438 comments found.
I have an image logo. It looks great. When viewing on a mobile device it looks too small and ugly. I tried altering it with the css provided here in the threads. I got it bigger but it still looks bad. Is there anyway I can keep the image logo and have it swapped out for simple text when the site is viewed on a mobile device?
Hey mtntownmedia, please see this ticket in regards: http://themenectar.ticksy.com/ticket/46745/search/
Thanks for the reply but that is the ticket I already saw to make the bigger which I tried. I really wanted to know how to make the logo just text instead of an image on mobile devices, not to make it bigger but to actually have the image go away and just display some text but only on mobile devices. I like the image logo on all desk tops and laptops.
Hey again – please see my response to your ticket on the forums in regards 
Hi,
I’m using WP3.9.1 & Salient v4.0.3
In visual composer, When I select Text block element and want to edit its content, editor’s toolbar of it doesn’t appear. also color of contents of it are white!
It’s better to say this problem doesn’t exist in WP3.8
Hey hamed_afk, since Salient 4.0.3 cleared this issue with WP 3.9 please check your plugins to make sure one is not the culprit. If you can’t find any causing this, please open a ticket with your log in credentials so I can take a look 
Cheers
Sorry,
I was using 4.0.2. By updating to 4.0.3 this problem solved.
thanks
You’re welcome 
Cheers
Can you recommend a Support Center plug-in for Salient that uses tickets? (like the one you are currently using in your support area).
Hey PyramidWeb!
I actually haven’t personally used any for WP alone (the system i’m using for tickets is called ticksy and is outside of WP). But I know there’s some good ones out there (both free and paid)
Cheers!
Hi
Love the theme. amazing. however i am working with wp multisites and upload videos. or by size error (say is too big) or by file type (says is not allowed.) trying to upload mp4 and webm.
how can I solve this please?
Thanks miop38! You’ll need to contact your hosting company in order to increase your max upload limit for files or else you’d have to FTP them to your server and paste in the URL manually.
Tanks again. I thought the issue would be with multisites once using the theme in a single installation it doesn’t happen?
You’re welcome – check this while you’re at it: https://rtcamp.com/tutorials/php/increase-file-upload-size-limit/#changes-in-wordpress-multisite
Hi ThemeNectar,
How can I have my team headshots be in 2 columns only when viewed on a iPhone? Here is my page that I’m referring too… http://urbanworkstest.com/people/
Hey LiskaD,
Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (max-width : 690px) {
body .vc_row-fluid .one-fourths.span_3, body .vc_row-fluid .one-fourths.vc_span3 {
float: left!important;
margin-bottom: 2%!important;
margin-left: 0 !important;
margin-right: 15px;
padding: 15px!important;
width: 48% !important;
}
}
Hi guys,
I’ve an issue with shop page, i’ve installed woo commerce and everything works, but i’d like to have a page with an image header like your demo. I’ve a single row with full content in the shop page but i’ve a blank space over the row and i can see in the back the name of the page instead of under the image. here the link http://xtrace.me/wordpress/?post_type=productdo you have any advice?
Thanks
Hey albeandreetto!
To get a header on the shop page, simply use the page header settings box located at the bottom of the edit page screen for your shop page that’s defined in WooCommerce. (don’t use rows in the editor to try and accomplish it)
Hi Theme Nector,
Your theme looks awesome, however I just have one query, on some of your demo blog posts, like http://themenectar.com/demo/salient-frostwave/auctor-consectetur-ligula/ the title link, runs off the page on mobile devices, is there a CSS fix for this, or will you fix this in the next update? Looks like the title text needs to be made smaller.
Kind regards, Mike
Hey Mike!
That is only occurring because I have a large header set for the creative demo – I’ve noted to clear that up in the next update. Thanks for mentioning 
Thank you, it’s much appreciated! If there is also a way you can include the blog post date on mobile displays, that would be awesome too 
Thanks for the suggestion! 
Hi ThemeNectar, Just updated the latest version but I am having a few issues. In the “Salient” toolbar (General setting, etc..) in Wordpress it wont allow me to upload logos, typography, etc. It has this written “Settings have changed, you should save them! error(s) were found! warning(s) were found!” What do I do? I have saved them but no change. Also I noticed that my font is not bold and in caps like your live demo. Please help. Thank You!
Hey chachaty,
can you kindly open a ticket in regards with your login credentials so I can take a look at what’s going on? http://themenectar.ticksy.com/
Cheers 
Hi there,
Thank you again for the previous issue fixed. You are so amazing. Just a quick question, for the blog post, if there is no feature image for a specific blog, how can we display some feature context instead of plain blog title?
Best Regards Patrick
Hey Patrick!
Can you explain what you’re trying to do a tad more so I can help out? Are you trying to place an image above your main blog page like a header?
Cheers
Hi,mate
Sorry for not explaining the questions properly. In the page: http://themenectar.com/demo/salient-frostwave/blog-masonry-fullwidth/ , The blog name with “If you wish to make an apple pie from scratch, you must first invent the universe.” with the nice background, how can we achieve that?
Thank you
Best Regards
Patrick
Hey again!
That’s the quote post format which you can select here: http://i.imgur.com/4evtalz.jpg
Cheers 
Hey ThemeNectar,
I’m having trouble (not finding out how) to change a row background color with the Visual Composer.
As opposed to the Full Width Section in Shortcode system, i cannot see any option to do it.
Can you help me out?
Thanks!
Just got it. Sorry to spam.
No worries jppmarujo! 
Since moving my stylesheet to the child theme (instead of custom css) I seem to lost my ajax styling, it was a red before now reverted to black?
body.search-results .container-wrap {
-top: 150px !important;
}
body #search-outer {
background-color: #fb464a!important;
}
#search-outer #search input {
font-size: 30px !important;
}
#search-results .result {
background-color: #f7f7f7 !important;
padding: 0px!important;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}
#search-results .result span.bottom-line {
display: none!important;
}
#search-results .result .title span {
font-size: 14px!important;
}
#search-outer .ui-widget-content {
background-color: #fb464a!important;
}
#search-outer .ui-widget-content li a {
font-size: 20px!important;
color: #fff!important;
}
#search-outer .ui-widget-content li a:hover {
font-size: 20px!important;
color: #fff!important;
}
#search-outer .ui-widget-content i {
color: #fff!important;
}
body #search-outer .ui-widget-content li:hover, body .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, body .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background-color: #fb464a!important;
}
#search-outer .ui-widget-content li a {
border-bottom: 0px solid #fff!important;
}
Prepend “body” onto any rules not taking effect e.g.
body #search-results .result {
background-color: #f7f7f7 !important;
padding: 0px!important;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}
I have one question. As I am using the full-width portfolio item layout my project attributes are not displayed. It would be nice If You could add a custom shortcode or integrate a module for displaying them in visual composer!
Hey benzrecordings!
The fancy unordered list can give you a similar look – but of course you’d have to populate it instead of it being automatic
Cheers
Yes, thats the fact. I think it would be handy to have this integrated via shortdcode. Btw. does the page search search within this attributes?
Hey again,
Unfortunately the default WP search does not take these into consideration – but with a plugin to extend the search such https://wordpress.org/plugins/relevanssi/ you might be able to get the in 
Cheers
Great great theme, but I think I have found one annoying bug that I can’t figure out. I can scroll the pages sideways about 10 pixels or so. I can do this with the third mousebutton (that’s how i scroll) of with the wacom pen. First i thought it was because the custom scrollbar, so i switched it off, then the problem was fixed on the homepage, but not on the about page. When using the custom smooth scrollbar, the problem only occurs when viewing it with a large browser size (1600×1200). When the custom scrollbar is switched off, the problem occurs on every page.
http://test.richardbeerens.com/Thanks timkeen!
I can’t seem to replicate that on the live demo – but for you case, try simply adding this into the Custom CSS box located in your Salient Options panel:
body { overflow-x: hidden!important; }
Cheers 
it worked thanks a bunch!
You’re welcome 
I have written a custom 404 page and also a custom browser detect page, however if you type in the browser:
http://www.webteam.cornwall.nhs.uk/404/ You don’t get me new template, but if you type is say: http://www.webteam.cornwall.nhs.uk/fkdfjdkfjdkf you do, is there somewhere in the code or is it the server or wordpress itself that is recognising http://www.webteam.cornwall.nhs.uk/404/ as a URLBit odd can’t quite understand it
Rich
Hey,
Do you have an actual page named 404 anywhere in your setup? (Check the trash too). As long as the page doesn’t exist, the 404 template will be shown and by default /404 is not occupied: http://themenectar.com/demo/salient/404
I have written my own 404.php and put this in the child-theme, and that works perfect until you type the words 404 on the end of the string.
(I have even disabled the 404.php in the main theme, refreshed the permalinks etc)
Nope def no 404 page in the pages of the site and also check ed the trash – very odd
Apparently it’s seeing that as an attachment page and the image listed on the page is giving a clue as to why – check your media section as well and make sure you don’t have anything uploaded as 404.x just to make sure 
ok the image is called 404 yes, so are you saying if I rename that and that page should go away?
I would try that, yes
perfect fixed thanks bud
You’re welcome
Hi,
I need to place full slide links to home slider. Is that possible?
Thanks Mario
Hey Mario,
Please see my previous response to your first comment 
Hi,
I need to place full slide links to home slider. Is that possible?
Thanks Mario
Hey Mario, the Nectar Slider is the only slider that can do full slide links by default – is there a reason you’re using the Home Slider instead?
It looks faster than Nectar Sliders but I will use Nectar so no worries about 
Cheers
Cheers 
After a huge favour, just going to email you now if that’s ok 
Cheers Rich
Will check it out today 
I know my email is a huge ask, but any help would be hugely appreciated 

Just sent a reply to you 
Add this into the Custom CSS box located in your Salient Options panel:
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
padding: 0!important;
}
body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
margin: 0 0 8px !important;
width: 32% !important;
}
body .gform_wrapper .top_label .gfield_error {
width: 100%;
}
Change that to 33.3%
body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
width: 33.3% !important;
}
thanks, that works but comments box is still a bit wide?
Hiya,
I have moved my massive custom styles to the child style.css theme, whilst 99% is working fine I do have a couple of odd ones that I can’t fix.
Please go here: http://www.webteam.cornwall.nhs.uk/journal/
Can I override the title from being red to the normal grey please
article.post h2.title {
font-family: "freight-text-pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important;
font-weight:300 !important;
color: #4a4a4a !important;
font-size: 50px !important;
line-height: 1.2!important;
padding-top: 40px!important;
padding-bottom: 10px!important;
margin-bottom: 0px !important;
}
body article.post .post-header h2 a {
color: #4a4a4a !important;
}
Cheers
Brilliant thanks
You’re welcome 
Morning! This is probably a bit of a massive ask so I’ll try and make it as straight forward as I can.
I’m currently using the scroll to page ID plugin which is working great (thanks for your help with that) but I would love it to work as follows…
http://joylab.co.uk/#aboutI love the way the line below it thickens when you scroll to the designated point on the page.
Is there any assistance you might be able to offer – or pointers in the right direction?
Thanks so much!
My url is joe-kozak.com
Hey Joe! Unfortunately that menu effect would require all custom development as there’s no good way to accomplish that with css alone for me to provide. There might be a plugin to assist with that effect – or if you can’t find one and need the effect, consider checking out Envato studio 
Cheers
Hey great theme. Two questions..
1. Is it possible to use a image as the header background?
and/or
2. Is it possible to make the header 50% transparent?
Thanks socialops!
Use these in the Custom CSS box located in your Salient Options panel:
1.
#header-outer { background-image: url('image-src.jpg'); }
2.
#header-outer { background-color: rgba(255,255,255,0.5)!important; }
Cheers