38439 comments found.
Hello, is it possible in the blog section to display only two posts in a row using masonry Masonry Blog no sidebar with classic or classic enhanced style? Default three posts in a row simply does not work in my case and looks really bad
Hey andrzejbrandt,
Can you share your URL in regards so I can take a look at the setup to assist?
Thanks
Hi,
I just submitted a ticket. If you could take a look at it, I would appreciate it!
PRIVATE TICKET #1667975
Hey crownjewelpro, I took a look earlier today in regards 
Cheers
hello , i want to ask . Can i make the sidebar menu of this ( http://themenectar.com/demo/salient-business ) work like an accordion menu ? And inside the accordion to have more submenus?
Thanks in advance
Hey johnspa,
The left header navigation shown in that demo turns submenus into “accordion” like entities. Check out the “about” link on the demo URL you pasted. You can also nest submenus to make multiple levels down
Cheers
Any day now guys 
Hey imoshi, just waiting on WPBakery now since they’re going to release another update soon for gutenberg – I believe I already sent you the beta, did you recieve it in your email?
Cheers
Gotcha.
I definitely did get the beta, thank you for that. Well, best of luck! I’m sure you guys are busy polishing things on Salient end meanwhile 
Thanks a lot imoshi 
Hi, all icon on website it not show normal. Now it change to square all. help me please link : www.spip.in.th Thank
Hey narongkub, Here’s the error that’s coming up relating to the fonts being loaded from a different location than the WP install – https://imgur.com/a/BTw0txr here’s an article containing a snippet for your htaccess file that should fix it: https://davidwalsh.name/cdn-fonts Cheers
Thank you so much I fix already ^^
Hey narongkub, glad to hear 
Hey! Just wanted to report a bug:
Adding an Extra Class Name on a Food Menu Item doesn’t appear to add a class to the HTML.
Thanks Nathron! That’s been taken care of in the beta, If you’d like a copy before the next release, please feel free to reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar Cheers
Hey sdoganati,
add this into the custom css box in your Salient options panel:
body.material:not(.mobile) #header-outer:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 56px;
background-color: #65c9c5;
display: block;
content: '';
}
Cheers
Hey sdoganati,
add this into the custom css box in your Salient options panel:
@media only screen and (min-width: 1001px)
body.material #header-outer #logo, body.material #header-outer .logo-spacing {
margin-bottom: 18px;
}
Cheers
Hello team, I’m a old buyer of your theme, I dont know if i need to support for this, but just need to know how i could change and modify the mobile layout? I mean, typography too big and line-height…etc
Thx
Hey Popsicle,
See the Salient options panel > typography > responsive settings tab in regards
Cheers
Hi, I´m trying to find a way to give a Nectar slider button a _blank target, but I can´t find a way, can you guide me?
Thanks in advance!
Hey WeboCreativo!
Add the class “external-button-1” or “external-button-2” to the slide Extra Class Name field
Cheers
Awesome! Thanks again!
You’re welcome WeboCreativo 
Hi I have a question, I can not seem to put particles on the homepage for some reason. Do you have a solution for this? There is also something that I want but I can not seem to get it right.
Example : https://brendly.nl/
I want the divider to move like this as seen on the homepage of the website above. I have the particles and the addon plugins.
Please let me know how I can get the moving divir as well as particles on my homepage.
Best regards,
Ruben
Hey Ruben,
Salient offers a particle based header that creates particles from a supplied image, but that particle display and moving divider are custom. Could you share your own URL where you’re trying to implement those addons so I can see the setup?
Cheers
Best regards,
Ruben
Hey Ruben,
Yes, Salient includes a static shape divider by default available when editing any row in the “shape divider” tab. There’s no animation option for it by default
Cheers
Alright, do you have any idea how to make that happen for my website?
Regards, Ruben
Hey Ruben,
I don’t have any plugins to specifically recommend to achieve that – it looks as if it was completely custom unrelated to a plugin since it’s entered in a wpbakery raw code page builder element
Please, save me from a nightmare! It has been only a few days since I get the salient theme and already regret of the purchase. I need to translate the front end of the site to spanish (words like leave a reply, so on) but nothing worked, try to edit the .po files with poedit, and upload the files with filezilla and cpanel but didn’t´s worked, so I used loco translate: not worked. Used Say what: nop. Nothing works!!! I´m in the tears´border. please anyone can help me??? The only thing that seem to works, and not entirely, is plugin String Locator but doesn’t allow all the changes that I need and if I update the theme or WP, it seems like all the changes will be deleted, so??? I´m thinking, if the translation doesn’t work, the theme is not useful for me, i need that language! And I can´t afford the WPML right now (also, it should be included with the purchase, like another themes!) So??? It seems like I made a mistake buying this theme, I was thrilled by all the bling bling but right now, I feel so disappointed! BTW: Most of the words I need to translate are in: wp-content/themes/salient/functions.php so? event worst, right?
Hey NTCo, Salient is indeed translation ready – have you followed the documentation and ensured you’re naming your .po/.mo file correctly based on the language code your WP is using?
Also In Loco Translate > Themes > Salient > Advanced you can set the path to the .pot file. For the Template file field use “lang/nectar_salient_strings.pot” – you can then generate a new .po based on the translations you do. If you need further assistance getting it to work, please open a ticket in regards with your admin credentials so we can take a look and assist https://themenectar.ticksy.com
Is there a way to make my Salient slider a H1 header instead of H2?
As this is the main title on the homepage.
Hey dzineee, you can copy the entire “nectar_slider_display” function from the functions.php file into a child theme functions.php and make the modification there.
Cheers
Is this not a common request? As the slider will usually make up the header and the title, is not everybody using this for a H1 title?
Hey dzineee,
An H2 is the default since there’s also usually more than one slide. If you’re only using one slide, that could easily be replicated without the need for a Nectar Slider element using a page builder row or the page header metabox itself (which uses an h1)
Ah I see. Yes I would prefer to use the page builder but then I cannot get a button in there. Or would that work using a page builder row with button overlay?
The page header metabox does not allow buttons
Never mind I think I will be able to figure it out using some custom css. Thank you for your help.
Glad to hear dzineee 
Is it possible to create fancy unordered lists with text links to Vimeo videos and have those videos open in a lightbox on the same page – same as the video lightbox element?
Hey Andrew1647,
You could do it with regular unordered lists, but you’d need to add custom class names to the links to get that to work. For example: https://pastebin.com/SGcuHQd9 Cheers
When I just activate the Salient theme from wordpress dashboard, it says “Parse error: syntax error, unexpected T_FUNCTION in http://mydomainname.com/wp-content/themes/salient/functions.php on line 5788
How can I fix this issue please?
This is the code on line 5788:
add_filter( ‘loop_shop_per_page’, function($cols){ global $nectar_woo_products_per_page; return $nectar_woo_products_per_page; }, 20 );
Hey web_leader,
Please ensure that you’re using PHP 5.3 or greater, the error you’ve linked leads me to believe you’re on an earlier version. WooCommerce also recommends a minimum of PHP 5.6 https://silicondales.com/tutorials/woocommerce/minimum-requirements-woocommerce/ Cheers
I already updated PHP version and then it worked fine. Thanks for your reply.
Glad to hear web_leader 
Hi all! I was wondering if there is a way to add a background image to the navigation bar of the Salient theme? Help is much appreciated!!
Also wondering if there’s an easy way to get a boarder around images, I want a hand drawn sketched look but images will be varying in size?
Hey thinkmake,
1. That would require a line of custom css. Add this into the custom css box in the Salient options panel > general settings > css/script related tab
#header-outer {
background-position: center;
background-image: url('img-src.jpg');
}
2. When editing the column(s) which hold your image(s), you could set a border using the “Border Options” tab at the top
Cheers
Hi there,
I see a black/grey bar under my nectar slider on mobile devices. What is causing this and how can I fix it asap? I don’t have money to extend support and cant open a ticket 
Hey hookieoalo,
Please share your URL in regards so I can take a look to assist
Thanks
I would like to keep it private, so I sent you a link through the contact form.
Hey hookieoalo, I responded to your email in regards
Hi ThemeNectar,
Please visit: http://neileverosborne.com/workshops/falkland-islands/ I am trying to add a ‘Parallax Background’ by adding an image into the background of the row settings but as you can see in the link above it is not working and I can not figure out why. All that appears is a single line about 1 pixel in height. The Parallax should appear right below the words:
Check In Time: Oct. 10th – Between 2:00PM – 5:00PM Check Out Time: Oct. 20th – Before 10:00AM
Can you please help me out.
Many thanks. Best, Alan
Hey Alan,
I’m currently seeing a parallax img display there of some penguins – it’s quite tall since there’s 600px set for the top/bottom padding. Are you still unable to see it on your end? If so, could you kindly let me know what browser/OS you’re experiencing that on?
Thanks in advance
Hi ThemeNectar, Thank you very much for your reply.
The only reason there is a parallax image is due to the top/bottom padding of 600px. If I remove the padding the parallax affect is no longer active.
If you visit the link again (http://neileverosborne.com/workshops/falkland-islands) and look at the image below the “WHAT’S NOT INCLUDED” section you will see a thin 1px line which is supposed to be a background image with parallax affect.
Not sure why the parallax affect doesn’t work without the top/bottom padding. Please help.
If you need WP credentials please let me know and I would be happy to create a user for you.
Browser: Firefox Quantum 61.0.1 (64-bit) OS: macOS High Sierra 10.13.6
Many thanks.
Best, Alan
Hey Alan, a row in the page builder will not automatically have height. A Background image set is the same as a background color, it’s just a style set on the row itself. The row will conform to the height of elements placed inside of it + the padding set. If you wish to have a background image only for the purpose of a parallax image, you could simply set the top/bottom padding to a responsive value (% based) to have it adjust its size on various viewports. Enter values like 15% for the top/bottom and adjust from there to your needs.
Hi TN,
For some reason, I want to set a 1920×1280 picture in a nectar slider.
On mobile it shows fine when I leave the height empty.
But on PC it always cuts the picture. The menu bar overlaps the nectar slide. How do I make sure the menu bar doesn’t cut the image in my nectar slider?
Hey hookieoalo,
Please share your URL in regards so I can take a look to assist
Thanks
Hello,
How can I enhance the photo resolution? http://prntscr.com/ke7eyq It’s by default law quality in many areas where I use photos. I prefer it 100% high quality as we’re presenting designs. how can I fix that? ThanksHey brandio,
Verify in your image gallery element that you’ve specified a size in the “Image Size” field – you can also enter the word “full” to display the image uncropped
Cheers
My home page is looking only codes. Please help us
Hey wisecow, please verify that you have the Salient WPBakery plugin active in your setup (it can be installed in the Appearance > install plugins section of your admin panel if you haven’t yet). If you already have it active, please share your URL in regards so I can take a look
Thank you. Its working fine now
Glad to hear wisecow 