Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,473 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38341 comments found.

Hey Justinasmi,

Since that is not an actual demo, there’s no included demo file to get the theme options. If you would like an export of them, please open a ticket on the support forum in regards.

Thanks in advance

hi how do i delete the subtext in the menu? like “the tale of the company”. Been looking like crazy :)

Hey yannickpeeters,

Are you referring to this field? https://youtu.be/6m7XloEHqWQ?t=158 If not, please share your actual URL on the support forum so that we can assist further.

Kind regards

Hello,

I want to ask if it is possible to import specific pages from a demo.

For example i have uploaded all the content from the X Demo, but i want the contact page from the Y demo.

Thank you.

I got the solution from the salient templates, nevermind ;)

Hey artwarebranding, I’m glad you found what you were looming for :)

Cheers

Hello and have a nice day In your wonderful theme there is an element called – Images with hot spots, where I can’t find few settings.

1) how can I reduce circle size of hotspot (with plus or number) and also size of plus and number or make them oval

2) is it possible to make hot spots on mobile look the same way as on desktop ? I don’t have enough experience to make it that way. If not the same – so close to desktop. Some of hotspots opens up way too low, so u can’t even close it. Especially if image with hotspots placed at the bottom of page. Then hotspot image travel with user or stay at the bottom. it would be great if hotspot would open in the middle of screen or top – mobile.

3) didn’t find line to change font type In hot spots.

Hey raffess,

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

.nectar_image_with_hotspots[data-size=medium] .nectar_hotspot {
    transform: scale(0.6);
} 

2. By default, hotspots will open in a modal on mobile. Have you already tried to alter that in your own setup? If so, please open a ticket on the support forum in regards so that we can take a closer look at your setup to assist.

3. Hotspots can contain heading tags or regular (body) text—both will inherit from your typography settings in there Salient options > Typography > general html elements tab

Thanx I was able to modify most of the things , which I needed

Hi Salient team, I just wanted to let you know that I have been using salient for quite a while, and this is simple a small feedback, I will have to soon change to elementor due to the ability to have dynamic fields, which is something that has become quite overwhelming and overcomplex with wpbakery, I hope that one day you guys could include the ACF feature of dynamic values.

Regards

Hey thekayzer1,

I appreciate the feedback/request—I’ve noted your +1 for the item on the wishlist :)

Kind regards

Weird issue after theme update; On page load the “Transparent Header Navigation Color” is correct, but after scrolling down and then up again the “Transparent Header Navigation Color” is set to dark and the dark logo and icons are shown. It’s on this page: https://foodstijl.nl/. Hope you can help, Kind regards.

Hey Foodstijl,

You can correct that by editing the first row you have in that page to be “Light” for the “Text Color”—the row which contains only a “Divider” page builder element.

Kind regards

How do I remove the date on the blog posts? I don’t want to just hide it as I don’t want Google to find it in the page source either. https://www.prepsos.com/blog/

Also, how do I turn on pagination for the blog? The main page is getting too long. Thanks!

Hey MikeMurphyINC,

Both the Blog and Post grid elements allow the option to display the excerpt—the Post grid is the newer of the two elements with many more configuration options though. Replicating your recent post style in the Post grid could be done with the following element options:

General settings
  • Pagination: Load more
  • Columns: 3
  • Lock Aspect Ratio to Image Size: On
  • Image Aspect Ratio: 3:2
Meta Data
  • Display Categories: On
  • Display Excerpt: On
Grid item coloring/style
  • Grid style: Content Under Featured Image
  • Text color: Dark

Kind regards

Hi there, I’ve tried that but it still doesn’t look very good. Scroll to the bottom of the page to see: https://www.prepsos.com/blog/

I couldn’t find a setting for “Image Aspect Ratio”

Also, it’s not displaying any excerpt even though display excerpt is on. The title is larger and category is above the title instead of below and the padding is larger under the photo. Also, there isn’t true pagination, just load more. Is there not a true pagination option?!

Hey again MikeMurphyINC,

1. What version of the Salient Core plugin are you using? It’s possible that if you’re on an older release, the option for “Image Aspect Ratio” wouldn’t be available.

Also, there are options for the font size, spacing between columns, and category position. If you would like assistance configuring those in the element, please open a ticket on the support forum in regards

2. The post grid only offers a load more button for the pagination—you’ll need to use the “Blog” element instead if you would like a numbered navigation.

Kind regards

HI, can i change the “caption settings” in the nectar slider ( https://www.stout.marketing/around/ ) font size for mobile

Hey yannickpeeters,

You can use the mobile text sizing override when editing the Nectar Slider element: https://ibb.co/ydWxLqf Please use the support forum when posting multiple questions in the future, as this area is only intended for quick questions/pre-sale inquiries.

Kind regards

thanks!

You’re welcome, yannickpeeters :)

Hello. I paid a developer to build my site and recently found out he used a pirated version. Would I be able to buy the new version and update it on my website, without losing everything that was done?

Hey jeferson3barbosa,

That’s an unfortunate situation—but yes, you can purchase a copy legally and update to the latest version without loosing your content.

Kind regards

Hi, is it possible to add an image instead of icon in the headed tabs?

Hey yannickpeeters,

There is no built-in option to upload a custom image as an icon for the tabbed section element currently. That would require custom CSS. Please use the support forum when posting multiple questions in the future, as this area is only intended for quick questions/pre-sale inquiries.

Kind regards

Hmm, tried some options but seems pretty difficult to do so. Any idea how?

Hey yannickpeeters,

The CSS would depend on your current element settings—I would need to see the page URL in regards

If you use the responsive text element and wrap the text in H Tags, the text colour element doesn’t take effect, it defaults to the colour of the H tag.

Salient 15.0.8

Hey jbennett360,

Thanks for reporting that—you can correct it prior to the next minor release by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#ajax-content-wrap .nectar-responsive-text * {
    color: inherit;
}

Cheers

No probs :) thanks for the quick fix

You’re welcome, jbennett360 :)

under the people section ( mail )

+ also, i would like to change the link color of that email.

Hey yannickpeeters,

1. Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#ajax-content-wrap .iwt-icon i {
    font-size: 20px;
}
#ajax-content-wrap .iwithtext .iwt-text {
    padding-left: 45px;
}

2. If you wish to change all of the general links to be a different style, you can use the theme option General Link Style” in the Salient options > general settings > styling tab. If however, you are trying to specify a custom color, you could use the following rule:

body a {
 color: #000; 
}

Kind regards

Hi there,
Re: theme lightbox, how can I disable the Fancy Box 3 zoom in and zoom out? Or make it a bit more like the Magnific, but retain the full screen and zoom functionality of the Fancy Box 3?

Hey Romanesco,

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

.fancybox-can-zoomIn .fancybox-content {
    pointer-events: none;
}
.fancybox-button--zoom {
  display: none;
}

Kind regards

Thanks!

You’re welcome, Romanesco :)

hi,

I want to attach a background image to pages only, and exclude blog, portfolio and global sections.

How can i target the pages only with the css?

Thanks

Hey toolbox101,

body.page .container-wrap {
   background-image: url(image.jpg);
}

If you need to exclude specific pages from that, you could by id like so:

body.page:not(page-id-1) .container-wrap {
   background-image: url(image.jpg);
}

Kind regards

Good morning guys. I have a question regarding the background video on the row. Is it possible to disable the loop and make it play only once?

Hey plasmedia! That would currently require a modification to the row or column template file via your child theme (to remove the loop attribute): https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/

can you tell me exactly which part of code do i have to modify? I removed loop from full_width_section.php in this part of code: line 161 controls=”controls” preload=”auto” loop autoplay muted playsinline>’;

but loop persists

Hey plasmedia, Your modification looks correct, however the file to modify would be vc_row.php rather than full_width_section.php

Kind regards

Hi guys, question. On the mobile version of the menu, it is only possible to expand a submenu by clicking on the arrow? Or is it also possible by clicking on the text?

Many thanks, cheers!

Hey ruim_denkers,

You can get that functionality with the style you’re using by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#header-outer #mobile-menu a > .sf-sub-indicator {
   width: 100%;
}
#header-outer #mobile-menu a > .sf-sub-indicator i {
  position: absolute;
   right: 0;
}

Hi guys,

Unfortunately this code does not work. I’ve posted it now.

What I would like is that the menu buttons are also clickable, and not just the arrows. Ideally if they are both explainable.

Hey ruim_denkers, that’s exactly what the snippet should do—try updating it to make it a little more specific to ensure it overrides the current settings:

body #header-outer #mobile-menu a > .sf-sub-indicator {
   width: 100%;
}
body #header-outer #mobile-menu a > .sf-sub-indicator i {
  position: absolute;
   right: 0;
}

Kind regards

Hola Mr. Nectar!

Do you have or think in a future have a PSD layouts from salient studio images templates?

Think about it in the future, it would help a lot in the designer’s creative process!

Thank you Friend! all the best to you!

Hey nocomments!

There are no plans to include PSDs for all of those designs, but i’ve noted the idea :)

Kind regards

I am still waiting to have a Vimeo video link available for the Row Background Video Layer.. When is this feature coming? I was told there would be a good chance it would come in Version 15.

Hey naythanlange, We add in user-requested features based on popularity—Vimeo video backgrounds was not on the roadmap for version 15 so I apologize if someone told you otherwise. Could you kindly provide the ticket ID or comment where that was mentioned?

Kind regards

Why does WP Bakery > templates option is not visible in theme? Is it a theme configuration or plugin? Is there any way I can turn on grid builder and templates option for Bakery plugin?

Hey Rujuta792,

1. The default Template system that WPBakery offers is available/enabled by default in Salient—if you’re not seeing that in your setup, please open a ticket on the support forum in regards

2. The grid builder is disabled by default, but you can enable it by adding the following snippet to your child theme functions.php: https://pastebin.com/mkTUqu4r

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