Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,188 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

Hi TN,

How to change Woocommerce product page display from default 3 column per row to 4 column per row with 8.5.6 version of Sailent Theme?

Hey midazorion,

That would require custom CSS for versions below 9.0 where options for this were added. If you don’t want to upgrade, please share your URL in regards so I can provide an example snippet based on your settings

Cheers

Hi, does your theme support custom widgets in the header? An example in the attachment. https://wmpics.pics/di-ZAJF.jpg

I need custom widget areas:

Custom widgets after Navigation, Custom widgets after Logo, Custom wİdgets before Logo, Custom widgets Topsection Left, Custom widgets Topsection Right.

Hey Rooter84,

That would require custom modding as of now

Cheers

Hey guys

I have this site, where everything works fine, but the blog posts wont load.. The page transition just keeps on spinning. If i turn off the transition, the only thing that loads, is the Header. But without any navigation or anything. Every other page loads fine, the Portfolio too. Its just the blog posts that wont load at all.

Here is the site: http://optom.dk/ Here is a blog post: https://optom.dk/kiwi/

Hey Mathiasarlund,

If you’ve verified that no plugins and/or child theme mods you may have done are causing that – kindly either open a ticket in regards via the support forum with your admin credentials https://themenectar.ticksy.com or send the same via the contact form on my author page so we can take a further look into this. https://themeforest.net/user/themenectar

Thanks in advance

Hello, plzz check my ticket.

Hey sajid1218 I’ll take a look for it shortly. Cheers :)

Hello Team,

Single product page not showing caption for other gallery images when they click and open image using magnify glass as it’s only showing caption for the main feature image but gallery images not coming through.

I have selected option as Salient Option > WooCommerce > Single Product Gallery Type > Bottom Aligned Thumbnails Alt

I have checked under media library there is title, alt and caption everything is set, Can you please suggest me some solution where I can also get caption for other images as well same as feature image.

Waiting for your positive reply soon.

Hey princebhalani143, this has been fixed in the current beta release of the theme. if you’d like a copy before the official release, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Thanks for the update, I’ll wait for the new release

No problem princebhalani143

Hi! I found conflict with Salient admin panel and WP Mail Logging plugin. As soon as I installed it – Salient backend admin panel stop working properly, all switches in setting menu disappear. So, if I like to change any page or portfolio settings, for example, I just don’t see anymore any on/off options. It’s coming back as soon I deactivate that specific but very useful plugin.

Hey SiamNinja! That conflict has been fixed in the current beta release of Salient – if you’d like a copy before the official release, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Will updating 9.0 create issues with 8.5?

Hey joshuabbutler, there should not be any issues. One thing to be aware of is if you’re using a child theme, ensure to update any template file overrides you have as to not cause conflicts after updating the parent theme – and as always, remember to clear your cache once you’ve updated :)

Cheers

Thanks. I just started a new site in 8.5 and would like to upgrade. Though, 8.5 should be sufficient.

Hey joshuabbutler, you should be fine to upgrade whenever you desire :) http://themenectar.com/docs/salient/updating-salient/

Love this theme, but finding it annoying in the new update that I can’t custom size images in the text widget because of this line in the parent theme style.css. .row .col img:not([srcset]){width: auto;} There doesn’t seem to be an override without deleting this line from the parent theme. I know we should size images before uploading, but the flexibility of custom sizing in the text block is sometimes necessary.

Hey hatchbackcreative,

Have you tried to simply define a source set on the image like so to bypass that sizing definition?
<img src="IMG_SRC.JPG" srcset="IMG_SRC.JPG 700w" />

Cheers

While changing around parent categories for my products, suddenly all of my Woocommerce product / shop links started returning 404 errors. I tried resetting permalinks, using different Woocommerce 404 “fix” plugins, etc. to no avail. The only thing that got things working right is using the “Plain” permalink formatting, but obviously this isn’t a good long term solution and prevents my caching plugin for working. What do I do? www.actionrising.org

Hey robertexs,

How long ago did you purchase the theme / last support pack?

Few years ago, discontinued my original website and picked it back up to use as a store, so first time using the Woocommerce part of it. Currently using the most updated version. I’m willing to renew if the issue can be fixed quickly. I’m currently running ads to the site so it can’t be messed up for too long while troubleshooting.

Thanks for clarifying robertexs – before you renew, can you quickly verify that the issue only exists when Salient is the active theme?

I love this theme, but I have a problem with the share buttons on portfolio pages. Our address is https://löv.no but the IDN address is https://xn--lv-fka.no.

Can you please help me so when I share a portfolio page to Facebook or Twitter I get the right address.

This is what I get if I share to Twitter https://xn--lv-fka.no/portfolio/huse-berg/ But I want it to be https://löv.no/portfolio/huse-berg/

And I want to say that my boss has bought this theme, not me. I’m just setting it up :)

Hey erikhansen78,

Could you kindly open a ticket in regards via the support forum with so we can take a further look into this?

https://themenectar.ticksy.com

Thanks

I have the following problem at this point. I want the sidebar to be displayed on the single post, but I want to hide it in some of them, because it isn’t needed.

How can I do this without turning on “Hide sidebar on single post”?

Many thanks!

Hey cristianandreidavid,

Removing the sidebar on isolated posts would require adding CSS to those specific posts. See the Custom css box in each post via the gear icon within the page builder at the top right


body .post-area.span_9 { width: 100%; padding-right: 0; margin-right: 0; }

#sidebar.span_3 { display: none; }

Cheers

Hello i have a problem with my blog, if I click to next page I see 404 page and have no idea how to fix it. https://cyklopedia.cc/blog/page/2/

Hey Fixedman, 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.com

I am not able to do it

Hi Themenectar,

Thank you very much for your awesome support! My question is: I’m using a testimonial element, and on mobile, the border of the box is overlapping with the bullets below. Could you please help me fix this?

Thank you! The website url and login info has been sent to your envato email.

Hey harrisdesigned, nice site design :) Add this into the custom css box located in the Salient options panel > general settings > css/script related tab

.mobile .nectar-flickity.nectar-carousel[data-controls="material_pagination"] .flickity-page-dots {
    bottom: -100px;
}

Cheers

That worked perfectly. Thank you!!

You’re welcome harrisdesigned, glad I could help :)

Hello Theme Nectar is there a way to hide in the widget Recent post extra the date of the post please? Thank you

Hey sdoganati,

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


.widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date { display: none; }

Cheers

Hey there for some reason the icons on my site appear broken! Can you please tell me what to do? Is there an email where I can send a screenshot??

Hey despinaexad,

If you’ve already verified that no third party plugins you may have active are causing the issue, kindly reach out in regards via the contact form on my author page in regards: https://themeforest.net/user/themenectar Cheers

Hello I have a small question how to show category header like is you demo https://www.awesomescreenshot.com/image/3674040/ed0dc6988c4a2eaff843757a16b3b7c8

Hey krazy4sales, you can set the page header on the “shop page” defined in WooCommerce using the page header settings metabox and it will display automatically on category pages. i.e. the BG image/color settings etc. https://ibb.co/jVpbRL

Hello I would like to know how I can make Add User Account Button a drop down menu please. thanks

Hey krazy4sales, you can set the page header on the “shop page” defined in WooCommerce using the page header settings metabox and it will display automatically on category pages. i.e. the BG image/color settings etc. https://ibb.co/jVpbRL

Hello I would like to know how I can make Add User Account Button a drop down menu please. thanks

Hey krazy4sales, that would currently require custom modding to the “nectar_header_button_items” function, which is located in the functions.php file

Hi, I can’t seem to change the style of any table. I have added jquery datatable support to make some of my tables searchable, but it doesn’t matter what I do, the table styling always remains the same as the theme default settings.

I have deleted the table styling section in the style.css sheet but the styles are still there and when I use inspect element, it says the styles are coming from the style sheet where I have deleted the options! Even when I delete all possible cache it’s the same.

So is there a way I can get rid of all table styling so I can use the bootstrap4 styles instead?

Is the theme broken?

site: https://www.discovergp.com/product/catalunya-motogp-tickets/

v 8.5.3

Hey johnlmccurdy,

I’m still seeing the styles located in the main stylesheet https://www.discovergp.com/wp-content/themes/salient/style.css – after they’re properly removed from there, nothing else will be adding them in. If you’d like some assistance deleting them, kindly open a ticket in regards via the support forum so we can assist. https://themenectar.ticksy.com

Cheers

Hello,

We see some problems with internet explorer 9. The logo gives problems. It is overlapping with the menu items. Is there something we can do about this?

Kind regards,

Hey winterwebcare, IE9 is not supported anymore – are you seeing the same occur in IE10? If so, kindly share your URL in regards so I can take a further look

​I think this might be a feature request but I would love to know if support can help. We are loving the latest updates for the theme (and cannot wait for the beta of the frontend theme builder to go live) We would love to use this for client to quickly add in our saved templates to their pages. My only issue is that our saved templates are rather hard to find when they stacked in a row with no preview image. Is it possible we could save our template and have them displayed in groups like you have done for your Salient Studio templates with a preview image? I think from a user experience role this would be very helpful. (Also I emailed looking to see if I could get a copy of the beta with the front end builder so we could test it out, was wondering if I could get a reply back to that)

Thanks

Allan

Hey Allan,

Unfortunately the WPBakery page builder doesn’t have a built in feature for that, however I’ve noted your idea for the wishlist to allow the custom Salient Studio type functionality for regular templates. In regards to the current beta – I will look out for your email and will make sure you’re on the next round of send outs (probably in about a week) :)

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