38438 comments found.
We are uploading 300px by 250px images as the featured image for our portfolio item. This worked well with the older version of Salient; however, after upgrading to the latest version of Salient, we find 1px is missing on the right side!
Is this a bug or are we doing something wrong?
Hey xfinia, please share your URL so I can take a look 
It’s in a development environment, so it’s hosted locally. Let me see if I can host it for you… Thanks.
Sounds good 
We are uploading 300px by 250px images as the featured image for our portfolio item. ?This worked well with the older version of Salient; however, after upgrading to the latest version of Salient, we find 1px is missing on the right side!
Please fix this error.
Hey xfinia, could you please share your URL so I could take a look?
Nectar guys, specially Tahir – thanks for the amazing and quick support you provide. Not only the theme, but the support behind it is worth every penny and then some…
Keep up the good work guys.
Thanks so much tmrevlje 
Possible bug: I’m using Salient 4.5.22 with Wordpress 4.0. When adding the css code to remove search:
#mobile-menu #mobile-search, header#top nav ul #search-btn {
display: none!important;
}
It’s impossible to customize the typography through the Salient options panel. The font always defaults to Open Sans, no matter what.
Could you please check if this is actually a bug, and if so, is there a fix for it?
As always, thanks for the great support!
Hey danielzd,
And when you remove that snippet the typography options react normally?
Cheers
Amazing. Full RTL support. (In Hebrew Wordpress) Thank you!
Cheers 
Hi
First of all – very nice work.
I’m am completely new to Wordpress and am therefore following your videos and user manual carefully. However I am already having a problem with the header image not showing on the basic home page. Could you please help? Best regards
Thanks cjf0490!
Could you please share your URL so I can take a peek why that may be?
on my website header how can i get rid of the very thin line? www.longtran.co
html body #header-outer.transparent[data-transparent-header="true"] {
border-bottom: none !important;
}
Is there a way to make the boxes smaller in the 4 Columns Alt Style?
Hey coreygrayhhs,
Are you trying to make the columns into a 5 or 6 column layout or just change the image aspect ratio?
Cheers
image aspect ratio
Gotcha,
Change this line in the functions.php file:
add_image_size( 'portfolio-thumb', 600, 403, true );
and then use the regenerate thumbnails plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers
Perhaps you could add 500px to salient base for me please and when you release the next version in a few days it could be included?
here are the files: https://github.com/ronyv89/500px-icons
I have tried adding the font files to css/fonts and then including the css in the custom css box and then adding the shortcode but to no avail – obviously not understanding it properly.
Sorry Rich
Hey Rich,
Thanks for the link 
Cheers
PRESALE QUESTION: Hey there, had a quick google search for theme compatibility with Buddypress and saw this. Is there any chance of integration in the near future?
Hey ruandeyzel! Unfortunately that item got pushed back and if it’s going to be implemented is still up in the air
Would be an awesome feature! Hope you guys do decide to implement. Is there a workaround for sidebars to display on buddypress pages in the meantime? Thanks
Yes, but you’d have to create a new template file in the theme and copy the page-sidebar.php contents in there
Hi again, how to align the all the testimonial slider / quotes to the left?
Add this into the custom css box located in your Salient Options panel:
.testimonial_slider blockquote {
text-align: left!important;
}
amazing , thank you ! is there any way to deactivate the bullet navigator?
I mean, I would like to have the quotes auto-rotating normally but without the bullet navigator underneath
Add this into the custom css box in the Salient options panel:
.testimonial_slider .controls {
display: none!important;
}
thank you very much! great theme, amazing support! 
You’re welcome 
Hi! I want update to the latest version to fix gmaps marker, but i have some so many changes to php files, templates, styles, etc.
Do you have a list of the files you have modified to this new version of the theme?
I would like replace just those files not the entire theme.
I hope your answer.
Hey Carolina_Pe!
js/map.js nectar/nectar-vc-addons/vc_templates/nectar_gmap.php functions.php
Cheers
Thanks a Lot!
You’re welcome 
Great theme, I am about to purchase it. My one question is:
Is there a way to make a one page creative portfolio theme style which opens projects in the same window like is seen in this theme? http://us-themes.com/demo/?theme=CorsaWP
Thank you
Hey achiaravallo,
Unfortunately not yet – but that’s an item on the wishlist 
Cheers
No images are showing when using the visual editor after updating to v4.0 wordpress
Hey PLAYmoreUK, have you tried to test with a default WP theme to ensure this only is occurring for you with Salient?
Not sure if you have encountered this, but I installed Yoast SEO such as in the demo and now I am getting: “SyntaxError: Unexpected token :” only when navigating to the homepage? If I deactivate it, it doe snot display… Any idea what this might be?
Hey mbianchi27, do you have AJAX transitions on?
yes I did, I turned it off and the error went away. Too bad cause I like the ajax page transitions 
The next update will add an option that will fix this 
great, any idea of an eta for the next update?
about a week 
Hi,
Since upgrading to 4.0 we’re encountering issues with Visual Composer saving and not minimising the window.
The more serious issue seems to be some kind of syntax error popup when you click back to the homepage from any other page. Are you aware of this bug?
Thanks
Hey logga00,
if you’ve ensured no plugins are causing the issue 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 guys,
Yesterday I installed Wordpress 4.0, then Theme Salient and lastly WooCoomerce 2.2. After installing Woocoomerce, Visual Composer stopped working. Is infinitely loading the dashboard page creation.
Any suggestions on how to fix this?
Thanks.
Hey gabrielcardial,
From my testing with those versions I haven’t been able to replicate VC malfunctioning – if you’ve ensured no plugins are causing the issue 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
Hi,
How to exclude the little heart + number underneath the thumbnail of the portfolio items?
Many thanks 
Hey, add this into the custom css box located in your Salient Options panel:
.nectar-love-wrap {
display: none!important;
}
thank you!

Hi Bud,
If I want to place some PHP code to appear on my homepage (bottom right hand corner of the nectar slider) what/where is the best place to put it please?
Rich
Hey Rich,
In the functions.php file in the nectar sider section 
Cheers
Oh ok thanks, don’t know what line or where to add that?
</div>';
Hi Salient, thanks for the great theme design. But I wonder, is there a way for the homepage to display “latest product” like the “recent post” feature or “full width portfolio thumbnail”?
I can’t seem to find the shortcode to display woocommerce products on the homepage, and I don’t see any sample on any of your demo page, so is it actually possible to display recent products as I described above?
Thanks 
Hey Luffie!
Check this out in regards: http://docs.woothemes.com/document/woocommerce-shortcodes/
Cheers