38438 comments found.
Hi there,
We’re not sure if this is a result of the latest update, but the portfolio pages are no longer working and we are getting the 404 NOT FOUND page instead, even when we preview the page in the backend. The portfolio works fine on the other website we updated. I checked the plugins but there doesn’t seem to be a conflict. Any suggestions? Thanks.
All the links on the Beat Catalogue page and its submenu are portfolio pages:
http://130grit.com/beat-catalogue/Hey – have you tried to resave your permalink settings in Settings > permalinks within your admin panel?
Hi there,
How can I adjust the height of the blog posts automatically? I am using the standard view with an image, title, and excerpt. The images are full width but are way too tall.
Anyway to have it half the size in height and centered in the preview?
Thanks!
Hey! Add this into the custom css box located in your Salient Options panel:
article.post .content-inner .post-featured-img img {
width: 50%;
margin: 0 auto;
display: block;
}
That seems to adjust the width of the post more than its height.
Is there a way to adjust the height only?
Thanks!
Hey,
Could you share your URL in regards so I can take a look at your setup?
Cheers
Hey, try this snippet instead:
article.post .content-inner .post-featured-img img {
margin: 0 auto 30px!important;
display: block!important;
max-height: 275px;
width: auto;
}
2. It seems you have the option for slide controls off, could you turn it back on so I can take a look?
1) Thank you but this makes the width reduce to 25% of the container.
I would like the overflow to be hidden for the max-height but I cannot use
overflow: hidden;
In other words, can I make the height 500px, the width 100%, and have the overflow of the image not show so that all the images fill up properly?
2) I turned it back on thank you!
1. This would require some custom development since there’s no markup in place to allow this
2.
@media only screen and (max-width: 1000px) {
.swiper-container .slider-prev, .swiper-container .slider-next {
transform: translateY(-50%)!important;
}
}
Cheers
Can I get an update to Ticket #559947? I really need to get this new version of the theme pushed out to production and the issue I am having with the Nectar Slider is preventing me from doing so. Tying to move quickly on it because the production version of the site is still using the older version of VC and I want to update it before any issues arise from having the outdated plugin.
Thanks.
Hey, i’ll take a look as soon as I can
Cheers
Hello -
I am still awaiting a reply in regards to my issue with the Nectar slider being jumpy in Firefox, I have not received any update as of yet and it is now holding some things up.
Thanks.
Sorry, just responded
Thanks for your help.
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/
Thanks! I have a ticket – 562865
Thanks! Could you please add the admin credentials to the ticket so I can log in and take a look?
ThemeNectar,
In regards to the Nectar Slider found here: http://www.eviscomm.ca/
I am trying to get a Button Link to open in a ‘NEW WINDOW’. I added the CSS style ‘externalbutton-1’ into the Extra Class Name but that has no effect. Can you look into why this is not working for me?
Thanks, EM
Hey,
you need to enter it as
external-button-1
Cheers
Hi, sorry to bother you again, but do you have a code to change the hover of a product? —> http://fs5.directupload.net/images/151020/naphczgd.png
I would like to change the color and/or opacity of the hover.
.text_on_hover.product.hovered .product-wrap > a .bg-overlay {
opacity: 0.4!important;
}
This code hasn’t worked for me 
Thank you so much!
Best,
Andi
Ever since editing in envato doesn’t work, there’s one more last thing (i hope lol):
How can you change the woocommer carousel sliding? Right now, it flips all products displayed, but I just want it to flip to the next product. Example of how it is right now: http://themenectar.com/demo/salient-ecommerce/ Example of what I mean: http://codecanyon.net/item/woocommerce-product-slidercarouselgrid/full_screen_preview/7928428 first carousel – it just slides to the next product.Hope you can help me out and sorry again for my numerous questions!
Best
Hey! Go to the productCarouselInit function in the init.js file located in the js folder and change this:
var scrollNum = 'auto';to this:
var scrollNum = 1;
Okay worked perfectly, thanks!
And do you have a code for the first issue mentioned:
“do you have a code to change the hover of a product? —> http://fs5.directupload.net/images/151020/naphczgd.png"
.text_on_hover.product.hovered .product-wrap > a .bg-overlay {
opacity: 0.4!important;
}
doesn’t work for me somehow 
Hey – kindly share your URL so I can see why it’s not working for you 
Hey,
thanks for your fast reply! 
You will find the login-info right there!
Hope you will find a solution. Thanks a million and have a great one!
Andi
.text_on_hover.product.hovered .product-wrap .bg-overlay {
opacity: 0.6;
}
Hey – glad you sorted it 
Hey there, are you available for customization service for your theme?
Hey! Unfortunately not at this time – recommend everyone check out in Envato studio in regards for custom gigs
My site is still not responding correctly after all the code changes you’ve sent. When I shrink it down, the logo practically disappears, the mini-mobile menu is hidden behind the right-hand scroll bar, making it inaccessible. And I did add the code that everyone asks for when the logo becomes tiny. My other themes don’t require fixes for logos resizing like that…shouldn’t that just scale down correctly without more code? Is it the size of the logo that is the problem? I need to figure that out . http://covalime2.com/friendsoffosterchildren.net/
Hey,
Your other custom css for the red nav is conflicting for the mobile menu – however if you’d like me to take a further look as to why your mobile logo code isn’t working please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
is it possible to create the portofolio single page with visual composer? so I can manage different layouts for different projects? but keep the general porfolio home page like this http://themenectar.com/demo/salient/portfolio-fullwidth-masonry/, so I can to continue to filter the projects with the categories. Is it possible?
many thanks
Hey,
Yes – the portfolio single projects offers the option to use VC, a lot of the demo single project pages were made using it http://themenectar.com/demo/salient-ascend/portfolio/branding-concept/
Cheers
Hi, how can I change the appearance of the map? If I add the custom CSS from snazzymaps.com it doesn´t change anything.
Cheers
Hey,
snazzy maps provides the javascript array needed to style, you’d need to integrate that in the map.js file located in the js folder
Cheers
Hey,
Included a sample. The top header is the color I want and even when I edit the footer settings, it doesn’t turn black. Is there like some custom css for it or something?
http://imgur.com/rJrj03PHey – kindly share your URL in regards so I can take a look at why it isn’t working for you
I’m seeing that you have the copyright BG set to 1e1e1e in the options panel – if you want to override that with css use:
body #footer-outer #copyright, body {
background-color: #000!important;
}
Oh, i’m such a goob. Thank you so much!
You’re welcome 
Been waiting 4 days since last response from support on ticket #554530. Waited three days for first response. The support team here is either totally overwhelmed or out spending our money. Disappointed!
Hey, I got back to you last night in regards with the solution – I do apologize for the delay that the nature of the issue caused
With my mobile menu, none of menu items appear, it is a blank menu? Do I need to set this somewhere? Normally the Main Menu is placed here. Thanks!
http://evolocityad.comHey,
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
#slide-out-widget-area .mobile-only {
display: block!important;
}
}
Cheers
Hello, ThemeNectar! I’m loving the Salient Theme. But, I would like to create my full width portfolio in 3 columns with square thumbnails. Is it possible?
Hey,
This would require some custom modding as of now but if you used the masonry setting on your portfolio with any of the project styles other than the default on they would appear in squares naturally
Cheers
Hi, is the Salient Visual Composer included in Salient version 4.8 affected by the XSS security vulnerabilities in the Visual Composer plugin prior to versions 4.7.4 (pre October 2015)? If so, how can I get a clean update and will a latest version of Visual Composer break my Salient 4.8 site?
Hey – only the recent releases of Salient include the current VC (6.1.5+), you’d need to update the theme via https://premium.wpmudev.org/bl og/how-to-update-themeforest-themes-with-the-envato-wordpress-toolkit/ and then install the Salient VC in the appearance > install plugins section of your admin panel
I have a 1 page site using Salient. In my navigation I have jump links corresponding to the different sections. When I’m on the main page the jump links work appropriately but when I go to my individual team member pages and then try to use the navigation it doesn’t work.
For instance, I click Our Team which jumps me down to the Our Team section, then I click on Joe Smith and it takes me to Joe’s individual page. But when I click Our Team in the navigation it doesn’t go back to that page.
My navigation menu is made up of custom links with anchor tags associated with them. I tried using the full html path in the address instead of just the #sectionname which fixed the issue of it working from another page but then it caused the links not to work from the landing page.
Any help would be appreciated.
Hey the full URL method would be the correct method to go about it – could you kindly open a ticket in regards with your admin credentials so I can take a further look at the setup to see what’s going on? https://themenectar.ticksy.com/
Hi,
When I try to do a search on iPad, 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?
Here is the url: http://soniadrouin.ca/
Thanks for your help!!!!
Hey, I can indeed see that that search bar style is covered by the keyboard on ipad landscape – i’ve noted to create an alt style for it in the next update for this scenario 
OK, Thanks for the answer 
You’re welcome 
Great theme, pity about the support, had enough of getting the old favourite ‘It’s your server memory causing the problem with Visual Composer’ – hello? It works fine with the WPBakery version! It’s just your version of VC that freezes my website! I’m just not prepared to pay for it twice!
Hey,
I’m not sure what support ticket you’re referring to so without seeing your site I can’t comment much on the issue you’re facing – however the differences between the Salient VC and the raw one have actually only shown in tests to increase the performance slightly since some of the elements are removed that load in the raw version (grid builder, frontend editor etc). What’s your ticket ID?
Cheers
Hi, the support ticket is Private Ticket #553374. To put it another way, can I install raw VC as a plugin with Salient instead of using your version? If so, would the activation work as normal to receive automatic updates. Would I have to purchase VC again (as I’ve already paid for it with Salient)?
Hey – any theme that bundles VC only allows you access to the version provided with the theme, if you wanted the raw version you’d need a separate license to that specifically – I did check out your ticket though and after logging in to your setup I was able to add elements to existing and new pages, is there anyway you could let me know if it only happens for you with a specific browser?
And do you have a proper code for the topnav hover as well? Don’t know if mine is 100% “clean” lol.
Thanks, Andi
Disregard.
Hey – glad you got it sorted 
Hi Phil. On the Page Header settings, is there a way to set a Light/Dark Font color, so that the logo and navigation would also have the same style? For example, I may have a light image for my page header and would like the title, logo, and nav to be dark when using the transparent option. I think this option is available for the Nectar slider, but not the Page Header setting. Thanks!
Hey,
Currently this isn’t available yet for the page header but it will be in future releases, as of now you’d need to still use a Nectar Slider if you wanted that functionality
Cheers