38439 comments found.
Hi, I have one question before purchasing the them. Is it possible to use the Shop without actually providing the price? (basically i want to create a more “advanced” portfolio, with multiple subcategories + filtering options). Thanks
Hey – you can hide the price with css or use a plugin/filters in regards https://wordpress.org/support/topic/remove-add-to-cart-buttons-from-product-page
i have a page speed issue with this theme there are about 16 css that are render blocking how can i resolve it, 7 are theme css file 3 from woocomerce, 2 from fonts.googleapis and 2 from mediaplayer(wp-include, dont know to which it related )
these render blocking css are the only issue which making my page speed score down, except it i handle everything,
i am not using any plugin for minifying css except you dynamic css option, for now, cause if i use w3 total cache, and minify with it, its break site look and layout please fix it
Hey – you can use the minfication with bwp minify https://wordpress.org/plugins/bwp-minify/ for this – just use w3 for its caching
Cheers
i already tried it, its not working, meshing theme css, which make site look worst
The live demo is using it, I would need to take a look at your URL to see why it’s not working
It appears you currently don’t have bwp active, if you can’t leave it on please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
G’day Salient Support, On my page https://www.sonderdesign.com/ I have a twitter feed embedded (exported from twitter settings and pasted in) into one of the text elements (bottom right side where “Tweets by @SonderDesign” is display).
However in visual composer the element correctly shows the actual tweets. But when I update and refresh page is shows the current text, “Tweets by @SonderDesign” and not the actual tweets.
Twitter widget HTML as follows >Tweets by @SonderDesign <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+
Hey – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com
I’m currently seeing this appear in the browser console
Uncaught SyntaxError: Unexpected token ILLEGAL
Done! Private Ticket #551338 Thanks
Hello again. Sometimes the sample blog text on my overall blog page still shows default latin text as the preview. Once you click into a particular entry it’s all fine, but much of the text on the overall blog page is still in latin. Take a look here…
http://donnerpartyfilmfeast.com/the-feast-blog/The “Marytrs” “Upcoming Movies” and “Appetizers” blog posts preview text are still in the default latin. (the “disturb me, please!” “Velit Porttito” and “Be My Guest” posts have the latin because I haven’t actually written in anything for those particular blog posts yet.)
I’ve tried flushing the cache and such with no luck. Any suggestions? Thanks.
Hey – have you verified that no excerpt is set with that? http://www.mhthemes.com/support/files/2014/07/Custom_Excerpts.png
Yup! That was it! Thanks a ton!
You’re welcome 
Hi is there any way to make the subcategories in the portfolio filter show up as a dropdown under it’s parent category? Also, the description for the category is showing up in the filter area as well
please see the page here: http://wompro2.accountsxero.com/portfolio/
thanks
Hey – the subcategory dropdown is an item that should make it into the next feature update, I’ve noted your secondary request as well
Thanks. When should be the next update due?
Another question, let’s say I have my portfolio category at http://wompro2.accountsxero.com/project-type/electronics/ can I change “project-type” in the URL to something I prefer?
Hey,
1. There’s no exact ETA at this time
2. Yes, there’s an option to do so in your portfolio options tab in the Salient options panel
Hi,
Do you mean the "Custom Slug" option? I have put case-studies there already and refreshed my permalinks but still the same.
We want
http://wompro2.accountsxero.com/project-type/packaging/
to be
http://wompro2.accountsxero.com/case-studies/packaging/
thanks
'rewrite' => array( 'slug' => 'project-type' )in the functions.php file
Hi Yes, I am aware of this but thought that there was an option already. This will get overwritten though when we update right?
thanks
You could overwrite it in a child theme functions.php file by copying the entire nectar_add_portfolio_taxonomies function and modding it
Hi The above worked on single portfolio items. However, on the categories it returns a 404 even though that is the same URL on the wordpress dashboard > project categories. Any other codes I should modify?
Hi,
I would like to follow up on my question above? It still shows 404.
thanks
Buddypress is crashing my theme after install. Ideas on why this is happening? I have no plugins running outside of the 3 required by Salient and tried to do an install of buddypress and immediately the site crashes.
Hey – it sounds like you could be running out of php memory available to WordPress, have you contacted your hosting company in regards yet to ask if they could take a look?
Hi, thank you for your theme. I am using this plugin for team section (http://dvteam.wp4life.com) right now on this website: www.manattdigitalmedia.com and when I click on the team individuals, I get the DVTEAMID. I found out that if i turn off the “One Page Scroll Support (Animated Anchor Links),” that does not happen. Is there a way I can fix this so the weird ”#URL” does not come up when I click on the individuals? Thank you.
Hey, you’d need to mod this line in the init.js file:
$('body').on('click','#header-outer nav .sf-menu a, .container-wrap a:not(.wpb_tabs_nav a), .swiper-slide .button a, #slide-out-widget-area a, #mobile-menu .container ul li a, #slide-out-widget-area .inner div a',function(e){
to be this
$('body').on('click','#header-outer nav .sf-menu a, .container-wrap a:not(.wpb_tabs_nav a):not(.popup-with-zoom-anim), .swiper-slide .button a, #slide-out-widget-area a, #mobile-menu .container ul li a, #slide-out-widget-area .inner div a',function(e){
Hi there, when we have the blog style in mansory mode like here in the demo http://themenectar.com/demo/salient-blog/blog-masonry-sidebar/ and we publish all posts selecting “Regular” at “Masonry Item Sizing” options under the post edit page we come up with 4 post entries per row.
Is there a way to have it show 3 post entries per row instead of 4?
Thank you
Hey – add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 990px) {
body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item, body #post-area.masonry.meta_overlaid .masonry-blog-item.regular {
width: 33%!important;
}
body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall, body #post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall {
width: 66%!important;
}
}
Great that really worked! Another question, Is there a way to have the infinite scroll load more posts when custom triggered, and no automatic when we scroll down? Like triggered from a “Load More” button like in this infinitescroll.js demo shows http://www.infinite-scroll.com/trigger.html or like this theme that also uses infinitescroll but executed from a Load More button http://capethemes.com/demo/coast/
Hey as of now this would require some custom development but i’ve noted it for the wishlist 
Hey, was wondering if there was some custom CSS I could use to make the 3 column portfolio layout full width? Also, would love to change the squares to rectangles if possible. Thank you!
Hey – you’d need to use a full width content row type holding your portfolio item in regards. Changing the image aspect ratio would require modding the “nectar_add_image_sizes” function in your functions.php file and then running this plugin https://wordpress.org/plugins/regenerate-thumbnails/
Hey, thanks so much for this. Was able to make it full width no problem after taking your advice about the content row. Also, changed the aspect ratio on the image files themselves and was able to get the desired effect I was looking for. Last question I have is how I can change the spacing between the individual portfolio items? I need to get that spacing equidistant on all sides. As always, you are the best. Thank you!
Hey,
Could you kindly share your URL in regards so I can take a look?
Cheers
Hey, my client decided to go back to squares for the portfolio items instead of rectangles, so! the spacing is equidistant again. As always, thanks for your quick replies and help. This theme is amazing.
You’re welcome 
Hi there. What can the cause be when the google map is missing? http://dyrepraksis.dk/kontakt/
Hey, have you verified that no plugins you have active are causing this?
Hi Guy’s,
Please take a look at the portfolio section on this page: http://www.51waysdemos.co.uk/dac/
The tile on each tile is aligned right for some reason. How do I align it center?
Thanks
Hey – add this into the custom css box located in your Salient Options panel:
.portfolio-items .work-item.style-3 .vert-center {
display: block!important;
}
Thanks that’s perfect!
You’re welcome 
Hello. I just bought the Salient theme and tried to install it. Im getting a messege that the style.css is missing. Is it because the Salient theme aint compatible with the wordpress version 4.3.1 yet? Or am i doing something wrong. Also tried to install it via FTP.
Hey,
Salient is indeed compatible with 4.3.1 of WP – please see this in regards https://help.market.envato.com/hc/en-us/articles/203689044-Missing-style-css-stylesheet
Hi,
I have an issue with typography. I imported some old posts from my blogger account and even though my default font type is set as open sans, when I open the imported posts on the new page they appear with the old font they were written in. Is there any way to fix this problem?
Site: http://ldcfitness.hu/ Blog post example: http://ldcfitness.hu/2015/09/20/miert-nem-erdekel-mar-az-alakom/
Thanks
Hey,
I can see in your HTML in the posts that the font family is being set inline:
<span style="font-family: Trebuchet MS, sans-serif;">De nem csak edzésre és táplálkozásra vonatkozó káros,hasztalan és tudományosan nem alátámasztott praktikákat vettem át a mainstream forrásokból,hanem szemléletmódokat,mentalitást,és hozzáállást is. </span>
You’d need to remove that
Hello!
I’d like to be able to add a bar of color behind the main menu with some padding. Would you be able to tell me how to do this? Many thanks!
Ok, I got the bar of color behind the main menu, but I need to center the menu text and add some padding to the top and bottom. Could you let me know how to do that? http://covalime2.com/friendsoffosterchildren.net/
header#top nav > ul > li > a {
padding-top: 20px!important;
padding-bottom: 20px!important;
}
Thanks, padding at the top and bottom worked, but it didn’t center the actual menu items in the bar. I tried the same padding on all sides, but that didn’t work as well. Any other ideas. Thanks!!
Hey – also add this:
body header#top nav > ul > li {
float: none!important;
display: inline-block;
}
Cheers 
Hi themeNectar,
Another question! When I try to do a search on tablet, it opens a semi-transparent white page but without the text “start typing here”? A bit confusing for visitor who would want to search… So I tried
@media only screen and (max-width: 1000px) { body.ascend #search-outer #search input[type=”text”] {visibility: visible!important;} }
but no… so what should I do? Thanks for your help!!!!
If you need the url: http://soniadrouin.ca/
Hey,
Please share your URL in regards 
Cheers
In case you had not seen my earlier answer, here is the url: http://soniadrouin.ca/
Hi ThemeNectar!
I’m having issues with adjusting the space between paragraphs for the body text. The space between is too large — I’d like to reduce the space by 20-50% for all body text. Is there a way of adjusting this?
Many thanks!
Hey!
Add this into the custom css box located in your Salient Options panel:
p {
padding-bottom: 17px!important;
}
Cheers
Such a simple fix! Thanks ThemeNectar!
You’re welcome 
Hey,
you’d also need to add them into the mobile-menu div in the header.php as well
Thank you!! 
You’re welcome 
Hej TN,
after experimenting a bit with your helpful dummy content I ve got feeling for the theme. Thank you for ‘Salient’! May I bring forward some feature requests?
- A feature that allows to display more than one next post – at least a previous and next posts button (same full-width background style though)
- The option to create Custom Content Grid Items also for the blog. The CCGI helps to make portfolio look individual and sexier – so why not also for the blog?
- The possibility to have blog posts or portfolio posts automatically loaded into the Nectar Slider to display recent content on full-screen
- Zoom on hover feature also for blog tiles in masonry view
- Search option in the full-screen overlay menu
And a question:
- How can I increase the logo size on mobile view. I found an older advise from you, but with this code, the logo got cutted off at half the height, but it was bigger.
Thanks a lot and kindest regards, OhC
- Video Blog Post – Option to show a clickable Image in Blog View, that loads (external) Videos.
Hey,
1. Thanks for the requests!
2. Add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 40px!important;
}
body header#top, body #header-outer:not([data-permanent-transparent="1"]) {
height: 70px!important;
}
}
Cheers
Hej,
thanks for your time and help. Unfortunately the same error as mentioned is repeated. The logo gets cropped.
Please see here: http://i.cubeupload.com/p3k7ec.png
Best, OhC
Hey – could you please share your actual URL so I can take a look?
Cheers
Hello,
Really love the latest salient update. A question about the fullscreen canvas menu in your Agency demo. I notice you have small descriptions under each menu item:
“ Premade Layouts “
How does one replicate this as I see no field to input this when creating a menu?
Many thanks,
Christos
Hey – please see this in regards: https://www.youtube.com/watch?v=VzsSTnmGYAQ
Hi ThemeNectar, 3 questions please:
1- I would like to change the font-size of the page title h1 when on mobile (tablet / iPhone) .. I tried a couple of things but I think I might not have the good selector or something…? Can you point me in the good direction please?
2- I also would like to change font-family and font-size of the dropdown menu when on mobile. There again I tried a couple of things such as
mobile-menu ul li a {
font-family: ‘josefin sans’!important; font-size: 18px!important; color:#fff!important; }
just not working… any idea?
3- When on iPhone, the header down arrow isn’t align in the middle? It’s all the way to the right, how do I change that?
Thanks for your help!
Hey,
Please share your URL so I can take a look 
Cheers
Hey,
1. Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 690px) {
body #page-header-bg .span_6 h1, body .single.single-post .section-title h1 {
font-size: 34px!important;
line-height: 40px!important;
}
body #page-header-bg .span_6 span.subheader {
font-size: 25px!important;
}
}
2.
@media only screen and (max-width: 1000px) {
#slide-out-widget-area .inner .off-canvas-menu-container li a {
font-size: 26px!important;
line-height: 26px!important;
font-family: 'Open Sans';
}
}
3.
.section-down-arrow, body[data-button-style="rounded"] .scroll-down-wrap {
width: 50px;
}
Thank you for your support! It works perfectly!
You’re welcome 