38435 comments found.
Hi there. Is there anyway to choose toggle’s style(from current 3), when I’m using shortcode html text editor ?
I think I already found a way. just adding style=”” in shortcode like this [toggles accordion=”true” style=”minimal”]
Hey axiomdesigns,
I’m glad you found what you were looking for 
Hi,
Just upgraded to the latest Salient version and this happened: https://www.nyskaparna.se. Very important nothing happens with the site since it is live with a lot of traffic! How to fix?
Mr. Cross
Resolved it!
For anyone else who comes across this – you need to install the new Salient plugins as mentioned here:
http://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/
Cheers
Hi,
Since Google Plus is gone, can you remove that icon from the Footers and instead Add just Google regular Icon so we can link to our Google My Business reviews?
Google My Business now lets us create custom short links and it would be great to link to our profile to show our reviews, just like you have added Yelp a while back.
Also, interested to know what’s coming for the next update?
Thank you
Hey toolbox101,
I’ve noted it on the to-do list.
The very next release will be relating only to supporting the current WooCommerce – the release after that will contain new features and fixes 
Cheers
Hi guys,
https://ejmtree.co.uk/contact/You will see we have 3 rows of 3 with Team members. However on the final row the alignment is out. There are only 2 team members in this row however the alignment should remain the same. Indeed if I add another member into the 3rd column to test the alignment corrects…
Any ideas on how to correct this?
Hey sam_lee1985,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.wpb_row {
width: 100%;
}
Cheers
Hi, I can not find the translation entries in the .po file for the Portfolio part “All”, “Next Project” ... in the latest version of the theme. How can I translate this now?
Hey Pixsite, the portfolio strings are now kept within the salient-portfolio text domain. You can find the language file at wp-content/plugins/salient-portfolio/languages
It appears since updating to Wordpress 5.3, but backend editor is now missing (verified classic editor is installed).
Hey teenhype90210, have you verified that no other third party plugins you may have active are causing the error? So far from my testing with WP 5.3 I can not replicate that.
Well I thought I had, but apparently not. Went through them all again and tracked it down to a conflict with Yoast SEO Premium. I deactivated it and installed the regular Yoast SEO version for now, and now everything is good. =)
Hey teenhype90210,
I’m glad to hear
Thanks for letting me know
Hello, Is it possible to align a CTA arrow/next row link – to the bottom of a row rather than just underneath the other content.
See arrow in first row of the page – http://79.170.40.173/ukchallange.co.uk/the-2020-uk-challenge I need i two be at the bottom of the image section. Thanks
Hey MarcGarner, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#intro .nectar-next-section-wrap.down-arrow-bordered {
position: absolute;
bottom: -10vw;
left: 50%;
margin-left: -25px;
z-index: 100;
}
Hello,
There is a huge issue with the Blog Element on a page – Masonry Blog, Material Style (using no sidebar but tested with sidebar and fullwidth options all having the same issue).
It doesn’t render the posts in a masonry grid properly. There are giant spaces most times on some items (space is above or below the items not on sides) and other times overlapping or one item is by itself. It never loads properly on page load from the top of the page no matter what. If you resize the window a bit it fixes it so you see how it’s supposed to be with the items in a masonry grid properly but on page load it is messed up every time. If you reload the page (on chrome) when scrolled down a bit so more of the the blog area is in view it seems to render properly but not if you reload at the top of the page where the majority of the blog area isn’t in view.
You can see the issue here https://lalicious.bigcatwebsites.com/press-praise
Thanks, Damian
Hey Damian, that issue is occurring in your setup due to the third party plugin image lazy loading feature you have active via the smushit plugin. If you deactivate that option, the issue will go away. As of v11 of Salient there is a built-in lazy loading feature you can activate for the blog in the Salient options panel > blog > functionality tab.
That fixed it Thanks!
Glad to hear dscoglio 
Is this theme compatible with woo-commerce 3.8X?
Hey datavizion,
It is, but since that release, there are 2 template files which show as out of date (which won’t affect the store) – we’ll be releasing an update to correct that shortly.
Is there an easy way to add the CTA bar directly below the header in addition to (or in place of) directly above the footer?
I accomplished this in an older version by adding some custom code to the child theme header, but with the reworked structure I wanted to be sure I was doing this properly.
Loving the update! Thanks!
Hey Andrew_McNelis! This would still require some custom modding via a child theme, but now it would be easier.
Hi Support,
How to show/display the post (link type) on recent post slider multiple visible as it is not appearing after i have set as link type.
thank you very much.
Hey tommytai,
That would require a modification to the wp-content/plugins/salient-core/includes/vc_templates/recent_posts.php file Within there, do a search for ”//slider multiple visible” to end up at the right location. The following section would then need to be removed
'tax_query' => array(
array( 'taxonomy' => 'post_format',
'field' => 'slug',
'terms' => array('post-format-link'),
'operator' => 'NOT IN'
)
)
Cheers
The theme works fine with almost all browser expect in Internet Explorer 11. How can i fix layout issues in the pages below? Thanks!
https://www.palazzomarini.com/struttura/ https://www.palazzomarini.com/terrazza/Hey supportomict,
You can use the following CSS in regards for now to correct the cascading image element sizing:
.nectar_cascading_images .cascading-image .img-wrap {
width: 100%;
}
Thanks! It works! I can’t fix the title on both page. In IE 11 browser the H1 title on the firs row isn’t centered to the page. Thanks.
Hey supportomict,
Add this CSS in as well:
.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
width: 100%;
}
Thank you very much. It’s works!
Glad to hear supportomict 
With IE11, the headings on top of all my portfolio pages are not centered as well. Please can you suggest how to fix it? Thanks
https://www.palazzomarini.com/camere/suite-barocca/Hey supportomict, try to alter the previous snippet to be this instead:
.wpb_row.vc_row-o-full-height > .col.span_12 {
width: 100%;
}
Solved. Thanks
Glad to hear supportomict
Hi ThemeNectar, I recently updated my theme and i’ve noticed a couple things that are messed up on my site now.
- My off canvas on mobile is no longer clickable? It’s showing, but it isn’t clickable, so mobile viewers have no way to navigate my site.
- My header nav on desktop has lost it’s styling… It’s not holding the top spacing and font/sizing between different browsers.
Would you please help me with this? Thanks so much ThemeNectar
Hey MarshallT,
If you’re using a child theme can you please verify that it’s not related to outdated template overrides by temporarily switching to the parent theme? If that’s not the issue, please share your URL in regards so I can take a look.
Cheers
Hi TN, thanks for the response. I’ve tried that step, but wasn’t able to fix it unfortunately. My url is marshallcreatives.com
Thanks you so much for the help
Hey MarshallT, That issue is occurring due to outdated CSS that your plugin WP Rocket has generated. Once you regenerate the “Critical CSS” and clear your cache, it should correct the issue
https://docs.wp-rocket.me/article/1266-optimize-css-delivery#regenerate-cssIs this theme compatible with WordPress 5.3?
Hey CustomerVoice,
There are no known compatibility issues with WP 5.3 at the moment
Cheers
Can you please tell me what plugins are required to run this theme?
Hey erakovsky, you can see a list of plugins that Salient provides here: http://themenectar.com/docs/salient/installing-plugins-updated/
Hi Guys, I have a 5 colum fancybox website, but all the info inside the fancybox is alligned at the bottom is theres anyway it can be alligned at top
Hey rowandg, Thanks for sharing that for anyone else who may come across it 
Is there a way to turn off the header / logo on select pages?
Hey blazoneer,
That would require the following CSS to be added to the desired pages via the WPBakery custom CSS box (top right gear icon)
#top #logo {
opacity: 0;
pointer-events: none;
}
I have 3 small nectar sliders on my front page, placed below a big one. The caption on the big one is fine on mobile, but the captions on the 3 small ones become very small.
Can I do something about this? All sliders are made the same way.
Link: https://mikaelboel.com/
Hey boelmikael, 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) {
.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p, #boxed .swiper-slide .content p {
font-size: 14px!important;
}
}
Cheers
Hi, For the fancy box element, when the browser is resized a box’s content is cut off. How can i fix it? Thanks
Hey supportomict, please share your URL in regards so I can take a look – it sounds like you may simply need to adjust the “Min Height” setting within your fancy box element to be larger.
The url is https://www.palazzomarini.com/, the main issue is on the middle fancy box. H2 title “Neoclassica” is breaking out when resizing.
I found on your forum this css but is not working: @media only screen and (max-width: 1300px) and (min-width: 1000px) { .nectar-fancy-box[data-style=”color_box_hover”] .inner p { font-size: 13px !important; line-height: 18px !important; } }
Hey supportomict,
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: 1550px) {
.nectar-fancy-box[data-style="hover_desc"] h2 {
font-size: 36px;
line-height: 46px;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
.nectar-fancy-box[data-style="hover_desc"] h2 {
font-size: 28px;
line-height: 38px;
}
}
Great! Thanks
Glad I could help supportomict 
Some mobile users reported me an issue with text of fancy boxes. Title and description are overlaid on phone (iphone, safari). There is an option to manage text responsive properties? Thanks in advance.
Hey supportomict,
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: 1000px) {
.nectar-fancy-box[data-style="hover_desc"]>.inner>.heading-wrap {
transform: none!important;
}
.nectar-fancy-box[data-style="hover_desc"] .hover-content {
relative;
opacity: 1;
transform: none;
}
}
Great. Best
You’re welcome supportomict
How long until the theme is updated for the latest version of Woocommerce?
Hey Vanguard_House,
We’ll be releasing an update soon, however, the two template files which are outdated only contain minor changes and nothing in your store should be effected.
Cheers
Ah ok, am having a strange issue where enabling the stripe plugin was disabling the – & + buttons on products. Have you seen that before?
Hey Vanguard_House,
Could you kindly share your URL in regards so I can take a look?