Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,835 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38357 comments found.

Thanks for all your support. I am using the box layout but i want the width of the secondary menu to fill the whole width of the screen; touch the left and right of the screen. What css can i use?

Hey TruBrotha, add this into the custom css box:


html #boxed #header-secondary-outer {
    left: 0!important;
    width: 100%!important;
    max-width: none!important;
}

Cheers

Hello ThemeNectar, thank you for building an excellent theme! I have my site near complete and the only issue I am running into is the order of the portfolio posts. They seem to go Z to A, is it possible to reverse that and have them display alphabetically?

ThemeNectar, please let me know if it’s possible to reverse the order of portfolio posts.

Hey ebwe,

Could you please open a ticket in regards with your admin credentials so we can take a further look into why it’s sorting in that way for you? https://themenectar.ticksy.com

kindly let me know the ticket ID here once you’ve done so

Thanks

Thank you ThemeNectar: TICKET #1575812

Hello, is there a way to display 2 columns of team members on mobile instead of one column? thanks in advance!

Thanks Ferlewels,

You can edit the columns which hold you team member elements and use the “Responsive options” tab to define what column width you would like to display specifically for all available viewports :)

Cheers

ok, thank you!

You’re welcome Ferlewels :)

Hi, we need use “Member Content Visibility” plugin with Salient theme, but don’t works with your Visual composer modified. We need disable with visual composer some page or post sections to login users, can recommend any plugin who works with your theme? thanks

Hey CAPBCN, the Salient WPBakery page builder isn’t modified in such a way that it wouldn’t work with our version vs the regular raw plugin. Have you confirmed it works with the standard non Salient version? If so, could you please open a ticket in regards so we can take a closer look? https://themenectar.ticksy.com

Hi, I have installed woocommerce, how would I change the background colour of the product pages only please? Many thanks

Hey samnor, add this into the custom css box in your Salient options panel:


html body.single-product .container-wrap {
  background-color: #000!important;
}

Cheers

Hi. For the parallax boxes (on the Corporate Creative theme), is there a way to stop certain boxes from being taller than others due to text breaks/length? I realize it is doing this due to the padding that’s there so if one box has more copy it will be taller, but is there a way to have them all be the same height regardless?

Like if one goes taller, they all do etc?

Thanks!

Hey A_K, that’s fine :)

add this into the custom css box in your Salient options panel:


@media only screen and (min-width: 1000px) {

.nectar-fancy-box[data-style="parallax_hover"] .meta-wrap {
  min-height: 600px!important;
}
.nectar-fancy-box[data-style="parallax_hover"] .inner {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

Cheers

Yes! Thanks so much — You guys are awesome!

Glad to hear A_K :)

Hello…

After last update, ​Activate Fullscreen Rows stop work. I’ve already disable Cache plugins… but the issue still there.

Please check the image in link. Buttons disappear...​
https://drive.google.com/open?id=160qKs_257HpEO8s3jCITKdeHQdDTDCtB​

My support as expired… but this seems like a bug for me, because before update, everything is working fine.

Sorry my bad english. ​ Thanks, Rubens Nobre

Hey AlohaFX,

If you’ve verified that no third party plugins are causing that which you may have active, please reach out in regards with your admin credentials via the contact form on my author page so I can take a closer look https://themeforest.net/user/themenectar

Cheers

Hey there, already sent my admin credentials via contact form, ok? Thank You.

Thanks AlohaFX

Hi, when we post a blog on FB, we see an OG picture of a bird cartoon, that seems to be overriding our OG image. Where can we go in Salient theme to remove that bird-cartoon picture?

Hey ssaxena80, please share the URL in regards so I can take a look at the settings to assist

Cheers

Hi how will it be compatible with GDPR?

Hey salvatom, Salient as a theme itself doesn’t collect any user data – however WordPress offers core functionality that does such as comments, user registrations and then additional plugins you may be using could as well such as form related plugins, analytical plugins etc.

Hi ThemeNectar, this is not correct.. If I have a YouTube video in one of my Salient pages, how can I block this video until consent is given? Please note that YouTube collects data and before open a connection with this service from my website, the visitor must approve the consent, otherwise the fault falls on who uses the service (in this case the website owner). Another example: if I have Google Analytics the visitor must specify specific consent, otherwise is not possible to use this service. Does this mean that you are not preparing anything on the theme level?

Hey salvatom,

To handle Google Analytics, in addition to making use of the new built-in GDPR related options they now offer such as “Anonymize IP”, there’s also plugins out there that will offer GDPR compliance easily such as GDPR Cookie Compliance. This plugin and others like it will offer your user a consent popup when first accessing the site and will prevent Google Analyics from being loaded until the user agrees.

As far as Youtube and other video embeds go, we offer the option in the theme to self host but can’t provide workarounds for all external sources in a regular embed to alter how they function by default. It’s up to you to decide if you continue using those with the new legislation, but hopefully Youtube simply offers a compliant version of embeds directly without additional work. We may add the option to display a tooltip or overlay before clicking to display the video lightbox element, but since the Youtube script doesn’t load when using the video lightbox element before the click event already, you co

Hi there,

This may have been flagged before so please disregard if so. I have noticed it before though so thought it might be worth notifying you about.

Salient v8.5.5 Salient WPBakery Visual Builder v5.4.7 WordPress v4.9.5

In the toggle panels element within a row, image grid style image galleries within a panel displays all images stacked on top of each other when a toggle panel is closed on page load or when manually closed.

Toggle panels style and allow collapsible settings don’t seem to matter to the issue.

Upon resizing the screen this issue rectifies.

Hey icreation,

The portfolio element needs to be visible in order to calculate the grid positions, we’ve added in a workaround for the tabbed element to handle this so that should work for you in the meantime. I’ve noted to also add a workaround for the toggle element

Cheers

Please i need to help. Take a look at my site http://disn.com.ng/ on the portfolio on the homepage can you see the the meta and box covers the picture, please what css code can i use to make the green box and title and except start form the end of the photo and not covering portion of the photo?

Hey TruBrotha,

add this into the custom css box in your Salient options panel:


.portfolio-items .work-item.style-4 .bottom-meta,
body .portfolio-items .style-4 .work-info {
  position: relative;
  padding: 0;
}

Cheers

Hey there!

Quick question: What’s the CSS code for making all the images in single post full width on tablet portait and mobile portrait? This also includes featured image, regular images and video aswell.

We’ve been trying to chain .container class in media query but it just doesn’t work.

Hey EXITFondacija,

add this into the custom css box in your Salient options panel:


@only screen and (max-width: 690px)  {
.single-post .container.main-content {

  max-width: 100%!important;
}

.single-post .heading-title, .single-post p, .single-post #sidebar  {
   padding-left: 50px;
   padding-right: 50px;
}

Cheers

That’s it, thanks. :)

You’re very welcome :)

I wondered if there is a way to display the description field for woocommerce product attributes, perhaps via an information icon which displays the description in a box when you hover over it.

Many thanks

Hey MarcGarner,

Unfortunately this would require some custom development as of now, but I’ve noted the idea for the wishlist :)

Cheers

Hello! I cannot change author image. I tried all plugin but author image in the blog ALWAYS stay empty grea same as gravatar but not as my custom image. How I can fix it?

Also, how I can remove author link from blog – this link go to kind or archive page with all post and header – I would like to remove link and just keep author name.

Thanks

Hey SiamNinja,

Salient uses the default WP function get_avatar to pull the image, so your plugin would need to trying to modify that in order to change it. Could you share your URL in regards so I can take a look?

Cheers

Thanks but now website still on construction process so it’s not live. Any idea why it’s not using image from Wp user Avatar plugin? thanks

Hey SiamNinja,

I just tested the plugin locally and successfully overrode all the default gravatar – when your site it available for access, Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Hello

I would like to know before renewing, there is a solution to this:

I want it to appear before opening the player for my podcast, For example in this page: http://themenectar.com/demo/salient-blog-ultimate/

I would like to listen with the open player as the theme: https://dixie.secondlinethemes.com/

With soundcloud already open, you will not need to click to open the post and listen to the podcast.

Thanks, serve some plugin

Just add no summary of the post ;)

THX

Hey ofmarconi,

The new material styles don’t allow for the audio player to play outside of the single post page, some other styles do such as: http://themenectar.com/demo/salient-business/articles/

Cheers

Hi,

How can I add a tabbed section in a tab?

Hey interactionmarks, WordPress doesn’t allow nesting of the same shortcode so unfortunately this isn’t possible at this time. https://codex.wordpress.org/Shortcode_API#Nested_Shortcodes

Hi this is my first post I can’t figure out after using this amazing theme. I’m using a nectar slider, and within the row is the option for “overlay”. I set it to on but it’s not working. Basically I want a medium dark overlay and have it to change to a different color/opacity. Is this a CSS thing? I thought I could do it using the composer. Thanks!

Hey donniejean,

add this into the custom css box in your Salient options panel:


.swiper-slide:hover .image-bg:after {
   background-color: rgba(0,0,0,0.2);
}

Cheers

Thank you so much! Worked perfectly!!!

Glad to hear donniejean! :)

Is it possible to add or change the social media integrated icons? I want to add ‘Strava’ onto my site as it is a social platform but the standard theme doesn’t include this. Could I overwrite one of the other social platforms I am not using with my own uploaded icon with the help from some CSS for example?

Hey Utopia_Creative,

Yes, you could override another with custom css – are you trying to replace one with an image? If so, please share your URL and the image src so I can provide an example snippet

Are the photos in this theme Creative Commons Zero (CC0) license?

Hey katt101,

the photos Salient imports and uses in the Salient Studio are from unsplash.com https://unsplash.com/license

Hey dabomb, Salient is using a customized version of WPBakery page builder – I’ve tested templatera and a few element addons such as All in one addons/Ultimate addons. Some of their elements may be similar to ones Salient is already including, so there could be styling (css) conflicts with those. However, I’m unaware of any other issues.

Cheers

Thanks a ton for the response!!!

You’re welcome dabomb :)

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