Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,765 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hi, I bought Salient with samusesca account. I need to add a credits link in the same bottom stripe of the copyright. How to?

thanks a lot in advance!

I need a send mail link…

did it…thanks!

You’re welcome :)

Hi Guys,

Just checking in to see if you have updated the theme so that the video on the homepage can play across all platforms yet? For example IPad and Iphone? Let me know Cheers Jen

Hey Jen, video BG’s still get swapped for images on mobile devices due to the reasons listed in the Nectar Slider video tutorial

I have an issue with the product listing page and I’ve submitted a ticket on your support forum, can you assist please? The ticket is titled: WooCommece Product List Spacing Issues

Update: If anyone has this issue, it’s the W3 Total Cache Minify feature. You need to disable it.

Hey sliilvia,

you can still use that option but you need to ensure that the stylesheets/scripts are loaded in the same order as they would be by default when they get minified

Cheers!

Thanks for the new update. Unfortunately there is still no masonry style ajax blog feature and the default pagination style for the portfolio is still loading new pages instead of using ajax pagination, which would make much more sense and would keep the website much more quite than it does with those new page loads. Also I am missing a square format for the portfolio view very badly. any chance to put all this on your wishlist? I do not want to see Salient loose its glamour.

Hey markimark,

1. There is ajax pagination for the masonry blog – are you referring to ajax filters?

2. Do you have the ajax pagination enabled? If so please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/ticket

3. You can use the regular size in the masonry portfolio to layout to have all square cropped images

1. to ajax filter

2. for portfolio there is only infinite and default, I have chosen default and if I have more than 1 page, it is loading the next page without ajax.

3. I will check that out. right now I have NOT chosen masonry style for portfolio.

Just one question. Is it possible to bottom align the nav menu with the logo? It seems that there is some script that vertically centers the nav menu automatically.

Thanks in advance

Hey – if you can share your URL i could provide the needed css specific to your current settings :)

I managed to do it myself with the following code:

header#top nav > ul > li > a, header#top nav ul #search-btn { padding-bottom: 4px !important; padding-top: 52px !important; }

Thanks!

Hey – glad you got it :)

Is there a way to get a row to show only on mobile devices? I have some code to disable a couple areas for mobile users(1000px & below), so I would need the extra class name code & the css to accommodate both instances(mobile-hidden & desktop-hidden).

Thanks so much,

Hey,

the css code to add in your custom css box would be

@media only screen and (min-width: 1000px) {
.mobile-hidden {
 display: none;
}
}

@media only screen and (max-width: 1000px) {
.desktop-hidden {
  display: none;
}
}

CHeers

Is the min & max correct in the code above?

Whoops, they should be reversed:

@media only screen and (max-width: 1000px) {
.mobile-hidden {
 display: none;
}
}

@media only screen and (min-width: 1000px) {
.desktop-hidden {
  display: none;
}
}

Hey guys I updated the theme, and my blog posts are not displaying the post. I’m using another plugin and I think the plugin wpDataTables is no longer working properly due to the update. Anyways this is not your problem I just wanted to know if I had to could I move back a version of Salient?

Hey guys I resolved my issue, no need to answer this question.

Hey, if you need an earlier version of the theme shoot me an email at themenectar@gmail.com – however in the latest release the blog files were not updated

Not sure if if i’m sure what happened to my portfolio after updating. When using full width portfolio+masonry, everything got stacked in a row (like on mobile). When masonry is disabled and full width left on, it puts only two images in width compared to one. Any idéa what is going on?

Thanks

Here’s what I’m seeing on my end http://imgur.com/OYtaypb – are you saying that you’re seeing the mobile layout display on your desktop still?

Looks good on your end. Yes, I’m seeing the mobile layout for some reason.

Have you tried clearing your cache or trying on a different computer to verify? If so please let me know what browser you’re using

Cheers

Wondering about the SoakSoak RevSilder vulnerability. Anything we have to worry about?

Hey – Revslider is not included with the theme so you don’t have anything to worry about

Hi,

Ive imported the new version with an aim to view the Ecommerce model. Ive imported all the dummy data but it still doesnt look anything like the Ecommerce demo, do i need to import all the settings in “demo-theme-options”?

thanks

Hey RepublicOfMusic,

Yes you’ll also need the demo theme options iin order to et the same settings and achieve the same look

Cheers

Hello. I say this with every new version. A brief youtube video with the updates and new features would be really helpful. Digging through all the menus, comparing it to the change log to figure it out is time consuming. Thanks.

Hey palsy1149,

Thanks for the request – most of the changes occurred with the WooCommerce tab, but I still might make a tutorial/overview video :)

Cheers

Thanks! Your videos are helpful, I’d just like to see more.

You’re welcome and I understand :)

Hi, is there a shortcode that I can use to call up (display) the project attributes when I’m editing my Portfolio Item?

Hey,

Unfortunately not yet – but you could use the fancy unordered list element to achieve a similar look

Cheers

Hi Nectar,

hard work! I’d like to update, because my site is under construction, but I just want to know the following aspects:

1.) I have added different Google Map JSON attributes. Have you modified map.js? If not, I could save the file and owerwrite after updating to 5.0 …

2.) Have you modified the single-portolio.php? Same thing as discribed in point 1.)

3.) Is the new version of Visual Composer included now?

4.) I have saved all files of salient folder via ftp. If something unexpected will happen, is it save to owerwrite the folder (after update to 5.0) with my saved version 4.9?

5.) Will the german translation files (de_DE.po / de_DE.mo) stay after updating to 5.0?

Hey,

just want to say perfect!

- Update works

- Search Plugin works

But two things I’ve watched:

1.) Android (Version 4.2 ? / Samsung Galaxy S3) some problems occur: If I switch landscape to tall (or vice versa) often the screen does not change (responsivity) so that you have to update the page.

2.) I have placed an Image Gallery into a tabbed (3 tabs) section (Gallery option: 3 Columns) and on mobile devices (iPad, Smartphones IOS and Android) – but on Desktop Computers sometimes too – the 6 pics seem to overlap (one fuzzy pic) instead of showing 3 columns. Same here: I have to update the site and then it’s allright.

Site: http://homepage.bls-bayern.de/immobilien/eigentumswohnungen-in-muenchen-solln/

How to fix those problems (Update does not)?

Hey,

1. Does this also occur for you on the theme demo?

2. Try opening the init.js file located in your js folder and searching for

$('body').on('click','.tabbed > ul li a',function(){

inside of that add this:

$(window).trigger('resize');
right before the
return false;

Hi Nectar,

1.) Sometimes yes – the reaction is sometimes slow and sometimes need a refresh (Samsung Galaxy S3) but not always!

2.) Works fine now on iPad, but still the same error on Samsung Galaxy S3. If I switch from landscape to tall and vice versa the error is gone.

Just one important question about Retina pics. How does the theme manage the fullwidth slider? If I am uploading f.e.a slider-pic with 4000 px width, what is the resolution of the pic in nectar-slider? WP-Retina 2X should serve two pics: 1 x “normal” (2000 px width f.e.) and 1 x “Retina” (4000 px width) but I am not able to see a defined resolution for the slider pics.

Thanks!

Hi,

How to add extra CSS for button? I want to make it 100% width? (not for all button)

thank you.

Hey,

You can wrap that specific button a div with a class in the text tab or just give the column a class to target it specifically :)

Cheers

¡¡Hello!! Simple question (hopefully) can anyone explain me how to update the theme via FTP? is there another simple way? Thank you.

Hey – You can also update the theme through the admin panel by deleting the current version and uploading the new after it’s gone in the appearance> themes tab

Happy Holidays, ThemeNectar!

Here’s a B I G THANK YOU from us. Thanks very much for your latest theme update, which we just installed. I’m posting here because I want to tell everyone how great your theme is and that this latest update was completely issue-free when testing on desktop, tablet and mobile sizes – that’s AMAZING. Too bad there’s not a smiley for awesome 8-) :sunglasses: :sunglasses2:

Hey clearpix, that’s great to hear! :)

hey guys I was wondering if you point me in the right direction to remove the date, author and comments from my blog. So basically when you see a blog page it always have who wrote it and the date it was created. I would like to remove this. Thank you, awesome customer service BTW.

Hey,

Add this into the custom css box in the Salient options panel

.meta-author, .meta-category, .meta-comment-count {
  display: none!important;
}

Cheers

Thank you my friend huge help. Awesome customer service!

You’re welcome :)

Is there anyway possible to be able to place adverts with image links with urls in masonry mode instead of adsense. Would be using oio publisher http://www.oiopublisher.com/ to do this kind of job.

Examples would be helpful.

Thank you.

Hey,

Please see my response to your first comment in regards

Cheers

Is there anyway possible to be able to place adverts with image links with urls in masonry mode instead of adsense. Would be using oio publisher http://www.oiopublisher.com/ to do this kind of job.

Examples would be helpful.

Thank you.

Hey ahsanuk,

You should still be able to place that code in a post but it would still need be within a regular post in the masonry display instead of displaying as just an ad by itself

Cheers

Hello ThemeNectar,

We are struggling to get our homepage slider video working in IE9. We are running Salient v4.5.22. We have the site hosted privately but could open up a socket for you to view it. Please let me know how to proceed.

Thanks, CRS

Hey CRS,

Could you kindly provide me a way to view the site so I can assist?

Cheers

Sure thing. I will need your IP address so I can open up a spot for you.

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