Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,683 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38351 comments found.

hi there again! dunno if i should open a ticket for this question:

Is there any easy way to replicate the social media icons that sit on the bottom of the page to also sit on the header (top right)?

thx!

Hey anagcan!

The only place that the social media icons can be activated through the theme options in the header is the secondary navigation. You can configure this in your header options tab within the theme options and can see examples of this here: http://themenectar.com/demo/salient/headers/

Cheers!

Is there a way to insert a gallery on a random page of your theme, that has the carousel functionality of the galleries on the portfolio page?

Basically carousel arrows on the image.

Hey Jon!

The nectar slider can be placed anywhere and is the correct way to call a slideshow of images in any given location. It doesn’t have to be full width either, the slider is pretty flexible with its configuration options :)

Hello,

How can upgrade from version 1.8 to 2.05 within Wordpress? Is there a link that I can use?

Thank you,

Ana

Hey Ana,

You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were :)

Hello,

I attempted uploading the new copy via the WP dashboard, but I kept receiving the message, “The package could not be installed. The theme is missing the style.css stylesheet.”

Thanks.

http://support.envato.com/index.php?/Knowledgebase/Article/View/269

Scroll down to “Common ‘Broken Theme’ and ‘Stylesheet Missing’ WordPress Issues”

Cheers

Hello Nectar,

I know you are just one individual, but if you can please look at my Support Ticket #103660. It’s been a couple days since I last got a response.

Best, Jon

Answered now with the solution to your problem :)

Your level of support and skill are unparalleled! Thank you kindly! There needs to be a web based tip jar on the support page. Since there isn’t, I will need to by another copy of Salient for my other site.

Wow thanks a lot Jon! I’m so glad I have been a great help to you :)

Cheers mate!

Hello!

How can I set a page with the masonry style? I mean, I need put options to page “1” to see blog style masonry with only category “X”; and put options to page “2” to see blog style masonry with only category “Y”.

I alrdy saw I can add “recent post” by category with “recent post” from N

Cheers

Thanks! I’ll be with you soon :)

I updated the info from ticked

Hi, Is it possible for the slider to make the slide with video background play the video inside the slider instead of a lightbox ? If it is not possible can you please consider it for the next update ?

Example at the bottom of this website

https://asana.com/

Thanks.

You’re welcome!

It’s a possibility but no plans for that have been set yet.

Cheers

Thanks ThemeNectar.

You’re welcome :)

Hi ThemeNectar,

I followed your instructions but wasn’t able to solve the render blocking scripts issue with Total Cache. These scripts still appear on Google audits. Any other ideas of how we could solve it ?

Cheers

Hi ThemeNectar, Sorry. I found that the issue was with the file permissions. I changed the file permissions and W3 Total Cache indeed works now. But the styling in the mobile devices seems to be skewed. Any ideas or advice?

Thanks

Hi ThemeNectar, It was a caching issue. Now I have the same problem in Google pagespeed insights. Any other possible way of deferring those scripts ?

Hey deepakkumarv,

you would need to minify all those scripts using W3, there’s an option to do it but it should be done as a manual process. The tutorial I linked you a bit ago covered this actually.

Hmm, not sure if to post here or make an account at theme nectar… but as I purchased here, though it best.

Anyhow, great theme! but some things bugging me:

1. I’m using it to embed vimeo links… but for some reason, the height property isn’t being kept. Ie… i have plenty of videos in the cinemascope ratio (2.35:1) but when i embed, even with explicit width/height, it keeps it as a 16:9 ratio. This is on the actual item page… if i click from portfolio page and a lightbox pops up, the ratio is correct without extra bars.

2. main page, portfolio slider buttons dont seem to work. just reverts to top #

3. in portfolio, when you roll over the sorting option, first time is fine… but if you scroll down or up slightly, it gets cut off… this is due to parralax i believe. similar thing happens with toggle and if using option to keep the sidebar in place… if its too long… it gets cut off and jumps around

4. im sure i may have missed this… but the images for the actual portfolio items… the sizes get resized to random ratios… and thus the portfolio images are all slightly different.

otherwise though, loving the theme! exactly what i need!

Hey llirik! For future inquires please use the support forum – this page is just for pre purchase questions, simple questions & of course comments!

1. The theme automatically sizes to 16:9 because that’s by far the most common ratio and needs to have a base set for responsive sizes. To change this, open your style.css and locate the rule ”.iframe-embed”. Modify the padding-bottom to change the overall sizing for the videos.

2. Would need to see a URL for this – there’s no known issue regarding this so I suspect something weird at play.

3. If you are using a parallax header with sortable categories and your header is smaller than your dropdown, browser glitches can occur. Therefore it’s recommended to either make sure your parallax header is not smaller than your portfolio dropdown or to not use the parallax option.

4. All the images should get hard cropped at the exact same size. Did you have some images on your server that you’re using prior to installing Salient? The sizes get created when an image is uploaded but obviously Salient must be active for this to happen. Any images that you’re using from before Salient was active will not have the correct sizes created. To recreate the sizes for all images to ensure they’re the same height you can use a plugin like this http://wordpress.org/plugins/regenerate-thumbnails/ to avoid re uploading any images.

Cheers

Hey there, thanks for the reply.

1. how am i able to have varying heights? some videos are 2.35:1 but some are still the 16:9 ratio.

2. www.llirik.com – you’ll see it there on the main page.

3. Is this not possible to fix by setting the z-index to be higher? a similar issue occurs with the sidebar and the footer if its too long (ie, ont he accordion). you can see what i mean here: www.llirik.com/portfolio/just-one-cookie

4. tried that plugin. no change :Shttp://www.llirik.com/portfolio

1. You would either need to disable the responsive sizing for videos so that you can define the width/height or you could have to make a new css class for videos outside of the 16:9 ratio to size them differently.

2. Very weird, the script isn’t working for that for some reason on your setup. I’m assuming you’ve already ruled out plugin conflicts? If so, make note of this on the ticket I’ve request you open as well.

3. You could fix the accordion layering issue with z-index (enter this into your custom css box):

.container-wrap {
   z-index: 20!important;
}

But you can’t fix the sorting dropdown with z-index because some browsers like safari won’t respect the stacking order of it since it’s nested within elements that must be set to a lower z-index than the main content div.

4. Are you using the featured image for all of them? If you upload an image into the custom thumbnail box there will be no cropping done – in that case it’s all up to you to upload the same sized images. If you are using the featured image though and it’s still no cropping please open a private ticket up on the support forum with your info so I can check the setup out myself :)

Cheers

Hello ThemeNectar, I have a few question for you about small modifications to the theme.

1. is there a way to center the logo inbetween the Navigation instead of it being all the way to the right. is there a css code you can give me or a work around?

2. Is there a way to center the Navigation with the logo in the center?

3. I would like to change the navigation text color from Grey to Black how do I go about doing that?

4. I think I may have over looked this but I want to change the background colors of the home page and blog post page and footer.

Please help if you can :) thank you so much.

Hey themanlifestyle!

1/2. Unfortunately there’s no quick way to do this at this time. You would have to take on custom development work in order to achieve good results. You could consider having someone at http://www.microlancer.com/ wrap it up for you if you really need it.

3. add this to your custom css box in the theme options panel:
header#top nav ul li a {  color: #000!important;}
4. Main BG:
body, body .container-wrap, body .home-wrap {
  background-color :#fff!important;
}
Footer BG:
#footer-outer { background-color: #666!important;}

Thank you :)

You’re welcome!

I have bought this wonderful team, but I have one question… How I can add video (full slide, the same as in your theme which is uploaded in themeforest) at home page?

Hey k_bednarczyk! Have you watched the tutorial on using the Nectar Slider?

http://www.youtube.com/watch?v=FLU9Pxo_RD8

hallo, the nectar slider not playing background video in mozila. in the other browser ist ok. what can I do? thanks in advance

Your server is saying “HTTP “Content-Type” of “text/plain” is not supported. Load of media resource http://global-design.de/wp-content/uploads/2013/10/hd.webm failed.”

Try adding this to your .htaccess file in the root of your WordPress install:

AddType video/x-m4v .m4v
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

now is worked but the video is not full width

Upload your videos in 16:9 mate that’s what the scaling is set up for to make sure it’s always 100% width

is it possible to add a quick contact form on one of the bottom bars?

Hey iCode4u! You can add the Contact 7 Form anywhere you want through the shortcode or use the widget for the bottom footer section if that’s what you were referring to :)

Hey, I sent you a message via your TF profile page. I didn’t post on support because I didn’t think it was support – just a general question. let me know if you got it or if I should post it here. Thanks!

The link for that can be found in the new user guide of 2.05 :) Check out the bottom section titled “Dummy Data”.

Cheers!

!!!

Hey Nectar,

I am trying to disable the home slider, and for some reason I can’t figure out why it’s still trying to load sliders that don’t exist. I want to use the nectar slider instead.

take a look: ndgocreative.com

Not sure if I am missing something here. Thanks man.

Hey reactor!

Unassign the home layout from your page attributes box on your home page – that’s the only way the home slider gets placed :)

Hey, love the theme. A pre-purchase question. Is it possible to create the portfolio filter without a dropdown. I would like a horizontal list with the categories. I really like your theme, hope there’s a solution. Thanks

Hey linasz! Not yet without custom css unfortunately – I will try and add an option for a horizontal list in a future update :)

I just updated the Salient theme & am trying to figure out the Video Background feature.

Although I am converting videos (and have tried this with multiple different videos) tp mp4 & ogv then uploading them into the appropriate places on the Header Slider section of the template—the videos are not filling out the full size of the header. They are just a small box in an awkward place.

How do I fix this? I do not see anywhere in template settings to change it.

Not a known issue – please supply your URL mate :)

the url is: strategichosting.biz/strategic .. After watching the tutorial I understand how to add them for the regular pages (as i did for the Test Page). My trouble now is still with the home slider.

The home slider never had the option to have a full width video background or play videos automatically. This is a new feature that comes with the nectar slider..You can simply use that slider instead of the home slider by unassigning a home layout from your home page in the page attributes box and then placing a nectar slider shortcode on the page.

Hey! nectar your Nectar Slider not work properly. when i create bullet navigation does not show, Some time when click Nectar Slider malfunction

3 time i re-install theme problem not gone! :(

Thankyou :)

The issue is now fixed for anyone else who reads this. It turns out there indeed was unintended html wrapping the nectar slider shortcode, specifically a paragraph tag:

<p style="text-align: center;">[nectar_slider]</p>

Case closed!

Thanks Nectar :D

Cheers mate :)

hi! sorry i know i’ve probably asked this before but i can’t for the life of me find the answer.

when i post links in my blog, the colour is there but the font is the same colour so it essentially disappears.

any help would be great! thanks!!! love all the updates :D

Hey eugenelee223!

The link color should not be the same as the bg color – that sounds like an error. It should appear the same as it does on the live demo: http://themenectar.com/demo/salient/blog/blog-masonry-fullwidth/

Please open a ticket regarding this I’ll check out your setup for you :)

Cheers!

Hey,

Amazing theme.

I may be missing something simple but every time I put a link to show my video work through Vimeo I can’t utilize the grid slider on the same portfolio project. The grid slider overtakes the space for the footage. Can you explain to me how to get both the slider for my stills and the video footage from Vimeo as a link? I’m utilizing the extended section for my grid slider as of now and just putting the vimeo link the requested space.

Thank you,

Peter

Peter, If you want to put a slider underneath your video just use the nectar slider :)

Here’s a tutorial on it: http://www.youtube.com/watch?v=FLU9Pxo_RD8

Hi Themenectar,

Is it possible to have multiple portfolios which are seperate for sorting/filtering?

Thanks

See my response to your first comment :)

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