Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,843 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38359 comments found.

Hello, Great Theme!

One question. Is there any way to float a logo over the header in the same way you would using an AP DIV in HTML so it would hover above the header and part of the body?

I want a slightly larger logo without extending the header space

Thanks

Glad to hear & sorry for the long delay – was super focused on getting 4.0 out. Hope you enjoy it! :)

Hey guys, old question I know, but I just uploaded the newest version of the theme and the recommended CSS you gave me no longer works properly. Anything I’m doing wrong?

Hey, could you kindly share your URL in regards so I can see why that is :)

hello,

i have a question about your awesome theme and the masonry grid. is it possible (in the nearer future) to have also text elements and videos displayed in the masonry grid? like here: http://www.wolffolins.com/

that will make the theme to the most flexible one i have ever seen =) and then i could use it for many of my clients.

thank you in advance

PS: Or could you give me support to generate such a similar layout? because i have only basic knowledge in css.

Hey white29,

unfortunately this wouldn’t be possible without a good deal of development – the idea to allow videos directly in the layout is on the wishlist already, but I can’t give an ETA on that at this time.

Cheers

Hello. I bought your theme and I really love it. Thanks for such a great work. But I have some trouble with font location on ‘Nectar Slider’. I want to move ‘Heading, Caption and Button’ to more right side. I chose ‘Horizontal Alignment’ to the right side. Is there any way to move those things to more right side?

Thank you.

Hey again, sorry for the delay!

Regarding #2, it appears you have supplied an m4v for the webm input and a .mov for the mp4 input – can you please try and supply an actual webm & mp4 instead? If you need converters check out

http://video.online-convert.com/convert-to-webm http://video.online-convert.com/convert-to-mp4

3. So you’re trying to actually embed a player in the slider itself correct? If that’s the case you can use the Home Slider which provides an option for that or if you want to keep using the Nectar Slider you’ll have to paste the youtube iframe embed code into the caption field :)

Okay. Thank you very much for your help:) I’ll try it and ask you more if there’s more problem:)

Sounds good! :)

Hi,

My site is live here… pairdesignchicago.com

How can I have my footer text “Connect with…” and “PO Box…” line up with the height of my Facebook icon? See screen shot here…http://i.imgur.com/MGqpoyA.png

Also, how can I have just 2 staff photos align center at a full width? see screenshot here….http://i.imgur.com/ChcZy3k.png

Thank you!

Hey Tim!

1. Add this into the Custom CSS box located in your Salient Options panel:

 
#footer-outer #footer-widgets .row .col:last-child p {
  margin-top: 53px;
}

2. Take the team member elements out of the carousel element and simply place them inside of 2 one half columns with the “centered content” option checked.

Cheers :)

Hello. Is the next update still planned for this week? Thanks!

Indeed it is (most likely Sunday) :)

Hi Guys,

Me again. Quick question.

I’m editing my .htaccess to parse the file types to play across all platforms and it seems to be working in Safari & Firefox now. However it is taking quite a while to load, and still isn’t working on my iPhone.

I know the code I need to add and have added it in both my blank .htaccess file in the web root and the .htaccess within the theme (that contains the following code)

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /giggle/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /giggle/index.php [L]
</IfModule>

# END WordPress

However, where do I add this code…?

AddType video/mp4 mp4
AddType video/mp4 m4v
AddType video/ogg ogv
AddType video/webm webm
AddType video/webm webmv

I currently have it like this. Is it correct or is this why it isn’t playing on my phone and taking a while everywhere else?

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /giggle/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /giggle/index.php [L]
AddType video/mp4 mp4
AddType video/mp4 m4v
AddType video/ogg ogv
AddType video/webm webm
AddType video/webm webmv
</IfModule>

# END WordPress

Thanks!

Also – I’d like to change the colour of the ’+’ signs on the toggle sections of the home page. Can you advise how to do this??

Thanks a bunch guys. You’re stars!

Can you please feedback on this guys? It’s not loading in Safari now at all :(

Hey again – sorry for the delay! There’s a big release coming out tomorrow for Salient and I’ve been working extra to make sure it’s as good as possible :)

1. In regards to the videos playing on mobile – did you check out that link I posted? I cover why it’s not possible to use video backgrounds on mobile devices and explain the fallback (image).

2. Add this into the Custom CSS box located in your Salient Options panel:
 
.toggle h3 a i {
    color: #000!important;
}

3. I just checked on Safari and can also see it not loading in – I also see that your mp4 supplied is pretty big which is most likely the cause. Can you try compressing it down as a test? Also I would recommend plugging in this source from the demo in the mp4 field:

 http://themenectar.com/demo/salient/wp-content/uploads/2013/09/one_more_new_1.mp4
just to see if it works. If so than we can know for sure the issue is simply with the mp4 you’re supplying for your own video :)

Cheers

First off I’d like to say this is a badass theme.

I’m currently using the Workality theme by Northeme on my (main) site, but I found Salient more pleasing to the eye and with some cooler features, so I purchased it and have almost finished setting it up to my likings.

I have one issue though which is a really cool feature in Workality.

The ability to have a custom post page.

What I specifically want to do is split my portfolio into 2 pages – one for my professional work and one for my personal work. Easy enough in Salient – in a way. I set up a new page to use the portfolio template and selected which categories should apply to each page, and that works like a charm.

What doesn’t work is the permalinks. If I click on Personal Work, I see my personal works and the menu item in the navigation bar highlighted correctly on Personal Work. If I click any project, the menu item in the navigation switches to Portfolio, which is incorrect.

Also if I browse through alle the Portfolio projects using the top right arrow navigation, it jumps between the 2 portfolio pages I’ve set up at the end of the line, which it shouldn’t do. It should stop when there are no more items to display under the Personal Work page.

I know the reason for this is because all of my stuff is collected under one admin tab called Portfolio, and that’s where a custom post page option would come in handy, just like you can do in Workality.

Please see these 2 images for reference or visit the page.

http://pixelpirate.dk/temp/salient01.jpg http://pixelpirate.dk/temp/salient02.jpg

What happens is the Portfolio projects I apply to the Personal Work page gets a permalink like this …/portfolio/project-name/ where it should be like this …/personal-work/project-name/

Is a custom post page currently in development? If not here’s +1 for that to happen.

Alternatively, is there something I can do to make the navigation menu/permalinks work correctly when I split my portfolio up to separate pages like this?

An extra cool feature of having a custom post page option would be the ability to have one portfolio page be in a regular style, and the other in masonry style. Then you could customize the site even more, that would be really great. Then I could show of my personal work in a masonry style and my professional work in a standard style.

Thanks

Regards Lasse

I think the article is flawed. It’s basing it’s Safari test by using the Windows version 5.1.7 which was released May 9th 2012. No newer releases on Windows has been made since and won’t be anyway, so it’s clearly outdated and not even a browser I think anyone uses on Windows anyway. He should’ve based his test on using an updated version of Safari on OS X, though he clearly hates that platform, which makes the article even more flawed.

Take a look at this – this is my tests of today using the same test as him. I’m on an early 2013 iMac running OS X Mavericks 10.9.2 and the latest versions of Chrome, Firefox and Safari.

http://pixelpirate.dk/temp/browsers.jpg

Clearly Chrome does best. Then comes Safari. Then comes Firefox.

I notice no lags enabling the nectar slider animation in Safari (by altering the js you mentioned above), so maybe it’s time you enable them by default in Safari in the theme too? :)

Cheers

Another thing. :)

It’s mentioned in http://themenectar.ticksy.com/ticket/128447 that you can have as many full width parallax backgrounds as you want next to each other without issues, but introducing a nectar slider will cause trouble.

Well, in Chrome on OS X here I get this error on my MacBook Pro with a res of 3840×2400 and without any Nectar sliders:

http://pixelpirate.dk/temp/chrome_parallax.mp4

I do not get this error at work in Chrome on my iMac with a res of 2560×1440…

http://www.pixelpirate.dk/pp9/about/

Cheers

Hey!

1. Thanks for the additional information – I will retest on Safari with Mac instead of PC to see if I can enable it going forward :)

2. That’s odd – I suspect it has to do with the parallax page header. Somehow the retina resolution is causing the discrepancy. Will also note to test with this and see what can be done to sort it.

Cheers!

Hey guys!!

Parallax section isn’t kicking in until half way down the page. Can you explain why? I can’t figure it out and presume this has occurred before but can’t find any other comments on it!

http://hdtesting.co.uk/giggle/

Thanks!

Hey MidasCreative_! Do you still have a parallax BG set on one of your rows? I’m not seeing any currently. If it was occurring on the Services row than this was the issue: http://themenectar.ticksy.com/ticket/128447/search/

Cheers :)

Yep, turned it off! That ticket makes sense. Thanks!

You’re very welcome :)

Cheers

Hiya Stoopid question but how do i make a featured product on the home page? I used short code of WooComm and it comes out this lame small messed up style :( Farrah

Hey Farrah,

Can I grab a URL so I can see what’s up? The shortcode method is actually the correct way :)

Cheers

Hi guys

Just wondering how I can get the blog posts to automatically get an url under the blog page (www.website.com/blog/blog-post-url). At the moment they get an URL under the home page (www.website.com/blog-post-url) which can conflict with page URL if the title is the same.

Thanks

Hey alienintelligence,

Since this doesn’t have anything to do with Salient specifically, I would need to do some research on the subject as well to get the best answer. From what I know off the top of my head is that it wouldn’t be that easy. Here’s a thread I found on the subject for you to review :)

http://wordpress.org/support/topic/add-blog-to-url-for-single-posts Cheers

Hi,

I seem to be experiencing an interesting issue – for one function to work I have to include RequireJS on my page. This leads to some issues:

1. there is now space between the menu sub-items and the main item 2. When I use the full-width background then the content in it isn’t displayed.

I sense some conflict there :) Any tips?

Thanks!

It seems the first error to be thrown is:

 
Error: Mismatched anonymous define() module: function () { return impl; } http://requirejs.org/docs/errors.html#mismatch

var e = new Error(msg + '\nhttp://requirejs.org/docs/errors.html#' + id);

which is coming from the require.js file. The second error to come up is from the AJAX search in Salient:

 
TypeError: $(...).autocomplete is not a function

It’s reporting that autocomplete doesn’t exist as if jQuery UI isn’t present. This could be occurring because of the first error from require.js but it’s hard to say.

Thanks for this! I would really appreciate it if you could point me to a solution to this.. I do understand if you can’t.

The next step to do would simply be to check on the error from Salients file located at /salient/nectar/assets/functions/ajax-search/wpss-search-suggest.js and see if by deleting the entire contents of the file (for a second) fixes the issue. If so then you’ve narrowed it down to that file and if not than further testing would be required :)

Dear Nectar,

I have a question regarding a newsletter plugin I am using. On my website I am using the Mailchimp for Wordpress plugin. I made a horizontal bar that I would like to display at full width underneath the menu or underneath the header (which is currently the case on www.bosplaatjes.nl). But when using the ‘full width’ block and adding the opt-in code, the form is not displayed full width. As you can see it doesn’t go the whole way like the header does. I added a green background so you can see what I mean :)

Do you know how I could change this? I thought that full width would mean that it would reach to the edges of the website.

I hope you can help me with this Thanks very much in advance!

M.

Now that the major release it out i’ll be hitting the forum hard again so if you wanna paste you’re ticket # here i’ll be glad to take a peek

Cheers :)

I’m using the Portfolio element on a page with the “Lightbox Only” option checked. For the videos, I’m embedding an iframe embed code from Wistia.

I’m developing the site locally and my concern is whether or not the video will work optimally on mobile devices. I’ve tried using browser stack to see how it works on an iPhone and it shows the video in a lightbox that extends outside of the screen. This isn’t going to work.

Do you have any suggestions?

Thank you!

Hey again,

1. Yes, just open the functions.php file and change this section:

if(strpos($button_2_link, 'youtube.com/watch') !== false) $link_extra = 'pp '; 
if(strpos($button_2_link, 'vimeo.com/') !== false) $link_extra = 'pp '; 
to this:
if(strpos($button_2_link, 'youtube.com/watch') !== false) $link_extra = 'pp '; 
if(strpos($button_2_link, 'vimeo.com/') !== false) $link_extra = 'pp '; 
if(strpos($button_2_link, 'wistia.net/') !== false) $link_extra = 'pp '; 

2. The only way to do that would be to paste the actual source of the embed for the lightbox such as:

 <a href="http://fast.wistia.net/embed/iframe/plz0p5l3n6" class="pp nectar-button medium extra-color-3">Button Code</a> 

Cheers :)

Thank you so much for your help!

Unfortunately, neither of these is working for me.

1. Still opens a separate tab on Wistia’s website

2. I receive an error from my browser saying “Image cannot be loaded. Make sure the path is correct and image exists”

I will keep troubleshooting. But of course, any help you may have is much appreciated!

And thank you again.

Whoops! I forgot the button link should look slightly different in item #2. Change that to this:

<a href="http://fast.wistia.net/embed/iframe/plz0p5l3n6?iframe=true&width=1000&height=700" class="pp nectar-button medium extra-color-3">Button Code</a>  

however it now appears that Wistia blocks these kind of requests :/

Hi Nectar! How can I change the colors (hover, active) and size of a text link in the body?

Thanks.

You’re welcome :)

Dear T.N. This works great in the custom CSS box on the Salient options page but it doesn’t work on the individual pagel custom CSS box. (Which is awesome btw!) Anyway to make this work on a per page basis? Thanks!

That’s actually odd – it should work in both css boxes. Would you be able to open a quick ticket with your admin credentials so I can log in and see what’s up?

Cheers :)

Is there an update on the way with V.C. 4 ?

Hey again OnlineThemes, it’s not on the roadmap yet – still going to wait a little longer before testing with all of Salients customizations to see if it can work practically.

Cheers

Is there no 1/5 column setup? I only see 1, 2, 3, 4 and 6? I tried doing the custom column with 5 but it doesn’t work.

Hey again luxerman,

Salient and Visual Composer are both built on a 12 column grid system so unfortunately 1/5 is not an option. If you needed to make a five column row it would have to be through a custom css class to set the widths.

Cheers

Hey, how can I change the Portfolio – Sort by.. font for another one?

Hey DakkoN,

are you using the dropdown for filters or the horizontal display?

Cheers

I need help limiting how much of a blog post is displayed initially on the blog post display page seen here. Where in the functions can I limit this and can you please send me an example here.

See link here with issue: http://www.shinycrowns.com/blog/

Hey mlett2009,

you can either use the more tag in the editor or enable the auto excerpt option in your Blog Options tab inside of the Salient Options panel :)

Cheers

Is there a way to remove the number from the love counter? I want to keep the heart but not the number associated with it.

Hey WittlinMedia,

enter this into the Custom CSS box located in your Salient Options panel:

body .nectar-love span {
    display: none !important;
}

Cheers :)

Awesome thank you. Out of curiosity is there a way to still track the likes on my end easily?

You’re welcome!

Unfortunately the answer is not really. Since the count differs from every page/post and there’s no count display in the admin panel the only way to view the count would be to remove that snippet without custom development.

When I try to add a “separator with text” on my page it cuts off the top half portion of the text. Sorry if this has been discussed already, but is there a solution? Thank you for your help.

Hey csmith1824!

Anyway you could share the URL where the issue is visible so I can see why that’s occurring for you?

Cheers :)

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