38441 comments found.
How could I do a js alert, when it changes section? # THK a lot
I mean for example, how to display an alert when I get to a section by ID name sorry for my awful english
Hey ltwallace, adding a custom javascript alert based on the current anchor would require custom coding to add that event. There’s currently no logic in place to handle that by default unfortunately.
Good morning,
A couple of issues I’m hoping you can assist with.
https://www.doggylottery.co.uk/First: When I click to view cart or checkout I’m just diverted back to the home page. Please could you point out what I’m doing wrong?
Second: I added a snippet of code you provided to close the gap between the bottom bit of text in the footer and the three widgets above it. Nothing worked. Even after adjusting the zero from anywhere between -300 to 300+.
Kind regards, Adam
Hey Adam,
1. In the WooCommerce Settings > Advanced, can you ensure that you have a page assigned as the “Cart page”?
2. Try to add this:
body #footer-outer .row {
padding: 75px 0 0 0;
}
Cheers
Hello, the cart bit worked a treat, thank you.
However the footer code closed it off slightly but now there’s a huge white space above the three widgets.
Hey RhodesignUK,
It looks like the CSS snippet I provided you with a 75px top padding is now showing as a 250px top padding on your setup, which is causing the large top space:
body #footer-outer .row {
padding: 250px 0 0 0;
}
Do you loose access to the demo installer if your support has expired? I just installed the theme and it is missing.
never mind – i figured it out!!! a coming soon plugin was conflicting
Hey mijafe, I’m glad to hear you sorted it 
Can you say when the next update will be? I am using yoast premium and some of the premium additions are not working. I saw in comment you were working on this for the next update. Thx
Hey wickedrefined,
We are planning on releasing it within a couple of weeks, but can provide you the Yoast fix right now if you would like. Just reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
I encountered an issue in the WP Admin Dashboard when filtering Pages using the author parameter with an author ID. The author filter was being ignored and I would see all pages rather than the pages for a specific author ID. I was able to trace it to the Nectar Slider plugin. There’s a filter function called nectar_my_convert_restrict that is modifying every edit page query. I believe instead this filter should only be applied when the page_type === "nectar_slider". Adding a conditional on line 397 of salient-nectar-slider/includes/frontend/helpers.php resolves the problem:
/**
* Nectar Slider parse query.
*
* @since 1.0
*/
if ( ! function_exists( 'nectar_my_convert_restrict' ) ) {
function nectar_my_convert_restrict( $query ) {
global $pagenow;
global $typenow;
if ( $pagenow === 'edit.php' && $typenow === 'nectar_slider') { // Line 397
$filters = get_object_taxonomies( $typenow );
foreach ( $filters as $tax_slug ) {
$var = &$query->query_vars[ $tax_slug ];
if ( isset( $var ) ) {
$term = get_term_by( 'id', $var, $tax_slug );
if ( $term ) {
$var = $term->slug; }
}
}
}
}
}
Hey WildflowerTech,
I appreciate you letting me know – I’ve noted to sort that for the next release 
Cheers
Great!
How can I change the Top Navigation Pull Right button with menu styling as Button Extra Color #1 to Button Extra Color #3? Also with white #fff text?
Hey mcmurphy17,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer #top nav > ul > .button_solid_color > a:before,
#header-outer #top nav > ul > .button_solid_color_2 > a:before {
background-color: #000!important
}
Cheers
Hi, please can you tell me these doubts?: - is posible to put a custom logo as preloader image? - Is posible to share images from the gallery? - Is SEO optimized theme? - Can I open a lightbox gallery just clicking on a gallery fullwidth grid gallery thumb? - Can I add captcha to from? (I mean some simple captcha). - Can I costom the hover mouse effects over the thumb of gallery images? (zoom and speed of effect…) - Do it has a fast load on browsers?
thanks in advance!! best regards
Hey enriquetortosa,
1. The preloader can indeed be set to a custom image.
2. The gallery in Salient does not have a sharing option built in by default
3. Yes, Salient is SEO optimized
4. Salient does not provide its own form system, but is compatible with all popular WordPress forms
5. There are predefined hover effects as shown here: customizing them further could of course be achieved through CSS http://themenectar.com/demo/salient-promo/image-grid/
6. Here’s the speed report for the latest demo https://gtmetrix.com/reports/themenectar.com/eZQrNL5T as with any WordPress theme, you need to use minification/caching to get high-end results.
Cheers
Hi there, quick question: I’m busy creating this website: esb.kleidi.nl but I would like the menu, logo en title to appear like this (https://ibb.co/3hqSVp9). Is this possible?
Thanks in advance.
Hey Abbenhues,
Moving the logo to fall outside of the header navigation would require custom CSS.
If you can share your actual page URL I can provide an example snippet to get you started 
Cheers
That would be awesome! This is the URL: https://esb.kleidi.nl Thanks a lot!!
Hey Abbenhues,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body #header-outer #logo {
width: 155px;
}
#top #logo img {
position: absolute;
top: 0;
left: 0;
height: 120px;
}
Works excellent, great! I’ll have one more question: how to get it back into the menu bar smoothly when scrolling down? Because I’ve changed position it falls out of the menu bar when scrolling. Is there a quick way to fix?
Thanks in advance!
Hey Abbenhues 
@media only screen and (min-width: 1000px) {
#header-outer.small-nav:not([data-format="left-header"]) #logo,
#header-outer.small-nav:not([data-format="left-header"]) .logo-spacing {
height: 133px;
}
}
Cheers
I recently updated the theme (Yes, I’m running a child theme) and the styles were so screwed up I started styling elements one by one. I still use Gutenberg to work with blocks and the padding and margins are completely off. Also, Full width Content does not work like it used to, it puts everything inside the container. This is a large website and my clients will not be happy. What is going on?
Hey montyvision, there is no known issues with 11.0.4 as you’re describing – I would need to take a look at your actual URL to see what’s going on in the setup. Can you kindly share that in regards?
Hello! What would be the best way to display a 3rd party’s shortcode in an element on a page?
Text element just shows it plainly eg: [tribe_mini_calendar] instead of parsing the shortcode
HTML element does the same thing.
Is it possible to parse short codes in an element? What is the best implementation here?
Hey crossfitfringeadmin,
WPBakery should parse shortcodes within the text block by default, have you verified that you shortcodes works as expected when adding it directly to the page outside of the page builder?
hello how search Results Template page not displaying side bar how to do this no options for this .
Hey krazy4sales,
In the Salient options panel > General WordPress pages > Search results template, there’s an option to select your search results template. Once you have a layout with the sidebar selected, you can add widgets to that sidebar in the Appearance > Widgets section of the WP admin.
Cheers
Thanks
You’re welcome krazy4sales 
hi! I want this layout https://gastromallorca.net/jensen/shop/ to be like this example https://gastromallorca.net/jensen/continental-beds/ can you tell me css? thanks
Hey dimage, In the Salient options panel > WooCommerce tab, change the “Main Shop Layout” to be “No sidebar” and then set the Archive Page Columns below to be 2.
Cheers
a thanks, and to put the image size 1060×594? and the title in the middle?
I have done it, thanks a lof for the help, like allways 
sorry, any idea how to show only the lowest price of product here https://gastromallorca.net/jensen/beds-2/ ? thanks.
Hey dimage,
That price range is the standard way WooCommerces shows the price – to alter that you would need to use a filter or a plugin like so: https://wordpress.org/plugins/show-only-lowest-prices-in-woocommerce-variable-products/Cheers
Would it be possible to move the off canvas menu icon to the left instead of the default right?
Hey mmarquez138,
It would be possible to move the icon with CSS alone, but not the actual off canvas menu (if you’re using one of the slide out from right options). Could you share your URL in regards so I can provide an example snippet?
Thanks
Thanks for any help you can provide.
Nevermind, I figured it out
Hey Marvin0892,
I’m glad to hear you sorted it – It looks like that is was occurring due to some custom CSS you had entered in.
Cheers
Hi, the header search bar is causing mobile problems (Chrome, Material skin), it pushes the wpadminbar down over the site header. Also, I hear that Safari users encounter this on desktop view (wpadminbar not visible, covered by another container). This problem persists over multiple Salient versions. Something is not setup correctly in the header. Please take a close look into this. Love the Theme!
Hey bjornjoosen, I’m glad to hear you’re loving Salient 
The fix for that is in the current beta – if you’d like an early copy, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Great, I’ll wait for the next version. Thanks for your quick reply!
You’re welcome bjornjoosen 
Hi, in the footer whatsapp, email and phone icons doesn’t show because they are missing “fa” class. Actually you write only class=”fa-envelope” for example and not class=”fa fa-envelope”.
Could you fix it in the next release?
Thanks.
Hey stefanomaxis, that issue will be sorted in the upcoming release.
Cheers
Great. And could you add distinct shape divider colors for top and bottom? Thanks
Hey stefanomaxis, I’ve noted that idea on the wishlist.
Cheers
hi,
got some questions for you, if we are using the salient-photography configuration with masonry:
- is it possible to order the images as we want ? (i.e. if I add a new images today, but want to to be in the middle of the portfolio ?) - can we add some texts on top of the mansory ? - can we mix the styles and have a shop page with the photography portfolio ?
thanks a lot for your help !
Hey MGK!
1. You can use the following plugin to easily rearrange posts within WordPress without having to change the date: https://wordpress.org/plugins/intuitive-custom-post-order/
2. Unfortunately there’s no way to mix the styles like that without some custom development at this time
Cheers
thanks for your answer. looks that there are a lot of possibilities from your theme but it’s hard to understand what is feasible without seeing the ‘admin’ part. still wondering about some of the stuff, like for example, what if someone uses this template : http://themenectar.com/demo/salient-photography/ with a LOT of pictures, is there infinite scrolling or pagination or ‘load more’ or anything like that ?
Hey MGK, there is no pagination option for the image gallery element, however the Portfolio and Post Grid elements both have pagination options:
http://themenectar.com/demo/salient-promo/dynamic-post-grid/ http://themenectar.com/demo/salient-minimal-portfolio/The Map and Contact Split Info in Salient Studio does not render the google map correctly. Once you move the map, it will but not until then. Please advise
Hey gpstew, Do you have a column animation set on the column which is holding the map element? If so, that could cause the map tiles to not calculate correctly. If not, please share your page URL in regards so I can take a look to assist.
Thanks
Is there anyway to have a video in the flickity carousel? I would like to have moving visuals in there. Just small 3 second loops.
Hey OliverBrownCreative,
Inside your carousel items, you can use a regular HTML video element within a text block (add this into the text tab in the text block):
<video width="1280" height="720" loop autoplay muted playsinline> <source src="YOUR_VIDEO.MP4" type="video/mp4"> </video>
Cheers
Hi Guys,
I’m on the latest versions of everything and experiencing the following WP Bakery problem:
When you work in the page builder (particularly the Text element) – sometimes when you either edit text or the “design options” tab css padding / margin settings – and you save and then hit ‘Preview’, the preview page does not reflect the changes.
You have to update the page / post, then you only see the changes (so naturally it takes a lot more time to work like this and is NOT ideal…)
Anyone else experience this? What could be causing this (have tried several browsers, also emptying cache and disabling any cache plugins does nothing.
Help much appreciated, thanks!
Hey anton123,
So far I have been unable to replicate this on my end – does it happen to you seemingly at random or is it most of the time?
Thanks in advance