Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,432 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38337 comments found.

hello ;) in the carousel whit autorotate option it’s possible to change direction to right? thx

Hey stefanopollio, you could give the class name to the parent row element. e.g. “reversed-carousel”: https://pastebin.com/WzfX1vF9

Cheers

Thank You <3

You’re welcome, stefanopollio :)

I said something but I fixed it already..

Hey Mikel2020,

I’m glad to hear you found the answer to your question.

Kind regards

Hello! Hope you are well ;-)

So. this is not a problem directly related to Salient. But I can’t find a solution. I installed a sharing plugin that appears at the bottom of posts. The plugin is AddToAny Share. (And WordPress Print Posts are shown too). So, this is the way to do.

The problem is that for a little while, it is also displayed below the Globals Sections. This causes it to be displayed twice. And it’s not great. See screenshots that illustrate. You can also visit the VIKINGR Chronicles at https://vikingrchronicles.ca/

You will see that the pages are OK. But that the posts, it’s not great…

Do you have a quick solution?

on page : https://paste.pics/JYS59 on post : https://paste.pics/JYS6B

Thanks ;-)

Hey barreoblique!

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

.nectar-global-section.before-footer .addtoany_share_save_container,
.nectar-global-section.before-footer .wordpress-print-posts {
  display: none;
}

Kind regards

Hey, sorry for the late reply. Thanks a lot!!

You’re welcome, barreoblique :)

Hello, can I make Floating Icons with a link in the Footer with a salient (only in homepage)? Visitors can close it if they want. Like in this website https://www.cidb.gov.my/ or like in this print screen https://prnt.sc/yYz6kcaUoB9H thanks

Hey shaky512,

Unfortunately, Salient does not provide that functionality – you would either need to use a third party plugin to add the closable sticky section or add it manually through a child theme.

Kind regards

Hi, im using Salient button shortcode for now. but i need to add button click tracking using Google Analytics, meaning i need track if user if clicking on the button.

this is the example of the code that need to be inserted in the button:

Example

But i cant added these parameter within the button link since salient button dont allow this. Can u advice on how this can be done? thanks a lot.

my page is: https://www.cidbholdings.com.my/greencard/#register

Example code to be added in the button < a href=”https://www.monsterinsights.com” data-vars-ga-category=”Custom Category” data-vars-ga-action=”Custom Action” data-vars-ga-label=”Custom Label”>Example < / a >

Hey shaky512,

I would suggest using the raw HTML of the button which gets rendered from the shortcode so that you can modify the attributes as needed. Here’s the HTML of the button you can use within a “Raw HTML” element: https://pastebin.com/WWmknvNd

Kind regards

Hello. When you add a flickity static height style image gallery, in the google results it says: Your page is not optimized for mobile devices. When removing this gallery, it is indexed well. Can anything be done to fix it?

Hey mirazoqui, looking at the source code on that page it appears that the parent row does not have overflow set to hidden – can you verify that you’ve set that on the row and not just the gallery itself: https://ibb.co/jHtYHGr

Kind regards

Hey, Ok now I set in the row, hidden in overflow visibility. Thank you!

You’re welcome, mirazoqui :)

Hello, I was wondering how to implement the the dark overlay on the portfolio filters when selected as seen in the example below.

https://themenectar.com/salient/agency/full-width-masonry/

Thanks in advance!

Hey RollingSpoke!

The options enabled within the Portfolio element to get that style are
Layout: Fullwidth
Enable Sortable: On
Horizontal Filters: On
Filter Color Scheme: Black

Kind regards

That’s perfect. Thank you!

You’re welcome, RollingSpoke :)

Can the featured image of blog post be not full width (i.e. so the sidebar can show next to the featured image?)

Hey happyeungin,

As of now that would require a modification to the single.php template file from your child theme in order to make the change. Specifically, the header which contains the featured image would need to be moved inside of the “post-area” div.

Kind regards

Hello Nectar Team!

Milestone: The option “countTo” ist very nice, but I want to have one of two results. First possible solution give me a dot. The second one, if a dot is not possible, give me nothing – only the number. In Germany we use not the comma. Your answer “use motion blur” is not realy a great solution. Have you another idea how I can use the great content element milestone with countTo ?

cheers

Hey nyb-notyourbusiness, I’ll be adding the functionality natively into the next minor release :) If you’d like early access, please reach out via the contact form on my author page in regards.

Cheers

That are good news. Have you an idea when the update comes out? At this time we use a normal text content type. So we have a chance to wait for the update. Best regards

Hey nyb-notyourbusiness, we don’t have an exact ETA yet – but most likely in a couple a weeks.

Kind regards

I have forced a transparent header, and set “Transparent Header Navigation Color” to light. Unfortunatelly dark logo is displayed. Before I updated Salient to 15.0.6 light logo was shown. Could you please help how to fix it? My website is: https://aretskock.se/

Thanks in advance for help!

PS Salient is great!

Fixed by itself, by changing php to v 8.0. please close the ticket

Hey agatarzepczyk!

I’m glad to hear you were able to sort out the issue.

Kind regards

is there a way to add a specific image that will show up on header of each page(category, front page, products, etc) ?

Hey GiannisKim13,

You can use the “Page header settings” metabox to add an image at the top of your pages if you do not wish to use the page builder to create that section: https://ibb.co/wpqx8bx

Adding images to the top of archives such as categories would be handled from editing each individual category and using the “header image” field: https://ibb.co/MZbfVbV

Kind regards

Hi, I have just created a custom post type and I’m trying to put this code in the single-custom.php but I can’t see next or previous post. Is there something i’m doing wrong? Thanks

<ul class="controls custom"> <li id="prev-link"><?php next_post_link( '%link', '<i class="fa fa-angle-left" /><span>' . esc_html__( 'Previous Node', 'salient-portfolio' ) . '</span>' ); ?></li> <li id="next-link"><?php previous_post_link( '%link', '<span>' . esc_html__( 'Next Node', 'salient-portfolio' ) . '</span><i class="fa fa-angle-right" />' ); ?></li> </ul>

Hey dimecris,

Calling the “nectar_next_post_display” within your custom single template should already handle adding that functionality e.g.
<?php nectar_next_post_display(); ?>

Kind regards

it’s the same. The html is there (spite is display none. I’ve changed it to display: block) but not the link. I’ve several post in this custom post, so the problem is not the number of post i’ve. Do you know what could be happen? <ul class="controls"> <li class="previous-post hidden only mouse-leaving" /> <li class="next-post hidden only mouse-leaving" /> </ul>

Thanks Kris

Hey Kris,

I can’t replicate that locally when testing with a CPT – The nectar_next_post_display function also uses the core WP functions to grab the next/previous posts i.e. get_previous_post and get_next_post, so I would need to see your custom template / CPT registration to assist further. Please open a ticket on the support forum in regards

Hi,

In the next update can you please more global features like?

1. More header/navigation options 2. More navigation link style other then animated underline and color change 3. More mobile headers besides the two that we have 4. One more simple navigation for mobile. The one you have is good but the rest are too fancy for corporate and professional style websites. 5. More accessibility optimization for ADA 6. Perhaps a new theme skin?

Thanks God bless!

Hey toolbox101, thanks for the requests :)

Kind regards

Hi! I installed the Salient template in my wordpress and I noticed that whenever I open an editable text box, whatever it is, it gives me a strange div

And if I don’t delete it, inside WPBackery it starts adding empty lines, causing the site to have excessive spaces. Do you know what it could be?

Hey fshimana!

I have not encounter that issue before – have you verified that none of your third party plugin active is causing the issue by temporarily disabling them?

When I click on my mobile the menu link ‘HR Vacatures’ of my website https://peterzebra.nl/ I’m shown ‘BACK’ and ‘ARCHIEF’ but I also need to have the option to go to the page ‘HR Vacatures’ https://peterzebra.nl/hr-vacatures/.

How can I best solve this?

To solve the issue for now I added the page ‘HR Vacatures’ to the menu, but now I see the menu item ‘HR Vacatures’ twice on my desktop.

Hey htusco,

If you change your “Off canvas menu style” to in the Salient options panel > header navigation > Off canvas menu tab to be “Fullscreen cover split” or “Slide out from right”, you’ll get an option labeled “Off Canvas Menu Dropdown Behavior” which you can use to handle what you’re trying to do.

Kind regards

Is there a way to change the font color of single post titles? I know that it normally matches the default font color but I’d like to have post titles be a different color.

Hey deonteramos,

If you’re trying to globally change them all to be the same color, you could add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#page-header-bg h1, .single-post .entry-title {
  color: #ff0000!important;
}

Kind regards

Hi,

Is there a way to use your carousel in the flickity style with 5 columns but for it to rotate 1 item at a time? (currently it rotates 5 items at a time) Hope this makes sense

Cheers

Hey Micatuca,

Enabling the option for “Center Carousel Columns” within the Carousel element settings should allow the items to transition one at a time.

Kind regards

Perfect! thank guys

You’re welcome, Micatuca :)

For some reason, my pages start beneath the header. My website is deonteramos.com. Notice how the posts start beneath the heading. This happens on every page I create for some reason. How do I solve this?

Hey deonteramos,

It looks like you’ve added some custom CSS to your setup which is modifying the “header-space” div and causing the issue. The CSS i’m referring to is: https://pastebin.com/Xzcj7iCA

The snippet should be revised to not include the header-space div like so: https://pastebin.com/EsEg1iz2

Kind regards

Disable add to card on mobile when using Minimal Design on archive

Hello, when you use Minimal Design on the archive/product page, and on mobile you click the center of the image, it will add the product to cart instead of going to the product page. This is very confusing for the user, as this ‘add to cart’ does not show on mobile (you cannot hover).

Update: Is this the option “Disable Product Hover Effect On Mobile”?

Thank you

Hey again dzineee,

Do you have the option labeled “Disable Product Hover Effect On Mobile” enabled? If so, please share your URL in regards so that I can take a look.

Kind regards

When Minimal Design >> Change font-size product-title on mobile.

Hi there, when using the minimal design the font-size for product titles is quite large on mobile. This is causing the layout to break with longer titles. Is it possible to configure the size of this? It could be CSS overwrite but in general i think this would be a good improvement to Salient.

I am talking about: .product-main-meta .woocommerce-loop-product__title

Hey dzineee,

You can control the sizing that your products will display at using the “WooCommerce Product Title Font” option in the Salient options panel > typography > nectar specific elements

Kind regards

Thank you. I would like it to keep the same on desktop but have a smaller font on mobile devices. Somehow it remains 18px for both. I also believe that this would be an improvement to Salient as this allows for a cleaner mobile layout on shop archive pages.

Hey dzineee,

For now it would require CSS to alter that on mobile only. I’ve noted your idea on the wishlist :)

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