Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,199 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

hey team nectar, could you get me a way how to setup this portfolio grid? http://themenectar.com/demo/salient-agency/full-width-masonry/ seem there are some costume content in it which is not clickable. I couldn’t found any instructions how to set up this grid. There is even no demo available for it at the demo uploader.

Hey Layoutmachen,

The “Agency” demo which contains that portfolio is available to import from the demo importer: https://ibb.co/SX4YXqy

The items which are using custom content, have the option enabled in the project for “Custom Content Grid Item” in the project configuration metabox. Once you enable that option, a new small editor will appear and the content added to that will be used in your project item within the portfolio grid instead of the default project title.

Cheers

Thanks alto. Ya I found this option before. but it seem not effect/working on “Recent Post Elements” right?

Hey Layoutmachen,

The custom content grid item is a specific display type only available for the portfolio post type. The recent posts element is specific to the blog.

If I purchase this theme, can I get demo landing page layout ?

Hey mountain92, the landing page is not included as a full single demo to import. However, each of the sections within that page have been added to the Salient Studio template library and therefore can be added to a page individually: http://themenectar.com/docs/salient/salient-studio/

Cheers

Hi Salient…

Is there a quick and easy way of fixing a row nested within a row so that on scroll, the content follows until it hits the end of the outer row?

Many thanks, Danny

Much like the fixed sidebar…

Hey adayin,

There’s no built-in option yet to do that – I’ve noted your +1 for the idea on the wishlist :)

Hey! I have two problems.

1) I have tried to attach the mobile menu at the bottom of the screen. But the search bar ends above. Tips on how I can do it?

2) If it is not possible to attach the mobile menu at the bottom then I would like it fixed at the top. I can do it in Salient admin. But I don’t get the shadow to appear on mobile? How do I turn it on on mobile too?

Thanks!

Hey AlexanderMJ, It would be easier to alter the mobile header to use a box shadow than to change the positioning of the search. You can do this by adding the following into the custom css box located in the Salient options panel > general settings > css/script related tab:


body.material #header-outer:not(.transparent) {
 box-shadow: 0 3px 45px rgba(0,0,0,0.15)!important;
}

is it possible to add code to the end of articles in the template?

Hey Nicko_217,

If you’re referring to the blog archive template, the file to modify would be salient/index.php if you’re instead referring to the single post template, it would be salient/single.php. Both these can be copied into your child theme.

Cheers

Hello,

I have some serious problems. Today my Salient panel didn’t work. Every button I choose didn’t work. There’s no response and the panel is blank. https://prnt.sc/szm166

Hey tinaaa071, I responded to your ticket earlier today on the support forum.

Cheers

BUG: Custom Heading element – In the process of moving site from localhost to live server, doing an SQL query was unable to find/update the URL used. Here’s the query I used (bottom of article): https://blogvault.net/moving-wordpress-from-localhost-to-server/

Hey mrittman,

The Custom heading element is a core element of the WPBakery page builder and not something Salient adds or extends upon. For the URL selection feature within that element – they’re encoding the selected URL (which you can see when switching into the classic editor view and checking the link param).

Hi,

How can I remove/edit social media sharing icons on Woocommerce Product Page? I mean, I would like to see where in Wordpress Dashboard I can edit/remove these social media sharing icons on Woocomerce Product Page

Hey RWAPED, The settings for that are contained in the WordPress customizer > Salient social tab: http://themenectar.com/docs/salient/salient-social-plugin/

how can I enable infinite scroll on search result?

Hey syalih,

Unfortunately there’s no option to enable infinite scrolling in the search results. Adding that in would require modding to the salient/search.php file

Hello,

Is the Salient theme already has SEO? Is there anything I need to set? And if I want to improve my website SEO, will it show me where to adjust?

Thanks!

Hey tinaaa071 :)

Salient already optimizes various aspects for SEO, but you still should be using a plugin such as Yoast SEO to set your meta tags: https://wordpress.org/plugins/wordpress-seo/

Cheers

HI! :)

I`m building a test e commerce store, but I found out that there is a problem with product columns on mobile phones.

Look – if you are not using a default WooCommerce shop product page, but a simple page, edited by WpBakery, where you add products by “WooCommerce Products” element from page builder, these products displays in two columns on phone, even if you mark “1 column” on “Archive Page Columns (Phone)” (Salient Options > WooCommerce).

And the thing is – if I mark this “1 column”, these two columns are sticked together without any padding. If I don`t set any column, then these two columns look normal (with space between them). So – there is something wrong in your side of code.

An example for phone – https://lasertagstar.com/saldejumi/

Thanks! Valts

Hey Valts :)

To have the archive settings affect the page builder element, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.woocommerce ul.products[data-n-phone-columns="1"] li.product {
  width: 100%!important;
   margin: 0 0% 20px 0%!important;
}

You are the God!

Thanks! :)

Glad I could help epitets :)

Hello, is it possible to make a list of custom posts with the appearance of the standard blog using Salient? I wanted to have the same visual result in this list but I wanted to avoid using conventional posts for the content in question.

Thanks in advance

Hey nacaodesign,

As of now there’s no option to query for a custom post type in the blog element. However, the next update will be adding that option into the post grid element.

If you’d like an early release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Thanks for the answer, I’m glad to know that this feature will be available in the post grid element. I will wait for the release of the next update.

Hi. question here
After last update, all images in blog posts only, that were aligned in center, now are aligned to the left. I checked in “The single image setting”
You may see some post in here. Thank you.
https://atlantchiropractic.com/news/

Hey atlantchiropractic, It looks like the previous version’s stylesheet could be cached in your setup. Please try to clear/regenerate the css through your caching plugin. If that doesn’t correct the issue, try to add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.img-with-aniamtion-wrap.center {
    text-align: center;
}

Cheers

Clearing/regenerating the css didn’t work, but adding your custom css did. Thank you very much!!! :grin:

Glad I could help atlantchiropractic :)

Is it possible to use the nectar slider as a full row background? (I want 3 images to autorotate but have the same content over each image).

Hey joseba,

Achieving this would require a CSS mod. Place the desired static background image you would like in your row BG and then add this into the custom css box located in the Salient options panel > general settings > css/script related tab to turn the Nectar Slider transparent:


.swiper-slide .image-bg {
 display: none!important;
}

.nectar-slider-wrap .swiper-slide,
.nectar-slider-wrap .swiper-container {
  background-color: transparent!important;
}

Hello, If I use a video background for YouTube, is there a way to hide the video title that shows in the top left?

Also how can I make the video loop?

Hey BandaSonora,

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


.vc_video-bg {
    transform: scale(1.2);
}

2. The video should already be looping, can you share your URL in regards so that I can take a look? Also, if you’re interested in having the video be able to play on mobile devices as well, I would recommend switching to the self-hosted .mp4/webm option. (Youtube embeds are not capable of automatic playback on mobile)

Cheers

Hi,

is it possible to insert a button link inside a interactive map marker info? I need to trigger a popup that contain a form. Each marker use a different popup form.

Thanks! :)

Hey lumierestudios,

Unfortunately there’s no HTML support for the map markers as of now due to the way WordPress stores shortcode attributes. I’ve noted your +1 for the idea of some workaround the wishlist

Hello guys, Is there a way to use a gif as the image for Team members? Currently it automatically uses a 500×500 cropped version and the gif stops working.

Hey UCOMEDIA,

You would need to modify the Team member element to not use a size that crops the image. Here’s a guide on how to do so via a child theme: http://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/

The specific line that would need altering is:

$image_src = wp_get_attachment_image_src($image_url, 'regular');

and it would become:

$image_src = wp_get_attachment_image_src($image_url, 'full');

Cheers

Hello, there is any chance to show related post by category? I want to show all posts that have the same main category

Hey BoringOwl,

There is an option to display related posts underneath the main post on the single post template. You can turn that on in the Salient options panel > blog > functionality tab via the “Related Posts On Single Post Page” option.

Yes, I know the option to include related posts. But my question is whether related posts can only narrow down the main post category?

Hey BoringOwl,

Altering the query for the related posts would require copying the function “nectar_related_post_display” into your child theme and modifying. You can find the function in salient/nectar/helpers/blog.php

​Hello good afternoon, I have bought your theme and I am using the Creative eCommerce demo for my store but it turns out that the “my account” button is leading to the demo where I can change that redirect.

Thank you

Afternoon, Creanovo :)

That URL is defined in the Salient options panel > header navigation > layout related tab.

Cheers

Since last wordpress security update i get object from empty value class.redux_filesystem.php on line 29 etc, just wondering if it is something on my side that could be done, i hid the warnings for now with ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_DISPLAY’, false); but wondering if this is going to fixed with new update

Hey srale, That error is related to PHP 7.4 and should only occur is older versions of Salient – can you ensure that you’re using v12.x?

Hi, i’am indeed still on 11.x, thank you for the reply. :)

You’re welcome srale :)

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