Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,767 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hi, I’ve updated support for 6 months as it’s expired but tells me it’s still expired.

Hey DaveThomasCo,

Ticksy can take up to an hour for the new license to propagate. Are you still having trouble posting?

Hi there,

I’ve installed the Restaurant demo on this link: https://captein.kleidi.nl/restaurant-home-page/ but I would like that the top bar (menu bar) not dissapearing after scrolling down. How to fix this? I tried Header Remove Desktop Stickiness and it’s off but nothing changes.

thanks

Hey Abbenhues,

Looking at the actual page markup, I’m seeing the URL with “home” in it like: https://captein.kleidi.nl/home/#reserveren instead of “https://captein.kleidi.nl/#reserveren” Can you verify that you’re not adding the home segment into the URL from your end?

I’m sorry, you are totally right. Forget this ‘issue’ it’s solved.

No worries Abbenhues :)

hi just wondering i have header centered logo in between menu and am wondering if i can align the hamburger icon to the left?

Hey jerweb,

That would require some custom CSS to alter the alignment. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body #header-outer #top nav >.buttons {
  right: auto; 
  left: 0;
  margin-left: 0;
}

Cheers

Hi! I’d like to purchase Salient but i need you to answer some questions: - in your board there’s the sentence: “Gutemberg Optimimized: No”. Is there a compatibility problem with Gutemberg? This because I’d like to use Gutemberg for my blogs and visual composer only for the pages. - second question is about Wp Bakery. In the past, by using the Borderland theme I had problems with the updatings. I mean, I was requested to buy separately the plugin in order to avoid bugs. In this case, will you ensure me that there’s a practical way to use your customized Wp Bakery? Is it possible to update it without any problem?

Hey AzarCom,

1. The Guttenberg editor still functions normally – we have simply not added additional elements to it.

2. The Salient specific version of the WPBakery page builder is the only version you need. We provide updates for it as new versions are released from the core.

Cheers

Is it possible to sticky vertical tabs to exact vertically center of page on whatever the window height / size https://snipboard.io/DVKQct.jpg it will remain vertically middle?

Hey astutestudio,

This is above what we can readily provide for you, however I’ve noted the idea as an option on the wishlist. If you want to dig into the code, the relevant function is called “stickySidebarInit” in the salient/js/init.js file – You would need to create custom calculations for the “additionalMarginTop” option.

Cheers

sounds good and thanks a lot for tips … appreciate that

You’re welcome astutestudio :)

Does Tiktok is present in the social media icons? If not can you add it please?

Hey serradino, Tiktok is not an option currently – I’ve noted it on the wishlist.

Cheers

Hi, your template is beautiful! Is there a way to highlight to featured post in WPBakery “Recent Post” widget ? Thank you

Hey Linko91, thanks a lot :)

If you created a specific category which you wanted to feature posts in, CSS could then be used to alter the appearance and “highlight” any post assigned to that category.

Hello, Hope you guys are healthy and well! Is there a way to remove the carousel controls on the CarouFredSel? I want to keep it auto rotating but do not want the viewer to see the little arrows or numbers. Thanks for any help you can provide!

Hey katt101!

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


body .carousel-wrap .control-wrap {
  display: none;
}

Hope you’re well too :)

Cheers

Hi, Is there a way that the Nectar Slider can have half text, half image? Like Slack’s hero banner https://slack.com/

Hey JamesSanghoon,

Unfortunately there’s no option for a layout like that as of now, however I’ve noted the idea on the wishlist.

Cheers

Hi, after updating the theme (I’m a big fan of Salient), images are not loading properly in Safari when you are surfing a single product and switch between them clicking on different ‘related products’. If you click on the magnifier it appears. Some of them just appear, but lots of them are simply not loading at first glance. If you refresh the page it will appear. Strange behaviour. Check the site: https://www.giftythings.com.pa/product/llavero-pocket-pop-avengers-2-iron-man/ Any clues? This doesn’t happen on Chrome. Thanks j

Hey chocks,

I have tried checking your URL on two different versions of Safari (v13, v12.1), but have yet to see this issue occur. Have you tried to clear your browsers cache after doing the update yet? If so, what version of Safari are you running?

Thanks in advance

Hello,

is there any way to disable “Image Gallery” lightbox (disable opening the image) so it can be used as a fake instagram feed.

https://www.motiondesign.sk/ – here at the bottom of my site. There are 8 pictures and all i want is to disable clicking on those pictures (to zoom them).

Thank you!

Hey Studio-Ark :)

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


.portfolio-items .col .work-item.style-3 .work-info >a {
    pointer-events: none;
}

Cheers

Hi, Is it possible to create a mega menu like this: https://www.adobe.com/uk/

- Two column, not full width - Each column has a header - Each page link has a title and subtext - Full background color change on hover, no margin - Buttons at bottom on column

How can the header be kept the width of the container only, keeping both ends transparent like this: https://webflow.com/

Is there also a way to create a custom mega menu as shown in the link above?

Cheers

Hey Ewanbenoit,

1. Unfortunately that would not be possible as of now without some custom modding

2. The only way to contain the header width like that without custom modding would be to use the “boxed” theme option. The Salient megamenu configuration options are documented here: http://themenectar.com/docs/salient/mega-menu/ , going beyond that would require modding or the use of a plugin such as uber menu https://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703

Hi, I have another translation problem. When on mobile, my portfolio filter show the word “Filter”. I translate it in Salient Core (via Loco Translate) but it still appear in english…

Hey mauraneb,

It looks like that specific string is accidentally pulling from the theme text domain instead of the salient-core text domain. You can correct this immediately before the next release by opening wp-content/plugins/salient/includes/vc_templayes/nectar_post_grid.php, and doing a search/replace for

esc_html__('Filter','salient')
to
esc_html__('Filter','salient-core')

(should be around like 181)

Cheers

Thanks it worked !

You’re welcome mauraneb :)

Thanks a lot mouvementreformateur :)

Hi, Can you have images in your megamenu?

Hey tricks28, there’s no option for that by default without custom CSS

Secondary Header Link URL: in WPML really cannot find string. Not existing?

Hey Geneticamultimedia,

You can correct this immediately by opening the salient/wpml-config.xml file and adding

<key name="secondary-header-link"/>
into the salient keys near line 41
<key name="salient_redux">

This will be sorted in the next release.

Cheers

It works, thanks!

Glad I could help Geneticamultimedia :)

Hello, I’m trying to translate ”View” hover mouse on Post Grid. I’m following your instruction in another post putting two file it_IT.mo and it_IT.po (generated by your salient-core.pot ) in the wp-content/plugins/salient-core/languages folder but it doesn’t work. Could you give me some tips please? Thanks a lot.

Anna

Hey Anna,

For translating plugins you should use a plugin such as Say What, LocoTranslate, WPML etc. to keep your translations separate from the plugins and allow them to persist through future updates.

For a quick example using Say What, can you confirm this does not work on your end? https://ibb.co/q5g27jz

Hi there, I used Say What plugin as you showed me. Thanks a lot, again, for your tips. Great theme and great support. Best.

Anna

Glad I could help out, Anna :)

Hello I have a nectar slider with a video background, but in the mobile version it doesn’t work. I have read in a comment that it is due to the use of data. But is there any possibility of forcing this video background on mobile?

Hey sergiosainz89,

Do you have the option “Disable Video Backgrounds On Mobile Devices” in the Salient options panel > general settings > functionality tab turned off?

Please share your URL in regards so that I can take a look.

Hi Salient, I have the off canvas menu when we land on the homepage with a video playing in the header.

My question is, when scrolling down, can i switch to a normal secondary header that is sticky that has all the links etc at the top? I don’t want the hamburger menu flyout enabled when scrolling down, just the main top menu.

It might be easier to have this as an option, so a default clean landing menu, EG: simple logo left, hamburger flyout right. Then scroll and the main menu is used.

Is this possible?

surely this can be done though? how is it that it is not a common option in themes these days?

http://www.trinityforestgc.com/ There is an example of the idea…..

also, in your example are you talking about the special offer banner? I assume it is not really easy to put a responsive menu there?

Hey Wobblefin,

1. Can you please share your actual page URL? If so, I can provide a CSS snippet to do something similar.

2. That area is also a menu location – a regular menu can be assigned to it if desired.

Hi ! It’s possible in mobile version align the two texts and play button align to left? https://www.dropbox.com/s/gt1qvmoj3hga2xt/IMG_84A2CD9E3370-1.jpeg?dl=0 https://blocknitive.com/home-extended/

Hey sergiosainz89,

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


@media only screen and (max-width: 1000px) {
.span_12.light .nectar_video_lightbox.play_button_with_text .link-text {
    margin-left: 0;
}
}

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