38443 comments found.
Hi there, I have just updated our theme to the lastest version, but I want to be able to include nectar slider on woocommerce category pages.
I have copied the code from another slider to this category page, do I need to allow the slider to run on other non ‘wordpress’ pages?
Hey Locusresearch,
To get custom content into the WooCommerce category archives, you’d have to hook it in via a filter or through creating an archive-product.php template. In either case, if you just enter the nectar slider shortcode inside of a do_shortcode function e.g.
<?php do_shortcode('[nectar_slider_shortcode_here]'); ?>
It should work.
Cheers
Hi, I have a question about visual composing. Since can I no longer find the “client display” and the “Menu link” in the elements of the visual composer. Where did they go? They are still present in the pages where I have already added them but I can no longer find them in the list of “add elements”.
Hey EspaceTech,
Those elements are still in the theme/Salient page builder – Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
There is an issue with the theme and password protected pages. When entering the correct password the page just continues to refresh instead of displaying the content. I have removed all plugins to verify that they are not the issue.
Hey Ghostlyhollow, I just attempted to replicate this but can’t see it occurring locally – are you on the most recent version of the theme? If you are, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
I did some additional testing and its not a theme issue. It was a caching issue with one of my firewalls. Appreciate the quick response.
Hey Ghostlyhollow,
Glad you were able to track it down 
Cheers
hey how can it take off the white tab on the top of the page on mobile and just make it transparent? the white bar where the hamburger menu is. Vaveili.com is the site
& also how can i remove this white line from ’’brands i’ve worked with’’ on my home page heres a screenshot http://prntscr.com/iwn3k1
Hey Vaveili,
1. You would need to use the “Header Permanent Transparent” option in the Salient options panel > transparency tab
2. That element always inserts a bottom border – you could easily just use a text block with a heading tag/center alignment instead to avoid custom css
Cheers
Hello, When adding the tel link to your wonderful theme, clicking on the link places the phone call but leaves the desktop screen blank. I’ve tried this on multiple sites in which I use your theme. Any help would be appreciated. Thanks.
Hey thecreativeblock 
If you’re using page transitions, turn the option on for “Disable Fade Out On Click” in the Salient options panel. If you’re not using them, kindly share your URL so I can take a look
Cheers
It worked perfectly. Thank you for your quick and knowledgeable response. Your theme is great.
Hey thecreativeblock, glad I could help 
Hello,
i would like to change the size of the Team small image of the Team Member Element. The original image-size is 500×500px but i would like to load a bigger image (i have two team-members in a full-screen row and the image size should be big enough to deliver a high quality image). Thank you!
Hey rwyoktober,
You would need to add this into a child theme functions.php and alter the width/height to your desired values:
function after_salient_setup() {
add_image_size( 'regular', 500, 500, true );
}
add_action( 'after_setup_theme', 'after_salient_setup' );
and then run the following plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers
Thank you very much, it works fine! 
Glad I could help rwyoktober 
Hello. I’m trying to change the button aspect/text in a particular page. .button { color: #000!important; font-size: 30px; font-family: ‘Montserrat’; font-weight: 500; } Is not working. Is ”.button” class name correct? How can I do this?
Thank you!
Hey Rofe!
Could you kindly share your URL in regards so I can take a look to assist?
Cheers
Hi, I can´t find a way to display search for mobile devices. “Remove Header search” is not checked and is working fine for desktop, but no luck with mobile. I can see that if I disable “Header Sticky On Mobile” menu changes the way it looks and search box appear at the bottom, but this is not ideal (sticky header is important). Any help with that?
Hey WeboCreativo,
If you change your theme skin to “Material” in the Salient options panel > general settings tab, the search icon will still display on the mobile header nav bar
Cheers
Pre buy question: is it possible to use featured blog elements for the portfolio items?
Hey daanvandenberg,
The portfolio and blog styles can’t be switched – they’re specific to the post type itself as of now
Cheers
Hi! I would like to know if it is possible to insert an image hotspots in a single portfolio project page.. Thanks a lot Vaneeka
Hey Vaneeka,
Yes – you can use any element inside of your projects as the page builder is still available just like a regular page 
Cheers
uh thanks a lot! 
You’re welcome Bordegoni 
hi there,
i publish my posts using visual composer, as opposed to the native text editor.
but there is an issue where in the ‘related posts’ tiles at the bottom of my posts, when i hover over them, the hover balloon includes VC code. you can see a screenshot of it here: https://imgur.com/a/y5VzT
what can i do to remedy this?
thanks sam
Hey Sam,
That hover tooltip box is not a native part of Salient – assuming you’re using a plugin for it, it would need to be parsing out shortcodes from the generated text it’s making. By default Salient removes these from the WordPress “the_excerpt” function, so it must be using a different custom function
Cheers
Hi guys, i’ve read a couple of threads on here about adding the word menu next to the hamburger icon, but only on the ascend theme skin, could you advise how this would be possible on the material skin please… Thank you.
Hey elitemediaagency,
Add this into the custom css box:
.slide-out-widget-area-toggle a:before {
content: 'Menu';
position: absolute;
right: 38px;
color: #000 !important;
text-transform: uppercase;
font-size: 12px;
line-height: 23px;
}
Cheers
Hi!
I have a few scrolling anchor links on my one-pager website (one-page scrolling). Unfortunately when I click on the links in my menu, the page scrolls down slightly too high, leaving a bit of a gap between each row. Each row/ section has about the same gap, roughly ~1 centimeter. Is there an easy fix that can be applied for each row/section?
Thanks
Hey j0nthn,
Can you please share your URL in regards so I can see what’s causing that for you?
Cheers
marketyze.io
Thanks!
Hey j0nthn,
I just tracked the issue down to a specific combo of options you’re using and have added the fix into the beta –
please shoot me an email in regards using the contact form on my author page https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
for the fix before the next release 
Cheers
Hi! how can i ad link in testimonials slider ?
Hey vixice,
You should be able to use standard HTML anchor tags inside of the testimonial textarea e.g.this is text <a href="http://themenectar.com">this is a link</a>
Cheers
How do i change the Font Color and Size using CSS for the blog widget sidebar? I’ve already tried Inspect element pulling the ID and Class to modify the css and it does not work.
https://www.storickgroup.com/blog/Hey ggalliani,
add this into the custom css box in your Salient options panel:
body #sidebar h4 {
font-size: 18px;
}
#sidebar .widget li a {
color: #000!important;
font-size: 14px;
font-family: Roboto;
font-weight: 500;
}
Cheers
Awesome thank you for responding… that finally worked!
Glad to hear ggalliani 
Hi again. 
I have the following code in my custom CSS, on PC it is correct and displays the correct font, however it only shows the default font on mobile and tablet.
Any idea why, do I need to add the font to the header?
Thanks.
header#top #logo {
font-family: 'amatic sc';
font-size: 24px;
letter-spacing: 1px;
}
Should I add this somewhere?
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
Also, sorry, not sure if this WooCommerce or the theme.
Is there a way to disable the Proceed to Checkout button in the cart, as it is of no use when i’m using PayPal?
Thanks
Hey DIGIDUCKUK,
1. That font is available in the Salient options panel > typography settings, so you could just set it on any element or heading that you may not be using to still get the font enqueued on your site without having to add the additional line in the head
2. add this into the custom css box in your Salient options panel:
body .wc-proceed-to-checkout, .checkout.wc-forward { display: none; }
Cheers
Thank you.
I changed the second point a little though, as it deleted the PayPal button as well.

You’re welcome DIGIDUCKUK 
Someone commented 3 years ago about adding a Twitch icon for social media, is this something you guys can support? or adding custom social media icons for Salient? Thanks!
Hey Pwncode,
It could be handled with a snippet of custom css – enable one of the other site icons such as ”” and then add this into the custom css box in your Salient options panel:
.fa-yelp:before {
content: "\f1e8";
}
Cheers
Thank you so much! Works perfectly 
You’re welcome Pwncode 
Trying to resize the meta alt team members to show the full version of the image and still show the information on hover. I like the layout and size of the meta below option (for pictures) but still want it to pop up on hover. Any thoughts on how I can resize the image in my child theme and show the actual file and not a smaller version?
Hey jongrogan,
You would need to add this into a child theme functions.php and alter the width/height to your desired values:
function after_salient_setup() {
add_image_size( 'portfolio-thumb', 600, 403, true );
}
add_action( 'after_setup_theme', 'after_salient_setup' );
and then run the following plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers
Hello My google map can display on desktop but it just won’t appear on mobile. I checked on inspect element and saw errors : Uncaught TypeError: Cannot read property ‘classList’ of null & Uncaught TypeError: $(...).hoverIntent is not a function. Are they related? How to fix that?
Hey michelleoui,
Can you please share your URL in regards so I can take a look?
Cheers
here you go thanks! http://1stopservice.com.my/contact
Hey michelleoui, Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
Hello, the website was handled by another person before and I just took over this project. Hence, I didnt have the license code for the theme. May I know where can I check the license code in my wordpress? Or am i still able to open a ticket?
Hey michelleoui,
You could contact Envato in this case to get the licsense transferred to your account
https://help.market.envato.com/hc/en-us/requests/new
Cheers
Hi,
I added a Hero section, and it seems the theme auto changes the images every day (didn’t add my own background yet). There was one image I really liked, but there is no way to retrieve it or find it back, since it has been rotated again. Is there a section or area where I can see and download all the images that are included with Salient?
Thanks, Jonathan
Hey Jonathan,
Some of the Salient studio elements use the unsplash api for daily featured images – unfortunately there’s no history for that however if you remember what was in the image you could probably find it after searching for a couple minutes on https://unsplash.com/ 
Cheers
Thanks! Found it there 
Cheers
Glad to hear j0nthn 