Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,660 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38281 comments found.

In the architect demo, how do I make that phone number button that’s in the demo? It didn’t show after import. Thank you.

I figured it out. Button is a separate menu that needs to activated as Top Navigation Menu. In case anyone else is wondering.

Hey omakad, I’m glad that you were able to locate it. You can also read more about the Salient menu options which create that specific style in the docs here: https://themenectar.com/docs/salient/salient-menu-options/

Kind regards

Hi there,
Any way I can remove the hyperlink on the blog post (post grid element) selectively on a particular page? I have blog posts that I’d like to showcase as only the title, without them being clickable. Is this possible? Thanks!

Hey Romanesco,

You could add the following snippet to the page builder custom CSS box (top right gear icon) on your desired page where you would like to remove the linking.

.nectar-post-grid .nectar-post-grid-link,
.nectar-post-grid .post-heading a {
    pointer-events: none;
}

Cheers

Thank you!

You’re welcome, Romanesco :)

Can you help me, we are using Global section > After Page Content > to make a footer. And now we want to hide this footer spesific in certain post for an example in this post https://www.cidb.gov.my/whinstone-us-begins-construction-on-worlds-largest-bitcoin-mine/ (we want remove or hide the section i sign with red box https://prnt.sc/FanHW39mTIqQ )

Hey again shaky512, please open a ticket on the support forum in regards

Halo, please help me to hide / remove header (menu + Secondary menu) and Footer to on specific post, for an example in this post https://www.cidb.gov.my/whinstone-us-begins-construction-on-worlds-largest-bitcoin-mine/

You’re welcome, shaky512

question #1

is it posibble to apply to hide the same thing for all posts under specific categories? seems that impossible for me to hide this for each post as we have too many posts

For example i have a category called “Heights” and it has 49 posts inside it.

Is there a way to make the changes only once and it apply to all posts under this categories?

question #2

Can i also add salient shortcode in all posts under this specific category too? Meaning this shortcode will appear at the top of the posts – but selected post for “Heights” category only. I CANT do this manually for each post as it is too time consuming. Is there a way to do this setting once – and it apply for all posts under this selected category?

Hey again shaky512,

That would require a snippet in your child theme functions.php to use PHP for determining the current category and then outputting the desired CSS snippet—same goes for automatically prepending a shortcode to the top of certain posts that belong to ${X} category.

If you’d like assistance with such a snippet, kindly open a ticket on the support forum in regards

Hi. what is the actual version of the Salient theme ? thank you

Hey grizzlee06, the current release of Salient is 15.0.9: http://themenectar.com/changelogs/salient.html

Kind regards

do you have any code or css to hide / remove secondary menu on specific category archive pages. for exampl in this category only https://www.cidb.gov.my/kategori/berita-antarabangsa/ category id 206

Hey shaky512,

It looks like you’re already hiding the entire header navigation div, which contains the secondary header as a child. If you’d prefer to only hide the secondary header, you’ll need to adjust your CSS rule to be:

.archive.category-206 #header-secondary-outer {
    display: none!important;
}

Kind regards

thanks

Hello, I would like to upgrade the salient theme and the wordpress version, but I have some questions. Currently, the template version is 14.0.7 and wordpress version is 6.0.3. I would like to upgrade to wordpress 6.2 and the latest salient theme version. Which one should I upgrade first in order to not broke the website? Does the latest version of salient theme support wordpress 6.2? Thank you!

Hey cldz1,

Salient v14.0.7 should still be fine with WP 6.2, but if you’d like to take the most caution I would suggest simply upgrading the theme to the current release first.

Kind regards

I have two questions:

1. I know how to remove the header and footer on the page and it worked.

But what I don’t know how to do is how to remove headers and footers on all category archive pages example: https://prnt.sc/dVR8AP6AgHWw

2. I don’t want to display the logo on certain pages, for example on category archive pages

Thank you for the help

Hey shaky512,

1. You would need to use a css snippet such as:

body.category #header-outer,
body.category #header-space {
   display: none;
} 

body.category #footer-outer {
  display: none;
}

2.

body.category #header-outer #logo {
   display: none;
} 

Please use the support forum in the future

Kind regards

Hello team, another question

How can I remove “view cart” button and make the “checkout” button full width on the ajax cart slider? I would also like to change the color of the checkout button and the text of it too

Here’s the screenshot for reference https://ibb.co/jbDNxF5

Any ideas?

Also, here’s an example of what I’d like to do https://ibb.co/0jphY3H

Hey Acquiring,

You can make that adjustment by using the following CSS snippet:


body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .wc-forward:not(.checkout) {
    display: none;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .wc-forward.checkout {
    width: 100%;
    background: #ff2626!important;
}

Please use the support forum in the future for questions like these.

Cheers

Hi there, does this theme work with the plugin: WooCommerce Composite Products ?

Hey KemarMCaribTech,

I haven’t personally tested with that addon, but wouldn’t suspect there would be any issues. If you encounter any problems, feel free to open a ticket on the support forum in regards.

Hi, great theme!! I just want to ask you how can I change the h2 tags to h1 in the home page, by default it’s set up to be a h2

Hey WebmasterUees!

Can you share your URL so that I can see what elements you’re using in order to guide you to the correct settings?

Kind regards

Hi, sure, here it is: https://chicandlist.com/ On the hero slider I need to chage the H2 to H1.

Thanks in advance

Hey WebmasterUees,

You would need to override the “wp-content/plugins/salient-core/includes/vc_templates/recent_posts.php” template file in order to make that modification in the current release of the theme.

You can read about overriding a page builder element template file from your child theme in the documentation here.

Kind regards

Is there a way to add a button to an area on where it says “shirt”? If so how to do it? https://themenectar.com/docs/salient/wp-content/uploads/sites/35/2021/01/Screen-Shot-2021-01-30-at-7.14.14-PM-2048x815.png

Hey juvengle,

The Salient menu options currently do not have a built-in option to add a button inside of a mega menu item. However, this option is indeed being added in the upcoming major release. If you’d like to test it out early, be sure to check back on the change log next week for when the beta becomes available: https://themenectar.com/changelogs/salient.html

Cheers

Can it be added by html? Tried doing it by using a button shortcode but to no avail.

Hey juvengle,

The menu items currently do not have the ability to parse shortcodes. However, I’ve noted that idea on the wishlist.

Kind regards

How can I change the woocommerce ATC button background color?

Thanks!

Hey Acquiring!

Are you trying to alter the main add to cart button color on your single product template or within your product grid? If you could share your URL so that I can see your current settings, I’d be happy to provide a snippet.

Kind regards

Yeah it’s the main add to cart button color on the single product template https://ibb.co/Y85kcXS

Thanks for clarifying Acquiring,

If you would like that button to display in a separate color from your defined theme accent color, you can add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#ajax-content-wrap .container-wrap button[type=submit].single_add_to_cart_button {
  background-color: #666!important;
}

Hi team

1. i would like to check how to turn off the “social app share to” icon floating on page when you with iphone. ( or how to change and add more of anyther socail share? like wechat, etc.. please guide)

2. how to change home page on bottom text: “read article”. i check every single page cant’t find it. from support page on themeforest, but very vague. i am begginer of wordpress. please guide with preper click of step.

theme: blog-magazine

big thanks for assist.

Hey jiangnan1031, I can see that the same questions were asked via the support forum and answered earlier today.

Kind regards

Hey there. Another question: How do I get a specific page to use a different logo? Can I do it by adding some custom CSS?

Hey marcfest,

You could add the following additional rule:

#logo {
  background-size: cover;
}
Kind regards

That did the trick. Thank you.

You’re welcome, marcfest :)

Hello, on mobile the layout of the buttons becomes really cramped in certain languages. See a screenshot from a NL-layout below: https://snipboard.io/Ls1IHM.jpg

What would be the recommended way improve the layout a little bit? Is this build in within Salient or would I use custom code?

Thank you so much.

Hey dzineee,

Can you please share the actual page URL where that’s occurring so that I can see your layout/button settings to suggest a change?

Thanks in advance

Absolute, please have a look on mobile at for example: https://www.goedeshampoo.nl/product/jason-thin-to-thick-shampoo/

The same issue occurs in cart and checkout page.

Hey dzineee,

You can add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab to adjust that line height:

.woocommerce div.product form.cart .button,
.woocommerce a.button {
    line-height: 1.2;
}

Hi, in the “Architect” demo, I wanted to know how can I move the image higher (of the white table with light wood chairs) that scrolls vertically above another background image (behind)?

This block is named “Parallax Images and text” in Salient Template studio.

Basically I would like it not to be in the middle of the image below but starting 4 cm higher…I’m sure it can be done but what needs to be changed?

Thanks

Hey thebugbear,

You can adjust the field labeled “Top” within the inner row settings for that element: https://ibb.co/PF9rCNF To move the image higher, reduce that value e.g. “35%”

Kind regards

Hello. I’m using the “Portfolio” element in a specific page to list portfolio items. I would like to be able to list 5 in a row, but I’m not being able to do this. I’m using the “Fullwidth” layout of the element, but it always creates a 4 column layout (4 items + 1 in a second row). Is it possible to put 5 in a single row? Thank you.

Thanks, jaclerigo :)

That change would require the following CSS snippet: https://pastebin.com/ucrUW5jM

Thank you so very much! As always, a perfect 5 stars score for support!

Glad I could help, jaclerigo :)

Is it possible to disable transparent navigation on mobile for a specific page?

Hey MarcGarner, you could add this to your page CSS box for that change:

@media only screen and (max-width: 1000px) {
  body #header-outer[data-transparent-header=true].transparent {
     background-color: #212121!important;
  }
  body #header-space {
    display: block!important;
  }
}

Where can we see the roadmap for Salient v15.5? I’m excited to see what the next version has to offer.

Hey likeacat, we do not keep the roadmap public for competition purposes. However, once the beta is available (should be within the next week), you can opt in and see a full change log.

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