Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,248 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38323 comments found.

There is an option to use the hubspot chat in the beginning. I think is there a way to add that later and where is it?

Hey ravi000,

HubSpot is available to install/activate as a part of the SaaS demo. However, you can simply just install the plugin yourself at any point if you wish to utilize it: https://wordpress.org/plugins/leadin/

Is there any way to have a different display name for product titles on the shop and category pages?

We need the full title for the product page and search results but the product titles are too long on the shop pages.

Hey MarcGarner,

Salient does not provide any built-in functionality to assist with that. You would need to handle that through custom WooCommerce modifications in a child theme, or possibly a plugin (I’m not sure of one that offers that functionality to recommend off the top of my head)/

Kind regards

I tried some of these snippets but they don’t seem to be compatible, I get a blank product title – https://thembay.com/solved-how-to-shorten-woocommerce-product-titles-limit-woocommerce-product-title/

Hey MarcGarner,

I just tested the #2 option in that link and verified that it works as expected. There might be something else in your setup which is preventing it from working correctly.

Hi Sorry me again,

Is there any way via css, to disable the zoom in and crop animation that occurs when hovering over the image, on the ‘meta below, bio modal’ team member option?

I want to use an image as a masked png and it ruins the effect of the mask when it zooms in and gets cropped.

Thanks Elliot

Hey Elliot,

You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body .team-member[data-style=bio_fullscreen_alt]:hover .team-member-image,
body .team-member[data-style=bio_fullscreen_alt]:hover .team-member-image-inner {
  transform: none;
}

Cheers

Hi Salient Team. Hope you’re fine.

Just a quick message to report you an issue on the Salient Editor. I experiment some troubles with the Salient Editor when I’m using it on Opera.

I can access to the pages on the BO. But I can’t access to the bloc settings of the page. On chrome everything is OK.

I’m working on Mac. I’m using the last Opera browser version.

Have a good day. Best regards. Alex

Hey Alex,

I just tried to test that on Opera with a Mac but didn’t see the same issue occurring. Could you kindly open a ticket on the support forum in regards?

Thanks in advance

Hello are the images used in the demos cleared? Is there a list? Thank you

Hey ravi000, All images which get imported via the demo importer or through the Salient studio template library are from Unsplash.

Kind regards

Hey ThemeNectar,

I’ve noticed a strange behaviour of variations select button after updating to Woocommerce 8.0.3. It is not possible to select “Größe” anymore. The variations are available. When I switch to a standard them like 2023, the variations are displayed.

https://www.thehandlebar.biz/en/produkt/pearl-legacy-sram-force-axs/

Is this a known issue? Do you have an idea?

Thanks for your help!

Regards, Thomas

Hey Thomas,

There isn’t a known issue like that. Can you kindly open a ticket on the support forum in regards so that we can follow up?

Thanks in advance

Hi ThemeNectar, on my website https://www.jeensma.com I use the ‘standard blog no sidebar’. It shows thumbnails of featured images but for the thumbnail it always uses the center part of the image. How do I control the part of the image that is shown? Is it possible to use an image that I create myself to use as this thumbnail?

Hey htusco,

Adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab will allow you to change that globally:

.post-area.featured_img_left .post-featured-img-wrap a span img {
    object-position: left bottom;
}
If you want to alter specific posts separately, you can select them with their post ID e.g
.post-area.featured_img_left .post-3607 .post-featured-img-wrap a span img {
    object-position: left bottom;
}

Kind regards

Hi there,

Something odd is going on.

I see in my rss validator that a tag is not closing. Upon inspection. in the code of the the article manually and via tools: the article’s html is correct.

Could you please take a look and see what is going on here?

When I start a clear and fresh new project in WordPress this does not happen. The moment I activate Salient, this occurs.

https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.fininfo.be%2Ffeed

Hey H0kus41,

I have not been able to replicate that same warning regarding a stray P tag locally or on the demos. Can you please open a ticket on the support forum in regards with your site information so that we can take a closer look at your setup?

Thanks in advance

Hi there!

Two short questions.

1: On my CPT I made nectar_metabox_post_types_page_header settings visible, I found this one in your docs: https://themenectar.com/docs/salient/metabox-cpt/ Afterwards I configured the header settings but nothing changed front end side? How can I make page_header_settings visible on CPT single page? Which code is necessary to display them on my single CPT page? Can you give me a advice, in which file I have to look into?

2: Is there a chance to active post-format settings on CPT like on the standard WP posts? That I can use “standard” “gallery” “link” options too.

Thanks!

Best regards, Alexander

Hey Alexander!

1. You’ll need to call the “nectar_page_header” function within your template to utilize those settings. You can take a look at the core salient/single.php template file for an example.

2. That would require some custom modifications as of now, however I’ve noted your +1 for the idea on the wishlist

Kind regards

Hi ThemeNectar!

Thanks fory your response!

1: Okay, this one //$blog_header_type = ( ! empty( $nectar_options[‘blog_header_type’] ) ) ? $nectar_options[‘blog_header_type’] : ‘default’; has override the post header settings. Works!

2. Awesome sounds great, thanks!

Hi ThemeNectar

Loving the updates! But I’m a little lost – I can’t find the setting to change the main menu layout so it’s the same as your new Magazine (2023) layout?

The What’s New section says “New Header Styling Options A new modern contained header style option has been added, along with fresh link styling customization, animation options & more.”

...but I can’t see it under Header Navigation > Layout & Content Related, or anywhere else. Can you provide more info please?

Thanks

Hey stulacey,

The option utilized in that demo is called “Header Size” and that is set to “contained” https://ibb.co/5jHh7Lg

Ensure that you do not have the “Full Width Header Content” option active in your own setup, as that would hide the option.

Kind regards

Thanks ThemeNectar!

I had toggled the “Full Width Header Content” option, but the Header Size option wouldn’t appear for any header layout. It was only when I realised that the Secondary Header Bar option was active, and switched it off, that Header Size appeared.

Hey stulacey, I’m glad to hear you got it sorted :)

Help please! Suddenly in the individual portfolio page the “display featured image as full width ” option is missing. Now all of my portfolio pages are broken with no featured image showing. My site is a photography site with hundreds of images that are now missing.

website: www.wildernessshots.com

Hey cophoto,

Make sure that you have the “Basic With Sidebar” option selected for your “Single Project Layout” theme option:

https://ibb.co/S6Z12bK

If you already have that option selected, please open a ticket on the support forum in regards so that we can take a look at the setup.

Thanks in advance

​On your main page where you show all the demos here: https://themenectar.com/salient/

Is that version available as a demo? It is perfect for my site. I can’t find it in the demos.

Hey Pmoney, It’s not in the demo importer, but mostly all of the sections on that page are available to import in the Salient Studio Template Library: https://themenectar.com/docs/salient/salient-studio/

Kind regards,

Do you offer a service to put all of the sections together like the page I see?

Hey Pmoney, we are partnered with Codeable for customization/freelance services: https://themenectar.com/salient/customizations/

Kind regards

Will the architecture template be also enhanced to create a more refined template for a real estate developer website?

Hey Petros_A,

There are currently no plans to create a real estate example demo, but I’ve noted the idea on the wishlist :)

Kind regards

Hey, is it a way to remove global section on specific page only please ? I created some landing page without header, and footer, but the global section display and I don’t want it. Thank you

Hey Jrm57,

You can programmatically remove your global sections from displaying by using a snippet in your child theme such as https://pastebin.com/xriYDaNM

HI, Is there a way to make these buttons have the same size https://prnt.sc/eZ7I5nNhgH3D?

Hey shaky512,

You would need to use custom CSS to create that effect. If you’d like to share the page URL I’d be happy to provide a snippet.

Kind regards

Hello Salient Team, my Contact Form 7 (or any other form plugin) breaks on mobile phones (can´t select radio field options, can´t upload files etc.) when I use the Full Page Screen Rows activated… Do you have any advice to fixing this problem? Website and form link: https://www.projectzero.cz/#poptavka

Hey Romanssss,

You’ll need to keep the “Disable On Mobile” option active within the page full screen rows configuration metabox in order to prevent that.

Kind regards

New Heather Feature: Can you consider to include an option to add 2 logos, one at the left and other one at the right side for the next updates?

Hey maurinoloureiro,

That’s already an item on the wishlist, but there’s no ETA on whether it might be implemented as a core option

Kind regards

Hi guys, almost ready for launch so thanks for the great help so far.

I’ve noticed a minor issue upon checking my website on mobile:

maft.be/home

When I check the ‘portfolio section’, all the words are stacked above each other. Is there a way to keep this view on desktop, where everything looks fine, but increase the line height on mobile?

Cheers!

Hey Mannaffolki!

Looking at your settings for that post loop builder, you have the line height specified as a vw value, which won’t scale nicely. Instead, I would recommend using em for your unit, which will stay consistent relative to the current font size. Try using a value of 1.3 to start.

Kind regards

Hi,

When we change our woocommerce backgrounds to black a lot of the different text elements are grey and hard to read, is there a way we can change that to white? For example the variation dropdown text is grey and also the filter options on category pages.

Cheers

Hey Micatuca,

adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab should change that:

.woocommerce select {
  color: #fff;
}

Kind regards

Hi I realise my support has ended but am having an issue with ipad pro on my site and I have only just realised, its leaving a big white bar to the right of the site on every page: https://www.dropbox.com/scl/fi/rdfze9jakrvqqbi51tti9/03b9e152-9589-4105-ac19-8ea0c3d95d9b.jpg?rlkey=ujz8o60livmlv8i3dy823xixw&dl=0

Site is https://3rebel.co/

Any help greatefully received

Thanks Elliot

his iPad is Pro 12.9 inch 5th gen, Version OS 16.3.1

Just to add on chrome the white bar is visible when he lands on the site on safari the white bar appears when you use the slider – latest versions of the apps

Hey Elliotj,

You should be able to correct that by setting the row which contains the slider to have overflow set to “hidden”: https://ibb.co/BN3T7S8

Kind regards

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