Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,476 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38341 comments found.

Good evening, I have a question. In a page hosting the Portfolio it is possible to make sure that by clicking on the cover image 1, 10 photos linked only to that album appear; on cover image number 2 an album of 5 other different photos and so on; without causing the inside page to open? Thanks (unfortunately I didn’t find this option but I can only make an image appear, i.e. the cover image in the lightbox)

Hey thebugbear,

Unfortunately, there’s no built-in functionality to have each project link to its own unique Lightbox gallery—the gallery will be made up of all of the projects within the grid. However, I’ve noted your +1 for this idea on the wishlist.

Kind regards

Hi there, new day new problem. Does anyone knows why the “revealing footer” effect doesnt work on certain pages? Our website is https://undress.world (its a fashion brand, dont get excited :) ) and here the revealing effect is missing https://undress.world/request-form/ (this happens with all pages generated by Return Refund & Exchange For WooCommerce Pro | WP Swings plugin)

Hey bogdan_stanciu, taking a look at the source code, it looks as though you have entered the class name with the dot selector in the actual attribute—You should try changing:

.container-wrap
To be
container-wrap

Kind regards

Hi,

Just a small request from a happy long-time user: Is there any chance you could add Vero (https://vero.co/) to the list of possible social icons?

The Vero platform has seen tremendous growth recently, and it would be really cool to have the icon added to the theme’s options.

Hey itswaffles, thanks for the request :) It’s been noted.

Kind regards

We’re using the below CSS to hide the bundled product details in the slide out cart. But it takes a while to load and the cart will initially show bundled product details. Could the option to hide bundled product details be incorporated into the woocommerce theme options? Or is there some alternative CSS which would preform better?

/Popout cart hide bundled product details/ .nectar-slide-in-cart.style_slide_in_click.open.mouse-accessed .variation-Includes { display: none; }

Hey MarcGarner,

You could alter the snippet to the following to make it take effect all the time:

body .nectar-slide-in-cart.style_slide_in_click .variation-Includes { 
  display: none; 
}

That’s great thanks

You’re welcome, MarcGarner :)

Hi,

i would like to make the BG Color of the shop another that the hole page. Website is black BG and i would like to make the shop lightgrey. I only find how to change the bg of the Product Archive Page BG Color but the other product pages and order pages still stay black.

How can i disable the ordering options for the shop?

How can i show the attributes of a product?

thanks for your reply

Hey agenturhochdrei :)

I’m glad that you were able to find some of the answers you were looking for.

In regards to your latest question, you’ll need to use the classic WooCommerce widgets for that style. You can easily enable the classic set by using this plugin: https://wordpress.org/plugins/classic-widgets/

thanks! worked for me :)

You’re welcome, agenturhochdrei :)

Hi, i have a design where i should change the Aspect Ratio of my selhosted video to around 4/1, but the closest there is, is 2.35/1. Is there a way to customize that. If so how?

Thank you

and is there a way to ad a short Videos instead of an image to a Fancybox?

Hey aldaron1,

1. You can set that custom aspect ratio by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body .wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 25%;
}

2. Unfortunately there’s no option to use a video as the background to that element as of now.

Kind regards

Quick pre-purchase question: Is it possible to limit the slider, image, content etc. width without any knowledge of code or css whatsoever? I’m on a 32:9 screen and I want most of the content, except for the header an footer maybe, to not use the whole width of widescreens.

Hey DenK3000,

You can control the main container width directly from the theme settings panel. However, if you’re looking to import one of our fluid demos that expand each section to be fullwidth, you would need to go into each section and change that row setting type: https://themenectar.com/docs/salient/page-builder-row/#row-type

Kind regards

Grwat. Thanks a lot!

You’re welcome, DenK3000 :)

Can i add a date filter in post grid, to filter posts by date as well as categories

Hey pkzadrum,

Unfortunately there’s no option to filter by date as of now.

Kind regards

My nectar slider won’t auto rotate. It just stays on one slide. I have it set to auto rotate. Won’t on home. Any thoughts?

Hey kmg777,

You can post in the “General” category on the support forum until your support license data from Envato refreshes—that category does not require a license code to post.

Wrote you again on the customer service ticket. Thanks.

Hey kmg777, it looks like your support license was verified a couple of hours after your initial comment 13 days ago, so you don’t need to use the “General” category in the future.

There is also less support staff who work on the weekend, so the queue is slower and tickets can take up to 24hrs for a response.

Kind regards

Hi there,
Is there a way to make the background of the secondary bar transparent so it would show the underlying content in the same way as the transparent main header? Thanks!

Hey Romanesco :)

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

#header-outer.transparent #header-secondary-outer {
  background-color: transparent;
}
#header-outer.transparent #header-secondary-outer * {
  color: #fff!important;
}

Please use the support forum when asking multiple questions in the future: https://themenectar.ticksy.com/

Kind regards

Thanks! That worked.

You’re welcome, Romanesco :)

Hello once again. Tell me please – is it possible to give a split line heading an extra class name and set a custom maximum width? With regular settings ( i have last version of salient ) i can only set maximum with to all resolutions in one heading. I need specifics for an ipad \ tablet \ phone & it would be great if i can set it through extra class, cause i have multiple split line headings around site , which i need to correct. Thanx

Hey raffess,

You can give the parent column a custom class name and target the child split line heading element. For example:
@media only screen and (max-width: 1000px) {
  .constrained-split-line-heading .nectar-split-heading {
     max-width: 50%;
  }
}
@media only screen and (max-width: 690px) {
  .constrained-split-line-heading .nectar-split-heading {
     max-width: 80%;
  }
}

Hi there,
How can I change the “Next Project” wording to just “Next” on the single portfolio navigation post element? I can’t seem to find anything in the “Single Project Page Navigation” settings. Thanks!

Hey again Romanesco,

You can translate that string—it lives within the “salient-portfolio” text domain: https://themenectar.com/docs/salient/translations/

Kind regards

Thanks! That worked.

You’re welcome, Romanesco :)

Hi there,
Is there a way to disable the gallery lightbox from being triggered on the Image Gallery/ Paralax Image Grid element?

Hey Romanesco,

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

.wpb_gallery_slidesimage_grid a {
    pointer-events: none;
}

Cheers

Thanks! But sadly, that didn’t work on my end.

Can you kindly share the page URL where it’s not taking effect for you?

Kind regards

Hey guys, I have to bug you just one more time and I believe I this should be done with the list of tweaks I’ve been working on. If someone could assist, you are a hero and should be awarded with a large pizza.

1. Rounded Gallery Corners (simple) 2. Tighter Post Grid Title/Excerpt and Thumbnail Padding (sample provided) 3. Excerpt Font Color Change (simple)

As always, thanks guys.

Page here: https://bit.ly/3kmya3O

Hey arteest :)

.portfolio-items .col.span_3 .inner-wrap {
   border-radius: 10px;
   overflow: hidden;
}

.category-position-after-title .meta-category a {
  margin-top: 0;
}
.category-position-after-title .meta-category {
    line-height: 1;
}
#ajax-content-wrap .nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item .content {
    padding: 15px 0;
}

.nectar-post-grid[data-card="yes"] .nectar-post-grid-item .content .meta-excerpt {
   color: red;
}

Kind regards

Beautiful! Thank you.

You’re welcome, arteest :)

Hello, does anyone know what is the “Main Wrapper Class of Theme” for this theme? Im using another plugin (RMA by WP Swings) that requires this if “some design issues arises”, which they did :)

Hey bogdan_stanciu,

You can use
.container-wrap 

Kind regards

Thank you Mr. ThemeNectar :)

You’re welcome, bogdan_stanciu :)

In the portfolio settings, there’s a section called ‘Video settings’. When I add a YouTube link here I can’t see the video anywhere. What exactly is this section for and how do I use it?

Hey MonologueHQ,

Your project will open that video when clicked if you:
  1. Have the portfolio element set to “Lightbox Only” https://ibb.co/4PqnK3N or
  2. Have set the project to be a “Lightbox only grid item” in the Project Configuration metabox https://ibb.co/Hp6TJz2

Kind regards

Hey guys. Quick blog question for ya. Is there an option/toggle for a blog post to display Site Width? When I post a page, there’s lots of padding on left and right. How do I remove this?

https://bit.ly/3kGTvoU

Hey arteest,

You can make single post expand to the edges of your container by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

.single-post #ajax-content-wrap .container-wrap.no-sidebar .post-area {
    max-width: 100%;
}

Cheers

Hello, I accidentally installed the latest theme but I realized, that the old WPbakery plgin is still installed. The new theme has the Salient Core and Salient WPBakery. This cause that the WPBakery elements are distorted and the webpage looks bad. I would like to delete the new theme and install the old one. Where can I download the older versions of Salient? The one with the standard WPBakery? Thanks

Hey attesosk,

Salient has always included a Tailor version of WPBakery called Salient WPbakery—we’ve never used or included the raw WPBakery plugin with the theme. If you’d like to access any previous version, simply reach out in regards via the support forum or by using the contact form on my author page: https://themeforest.net/user/themenectar

Kind regards

Hi, is it possible to translate a page with [nectar_global_section id=”222”] with wpml? I’ve add this to the wpml configuration. All the rest works but not the id of nectar_global_section <wpml-config> <shortcodes> <shortcode> <tag>nectar_btn</tag> <attributes> <attribute>text</attribute> <attribute>url</attribute> </attributes> </shortcode> <shortcode> <tag>nectar_icon</tag> <attributes> <attribute>url</attribute> </attributes> </shortcode> <shortcode> <tag>vc_column</tag> <attributes> <attribute>column_link</attribute> </attributes> </shortcode> <shortcode> <tag>vc_column_inner</tag> <attributes> <attribute>column_link</attribute> </attributes> </shortcode> <shortcode> <tag>nectar_global_section</tag> <attributes> <attribute>id</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>

Hey dimecris,

We already apply the WPML wpml_object_id filter for the global section ID—can you kindly also open a ticket with WPML in regards and let us know the ticket ID so that we can follow up with them?

Kind regards

Thanks dimecris! I will follow up with them as well.

Hi we have been asked by my client to look into taking over the hosting of their site.

we have taken a backup and tested it on our local servers to make sure it works with php80 before we move it. But, it comes up with the below error in duplicator pro.

SCRIPT FILE TEST: /wp-login.php

EXCEPTION Attempt to modify property “admin_notices” on null FILE: /wp-content/themes/proudgroup/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php29 —TRACE -- CLASS___: Redux_Filesystem->__construct FILE: /wp-content/themes/proudgroup/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php47 CLASS___: Redux_Filesystem::get_instanceFILE: /wp-content/themes/proudgroup/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php285 FUNCTION: require_once FILE: /wp-content/themes/proudgroup/nectar/redux-framework/ReduxCore/framework.php59 FUNCTION: require_once FILE: /wp-content/themes/proudgroup/functions.php1501 FUNCTION: include FILE: /wp-settings.php585 FUNCTION: require_once FILE: /wp-config.php97 FUNCTION: require_once FILE: /wp-load.php50 FUNCTION: require FILE: /wp-login.php12 FUNCTION: require_once FILE: /wp-content/wp_test_script_f776a11-24132253.php117

The theme is Salient 7.0.8. on looking at the updates it says it is up to date but on looking at your site it seems like it should be v15.0.8.

Can you shed any light on what we would need to do, it also looks like the developer used a child theme too. Thanks

Hey Luminet,

Yes—the version you’re using (7.0.8) is many years outdated and the current release is indeed 15.0.8: https://themenectar.com/changelogs/salient.html

You’ll need to update using one of the available methods listed here: https://themenectar.com/docs/salient/updating-salient/

It’s also worth reading through this article since you’re coming from such an old version.

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