38354 comments found.
HI, is it possible to increase the thickness of the coloured lines used to make up the interactive pie chart? I already looked in the JS folder but I could not find anything to change it
Hey rolldigo,
Unfortunately not without modifying the file “wp-content\plugins\js_composer_salient\assets\lib\bower\progress-circle\ProgressCircle.min.js” as of now
Do I need to write a line in JS to do this or modify the code already written?
Hey rolldigo, it would require modding rather than additional script to be written
Hi,
Just a pre-sale question. We need the ability to pull in filtered portfolio items into our pages. E.g. on each page have a portfolio section that only displays one of the categories (that we selected).
Is this possible with your theme?
Thanks
Hey helenwhite,
The portfolio page builder element does indeed allow you to define what categories will be displayed in each instance
Cheers
Hi, I’ve set Muli semi bold as my font voor all headings, but when viewing the site it’s not showing the Muli Bold font, but something totally different. How to fix? woodlog.kleidi.nl
Hey Abbenhues, I’m seeing that the font “Questrial” is also being set on your setup – can you verify that you don’t have that set either via the custom CSS box or through the typography options anywhere?
Hello, hope you had an amazing weekend. Question regardless to Header Inherit Row Color. For the color white, the logo and menu appear in white as well so it display properly to keep navigating. Please check here https://goo.gl/LYyk5L and scroll to the bottom. How can this be fixed? Thanks!!!
Hey rasheedny, that option works by using the text color selection on the row (dark/light) – ensure that the bottom row you wish to display
as dark has the text color set accordingly 
Cheers
Now I get : ) Working perfectly. Thanks for your time and support
You’re welcome rasheedny 
Hey guys, when im create Image Gallery and put some Vertical images ive got troubles. How can i center image of vertical images? https://i.imgur.com/ZU9JxTJ.jpg
Hey esqu1red,
Are you trying to show the vertical images fully? If so, you would need to specify an image size in the image gallery settings. use the keyword “full” without quotation marks to disable cropping
Cheers
Can i please get a beta download link? I asked for several times now, i dont get any response.
Hey Nicknick, sorry about that – we just opened back up the beta group last weekend. I sent you a copy earlier today
Cheers
I want to share a bug fix I found. It’s taken me over almost a week to figure this out. Listen up. Here is the bug. Salient Options Panel: “Enable Fancy Select/Checkbox/Radio Styling This will ensure the styling of your advanced form elements look consistent on all browsers and are more user friendly.” < selecting that option makes the most specific category (of any category hierarchy) dis-function. In other words, if you select that, your products will spin around forever.
What the fuck? This makes no sense at all, and it appears that you’re attempting to patch some architecture.
I can help you. I’ve literally been researching this shit and have kept notes on the logic. But I am disappointed. Bad Patch! Check yoself!
Hey catemars, I’m sorry to hear you’ve been facing an issue with that option. By default, that option should be turned off unless you imported a demo which was using it – Can you elaborate further on where you experienced this problem i.e “most specific category (of any category hierarchy)”? Are you referring to when clicking on a category via the WooCommerce category widget or when accessing the category page by any means even directly through the URL? If you could provide a page URL that would also be helpful
Thanks in advance
I experienced it any time I attempted to click on the most specific category – from anywhere and everywhere. No, not from a widget, from an actual link. Can’t give you a url since I fixed the problem.
But for instance, from here, the most specific category is Antibodies for Epigenetics . previously when I clicked on that I got a neverending spinning circle. Perhaps you can test and fix because I would in fact prefer to use that Enable fancy checkbox option, if possible.
P.S. I love your theme.But it does have a ton of “extra” code when one switches from one demo to the next.
I tested it twice, myself. Each time it made the system malfunction resulting in that endless spinning circle, so I had to start over by installing a new theme. Sorry, I can’t tell you the exact themes that made this happen. I can probably give more info if helpful some other time if you think it’s worth it after testing.
It could be a clash with WooCommerce cateogorization options, but that wouldn’t explain why reluploading a demo theme would fix it.
I mean if there is some history of the themes I installed, I can share that with you, but I don’t know where it is.
*“demo” themes.
Here’s the url I meant to post above. Thanks for your time. http://genoprint.com/genomic-products/ezh2-antibody-pab/#comment-135
Hey catemars, I would recommend enabling the option for “Disable Fade Out On Click” in the Salient options panel > page transitions tab. That can causing an endless load if the link clicked was relying on javascript
Hey, I renewed support but I’m unable to post a ticket. On the ticket page it tells me that support for this purchase code has expired. How do I fix this?
Must’ve been a delay, fixed
Hey deezydev,
It can indeed take a couple hours to update – Glad to hear it’s working for you now 
Cheers
Hey deezydev,
It can indeed take a couple hours to update – Glad to hear it’s working for you now 
Cheers
Is it posible to add a “share to Whatsapp” button?
Hey msantiago90, that would require the use of a plugin as of now since there’s no built in sharing button for that
My site store is not working. Showing this.
Your theme (Salient) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.
Note: I am on latest version of Salient
Hey utsavchopra30,
Can you check the woocommerce directory inside of your Salient theme folder to ensure that there is no ”cart” directory? The cart directory was removed a few releases ago and if it lingered around in your setup post updating, it would indeed cause issues
Cheers
I have deleted the “Cart” folder. After that I won’t be able to see Checkout button and also theme layout in responsive mode is not perfect
Hey utsavchopra30, if you’re on v8.5.6 of Salient – please share your URL in regards so I can take a look
Hello ThemeNectar Team!
I am a very happy owner of Salient.
I would like to allow a user admin access but limit what they can do with Salient. Specifically, I would like to modify the options panel in order limit their ability to use the Demo Importer, etc.
Can you point the files (functions.php, the redux framework, etc.) where I can do so?
Any other suggestions?
Hey logicbank,
Add this into a child theme functions.php to handle it without modding the core files:
add_filter( 'wbc_importer_abort', 'remove_nectar_demo_importer' );
function remove_nectar_demo_importer() {
return false;
}
You can then mod when to add the filter conditionally based on whatever you need
Cheers
Thank you, ThemeNectar. Looking forward to purchasing a second copy of Salient for another project scheduled for August. Exceptional support as always!
You’re very welcome logicbank, glad to help 
Bootstrap-menu
Hello, I would like to create a bootstrap menu. I am reading that you have integrated your own bootstrap style?
Could you recommend me how I could to that? It would basically be the same as you currently do with your second header, but then I would like to use this in a different DIV.
Really hope you can help.
Hey dzineee,
bootstrap is not used in Salient – however the page builder implements grid system like bootstrap. There’s no quick way to duplicate the secondary menu in another part of the theme without some custom coding. Have you looked into the page builder element “page submenu”?
Thanks for your great support. I would like to apply this submenu to every page. Right now it is simply a div that I have implemented in the header.php file; but this is not ideal and does not allow bootstrap as far as i am aware.
Or could I integrate your grid system within my DIV header?
Hey dzineee, yes you can add columns by using “span_x” where x is the column number based on a 12 col grid system e.g.
https://pastebin.com/kTkYAVnFThank you for the follow up!
So if I would like to make a horizontal bar with 3 dividers. Would I do the following? https://pastebin.com/D1XRE9iT box 1 box2 box 3Or how would I be able to achieve that?
Hey dzineee,
I can’t seem to access your pastebin right now, but the correct 3 column layout would be: https://pastebin.com/CMzAXyUx Cheers
Thanks so much for all the help! I am now able to align the column on desktop. However, on mobile they still don’t ” bootstrap ” so they become aligned below each other?
Is there a way to make this work for mobile?
Hey dzineee,
Could you kindly share your URL so I can see what you have so far to assist?
Cheers
Please find our test environment at https://www.goedecosmetica.nl/. You can see it right underneath the header.
Hey dzineee,
add this into the custom css box in your Salient options panel:
@media only screen and (max-width: 1000px) {
#under-header { height: 100px; }
}
#under-header .span_4 {
width: 32.0%;
}
Cheers
I am trying to add an image to the right of the standard logo in the menu. I am looking into header.php and found the related line, but cannot solve how to add an image right of the logo.
Would you be able to point me to the right code? I assume it has to be somewhere in the next part:
data-using-pr-menu=”<?php echo $using_pr_menu; ?>” data-mobile-fixed=”<?php echo $mobile_fixed; ?>” data-ptnm=”<?php echo $prependTopNavMobile;?>” data-lhe=”<?php echo $headerLinkHoverEffect; ?>” data-user-set-bg=”<?php echo $userSetBG; ?>” data-format=”<?php echo $headerFormat; ?>” data-permanent-transparent=”<?php echo $perm_trans; ?>” data-megamenu-rt=”<?php echo $megamenuRemoveTransparent; ?>” data-remove-fixed=”<?php echo $headerRemoveStickiness; ?>” data-cart=”<?php echo ($woocommerce && !empty($options[‘enable-cart’]) && $options[‘enable-cart’] '1') ? 'true': 'false';?>" data-transparency-option="<?php if($disable_effect ‘on’) { echo ‘0’; } else { echo $using_fw_slider; } ?>” data-box-shadow=”<?php echo $header_box_shadow; ?>” data-shrink-num=”<?php echo (!empty($options[‘header-resize-on-scroll-shrink-num’])) ? $options[‘header-resize-on-scroll-shrink-num’] : 6; ?>” data-full-width=”<?php echo $fullWidthHeader; ?>” data-using-secondary=”<?php echo ($using_secondary == ‘header_with_secondary’) ? ‘1’ : ‘0’; ?>” data-using-logo=”<?php if(!empty($options[‘use-logo’])) echo $options[‘use-logo’]; ?>” data-logo-height=”<?php if(!empty($options[‘logo-height’])) echo $options[‘logo-height’]; ?>” data-m-logo-height=”<?php if(!empty($options[‘mobile-logo-height’])) { echo $options[‘mobile-logo-height’]; } else { echo ‘24’; } ?>” data-padding=”<?php echo (!empty($options[‘header-padding’])) ? $options[‘header-padding’] : “28”; ?>” data-header-resize=”<?php echo $headerResize; ?>”>Hey dzineee,
Look for this section in the header.php file
<a id="logo" href="<?php echo home_url(); ?>" data-supplied-ml="<?php echo $using_mobile_logo; ?>" echo="">>
<?php nectar_logo_output($activate_transparency, $sideWidgetClass, $using_mobile_logo); ?>
</a>
Cheers
I am noticing that the blog posts are not being ordered by date even though the settings are set to order by date. Is there a quick way to fix this?
Hey asandage, are you using a blog element in the page builder or are you experiencing this on the blog archive pages that are automatically created? Please open a ticket in regards here with your admin credentials so we can take a further look at the setup https://themenectar.ticksy.com/
Thanks in advance
Hola, cuándo estará disponible la nueva versión de Visual Composer para Nectar Salient, cuando la quiero instalar me dice ERROR.
Hey limabrands, the current version of WPBakery page builder in Salient is 5.4.7, the version 5.2.2 is only available in the Salient 9.0 beta. Are you trying to install the raw non Salient WPBakery plugin? If so, please paste the entire error you’re given
Thanks
Hey there, hope your having a nice day. Question, how can I remove the SKU and Categories info from the product page? This is how it shows https://goo.gl/UgQKGt Thanks for your support
Hey rasheedny,
add this into the custom css box in your Salient options panel:
html .woocommerce div.product_meta { display: none; }
Cheers
Perfect thanks for the code
Cheers rasheedny
Hi there! Hope your having a good one. My map is not working properly, it displays a notice with “For development purpose only”, how can I fix this? link: https://goo.gl/DLRiXx Thanks for your time and support.
So we have to pay to view Google maps on a website now?
Hey rasheedny, depending on your traffic you could – this is a global change they’ve made to their system out of the users control i’m afraid. However, we’ve already implemented a free open source alternative that’s coming in the next release in response to the change. If you’d like a copy of the beta which contains it, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Pretty interesting, Im lauching my site on the next couple of days so I requested the beta.
Hey rasheedny, Just sent you a copy earlier today 
Got it! Thanks mate
You’re welcome
rasheedny 
Is there a quick way in the theme to open woo products in new tabs? functions.php perhaps? Thank you
Hey Poloplayer, not without modding as of now – however a full featured quick view for WooCommerce is coming in the next release (and available in the beta) If you’d like a copy of the beta, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi guys, I have a code on JavaScript, it makes an animated background, I want to apply this on my landingpage but I don´t know how to put this inside , I try with the RAW JS but won’t work, any ideas? This is the code: https://codepen.io/gouff/pen/NxqMJN
Cheers
When will WPBakery 5.5.x be added please? Thanks
Hey ravenswoodmedia, it’s currently available in the beta – if you don’t want to update to the beta release, you can still reach out via the contact form for just the plugin separately
Cheers