Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,241 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

Maybe this has been answered somewhere.. but will there be continued development on this theme? Last update was back in october?

Hey norsted! The update coming will be the largest Salient has ever seen – it’s been in the works all this time.. :) The release date is aimed for about one week from now

Cheers

Hi there,

We’ve got a video background running on our home page. Would it be possible to randomise where that video starts? So for example when people visit the website the video would start in a different place each time.

Many thanks.

Hey Vertical_Productions,

Unfortunately this wouldn’t be possible without custom development at this time

Cheers

Hey there! awesome work! Quick question, I read that two portfolios on one page doesn’t worked while trying to make them sortable on the version 4.05; on the latest version, it still not possible ? Thank you

Hey eddpy! You can use multiple sortable portfolios on the same page in the current release

Cheers

Hi I am having an issue with the Logo. I uploaded a new logo and it changed until my computer is on full screen. I looked and realized there is an option for logos with a large screen so I changed both. My issue is it only seems to work when my screen is minimized. When I open to full screen I see the SALIENT logo still. Thanks so much

Hey slpllc,

Please share your URL in regards so I can take a look at your settings

Cheers

Hello! When is the next update scheduled and what it will contain in general lines?

Also… Is it possible to have a wordpress multi sites install with subdomains and use one of your template’s version as landing and other template version for different section? EG: mydomain.com > APP version sub1.mydomain.com > SERVICE version sub2.mydomain.com > PRODUCT version

Also, can I integrate other templates from envato into the same wordpress install and use different templates for different sections my website? Will I have the same user data base?

Thank you!

Hey avrcata,

1. In about one week – it will contain many new demos, layouts & options :)

2. Yes – that should be fine

3. Can you provide an example of what other template you’re trying to integrate?

Cheers

Thank you! I will wait until next week to buy.

Sounds good :)

Hi, i purchased the theme in august last year, very happy about it but unfortunately my “support” expired. I always wanted to ask this only question: Very simple: Can anybody help me with a CSS code to center a block in iPad resolution? I dont know how to tweak the responsiveness. Here is my about page: www.aplaceforwords.ink/about and when on (iPad resolution: 996×780 or smaller ), the image block is not centred while the text block is, It looks a bit weird…. Can anybody help? Can somebody give me a magical CSS code I can put in the custom CSS code of my “about” page?

Hey hugobertrand!

I’m currently seeing the image centered at the moment -http://imgur.com/a/vavry have you already sorted this?

Cheers

Hello! Indeed, I just fixed it yesterday! Thanks!!!

Glad to hear :)

Hello Support,

Hope this theme is compatible with Latest Wordpress Version and with Latest plugin like for WooCommerce and Visual Composer? Please confirm so that I can buy this one now..

Thanks, Tarun

Hey Tarun,

Yes it’s compatible with WP 4.7 and the current WooCommerce. The Salient VC is 4.12.1 at the moment, but the upcoming update is proving the current one as well

Cheers

Hello! Could you please recommend an Instagram widget that wouldn’t conflict with the theme? I spent about 8 hours trying all the widget I could find and all of them conflicted with Salient this way or another. I know it’s a question about an external product you don’t have to answer, but may be you’d have a recommendation for me? I need just a simple widget to display the last 6 or 9 Instagram pictures from a certain account. Very standard thing. Thanks!

Hey!

1. The image gallery element set to image grid style http://themenectar.com/docs/salient/galleries/#imagegrid

2. The actual blog element – however more styles are coming to the recent posts element to make that section easier to create in the update due out in a few days

Cheers

Awesome! Thank you so much! Very helpful. And probably my last question :) Is it possible to style the tag pages? For example to make the articles appear in 2 columns and not just in a simple blog style (one after another). Thanks!

Hey! The archive pages of the blog respond to your settings in the Salient options panel > blog tab – whatever layout you choose there will be used.

Can you add a Modal Box Element in the Visual Composer?

Hey Nehalem2009, thanks for the request – i’ve noted it on the list :)

Hi Themenectar,

i hope you have a good day ;)

looks like the equal height of my rows are not showing properly on my mobile, any clue ?

http://www.villadesarts.xyz/portfolio/mules-and-juleps/

stef

Hey stef :)

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

@media only screen and (max-width: 1000px) {
body .vc_row.vc_row-flex > .span_12 > .vc_column_container, body .vc_row.vc_row-flex > .span_12 {
    display: flex!important;
}
}

Cheers

many thanks theme nectar, it’snot exactly neat but way better, doesn’t seems to work for all boxed items this

http://www.villadesarts.xyz/portfolio/mules-and-juleps/

You’re welcome! I’ve noted to test with this case to make it work with the upcoming update

Cheers

I still haven’t heard about the issue with Safari on Desktop and Mobile not showing the Home Slider. Can you please tell me if there is a solution. https://www.smallbizengine.com/

Hey daydreemer,

please see my response to your previous comment in regards

Cheers

Visual composer no longer functions on my site. My support has expired but I feel that this is a problem with theme functionality. Please let me know if this is possible to fix this without purchasing additional support.

? OK. It has been 2 days and I’m truly concerned. Please respond, I need to be able to use the site please and the page builder does not work.

Hey wielandsmith,

What version of the Theme & Visual Composer are you using? Only the current ones (7.6 for Salient and 4.12.1 for VC) would work with a current WP install.

If you are using current versions, please verify that no third party plugins you may have installed are causing the issue

Cheers

Howzit Guys

Hoping you can help.

I am currently using the VC image gallery element and was wondering if possible to show an additional (View Details) button when hovering over each image, this would then go to a custom page i have already created.

Currently it only shows (view larger) button which light boxes.

Thanks in advance.

Hey MnstrMed,

You can supply custom links for the images in your gallery using the image URL field when adding/editing images within the gallery http://themenectar.com/docs/salient/wp-content/uploads/2016/10/masonrysizing.jpg

Cheers

Hello :) Two items were seeking some help on NWSledder.com for.

1) How do you reduce side page padding in mobile view so the content fills more of the page? Seems to have a large padding by default.

2) How do we get our Woocommerce Sidebars (Product Categories, Filter by Price, etc.) to show on the mobile view?

Thank you! Whens the next update? It’s been some time cant wait to see the changes! Cheers.

Hey okaymatt!

1. Add this into the custom css box in the Salient options panel:

@media only screen and (max-width: 690px) {
.container, div.slider-nav, #post-area.standard-minimal.full-width-content article.post .inner-wrap {
    max-width: 340px!important;
}
}

2. Could you share your URL in regards so I can see your settings?

3. My best guess at this point is about one week – but don’t worry, i’ve been hard at work! It’s going to be the biggest update Salient has ever received ;)

Cheers

I see Masonry sizing options for portfolio items in the configuration, but this doesnt appear to be available for blog posts. I’d like to set up my site with the same layout as your demo; blog-masonry-fullwidth; where we see a row with one large image then 4 small, and the next line has 4 small followed by one large http://themenectar.com/demo/salient-blog/blog-masonry-fullwidth/ . All i can get to work is 5 equal sized blocks per row. There must be a way to configure this as it’s on your demo site; I’m just struggling (for hours) with this. Can anyone help?

Hey saproach,

There’s an option called “Masonry Item Sizing” inside of every edit post page. See the “Post Configuration” metabox in regards. This will only be available if you have your Blog Type option set to one of the Masonry choice within the Salient Options Panel > Blog > Styling tab.

Cheers

The only thing that seems to be missing from this theme is the option to have a 2 panel portfolio instead of 3/4, unless I’m the one missing something.

It seems that the developer said 3-4 years ago that this would be included soon. Can you please help me? Desperately need to accomplish this layout.

Thanks in advance.

Hey CaptureMRG, the upcoming update will allow this by certain masonry configurations

Cheers

Hi, I am having trouble with the Image with Hot Spots. I thought once I updated to the newest version, the issue would stop but it has not. It seems that any time I use the feature, I’ll create all my points, save, publish, but then no points appear. I then have to go back into the image, re-add the spots and descriptions, save again and it works. Though even then, some times I am having to do this multiple times.

Is there a solution in the works for this, or something I can do on my end?

Thank you!

Hey dvflora!

Could you please open a ticket in regards with your admin credentials so I can take a look at your setup to see what’s causing that? https://themenectar.ticksy.com

Cheers

How can I avoid the off-canvas menu duplication on mobile? Please check: http://mindthemix.com

Hey Mindthemix, are you also meaning to have an off canvas menu with duplicate items to your main nav on desktop as well?

That’s correct. I initially created one menu with 3 items and assigned it to the main navigation and off-canvas menu as well but got the same duplicated menues.

Hey,

Could you please reach out via the contact form on my author page with your admin credentials so I can take a closer look at your settings? https://themeforest.net/user/themenectar

Cheers

In the preview version of this template your talking about free cloud storage… where can i find this?

Hey ponchovogel,

What demo are you referring to? Are you referring to the icon section in here? http://themenectar.com/demo/salient-app/#features

yes I do..

You can import that demo via the Salient options panel > demo importer tab

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