Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,238 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38440 comments found.

I wanna know that is that $60 included the all templates and all the things that shows in the demo?

Hey HHLY,

All the demos and templates are available for importing. Older demos which were made 2+ years ago do not include a full set of images and are instead swapped with placeholders – this is due to previously using premium stock images which do not permit redistribution.

Cheers

Bug report: #ajax-content-wrap .post-area is ignoring the default margin-right.

Hey djmalibiran,

Can you please share your URL in regards so I can take a look?

Thanks in advance

I love that Theme! Thank You.

Hey giovanicas, I’m really glad to hear :)

Cheers!

Hi Guys. Is it possible to have the image with hotspots behave like a single image? I am looking to increase the size to 110% (or 125%) and also offset the margins as well. Any way to do this?

Hey brianlichty,

That would require custom CSS – could you kindly share the URL in regards so I can provide an example snippet?

Thanks

it’s ok, I got it!

Glad to hear brianlichty :)

Hi Nectar,

1. Is the latest Salient (11.0.4) compatible with Wordpress 5.3.2?

2. Speaking of updates, there hasn’t been an update since December. When is your next version coming out? We don’t want to spend time updating our custom changes if you are imminently releasing a new version.

3. What are the recommended (or not) versions of PHP to run Salient smoothly?

Please advise. Thanks! Hinge

Hey Hinge!

1. Yes it is.

2. The next Major release is due out later this month. Feel free to reach out via the contact form on my author page for the beta :) https://themeforest.net/user/themenectar

3. Salient is compatible with PHP versions up to 7.3 – 7.4 compatibility is coming in the next release.

Cheers

Hello, What’s the latest version of Wordpress you support in Salient? Thanks!

Hey lisacicala, Salient is compatible with the latest WordPress release (5.3.2).

Is it possible to set the minimum height of a fancy box to change when viewed on mobile? A colour box hover effect fancy box

Hey MarcGarner, that will be possible in the next release. If you’d like early access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

That’s good to hear thanks.

You’re welcome MarcGarner :)

Hello! Are there any new demo’s / templates scheduled? If so, what is the time schedule? Looking to hear!

Hey justinwust! Yes there are :) The next major release will be out later this month. If you’d like to beta test, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Hi,

We’ve used some css you guys provided to hide the single post header area but there’s a small gap at the very top we can’t seem to find where it’s coming from how can we remove it? Sending the url in a private message!

Cheers

Hey Micatuca,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body.single-post.material[data-bg-header="true"] .container-wrap {
    padding-top: 0px!important;
}

Cheers :)

I was hoping to get some help help with an issue I’m having regarding the leading of header titles on portfolio project pages… everything is fine and works well except when viewing any project page vertically on mobile. If so, this is what happens. I have tried adjusting the header typeface in the salient options panel but no dice.

I know there is an option to disable applying the page title as the header title on normal pages but I’m not seeing any such option for portfolio project pages…

https://drive.google.com/file/d/1b3UpqRwkgwQ1lkLOhDj8nARnyIjO_AYn/view?usp=sharing

https://www.andrewlawsonashton.com/portfolio/richard-hamilton-editorial/

Hey al_abstractions,

I’m currently not seeing that on my end https://ibb.co/L1vTQFD Have you already adjusted the responsive settings in regards?

Hi Nectar Team! Is it possible to have same image dimentions for produsts even when loaded image are difrent sizes? https://sklep-test.milujciesie.pl/sklep/

And what do you mean by “customizer”? When i go to Salient > woocomerce tab i can’t see “product images tab”

Oh i got it!

Thanks!

Glad I could help milujcie_sie :)

Hi My backend has been gone for awhile didn’t think of it. Then for testing I made a subdomain. Installed the theme and export settings from my website to the sub. The backend works fine on the sub domain. Tested for conflict with plugins but there wasn’t any. Whats wrong? https://cashcow-cph.com/

Hey JanKorgaard,

Is your backend not accessible at all or are you referring to certain areas not working within the admin? Please reach out via the contact form on my author page with further details so I can assist https://themeforest.net/user/themenectar

Thanks

Hi ThemeNectar,

I use a transparent header and on all devices this works goog, only op the newer iphones (X and 11) the header is nor transparent but is in the main accent color. How can I fix this?

Hey ebernhard,

Can you please share your URL in regards so I can take a look to assist?

Thanks in advance

Thanks ebernhard,

Edit the parent row which is holding the slider and disable the option for “Full Height Row”. It’s not needed since the Slider itself will be handling the calculations for that. Let me know if that corrects the issue :)

Hi. How can I reduce margins on top and bottom of the footer. And also change font for “Get in touch” “Archives” and “Location”​ Please see https://prnt.sc/rejomt
Thank you​

Hey atlantchiropractic,

1. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body #footer-outer .row {
    padding: 25px 0;
}

2. I’m glad to hear you sorted it :)

For others who may come across this – In the Salient options panel > Typography > Nectar Specific elements tab, use the “Sidebar, Carousel, Nectar Button & Footer Headers Font” field for this.

Cheers

Thank you. Will try tomorrow

You’re welcome atlantchiropractic :)

Hey, any update on the new theme update? You said late Feb, just was just checking in.

Hey djb19, it’s now targeted for later this month – we want to continue to distribute the beta to ensure a smooth major update. If you haven’t received a copy yet, please request one by using the contact form on our author page: https://themeforest.net/user/themenectar

Cheers

Is it possible to show the recent posts element from the themes footer file? Maybe via shortcode via php?

Hey teenhype90210,You can create the recent post element you want in the page builder and then switch into the classic editor mode and copy the shortcode e.g.[recent_posts style=”default” category=”all” columns=”1” order=”DESC” orderby=”date”]

That shortcode can then be added into the footer.php via a child theme inside a do_shortcode function: https://pastebin.com/ Cheers

That’s what I thought too, but it seems like maybe the nectar slider only get’s loaded in when it’s within visual composer. When it’s done via shortcode, I can see it’s bringing in the posts, but the slider element is broken as soon as I remove it from visual composer editor.

For clarity, I’m using the ‘multiple large featured’ layout.’

EDIT: Actually it’s element-recent-posts.css that isn’t being loaded. For now I’ve just added it manually, but I’m curious if maybe I’m just overlooking something.

Hey teenhype90210, that stylesheet is conditionally enqueued based on whether or not the element is found on the page. If you’re manually calling it, you’d need to enqueue it via a child theme

Hello! Why in the settings of the widget “single image” (in visual composer) there is no image size option? When I upload an image, it is cropped to max height 2560px . How can I disable this or display an option to select the image size in the “single image” widget? Thanks!

Hey deaction! WordPress added that max height in as a core feature in 5.3 to prevent the accidental uploading of images that are not web optimized: https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/

You can use the filter in your child theme functions.php file that is listed in the article to remove it.

Cheers

Hi ThemeNectar

How can i change the color and opacity of the quote (post) overlay?

Hope you can assist me with this

Hey ebernhard,

Could you kindly share your URL so I can take a look at which style you’re using?

Cheers

Hi ThemeNectar, the site is not live yet so I cannot share the URL . We are using the Masonry Blog No Sidebar with the Auto Masonry

No worries ebernhard,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .auto_meta_overlaid_spaced .post.quote .n-post-bg:after {
  opacity: 0.4;
   background-color: #000!important;
}

Cheers

Hi. When I want to publish a Facebook post, it tells me that the image of Open Graph is this: http://themenectar.com/demo/salient-blog/wp-content/uploads/2013/03/bird1.jpg

I have well-configured seoyoast and there is no way to remove the drawing of the purple bird, which is on your server. How do I configure the blog so that this does not happen? The article has outstanding image and image. Thank you.

Hey basquenet, please share the actual post URL so I can take a look at the settings.

Thanks in advance

Hi there, Happy with everything so far. Is it possible to add a mobile number to the main header bar on mobile and desktop, (not the off canvas menu)

Hey Joshuats, can you kindly share your URL in regards so I can provide an example snippet?

Cheers

Hey Joshuats,

In the Salient options panel > logo & general styling tab, you can use the field at the bottom titled “Secondary Header Font”, “Secondary Header Background”.

Ensure that after you’d defined those that you enable the “custom” option for your “Header Color Scheme” which is located right above the color picker fields.

Cheers

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey