Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,756 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38353 comments found.

Hi guys, I would like to use the OFF CANVAS Fullscreen Inline with dynamic BG – but I’m having three issues… 1) I would like to use the background without any overlay… 2) I have long links, what are not completely underlined (only the second line) 3) I would need to make the Bottom Text bigger, maybe with a logo combined and centered

May you help me with that? Thank you

and… is it possible to get the descriptions in one line and centered below the menu link? This is, how it looks right now: http://mentoring.xn--dasschnesein-9ib.de/wp-content/uploads/2022/05/Bildschirmfoto-2022-05-22-um-17.05.22.png

THANK YOU ❤️

Hey nelala!

Here’s some more CSS you can use to make those changes: https://pastebin.com/QwX1cjAU

Kindly use the support forum in the future for multiple requests so that we can correctly assign the tickets amongst the support staff.

Cheers

Presales: I’d like a landing page showing a full width video with navigation menu at bottom of the video. When user scrolls, menu (and video) go up and then menu remain sticky at top. Is bottom menu possible with your theme?

Hey lug,

There is currently no built-in functionality to have the main navigation start after a content section, such as a video. That would require some custom modding.

Kind regards,

Hi, would it be possible to change the hamburger menu item icon for our own icon (png file) on mobile?

Hey Tes,

You can use the following CSS for that:

#top .slide-out-widget-area-toggle a {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.staging5.opt-insight.com/wp-content/uploads/2022/05/Icon-_-Arrow-Down_yellow.png);
}

#top .slide-out-widget-area-toggle a>span {
    visibility: hidden;
}

Hi, how do we add a small (1px) separator/divider line below the nav menu/header?

Cheers

Hey Micatuca,

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

#header-outer {
 box-shadow: 0 1px 0 rgb(0 0 0 / 50%)!important;
}

Kind regards,

Cheers

Hi, i found a css error. This about Global Section + Nectar VC Components (image gallery)

Opacity all time go to (zero) 0 and don’t show anything.

https://prnt.sc/rMufwbs-2c3D / Check: https://dijitalbahce.com/

Hey sinayes,

You can correct that prior to the next release by adding the following snippet to your child theme functions.php file:

https://pastebin.com/7siEb5Xc

Kind regards,

​Hello Dear Salient Team, first, thanks for high functionality theme. But anyway i need you support because there is some error.

Try to add product to the cart from Page https://limeartgroup.com/vjing/ ​ CAROUSEL BLOCK

and also from simple Product Category page https://limeartgroup.com/video/fulldome-visuals/

You will see the total difference. The problem is with CAROUSEL BLOCK. When i push the button ADD TO CART on carousel module its refreshing page and opening new page on new tab. – WHY???(

I have tried different options. With and Without AJAX. Also i Turn on and off some CACHING plugins. Changing some Woocomerce Cart Settings. Also i have tried different SALIENT settings.

But nothing helps.

What i can do?

PS. i did not before ask for support…

Wishes from Vienna Alexander

Hey Vienna :)

It looks as though there’s a target=”_blank” attribute being added to all of the add to cart links outside of the main WooCommerce archives. I would assume that a third party plugin or modification is responsible for this. Have you tried to temporarily deactivate all of your third party plugins to verify that it’s not coming from one of them? If so, please reach out via the contact form on my author page in regards.

Cheers

Hi—what is the best way to get notified of updates to the theme?

Hey JayCarver,

You can install the Envato market plugin to get updates directly in your dashboard: https://themenectar.com/docs/salient/updating-salient/#methods

Kind regards,

hi, thanks for the great work! i come here cause support is expired but i seem to have problems with safari visual (not in chrome or firefox). background and animations or not showing anymore. Any suggestions? (https://www.nordica31.be)

Hey kong84, I can see that occurring on your site as well but can’t replicate it locally or on the demos with Safari.

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


body .full-width-section>.col.span_12 {
 transform: translateZ(0);
}

However, if you’d like me to troubleshoot it further can you kindly open a ticket on the support forum in regards so that we can take a closer look at the backend?

Cheers

Hi, thats great. That did the trick! works perfect again. Many thanks for quick response!

You’re welcome, kong84 :)

Since updating to 14.0.6 the woocommerce product carousel element is not working. All the products slide to the left of the window. https://www.foodieflavours.com/ https://ibb.co/KyjHPW8

Any help or fix for this would be greatly appreciated.

Glad to hear, MarcGarner :)

Actually this is still happening on mobile. Any planned fix?

Hey MarcGarner,

You can correct this prior to the next release by enabling the option “Page Builder Element Animations On Mobile Devices” In the Salient options panel > general settings > functionality tab. Alternatively, we can provide access to the beta via email which I’ve includes this fix.

Kind regards,

Hey there! I have read through the comments and it seems the answer provided may be outdated. The logo… how to edit where it points to? I went into the header.php file and do not see the info you listed on other comments so I assume it’s changed since then. Thanks

Hey streetjen, since there shouldn’t be any issue with assigning a custom home page as the front page, please open a ticket on the support forum in regards so that we can take a closer look at your backend setup to assist.

Thanks in advance,

HI I just tried and it’s saying I need to buy more support. I’ve used your theme for a long time for myself and other clients… this is the first time this hasn’t worked. You can go you the main URL to see and then click on the home page from the menu to see the difference. https://the-goddess-divine.com

Hey Jen,

Have you tried to assign your desired home page yet In Settings > Reading like so: https://ibb.co/fS6rzPG ?

If that’s not working for you, feel free to reach out via the contact form on my author page in regards.

Is there any way to be able to add html to a Toggle title? Specifically, I wanted to be able to add a < span > class so I can CSS style part of the text in the title. But it keeps removing the class when I save the page.

Hey SeanAUS120,

WordPress will strip HTML added between shortcode attributes by default. I would recommend overriding the template file for the toggle element to add that span directly in the markup: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/

It shows “First image in gallary” on hover. But we need default varient image on hover as it makes more sense. How to set that?

Hey AngelaLamHF, Unfortunately doing the complete PHP modification for you is a bit out of the scope of regular support as would be considered custom development.

Please do it, you stated that its already available function in your file.

Hey AngelaLamHF,

I’ve pointed you to where in the code the query takes place to grab the gallery image. However, since you would like to query for an image from a different location, that function would need to be modified.

Hi!

I want to buy this theme. But first I need to know that you can build a gallery with photos and video. Clicking a video should in some way start playing it. Maybe in a modal. Preferably it should use YouTube, embedded video since all my content is there. Hope you understand what I mean. Basically your photography portfolio but with mixed contents. So, super basic functionality.

Feel free to suggest another solution. As long as each photo/video card doesn’t open in its own content page – I don’t want that.

If not, how is it customized to achieve?

Kind regards, Jonas

Hey Jonas!

You can have a portfolio item in the grid trigger a video in a Lightbox when clicked. However, there is no functionality to allow videos to play directly within the grid area itself – they can only open in a Lightbox or in a separate page.

Kind regards

Hi guys, just wondering, are you coming up with an update soon? I see templates outdated from WooCommerce, etc. Thank you!

Hey mikemili444! If you’re using a recent release of Salient (v14+), there should be no outdated WooCommerce template warnings.

If you’re seeing them on your end, can you try verifying that the issue is not stemming from one of your active plugins or an active child theme?

Kind regards,

dear sir, can we move the product attributes to meta, please see screenshot: https://ibb.co/Hhsggb7, thanks

Hey ikiyamay,

That looks like a customized single product template from what Salient offers by default. Can you kindly share the actual product page URL so that I can take can a closer look to assist?

Thanks in advance

Sorry I post the wrong place, sorry to bother you, sorry again.

No worries, ikiyamay :)

Hi there,

On this page: https://www.staging5.opt-insight.com/ at the bottom I have a carousel with client logos, see this screenshot: https://ibb.co/ZzKWdrh

1. There is a lot of white space between the bottom of the logos and the control panel. Can we delete this white space?

2. Would it be possible to make the dots of the control panel purple? Now it has a black border around it?

Thanks in advance.

Hey Tes,

1. That appears to be occurring due to the lazy loading on the images. If you can’t exclude that section from the logic, you can add in the following CSS snippet to correct it:

.nectar-flickity.nectar-carousel[data-desktop-columns=4] .flickity-slider .cell {
    max-height: 170px;
}
2.
#ajax-content-wrap .nectar-flickity .flickity-page-dots .dot.is-selected:before {
  box-shadow: none;
}

Please use the support forum if you have multiple questions relating to CSS – these items should be archived separately as tickets for the community and so that we can properly assign support staff.

Kind regards,

Thanks! It’s showing me a red cross for the first item. It says: Expect IDENT at line 35, col.55.

Hey Tes, pasting CSS attribute selectors in this comment form area will have their quotes stripped – you can fix that by adding quotes around the number 4, in data-desktop-columns=4

Kind regards,

Hi would it be possible to change the arrow (style) next to the menu item for one of our own? We would like to change this arrow (https://ibb.co/nLqLr6P) for our own ‘icon-arrow’. Like this: https://ibb.co/8mym217

Would that be possible?

Thanks!

Hey Tes,

You can alter that with the following: https://pastebin.com/xfx8N4Jm

Please use the support forum if you have multiple questions relating to CSS – these items should be archived separately as tickets for the community and so that we can properly assign support staff.

Kind regards,

Thanks! I’ve used the css and added my arrow in it with this url: https://www.staging5.opt-insight.com/wp-content/uploads/2022/05/Icon-_-Arrow-Down_yellow.png but it’s not showing any.

How to fix?

I will definetely enter my future requests in the support forum.

Thanks Tes :)

Here’s a revised snippet which includes the required width/height attributes as well: https://pastebin.com/6YsgLZvU

Cheers

Hi there,

On this page: https://zeal.kleidi.nl there is an image that says: Team ZEAL. When clicking on it a pop-up with team members appear. When scaling the page to a less wider frame the images are shifting over one another, see this screenshot: https://ibb.co/kcydsxs

Is there anything we can do about that?

Thanks in advance.

Hey Tes, you can correct that by altering your custom CSS from

.picture-anouk {
   width: 190px;
}

To use

.picture-anouk {
    max-width: 190px;
}

Kind regards,

Hi there,

On mobile the background video on this page: https://zeal.kleidi.nl/ is not showing correctly. On the right and left side it appears with white space. This is happening specifically on older iphones. See this screenshot: https://ibb.co/yd4czmD

Can we do something about this?

Hey Tes,

The video background requires a 16:9 aspect ratio in order to calculate the sizing correctly. If you would like to keep using your portrait aspect ratio, You’ll need to add in the following CSS:

.wpb_row .nectar-video-wrap video {
     object-fit: cover;
}

Hi,

The theme is superb. I would like to metion some things that would make it even better.

When I enable the sortable option in post-grid it would be super to be able to change the order in which the filters appear. As of right now they apear alphabetically according to my native language. A trick it would be to get sorted accorting to the category slug (which is invisible for the end user in some case and so I could prepend 1- 2- 3- etc in the categories i would like to showcase)

There is a small bug regarding the load-more button in post grid whenfilters are showed in the side. https://imgur.com/a/QH3Ibfp It’s easily solved if I apply a z-index 10 rule, in .nectar-post-grid-filters.nectar-sticky-column-css.

It would be awesome to have the option to show-case post as they apeared in the post-grid(cards) but in a slider! I can showcase recent-posts in slider but there is no option to make them card-like!

It would be awesome to have a calendar with months or even dates to showcase posts/events in the specific date that a user will select.

Thank you in advance, If one of the above features/functionalities is already available/fixed please letme know so to wait for the next version :D

Hey nikosff, thanks so much for the kind words!

I’ve noted your requests on the wishlist, and it’s also worth nothing that you can use the Category Order plugin to specify a custom order for the filters within the post grid.

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