38436 comments found.
Is it possible to make a masonry like this?
https://ibb.co/jPgwafI tried using the image gallery element with masonry, but cant make this happen. Am I doing something wrong?
Hey effective_advisory,
You can make a similar structure, but not exactly like that. Take a look at the docs in regards here: http://themenectar.com/docs/salient/galleries/#imagegrid
Cheers
Just a quick note on Youtube Video Backgrounds. I know your page builder is based on WP Bakery so this falls with them too, but the showinfo=0 and rel=0 flags for the YouTube iframe player API are depreciated from 23/08/2018. This means the YT background video option is now fairly ugly and unusable. Might be worth thinking of an alternative,. Today I’m evaluating my options for a vimeo or amazon based alternative. Just writing some useful info for you, no help is required.
Hey gravitymarketing, thanks for letting me know – i’ve noted to test in regards.
Cheers
Hi. The woo commerce products element isn’t pulling my feature items only, but everything in my store. Any reason why this wouldn’t be working? thanks. https://yogabazaar.com.au
Hey yogasanjay,
Have you tried to disable the option for pagination on the element? It appears from testing on my end the issue is isolated to that
Cheers
Hello!
Today suddenly salient visual composer stop working, cannot edit page. All cached cleaned, I reinstall plugin completely from Salient zip folder – no results.
Pls advice, it’s never happened before.
Thanks a lot!
I tested in Safari and in Chrome browser – same result.
In the same browser other wordpress website with wp bakery composer works fine.
Update: I found the problem – it’s All in One SEO plugin. After auto update it broke Visual Composer. It’s very sad because I had all necessary settings and it’s fully managing my seo. thanks
Hey SiamNinja, since there’s currently no known issue with All in one SEO and the Salient WPBakery page builder could you kindly open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?
https://themenectar.ticksy.comI found in Console tab of page info that some resources (as I see OpenSans font for All in one Seo) don’t load from https and all red warnings.
Hey SiamNinja, is there anyway you could screenshot the browser console if you can’t open a ticket in regards?
Thanks in advance
Hey ThemeNectar, I want to add a page header to the Woo Single Product page. I want to overwrite your template (there is no header for single products), which file should I be adding it to and over ride in my child theme? I looked into content-single-product but it doesn’t seem to be the right place…
Thanks!
Hey yzhang747,
A conditional would need to be created inside of the function “nectar_shop_wrapper_start” – which is hooked to display at the very top. Alternatively you could create your own function in a child theme and hook it into the same place (woocommerce_before_main_content)
Cheers
Having trouble getting the logo to show up on the homepage for all the slides. any chance you could take a look at https://sanantoniofitnessdeals.com/
Sorry I submitted a ticket before seeing the comments. Thanks in advance!
Hey jonesn4crossfit, I’ll take a look for your ticket on the forum 
Cheers
Have you ever thought about including a night mode option into the theme?
Hey canook, are you referring to an overall “dark skin”?
Cheers
An button similar to what they have on Reddit or Hulu where a visitor can switch the standard interface to a “night mode” for less glare. I’ve seen this feature on a few high profile websites and I would guess it’s something of a coming trend. I think your term dark mode is probably synonymous.
Got it canook, I’ve noted the idea on the wishlist 
Hi ThemeNectar,
Fixed parallax is does not seem to be working in Firefox for this site: https://lecibiadetorrin.com/invitation/ pw: newpassword
Thank you!
Hey harrisdesigned,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
body .wpb_row.parallax_section .row-bg.using-image[data-parallax-speed="fixed"] { transform: none; }
Cheers
Hey thank you for a great item. One of the best themes here.
For my clients site, I want to completely remove theme options similar to removing salient studio. Other than hiding the tab via css, are there any built in methods that can help me sort of ‘white label’ the theme?
Hey HVSH,
There’s no built in Salient specific filters that would be as quick as removing the studio, however you could use a plugin such as this https://wordpress.org/plugins/adminimize/ to hide the options panel from specific user groups
Cheers
In the search results page it shows posts and pages, which is fine. However pages have no images even if you try adding a featured image to the page itself. Anyway to include the featured image for pages in the search results?
Hey itmjustin,
As of now that would require modding to the search.php file located in the root of the theme directory. Search for this to end up at the right location:
if( get_post_type($post->ID) == 'page' )
Inisde that, you could use something like this:
<?php if(has_post_thumbnail( $post->ID )) {
echo '<a href="'.esc_url(get_permalink()).'">'.get_the_post_thumbnail($post->ID, 'full', array('title' => '')).'</a>';
} ?>
Cheers
Hi, I am not able to create mega menu like this http://themenectar.com/demo/salient-ecommerce-ultimate/ Also I am not able to add my categories in menu. plzz help
Hey sajid1218,
Have you followed the docs in regards here? http://themenectar.com/docs/salient/mega-menu/ If so, could you kindly open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?
https://themenectar.ticksy.comCheers
Small bug found – on pricing tables, on the backend VC, if you’ve got more than one pricing table on the page, the label for the tables is conflicting, so if you set the first pricing table as Low, Medium, High and then the second table as Small, Medium, Large the title overwrites on the label (not on front end though)
Hey createdesignsuk, thanks for reporting – i’ve noted to test in regards.
Cheers
Hi!
How can i add the down icon or the angle down icon in my mobile-menu to let people know there´s a sub-menu?
Original skin is aktivated and also “Separate Dropdown Parent Link From Dropdown Toggle”. But the menu just shows a white box.
See here: www.convergo.de
Thank you and great theme!
Hey PatrickHD2014 
As of 9.0, there’s an option in the Header navigation > dorpdown/megamneu tab for “Header Dropdown Arrows” – please verify you have that set to “show arrow”
Cheers
Hello, I just moved my clients site to a new server, so I downloaded a fresh copy of this theme to upload their site to, however the footer is set for 4 columns, however—everything is stuck in column one. What is happening?
Hey AlainaLewis,
Could you please share the URL of that site so I can take a look why that’s occurring?
Thanks in advance
Hi ThemeNectar,
Could you please tell me how to get the background image on this page to stay fixed and parallax on mobile? Thank you!
https://lecibiadetorrin.com/invitation/pw: newpassword
Hey harrisdesigned, the “Fixed” speed for “Parallax Background Speed” is not supported by mobile devices – However if you set the speed to “Fast” it would indeed show the parallax scrolling still on mobile devices.
Hi there
I’m having a bit of trouble with the background on mobile
http://grawlixxx.com/mediaOn mobile (iphone 6), the background image for the header doesn’t appear. On other pages (http://grawlixxx.com/live) the background doesn’t scale (although it does if previewing on a laptop using devtools and sizing the browser to iphone 6)
I’ve tried this in Safari and Chrome on a mobile and it’s the same on both
ALSO
In Safari on the home page, the video background doesn’t work, which is fine. I’ve set a background image for this and that seems OK. However in Chrome on my mobile the background image doesn’t appear. Instead I get a black background with a play button underneath! Any suggestions on this one would be great
Thanks
Hey amitzala,
1. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (max-width: 690px) {
body .wpb_row.parallax_section .row-bg.using-image[data-parallax-speed="fixed"] {
transform: none;
background-attachment: scroll;
}
}
2. When you edit your row can you verify that you’ve supplied the mobile fallback image for the “Video Preview Image” field? If so, try also enabling the option
in the Salient options panel > general settings > functionality tab for “Disable Video Backgrounds On Mobile Devices”.
Cheers
Hi
1. Didn’t work when entered into the css/script section, BUT when I added under appearance > customize > css it worked. Very strange, that sometimes seems to happen with Salient! Thank you for that though.
2. There isn’t an option for “Disable Video Backgrounds On Mobile Devices” under general settings > functionality!
Thanks!
Hey amitzala, you need to upgrade your version of Salient if you’re not seeing that option – it was added in 9.0.1
Hi,
When I have “Activate Full Screen Rows” the Vídeo background appears only half on mobile devices.
Please, fix this.
Thank you.
Hey nocomments,
Are you using 9.0.1 of the theme? If so, could you kindly share your URL in regards so I can take a look
Cheers
Hey there,
Small question. I am using a Fancy Box > Color box basic (using a icon and some content) Why am i having a lot of padding on the bottom? Is it possible to centre it and having the same padding on top and bottom?
https://webdesign-ruimdenkers.nl/rezultoCheers!
Hey ruimdenker 
Edit each of the fancy box elements and set the “minimum height” smaller field smaller than what it’s currently set to
Cheers
Hello Team,
As I am working on some client website, Can you please help for the single product as I need previous and next arrows same like before/thumbnails.
After doing some google research I have made some changes under : /plugins/woocommerce/includes/class-wc-frontend-scripts.php Line no 475 to 487 code as below and done ‘directionNav’ => true but it’s not working for me.
'flexslider' => apply_filters(
'woocommerce_single_product_carousel_options', array(
'rtl' => is_rtl(),
'animation' => 'slide',
'smoothHeight' => true,
'directionNav' => true,
'controlNav' => 'thumbnails',
'slideshow' => true,
'animationSpeed' => 500,
'animationLoop' => false, // Breaks photoswipe pagination if true.
'allowOneSlide' => true,
)
),
As you can see in the screenshot it’s working fine for the thumbnails without any hack but it’s not showing arrows for the main slider.
FYI>> I have hide zoom icon using below code as it was overlapping with website sale badge please let me know if I should have to remove below code.
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
display: none!important;
}
Hey princebhalani143,
In the Salient options panel > woocommerce settings, ensure you’re using “Bottom Aligned Thumbnails” for the “Single Product Gallery Type”, as that’s the only gallery where the WooCommerce default slider is used. If you’re using other styles, it’s a custom Salient implementation, so you’d need modifications to the theme files
Cheers
As of now I am using “Bottom Aligned Thumbnails Alt” I have also tried “Bottom Aligned Thumbnails” but it’s not working same as before
Can you please suggest me some modification where I can use same layout like “Bottom Aligned Thumbnails Alt” and get that arrow as well?
Hey princebhalani143,
The Bottom Aligned Thumbnail Alt style is using a new slider script, the arrows are now located in the thumbnail section when more than 5 images are used. We’ve noted your +1 for the idea to include an option for another set of arrows on the main slider as well
Cheers
Hello, is it possible to hide the portfolio project excerpts if it is a date. So I mean when I set a project excerpt show and hide when no project excerpt is given.
Hey Sieber-nl,
In the Salient options panel > portfolio > functionality tab, there’s a field for “Display Dates on Projects” – if you uncheck that, only your custom defined experts will show
Cheers
Thanks a lot!
You’re welcome Sieber-nl 