Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,137 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hey any blackfriday promos?

Hey nvr21, we will be running a Cyber Monday promotion.

Cheers

Nice thanks for letting me know.

You’re welcome nvr21 :)

where is the template-portfolio.php file located, I want to change the tooltip on “back to all projects”?

Hey gustav939,

You can find the related template within wp-content/plugins/salient-portfolio/includes/frontend

Cheers

Any mega menu plugin compatible with the theme?

I just need to add text widget in a menu item.

I will put shortcode inside it.

Hey ofmarconi,

I do not have a specific megamenu plugin to recommend. The popular plugin “Ubermenu” should work though, and you can find an integration guide here: https://sevenspark.com/docs/ubermenu-3/theme-integration/salient

Thx!

You’re welcome ofmarconi

Hi Folks – Fantastic theme – Thank You

I have just updated my Salient to the latest version and I am unable to set the height of the Nectar Slider it appears way to deep pushing important content off the page also Since the latest update the clients display feature no longer scrolls but just displays all the pictures overflowing on to two lines.

Hope you can help :-) Andy

Thank you :)

There is an error relating to a custom script you have entered at the bottom of the page, through the page builder: https://ibb.co/zPbLHPd could you please remove that to verify it corrects the issues?

Thank you very much for your support on this 10/10 :-)

Glad I could help AndyHol :)

Hi – I get this error when I try to make changes to the content via the page builder. If I have a text box and want to edit the text within, I click edit and then get this error. Is this something that would be on the server side or something to do with the plugins/theme? I’ve updated it to the most recent version, as well as the plugins required.

Thanks in advance!

Hey noantsinmypants!

I do not see the error you’re referring to in your comment – can you please try adding it in again or provide a screenshot in regards?

Thanks

Hello Theme Nectar

I would like to know if it is possible to change the width of the blog post content.

I would like the content to be centered, since I am using the full width template.

I have used .single .post-content but it always creates a padding to the right that I cannot remove. I just want to reduce the width of the content in the desktop version to make it centered and easier to read.

Thank you very much in advance for your time Best regards

Hey Asere,

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


.single .post-content {
    max-width: 700px;
    margin: 0 auto;
} 

Cheers

Thanks bro, you are the man!

Glad I could help Asere  :)

I am not seeing the WooCommerce plugin included with my recent downloads. IS it no longer packaged with the theme?

Hey clixgroup,

WooCommerce used to be listed a recommended plugin, but was never packaged with Salient itself. It is of course still compatible, but since Salient split up many features into plugins, we now only show notifications for Salient specific plugins to make it easier to understand.

Cheers

hello guys, is there any way to control padding and margin option for mobile version of the site? Mobile version of the site look very bad because we cant control that separately for mobile.

Hey Aperik, as of now there is no mobile-only settings for the row margins or column paddings. However, when using % based values for the row paddings, it should be responsive. Could you please share the URL where you’re having issues so I can take a look at the setup?

Thanks

Hello Team,

I am using single video player to link YouTube video and using link as https://www.youtube.com/watch?v=RDC1ZFFhZq8 but once the video play is done it’s suggesting some other channel videos which I would like to avoid.

From:
<div class="wpb_video_wrapper"><iframe title="Title Here" width="1080" height="608" src="https://www.youtube.com/embed/RDC1ZFFhZq8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
To:
<div class="wpb_video_wrapper"><iframe title="Title Here" width="1080" height="608" src="https://www.youtube.com/embed/RDC1ZFFhZq8?feature=oembed&rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>

So, I would like to make change in bulk without changing link from the backend, final link in code will be https://www.youtube.com/embed/RDC1ZFFhZq8?feature=oembed&rel=0 instead of https://www.youtube.com/embed/RDC1ZFFhZq8?feature=oembed

You’re welcome princebhalani143

Solution if someone is looking for the same:
<script>
var oldSrc = $(".wpb_video_wrapper iframe").attr("src"); //Get the src of the iframe
var newSrc = oldSrc.replace("feature=oembed", "rel=0"); //Replace "feature=oembed" by "rel=0" 
jQuery(".wpb_video_wrapper iframe").attr("src", newSrc); //Change the src attr to the new value
</script>

Hey princebhalani143, thanks for sharing that

i’ve made a footer template, how can i use the template on every page

Hey PixelBitAgency,

Where have you made the template – is it a page that you’ve created from the WPBakery page builder or have you created a custom file that you’re looking to include?

Yes it’s created from WPBakery

Hey PixelBitAgency, there is no way to automatically display the contents of a page on every other page without custom modding. You could query for that specific page in the footer.php file, which can be moved to a child theme. Or you could look into using a plugin such as templatera: https://codecanyon.net/item/templatera-template-manager-for-visual-composer/5195991?gclid=Cj0KCQiA2ITuBRDkARIsAMK9Q7PJEIoaOjcl3052-Jq87FeQ-nDihPsG_VZUPrHuogvtR0u8V4Ht4U0aAgCAEALw_wcB

Is it possible to leave products easyzoom only if you click on the image?

Hey ofmarconi,

That would some custom javascript modifications as of now since the event is bound to hovering by default

Hello!

Is it possible simply and without CSS to leave the page of a specific product in DARK MODE?

I didn’t see examples of products that in your gallery have photos and videos.

Understood ofmarconi :)

One more question about Dark Mode, Is the whole theme Dark to Shop?

From main pages to checkout? Or need to modify via CSS?

Hey ofmarconi, there is currently no global dark styling other than changing the “Overall Background color” in the Salient options panel > general settings & Setting the header navigation to the dark color scheme.

This is a great theme! Is it possible to configure a Leaflet map to consume 100% of the height?

https://zendrian.tech/find-a-store/

Hey Jrauch10!

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


body .col .leaflet-container {
    margin-bottom: 0;
    height: 90vh!important;
}

Cheers

Hi there! Quick question, could you point me in the direction of the php file containing the cart template. I want to customize the look of the cart but I can’t find the file needed for that in the theme files….

Thanks in advance!

Hey BayronVandenBoomen!

Salient does not override the cart template file in the current release. We only use CSS to add additional styling to the default WooCommerce template.

Could you kindly let me know what you’re looking to alter so I can point you in the right direction?

Cheers

I think I’ve found the solution, I’m using the cart.php file from a version of salient where it was being used, copied that code to my own custom cart.php stored in the child theme and I’m working from there and it’s actually what I was looking for :D

Thanks for the help!

Hey BayronVandenBoomen, Glad to hear you got it working :)

Cheers

2 questions please. First, how do i add an image to navigation/header background? Second, how do i get my menu to stay on top with white background like this: http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.119710858.306900120.1572697539-2039774667.1572693578

Hey bsorv1,

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


#header-outer {
  background-image: url();
}

2. Can you please share the URL again outside of the themeforest iframe so I can see which demo page you were referring to?

Cheers

Hi Nectar, I would like to change the order of the social icons in the header navigation. Can you let me know where I can find the file?

Thanks.

Hey RollingSpoke,

You can copy the function titled “nectar_header_social_icons” in the salient/nectar/helpers/header.php file to your child theme for modifying.

Cheers

Perfect, thanks!

You’re welcome RollingSpoke :)

Hello – is there a way I can add a selector to an individual tab? In most other elements there is a field ‘Extra class’ or e.g. ‘Row ID’ where you can add a unique identifier – is there no way to achieve this with individual tabs? I know you can do this with the main Tabs menu, but I need to use this functionality on individual tabs.

I know each tab has a specific ‘href’ id but the problem is these change when the page is re-published (thus can’t hardcode them into css etc).

Thanks in advance! Great plugin!

Hey dosser!

You could also target a specific tab through using an nth-child selector like so:


.wpb_wrapper.tabbed > div:nth-child(2) {
 /* rules here */
}

Cheers

Thanks for this. I have thought of using this but the issue is some of these tabs are dynamically hidden/shown based on user variables (almost impossible to accurately predict which will be in which ‘nth’ number and cover all eventualities).

I see the default Visual Composer does include class names for tabs but I’m assuming there is no way to get this working in Salient? Am happy to edit the core files if needed.

Thanks

Hey dosser, there’s no option as of now however I’ve noted to add in a field for it in the next release. If you shoot me an email using the contact form on my author page, I can send you over a beta when it’s integrated in :)

Hi, when i click on the off canvas menu item i go directly to subitems, like I klick on webdesign and I get two options of the submenu static and wordpress but there is also a page called webdesign but I don’t get there…......

Hey donna2, as of now there is no option to have that functionality with the fullscreen menu option. However, I’ve noted your +1 for the idea on the wishlist.

Thanks for that anyway!

You’re welcome donna2 :)

Can Videos AUTOPLAY on Mobile Devices like the theme DIVI can?

Hey Ilovethis1, there is indeed the option to have self-hosted video BGs play on mobile devices.

Cheers

Dear ThemeNectar, I have updated th theme from v5 to the last v11 following the instructions.I have installed Easy Theme Upgrades Plugin​..etc. After that I am unable to see my website at all, also entering in the wp-admin page is impossible.​ what can I do to solve this issue.

Hey paboman,

That sounds like you’ve encountered a fatal PHP error. You can see what specifically has occurred by checking the server error logs. Please open a ticket on our support forum in regards so we can assist further.

Thanks in advance

Solved, I had to update PHP version on my hosting server

Glad to hear paboman :)

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