38436 comments found.
Hi Bud,
On this page: http://richpearson.co.uk/workspace/ i’m trying to centre the title, I have tried appending the following but no matter what I do it won’t move… any ideas please?
.single .heading-title { padding-bottom: 10px!important; margin-bottom: 0px!important; border-bottom: 0px solid #DDDDDD!important;}
.single.single-post .section-title h1 { max-width: auto!important; }
max-width: 100% seems to do something??
I’m already seeing it centered – did you sort this?
Yes sorry just sorted 

Hi,
Could you help me with the following:
- How stop the slides of a gallery ? - How can I implement the (href) #section tag for a text title box or a simple box ?
Thanks in advance.
Hey Ewooky,
1. Which gallery style are you using?
2. The latest update has brought input fields for all Visual Composer rows to allow this
Cheers
Hey, 1. I’m using the nectar slide style 2. Ok I’ll update Thanks
data-autorotate="5500"to
data-autorotate=""
Thanks a lot !

Hi, i’ve updated wordpress to 4.0 and visual composer stop working inmediatly
How I can fix it?
Thanks
!
Hey – make sure you’re on the latest Salient release and that no plugins are causing the issue 
I just viewed the change log, and I didn’t see anything concerning the menu, like what you mentioned was coming in my last snippet. Was the any change done to it? Thanks
Hey Juniormc, there’s an option for a slide out widget area now which you can store menu links in – please see the ascend demo for an example
Hi ThemeNectar,
How do I get rid of/disable the ‘previous/next button’ that show at the right hand top of the carousel?
Cheers, Henry
Where did 4.6 and 4.7 go? 
Hey Henry!
1.
.carousel-next, .carousel-prev {
display: none!important;
}
2. Salient’s version naming has historically skipped decimal points based on the scale of the changes brought 
Cheers
Hey Guys,
Salient v4.8 has landed!
The update has been submitted to ThemeForest and should be available to download soon – there will be a new demo coming out this week to showcase the features, but some can be noted on the current “Ascend” demo
Please refer to the changelog for a full list of changes/additions.
Cheers!
Hi Bud, awesome update, looks like the side menu bar doesn’t want to close (on the x button)
http://themenectar.com/demo/salient-ascend/#sidewidgetareaRich
Make sure you’ve cleared your cache/cookies 
Hi, how can i set a specified width for Nectar buttons only in a page?
Hey hawaiian1985,
if you can share the URL to that page I’d be glad to help 
Cheers
(http://7aa.ea8.myftpupload.com/shop/) I want the two buttons on the sidebar have the same width, better if they have the same width of the column. I ask for a other problem. In the same page you can can see that the ball for Sale text changed with the italian translation. How can i fix it? If possible i prefer the text Sale in english or the percentage discount or a larger ball. Thanks!
Add this into the custom css box located in your Salient Options panel:
#sidebar .nectar-button.see-through-2 {
width: 100%!important;
}
html .woocommerce ul.products li.product .onsale, html .woocommerce-page ul.products li.product .onsale, html .woocommerce span.onsale, .woocommerce-page span.onsale {
font-size: 10px!important;
line-height: 48px !important;
width: 60px !important;
}
Sorry about all the posts today:
Ok im stuck, I have added a vc row (1 col centred) and have added 3 links in ul, li format and also 3 icons underneath, however the icons are not centred correctly and the footer links even though I have asked them to be display inline-block and list style none are not showing correctly.
Here is the code for the links:
.footerlinks ul {color: #000; font-size: 20px!important; font-weight: 300!important; list-style: none!important; display:inline-block!important;}
.footerlinks ul li a {color: #000; font-size: 20px!important; text-decoration: none; line-height: 1; border-bottom: solid 1px; font-weight: 300!important;list-style: none!important; display:inline-block!important;}
.footerlinks ul li a:hover { color: #000; font-size: 20px!important; text-decoration: line-through; line-height: 1; font-weight: 300!important;list-style: none!important; display:inline-block!important;}
Any ideas please? Scroll to the bottom of my homepage to see: http://richpearson.co.uk/
Rich
Any chance you could help me on this one this morning please bud? simply go to http://richpearson.co.uk/ and in the footer I need the icons centred (as they are slightly to the left) and the links need to be in an inline block (can’t seem to achieve this)
hi, how to add the last version visual composer? when i active the plugin get eror: Fatal error: Cannot redeclare wpb_getImageBySize() (previously declared in /home/uafbeyus/global-design.de/wp-content/themes/global-design/wpbakery/js_composer/composer/lib/helpers.php:15) in /home/uafbeyus/global-design.de/wp-content/plugins/js_composer/include/helpers/helpers.php on line 67
thanks in advance
Hey luci, make sure you’ve deactivated the Salient VC in your general settings tab prior to activating the plugin – also you’ll need to rename the wpbakery folder inside of the theme folder to anything else in order for the plugin to not pull from it.
On my homepage masonry area: http://richpearson.co.uk/ I would like to do a few things ot the titles and date that overlay the image please.
1) Make the title larger 2) Make the date larger and a different colour 3) Move the whole block down to the bottom instead of it being middle
Rich
Hey,
.portfolio-items .col h3 {
font-size: 35px !important;
}
.portfolio-items .work-item.style-3 .vert-center {
bottom: 20px;
margin: 0 !important;
padding-top: 15px !important;
position: absolute;
text-align: center !important;
top: auto !important;
width: 100%;
}
In responsive mode on my portfolio pages the date seems to disappear completely
http://richpearson.co.uk/adventures/portrait/I added this date block manually above the title (in single-portfolio.php)
<span class="meta-date date updated"><?php echo get_the_date(); ?></span>
The date shouldn’t disappear by default on projects in mobile views – if you want me to take a further look please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/ticket
Hi, as mentioned on a previous comment I have changed my lightbox background to white, however I don’t want the opacity showing through eg I want the whole of the background to be solid white, that also means I need the left & right arrows and the X all to be black as well please.
What do I need to change this?
body div.pp_overlay { background: none repeat scroll 0 0 #fff !important; }
Add this in as well:
div.pp_overlay {
opacity: 1!important;
}
I also need to change the X and arrow buttons to black please?
html body a.pp_close .icon-default-style[class^="icon-"], html body a.pp_arrow_next i.icon-default-style[class^="icon-"], html body a.pp_arrow_previous i.icon-default-style[class^="icon-"] {
color: #000!important;
}
I have added manual captions under my images in a row, however in responsive mode there seems to be additional line height between the lines, (eg where it wraps to the next line) here is my code:
<span class="exif">Image caption goes here</span> <span class="exiftitle">Canon 7D</span> <span class="exif"><i>F/2.8 1/300 Sec ISO 100</i></span>
.exiftitle {font-family: "Europa","Brandon-Grotesque","Courier-Std","freight-text-pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important; color: #000; font-size: 14px; line-height: 0 !important; font-weight: 600!important;}
.exif {color: #444; font-size: 15px; line-height: 0 !important; font-weight: 200!important;}
Hey, Do you have a URL in regards?
.exiftitle {
display: block!important;
}
Is there any new portfolio pagination options coming in the theme update? Eg like the next post function with image on the blog section?\
Rich
PS How is the update coming along any ETA?
Hey,
Unfortunately not – but the changelog is up and the update has been submitted so it should be available in a couple hours at the most
Any chance you could help me fix the mod I’m making? Or perhaps add in this for the next update please?
I have added the nectar love function to my portfolio page, some questions please
1) How do I make it much larger? 2) How do I centre it on the page? 3) I would quite like to write some words next to it, eg ‘Love’? 4) What style do I target to added a 1px border round it? 5) If I wanted to change the colour of the heart border and on-click what do I need to change please?
Cheers Rich
Can you share the URL to the page so I can see how you’re adding it?
Added the php code in the template itself… scroll towards bottom to see: http://richpearson.co.uk/adventures/sports/
Hi Bud, how do I mod the footer so that I can have 1 column that is centred please?
Rich
#footer-outer .row > div:first-child {
width: 100%!important;
display: block!important;
text-align: center;
margin: 0!important;
}
#footer-outer .row > div {
display: none;
}
Brill thanks
You’re welcome
hello! my site www.brandlivesites.com/brandlivegroup seems to have developed a bug, without me having made any changes that might have caused it. i’m hoping you might have heard of this before and might know of a solution? in safari, my nectar slider arrows and footer social links are working fine; however, in chrome, all these have turned into static boxes. any idea what gives? also, my homepage nectar slider has a strange gap on the right hand side that i can’t seem to be able to get rid of. any help would be greatly appreciated. thanks!
Hey dustynuggz!
It appears that URL is password protected – could you kindly allow me access?
Cheers
hey, sorry about that! we just implemented that late last night. username is brandlivegroup, password is 1020mainland
Hey again!
Here’s the message that’s appearing in the console: Font from origin ‘http://66.147.242.170' has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.brandlivesites.com' is therefore not allowed access.
www.brandlivesites.com/brandlivegroup should be operational, while www.brandlivesites.com does not have a page associated with it. you should be able to access the site using the username brandlivegroup and the password 1020mainland 
I actually was able to get to the page – I was just showing you what the error is being reported from your server as to why the fonts are unable to load. If you get in touch with your host and show them that they should be able to assist 
Ok great thank you! I am getting in touch with Bluehost to resolve this. Here is another (hopefully) simpler question in the meantime:
For my blog section, I can’t seem to be able to get feature images to display with Automatic Post Excerpts turned ON. When turned off, the entire post text is displayed, making for incredibly long columns in my 3-column layout, and images within the posts are displayed (often messing with the layout of the text). I would like to be able to turn Automatic Post Excerpts ON, limiting the text to 20 words, except then any pictures I use within the post itself are not displayed.
Asa workaround, I tried using a Feature Image. This image successfully shows up in the blog grid. However, inside the post, there is no option to ‘Hide Featured Image/Video on Single Post Page?’ as there is with Portfolio Projects. Is there a line of code that I can use to address this, so that I can hide feature images within my posts but still have them visible in the grid of News posts?
Thank you!
Hey again! There actually is an option in your Salient options panel – blog tab where you can hide the featured image from appearing on the single post page globally 
Hi! I’ve checked multiple times and there is no such option on my updated 4.0 version of Salient. The Blog options I have are as follows:
Blog Type Author’s Bio Automatic Post Excerpts Excerpt Length Social Media Sharing Buttons Pinterest Linkedin Display Tags Display Full Date Pagination Type Display Pagination Numbers Custom Recent Posts Title Custom Recent Posts Link Text
That’s all I have. I even left this query behind a while ago planning on coming back to it. Would it be possible that I’m not able to view all the possible options?
Thanks!
(+ more options for Social Media Sharing if I turned that on)
Also I typed that over several lines but the Theme Forest code decided to make it more difficult to read, sorry!
This feature was actually added in recent versions of the theme – to get the feature just update to 4.8.1 – You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were 
Hi Team! In relation to the Blog feature. There is a “comment” functionality for each blog post, however when comment is clicked the evil “404 Page” appears. Can you please assist? Thank you kindly! Jess www.otherwoman.com.au
Hey Jess!
Try resaving your permalinks in Settings > Permalinks 
Cheers
Hi, can I make the portfolio sorting categories (items on the top) as Large buttons visually?
Here´s my page: http://www.zoan.palvelin.pro/terranova/tuotteemme/#
Thanks for great theme and customer support!
Hey ZoanEffects,
It seems you might have already sorted it – but the custom css would be:
#portfolio-filters-inline .container > ul a {
font-size: 26px !important;
}
Cheers
Thanks, yes that I sorted out. But actually the thing that Im trying to solve is how to make those sort filters to look like these buttons on the top left of this page: http://www.zoan.palvelin.pro/terranova/filosofiamme/
Use this in the custom css box located in your Salient Options panel:
#portfolio-filters-inline .container > ul a, #portfolio-filters-inline .container > ul li#sort-label, #portfolio-filters-inline .container > ul > li:last-child a {
border: 2px solid #000!important;
padding: 10px!important;
}
Thanks a lot! So great customer support! me=happy client 
Still wondering how to get that category which is selected to stay with with backround color and red text same as hover. Is there something wrong with the code as it seems that the totally red box with red text is taking over:
body #portfolio-filters-inline .container > ul li#sort-label, body #portfolio-filters-inline #current-category { color: #ec513b!important; background-color : #fff; border: 2px solid #ec513b!important; }
1) Also in the same page: http://terranovaf.www29.zoner-asiakas.fi/?page_id=30 I would like the last filter not to fall on third line.
2) the first item ALL should be starting from the same position as the filter on below that.
3) is there a way to translate that ALL filter to some other world directly from source?
Add this into the custom css box located in your Salient Options panel:
#portfolio-filters-inline .container > ul {
margin-right: -7px !important;
}
body #portfolio-filters-inline .container ul li a.active {
background-color: transparent!important;
}
If you wanted to translate that word without using the .po file – check out the shortcode-processing.php file located in the nectar/tinymce directory 
Hi, Yeah almost worked 
Still little problem with the last sorting filter as it´s still having this red on red effect 
#portfolio-filters-inline .container > ul > li:last-child a:hover {
background-color: transparent!important;
border: 2px solid #000!important;
}
Hey, sorry for bothering once again, but still have few questions:
1. My search field does not erase the text automatically when starting to type.
2. Is there a way to have portfolio names under the images centralized and having just a stroke overlay. Link to the individual portfolio page would be from whole thumb. Like it is now: http://www.terranova.fi/tuotteemme/3. Is it possible to make screen scroll down under the filters in mobile so the person would not think that nothing happened as he only sees the filters?
4. When I go to contact page from WP-admin it says to me that I should update Visual Composer for new version. Even I click yes for update. Next time it will give the same message.
Thank You so much for helping me out! 
Hey,
1. Have you translated all occurrences of “Start Typing…” in your .po file?
2. That would take some custom modding – the only style that supports the title under each image without hovering is the default one but the whole image is not a link by default as well
3. Unfortunately this would also take some custom javascript development
4. Is there anyway you could please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Cheers
Hello hello,
1) I translated directly to the code, so might that be the problem? Now I cannot find that anymore where it was 
2) Which file my coder should modify to get this done?
3) Also if You could tell me which file should ask a coder to modify it would help me a lot? 
4) I changed this to classic editor and it kind of solved the thing…at least for now 
p.s. I totally own You the best barbeque meal when You visit Brazil! 
Hey again!
1. Try replacing the includes/header-search.php file with a freshly downloaded one
2. nectar/tinymce/shortcode-processing.php
3. I would check out Envato Studio 