Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,829 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38356 comments found.

Hello Team,

For the client, I am using Post Grid Settings > Post Type “Custom” > Query Post Type “Page” > Narrow data source is not allowing to sort and select specific pages.

Would you mind helping me supply a specific page to this as the client has more than 100 pages, and I would like to deliver only 10-20 selected pages?

Thanks, Prince

Hey princebhalani143,

The post grid can only filter based on a taxonomy, and the page post type does not offer any taxonomies by default (e.g. tags, categories, etc.)

You’ll need to add some taxonomies to the page post type by adding the following snippet in your child theme functions.php:

function add_taxonomies_to_pages() {
 register_taxonomy_for_object_type( 'post_tag', 'page' );
 register_taxonomy_for_object_type( 'category', 'page' );
 }
add_action( 'init', 'add_taxonomies_to_pages' );

After that’s in, you can assign categories or tags to your pages in order to query for specific items.

Kind regards,

Great, Thanks for the solution.

You’re welcome, princebhalani143 :)

How to Change Mobile Menu background color ? Its orange now and all my Salient accent color are changed but its still orange

Hey hotpop,

You can set the background color for the off canvas navigation in the Salient options > Header navigation > Logo & General Styling at the bottom.

Kind regards,

Helloo there. im using Salient 8.0.2 for few years now and start getting issue now. hosting company upgraded to PHP 7.4 and Salient 8.0.2 is not Compatible wit this version. can you please let me know what should i do now?

Hey Edphoto,

You’ll need to upgrade Salient in order to add PHP 7.4 compatibility http://themenectar.com/docs/salient/updating-salient/

Since you’re using an older version, it would also be worth reading through the following article: http://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/

Kind regards,

Everything works very well! Except..

Client recently uploaded pictures in header that make the menu difficult to read. I tried to make the image darker by making an overlay, but it does not work. Thy?

.page-header-bg-image-wrap { background: rgba(0, 0, 0, 0.5)!important; }

Maybe there is also an option for the post featured image to have that on the blog detail within the template settings. Whatever.. templatesettings or css all would be fine and appreciated.

Hey ravi000!

Can you share your URL in regards so that I can take a look at your current settings to assist?

On single post pages it seems that the header has more padding at the bottom than on a standard page. (like a static home page, for example) Is there some css that could fix this?

Hey taylormayd,

Are you referring to the post header itself or the padding between the post header and the page content? In either case, it could be adjusted with CSS – if you could share your URL that would make it easier so I could see your settings.

Cheers

Do you have a css snip to make the blog header image NOT be full width?

Using “Variable height minimal” blog header type.

Hey taylormayd,

You can add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab to alter that:

.single #page-header-bg {
    margin: 0 auto;
    max-width: 1000px;
}

Kind regards,

Great theme. Been using for 5 years. One thing, the quick view is not working on mobile. it is really important for mobile conversions.

Can you please provide all correct css too? it’ll benefit a lot of people. so far it works but image is not available and the content are overflowing.

Hey AngelaLamHF,

Unfortunately, a complete CSS solution is more involved than I can readily provide here. I’ve noted your +1 for the idea on the wishlist to create a theme option based on enabling the quick view on mobile

Thank you! will wait despartely for that

Hi dear ThemeNectar There is a problem with RTL in Salient 13.0.5. when our site language is English everything is ok but when we change the site language to Farsi (RTL) some parts of the site will be corrupted.

please take a look at this images: I took two screenshot of a page in both English and Farsi site language to see the changes that occur
https://s4.uupload.ir/files/1-en_1gi6.jpg
https://s4.uupload.ir/files/1-fa_0yip.jpg
https://s4.uupload.ir/files/2-en_1imc.jpg
https://s4.uupload.ir/files/2-fa_r1r3.jpg

How can I fix this issue? Thank you

Dear ThemeNectar I sent you a message from your author page but I have not received an answer so far Anyway When do you think the next version will be released? Thank you

Hey Jabbarpour,

Sorry for the weekend delay – we’ll send you a copy shortly :)

Thank you so much

Hello!

Is your theme completely compatible with the plugin Bookly?

Thank you.

Hey kvanr!

I haven’t personally tested with that plugin. However, if you run into any issues just let me know :)

Kind regards,

​Hi there,

WP Bakery facing issues on mobile devices. Columns are not getting changed on mobile devices (nonresponsive)! I use to build wp bakery.

In wp Bakery if I set row type to “full with content” it starts working!

Hey JennieatPEAH,

Since there’s no known issue like that, can you please share the site URL where the issue can be observed?

Kind regards,

Hello, I use “Quickview” for the product view and only want to use woocommerce in catalog mode. I don’t need the Woocommerce single product page because “Quickview” is completely sufficient for me. Can the single product pages be switched off? ... so that there is no link from the product image to the individual product page, but only to the “Quickview”.

In the “Quickview” view, the “Add to cart” and “More Information” buttons should also be removed, is that possible?

Thanks for the help and a quick response! Kind regards Nenad

Hey Nenad,

Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:

body .nectar-quick-view-box .single_add_to_cart_button_wrap,
.products li.product.minimal .product-add-to-cart .add_to_cart_button {
 display: none!important;
}

ul.products li.minimal.product .product-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    display: block;
    pointer-events: all;
    z-index: 10000;
}

.woocommerce ul.products li.product a:not(.nectar_quick_view) {
 pointer-events: none!important;
}

(You’ll need to be using the minimal product style for this snippet to work)

Kind regards,

Great, works great! Thank you so much!

You’re welcome, nenadp :)

Hello Salients,

such kind of feature would be a great enrichment for salient theme:

https://essentials.pixfort.com/shape-builder

Maybe it´s possible to implement in future.

Regards, BD.

Hey BD,

Thanks for the feature request :)

Cheers

Hello, I would like to know how to change the background video of my page, in the documentation I cannot find this information, could I link it from YouTube?

Hey demonawake,

The background video will be contained within the background tab when editing a row: https://ibb.co/BL0wWT6

Here are the relevant docs: http://themenectar.com/docs/salient/page-builder-row/#video-background

Kind regards,

Curious to know if fancy text can be incorporated? https://essential-addons.com/elementor/fancy-text/

Hey Coastdesign, v13 of Salient added a new element called “Rotating words title”, which can accomplish similar functionality. You can see an example of it on the new demo in the landing header: http://themenectar.com/demo/salient-ecommerce-robust

Great! Thanks for the speedy reply.

You’re welcome Coastdesign :)

I would like to have a background image. It only shows on the first row of the demo content. Is there a setting to have that?

body, .container-wrap, .material .ocm-effect-wrap, .project-title, .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width=”true”] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, .single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4, body .nectar-quick-view-box div.product .product div.summary, .nectar-global-section.before-footer, .nectar-global-section.after-nav, body.box-rolling, body[data-footer-reveal=”1”].ascend.box-rolling, body[data-footer-reveal=”1”].box-rolling{ background-image: url(’/_background.png’)!important; background-repeat: repeat; background-position: center; }

The goal is to have a whole page background image excluding only the header.

Putting it on rows would not make it seamless.

You once posted this, but it is 5 years ago and does not work: #page-header-bg[data-bg-pos=”top”] .page-header-bg-image{ background-image: url(’/_background.png’)!important; background-repeat: repeat; background-position: center; }

Hey ravi000,

You’d need to set the image on the container-wrap div, if the goal is to span the BG image behind all of the page content.

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

Please share your page URL in regards if that’s not working for you.

Thanks in advance,

Hi guys, I have a question. I would like to show the bio image in the mobile version for the team member component as it happens in the desktop version. At the moment when you click on the team member only the textual bio opens. I would like the image to appear along with the bio.

Hey plasmedia,

Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:

@media only screen and (max-width: 690px) {
.nectar_team_member_overlay .team_member_picture {
    display: block;
    position: relative;
    width: 100%;
    height: 30%;
}
.nectar_team_member_overlay .team_member_details {
   max-height: 69vh;
}
.nectar_team_member_overlay .inner-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
}

Cheers

There is a bug in the mobile menu: I cannot see a mobile menu when: - the menu position top is left empty

I have to at least put there an empty menu. If I leave it unassigned I do not see a mobile menu with both sticky on setting or sticky off.

I am using the menu template where there is a left menu logo right menu.

Hey ravi000,

By default the mobile menu will only show if a menu is assigned, or if you’ve explicitly enabled the “Off Canvas Menu” in the theme options > header navigation > off canvas menu tab.

Are you trying to have no menu displayed on desktop but add a widget-based menu on mobile?

Hi, I have put the read more tag in text on this page but it doesn’t show up https://vibe365.ca/frank

Hey djb19, the read more tag is meant to be used within blog posts as a way to manually specify where the excerpt should end. It’s not intended to be used on regular pages. If you wish to use it on pages, you’ll need to use a hack or a plugin to add similar functionality – you can read more about it at the bottom of this article.

Kind regards,

Hi, is it possible to change the page header title (page-header-wrap > h1) to a h2? Like to structure my content and want my h1 above some txt. So using the page header title I have 2 x H1 and not good for SEO. Hopefully you can provide me with some php?

Never mind.. starting with a h2 is also not a solution. So will solve it in an other way. Sorry to bother you but cant remove the question.

Hi, is Salient compatible with PHP 8.0?

Hey Foodstijl!

Not yet – the upcoming minor release will be adding compatibility. If you’d like to get early access, please reach out via the contact form on my author page in regards.

Thanks in advance

oh no problem, I’ll update to php 8 when Salient is ready. thanks for letting me know

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