38434 comments found.
Hey.
Just updated the theme but now the buttons don’t work. Checked in the dev tools and it shows the button is there but doesn’t show up. avenirtechnologies.co (home page under the sensors body)
thanks.
Hey – add this into the custom css box in the Salient options panel:
.nectar-button:not([data-color-override="false"]), .nectar-button:not([data-hover-color-override="false"]) {
visibility: visible!important;
}
Thanks, it worked. But how come I have to add this manually and it wouldn’t render the buttons itself?
When you updated the theme did you completely delete the old version before uploading the new one?
Cheers
Hello,
Thanks for a great theme!
I’m setting up my portfolio, but for some reason none of the categories I created in ‘Product Categories’ are visible in the portfolio sort.
I updated the theme and reset my browser cache, but neither is clearing the issue.
Could you let me know what I’m doing wrong?
Current portfolio is here: http://www.joshuacarey.com/2014site/portfolio/
Thanks for your help.
-Joshua
Hey!
How many projects do you have set to display in the portfolio element?
Cheers
Hi, between 1 and 7 in each. I plan to have 6 projects in each category. in the ones that have multiple most of the examples are still from the demo files (I just changed the name of the category in the ‘Product Categories’ section.
Thanks.
Hey – I was referring to the “Projects Per Page” option inside of the actual Visual Composer portfolio element edit modal. Do you have that set to a high number?
Ah, I’m not sure. I can’t seem to find the Visual Composer edit modal. The only place I’m seeing Visual Composer is in the plugins and in ‘Settings’. I have the latest version of the theme installed. Can you direct me to where I can find that Modal?
Found it and I have the categories showing up now. Looks like I didn’t have a starting category selected. Thanks for your help.
Hey – glad to hear 
Hello,
I think you skipped my comment and forgot to reply. Please help asap.
My comment is with the name of tomazeslaw on this page: http://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/comments?page=606Thanks Ridhi
Sorry about that – just replied 
Hi,
Would like the 2 column footer option but I want to change the widths of the columns from “span_6” on both to “span_8” and “span_4”.
I found the code in the footer.php but as I’m not a developer, I assume the one instance of “span_6” means to use it for both columns?
Can you supply me with the code to edit please?
Here’s the bit I see it in:
if($footerColumns == '2'){
$footerColumnClass = 'span_6';
} else if($footerColumns == '3'){
$footerColumnClass = 'span_4';
} else {
$footerColumnClass = 'span_3';
}
?>
Hey – you could handle this with css alone to avoid modding the files.
Add this into the custom css box in the Salient options panel:
#footer-outer .row > div:nth-child(1) {
width: 66.0%important;
}
#footer-outer .row > div:nth-child(2) {
width: 32.0%!important;
}
Cheers
Hi,
Going to buy this theme and was just wondering if it’s possible to install exactly as the Demo and then customize from there?
Thanks!
Hey,
yes – all the demos are included, just the images have been replaced with placeholders 
Cheers
Thanks for the quick reply!
2 questions:
-Is there any way to add 3 blog thumbnails under the slider or on the home page anywhere?
-And is there a way to add a “subscribe” to newsletter on the home page as well?
Thanks, great theme!
Hey,
1. There’s a recent posts element that you can use for this
2. This would require a plugin in regards
Cheers
Thanks!
Lastly, what font is used in the demo or how can i set it so that my main nav and fonts look the same as the demo? Right now my main nav is a much smaller font and would like to have the one from the demo.
Hey – it’s called lovelo and you can find that in the typography options tab in the Salient options panel 
Cheers
Worked, thanks! 
Is there a way to use an image instead of just a color as the background of where you have the “A breeze to build with” boxes etc on the home page?
Nevermind figured it out 
Hey – glad to hear 
Media buttons and Salient theme Admin pages all broken on 5.55 upgrade (also broken on previous version) - deactivating plugins doesn’t fix:
http://s24.postimg.org/zfvfq0251/Untitled_1.jpgsorry – not broken on previous version, broken on one before that on another install…
Hey,
it looks like the stylesheets are not loading – if you open your browser console you’ll most likely see a 404 error which would allow you to see why that is
Cheers
fixed:
i had named the folder ‘salient 555’ so i could tell which folder was which version and that broke the ref to the sheet 
Glad you got it 
Hello I know this might probably be more of a support question than a bug question, but I thought since you know the setup / code better, you might know a quicker answer to my question/issue. On this page http://holmqvistdesign.co.uk/dev2015/work/ you will see I’ve made the blocks to be square. All good, except for in Safari 5.x – on hover the .vert-center text does not show, but its fine in Safari 6. In you demo its all perfect… obviously. But I can not figure out to why it is doing it now with my version. Any ideas? Thank you!
Hey,
I’ll need to investigate the setup further via a support ticket – could you kindly open one at themenectar.ticksy.com ?
Also note that safari 5 isn’t really used very much anymore (less than half a % at the current state) http://www.w3schools.com/browsers/browsers_safari.aspCheers
Thanks once again for checking into this – I fully agree with the efforts that would seem not worth the % users on this one. I need to check if its ok to bypass this one. There is another thing though with the filters… in Safari 5, but including 6, then names don’t change in the labels. I will raise a ticket for this one and explain better there. Cheers.
Sounds good, i’ll continue with you there 
Hello,
I’ve checked a salient demo from my tablet (HD screen) and have a couple of questions. Here are the screenshots: https://www.dropbox.com/s/rli7dtjs0v8vn0k/Screenshot_2015-04-18-00-59-30.png?dl=0 https://www.dropbox.com/s/udkj5nx739kgm4q/Screenshot_2015-04-18-00-59-50.png?dl=0 https://www.dropbox.com/s/8by1881y4bqrpi1/Screenshot_2015-04-18-01-00-13.png?dl=0 The design looks “boxed”, width is less than on desktop and all elements are collapsed to “one column”. Is it possible to avoid the width changes for tablets and make the layout as full-width? Thanks!Hey,
you could disable the responsive design, but the full layout would indeed be shown on a tablet landscape only portrait would condense to what your screenshots show
Cheers
Hey there. The layout in the cart dropdown is pretty bad once you add an item that has a couple of variations. Seems to be a CSS thing but tough to debug since I can’t inspect the elements easily since the dropdown disappears. Adding Simple products to cart results in good formatting and layout but Variable products are not great. Lot’s of spacing and squashing going on. Any chance you can give me a CSS fix?
Hey,
could you kindly share your URL in regards so I can take a look?
Cheers
I am having to redo everything with visual editor to fix the nectar short codes – is there a fix for this?
Hey,
Could you please provide more specific details about the issue you’re encounter and open a ticket in regards at themenectar.ticksy.com/
Cheers
I purchased visual composer but I cannot upload it i get this error.
nstalling Plugin from uploaded file: codecanyon-242431-visual-composer-page-builder-for-wordpress.zip
Warning: Invalid argument supplied for foreach() in /clientdata/apache-www/c/a/carringtonbrigham.com/www/wp-admin/includes/class-wp-upgrader.php on line 974 The package could not be installed. No valid plugins were found.
i have resolved this.
Hey – glad to hear 
Cheers
Hi “Font Colors” dont work in nested Rows. At all.
Hey – Please share your URL to a page depicting the issue in regards
I can give you access to my admin so you see…
Sounds good, have you opened a ticket?
will do
thanks
Hey!
Are there any plans to have a one-click option to support Ubermenu? A certain other theme that rhymes with Armada has this and it’s a super-convenient feature. Call me lazy, but the manual integration is a pain in the butt. Would be awesome if you introduced an option that would make all the necessary code substitutions automatically!
Thanks for the consideration, bud.
G
Hey,
Thanks for the request 
Cheers
Hey Phectar,
I also have this message at the top of my wordpress window that says “Your theme has bundled outdated copies of WooCommerce template files.”
when I click on the “system status” button the only thing I see in red is at the bottom and that says…
salient/woocommerce/cart/cart-totals.php version 2.3.0 is out of date. The core version is 2.3.6,
Not sure what the deal is with that considering I have the latest version of Salient installed.
Could this be because of the child theme? I haven’t quite understood how the child theme reacts to version updates as I’m never given a clear indication of the latest version which is somewhat aggravating. The theme information window has always read
Theme URL: http://mysite.com Author: My Name Version: 0.1
Why is this if the current version is 5.5.5?
This is very confusing to me.
Is there any other way to customize the site aside from using a child theme?
Example.. . . . I notice that in the general settings that the custom CSS code is responsible for the customization of the theme but If I reload the dummy data will I lose all of that code along with the look of the site? Is it directly tied to the child theme in that if I erase the child theme the code goes with it?
I guess I’m just trying to find an alternative route other than using a child theme, or is that the only way?
Hey – if you have any WooCommerce files in your child theme it could cause that, have you checked to see if the same message appears when activating the parent theme?
under a live preview it does yes.
Could you kindly open a ticket in regards so I can could take a look in the admin? https://themenectar.ticksy.com/
Sure thing.. Sorry I’m a little unfamiliar with what is considered a ticket question over a basic mod one. But here you go sir.
Private Ticket #418944
Hey again – there’s an update on the way (5.5.51) to sort this. It’ll be out in a couple hours 
Hi there,
really great theme, but I have 2 problems.
1. The Logo doesnt show up. It´s visible only wehen I scroll and the header shrinks. Its visible on other pages without slider but its not visible when there is a slider in the header section.
2. Is it possible to edit the “recent posts” section? Which file do I need to edit? I´d like to have the date displayed and want to disable “name, cat and comments”
Thank in advance
Hey,
1. Please share your URL in regards so I can take a look 
2. That can be found in the shortcode-processing.php file located in the nectar/tinymce directory
Cheers
Hello! I was wondering if there was any possibility in changing the footer’s background color. I tried changing the background color inside the CSS, but the modifications don’t show up.
Thanks in advance!
Hey,
you can handle that in the footer options tab of the Salient options panel. Once you select the custom color scheme option you’ll see a bunch of color pickers 
Cheers
Hi ive been using the latest version of salient with its version of visual composer with Ultimate Addons and it goes really slow when loading any item for edit, takes like 4-6 seconds on opening anything for edit even a text block or single image. When the ultimate addons is disabled it does go faster so I know its the cause. Will this be fixed in future releases?
Hey,
Have you also tried using the original VC plugin to verify it’s only in combo with the Salient version that this occurs?
Cheers
Hello,
I just add a border to the slider and it works great on mobile, but in desktop view it only shows the bottom border.
Here is the url iviti.com.ar
Thank you
Hey – add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 1000px) {
html body[data-transparent-header="false"][data-bg-header="true"] .wpb_row.first-section {
margin-top: 0px!important;
}
}
Thank you very much!
You’re welcome 
Hey – as of now it would actually take some custom development
I have a membership page using Salient theme – problem is when user (non admin) logs in and view their profile they see message:
“Sorry, but you do not have the correct permissions to install the Woocommerce plugin. Contact the administrator of this site for help on getting the plugin installed.”
How do I turn it off? I dont want my clients to be confused with some comercial plugin message.
Hey – does this only occur when Salient is the active theme?
Cheers
Correct – only with Salient
Could you please open a ticket in regards then with your admin credentials so I can take a look? https://themenectar.ticksy.com