Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,684 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38351 comments found.

helloo!

nice theme! Anyway i have a requirement, can you take a look at this web? http://www.tianjiao.cc/

please see at the left and there’s a moving image picture that describe each of their product, and once we click one of the image, it will go directly into the product page clicked before.

Can we do that on this theme?

I’m trying to make a home page which can show all my product withhout even have to scrolldown, and one of the way is moving and looping image as the button link.

Please advice Many thanks!

Hey hansenwidjaja, this would actual require the use of a plugin since there’s no vertical carousel that scrolls like that included in the theme.

Cheers :)

Hi ThemeNectar,

Anyway to turn off the Hover function to my portfolio thumbnails? No need for the titles to show up as well. I’m going to add my own titles within the jpg of the thumbnail.

Thanks!

Thank you! What about taking off just the text and leaving the highlighted color, but changing the color to highlight on this page? http://urbanworkstest.com/people/

Also I noticed that the thumbnails don’t link to anything when I put that code in. These thumbnails should like to there project page.

Sorry, change that to this instead :)

 
body .work-info i,  body .work-info .vert-center {
 display: none!important;
}

Hi ThemeNectar,

Looks like my top row portfolio thumbnails are shorter than the rest of my thumbnails. Anyway I can fix this? see screenshot here…http://i.imgur.com/3ZlEjxh.jpg

site is live here. http://urbanworkstest.com/projects

Hey LiskaD,

Add some top padding in for your row holding the portfolio (try 35)

Cheers!

thank you! this worked!

You’re welcome :)

Hi there!

1. Is there a possibility to make a sticky menu on the bottom under the slider?

2. And may the menu scroll to top (and stay there) when the slider is gone?

Maybe like that one? http://www.fmedias.com/studiopoint/index_menubottom.html#!home

Sorry for the covert advertising ;)

Regards, pete

Hey pete, that would actually take some custom development – but this item is already on the wishlist :)

Cheers

Hello again!

I think I need some help with a bit of linking. From my single portfolio page I want the user to click the 4 squares icon at the top and go back to a certain section within the main home page.

I’ve changed the ‘Main Portfolio Page URL’ in the salient theme settings to www.website.com/new/#portfolio

I’ve tested this link and when I open it, it immediately loads in the right bit of the page. However whenever I click the 4 squares icon I am taken to www.website.com/new. It’s almost like it just ignores my ’#’ link.

Any ideas what I can do to fix this?

Thank you again!

Hey JoeKozak! Anyway you can open a ticket in regards so I can log in and see what’s going on?

Cheers :)

Hey, problem resolved itself! Not sure what happened :)

Good to hear! :)

Cant find my previous post on this… but your bar-loader-shortcode has a wee bug. You see how the percentage overlaps the text in this example?

http://kommunekommunikation.dk/kanalstrategi/

Hey, the tooltip will always display on the end of the bar so if you’re using small percentages in small spaces (like the 1/3 column) you might want to hide them and just write the the % in the label:

.nectar-progress-bar span strong {
  display: none!important;
}

FYI – I keep getting a few pixels with no overlay when I publish my videos. An example is following page (on the bottom of the video):

http://kommunekommunikation.dk/ydelser/kurser/

OK I see now that the error comes and goes for each reload of the page

Hey again, is that occurring in all browsers? I haven’t been able to see this yet on my end

I really LOVE everything about this template! Our website looks just perfect now (with the exception of grammar checks and the videos in the headers, we are currently working on better versions) and we are happy we can finally showcase our work on all pages.

1 noob questions, though. Can I get a notification when someone ‘hearts’ a post or project? I’m new to wordpress, so I don’t know if it’s a build in wordpress function or a part or your template.

This is our website: www.proxplain.com

Hey ProXplain, that’s great to hear!

Unfortunately that would take custom development to the nectar-love function since there’s nothing in place for anything like that by default.

Cheers & congratulations on the site :)

Is it possible to use different logo image with non-transparent header? Thanks

Hey anqi89, right now that option is only available with the transparent header active – but it would be pretty easy to turn that on and then use css to keep the header a solid color:

html body #header-outer.transparent[data-transparent-header="true"] {
  background-color: #fff!important;
}

Cheers :)

I am waiting for the new version with rtl support yet :)

Hey mr_henry, it should be out next week :)

How do i increase padding between columns so that it only affects the right hand margin and not the whole area?

Eg on this link in the first 2 columns the gap in the centre is not big enough

http://www.webteam.cornwall.nhs.uk/portfolio/uversity/

R

Yes, if you need it to only effect certain columns you’ll have to add a class to that column and change the snippet accordingly:

 
.wpb_column.your-class {
    padding-right: 20px;
}
.wpb_row > .span_12 > div:last-child {
  padding-right: 0!important;
}

Hi Bud, added this:

.wpb_column.portfolio {
    padding-right: 80px;
}
.wpb_row > .span_12 > div:last-child {
  padding-right: 0!important;
}

And then added the class of

wpb_column.portfolio
to the left column only on the block, unfortunately though it appears to be doing nothing?

In the class input field you would only enter “portfolio” (without quotes) not “wpb_column.portfolio” :)

Hi Bud,

On portfolio pages is it possible to have the headline under the featured image, very much like this: http://focuslabllc.com/work/uversity

Currently in my re-creation I have this http://www.webteam.cornwall.nhs.uk/portfolio/uversity/ this is using the header image setting, tried using the nectar slider as well but to no avail

Rich

Can the functions.php page put used in a child theme? I’m not keen on adding code to the functions.php page because this would get broken on your next theme update. Is there def no other way of changing this?

You can modify things from a child theme functions.php and this is also going to be extended even further in the next release to allow for child theme overriding of key functions within that file for easier modding when do more serious changes :)

When is the next release bud? Any chance you can help me or explain how the functions file can be placed in the child with header and portfolio changes I asked you about – bit stuck

Hello.

Any way to add a featured products or recent products section on the home page?

Hey MattVanDyck,

Yes – you can use woocommerce shortcodes to displays product sets where ever you need: http://docs.woothemes.com/document/woocommerce-shortcodes/

How to add an extra social icon and textbox? I want to add my issuu-account to the theme. www.issuu.com

If you’re trying to add it into the footer/header with the others you’ll need to open those files and add a new list item into the social list – you could use an image or icon if you have the means to load a new icon file for that network into the styles to call

Hi! Thank you very much for the theme! It is really great and we enjoy working with it. Howerer all wordpress developers which we hired to work with the theme tend to harm some of it functionality. Do you offer any kind of customization work for additional payment? If yes we would greatly enjoy. You are the best!

Hey changellenge! Unfortunately I’m too busy with development/support to take on freelance gigs – but I’ve seen decent work from Envato studio (through mods that have been done to various buyer’s setups). Have you already tried some developers from there?

Cheers :)

Thank you very much! unfortunately I have not tried Envato studio yet! Do you have someone to recommend? Thank you in advance!

Sadly I don’t, but you can assure a certain level of quality since the developers have to be approved through Envato :)

My site portfolio posts appears twice, do you know whats the fix for this?

Hey secinc, check to make sure you don’t have the portfolio template assigned if you’re using a portfolio element ins visual composer or the shortcode on the same page.

Hi ThemeNectar,

Sorry for the long list of requests. By the way, you guys have been very helpful! Can you please help me with the follow requests below?

site is live here urbanworkstest.com

1. Tighten navigation leading on smartphones. Also, make carets white…see screenshot here for details….http://i.imgur.com/MlWCLMp.png

2 When in a project/portfolio page can I have my nav be highlighted to show which page they are on? See screenshot here… http://i.imgur.com/reldor3.jpg

3. Can we make the visited nav be bold instead of regular weight? See screenshot here… http://i.imgur.com/4lstrVg.png

4. This request, I would be very grateful if you cloud help out on. At this stage in my project I’m in need of some custom navigation. Can you take a look at my screenshot and see if this is possible? If so, what steps can I take to complete this? ... http://i.imgur.com/1rwfhY6.jpg

5. Can we bring up the names under team head shots? Also the leading needs to be tighter… http://i.imgur.com/f6mSaYw.png

6. On my site I’ve got a custom png caption, but If I wanted some functionally to go to the next slide that looks like this… http://i.imgur.com/KemTNo4.jpg, what kind of options do I have? I think the carets that is currently on the site now gets lost in dark areas. Can we change colors to the current carets to make them more visible?

7. Is there custom CSS I can add to make all hard breaks have less leading space? The breaks have to much space. See screenshot here… http://i.imgur.com/dJnYbq3.png

Hey! Somehow I’m not seeing that image getting cropped by more than 10-15 pixels on the sides – is that about the amount you’re seeing or is it more significant?

Yes, that’s about what we’re seeing. I know it’s not a lot, but we want to give our clients a definitive ratio for future uploads, with the guarantee that all of their image will be visible.

Hey again – try setting the sliders height to 756 instead of 765 :)

Hello!

I’m trying to remove the quotation marks in the testimonial carousel. I’ve searched the comments and saw this:

return '<blockquote><p>"'.$quote.'"</p>'. '<span>? '.$name.'</span></blockquote>'; }

and change it to this:

return '<blockquote><p>'.$quote.'</p>'. '<span>? '.$name.'</span></blockquote>';

Which I found in the new files, but it doesn’t seem to be working for me. Is it because of the change in the new updates?

Thanks for the help!

Hey wildefranz!

That’s correct – just make sure you’ve changed that in the correct location. If you’re using the page builder instead of raw shortcodes, the file to change is located at nectar/nectar-vc-addons/vc_templates/testimonbial.php

Cheers :)

I had to switch this echo '<blockquote><p>"'.$quote.'"</p>'. '<span>? '.$name.'</span></blockquote>'; to this: echo '<blockquote><p>'.$quote.'</p>'. '<span>'.$name.'</span></blockquote>'; On that file – but yes – that did it. Thank you!

You’re very welcome :)

Hi Theme Nectar

I have a question related to the custom layout in composer. I set 1/6 + 2/6 + 2/6 + 1/6 and put photos into both 2/6 parts. the 1/6 parts should remain empty space

but it does not work. I receive the photos one below the other have a look: http://www.mmevelo.com/misja/

I have the latest composer version from the newest Salient version

How to fix this? Thank you, Martyna

Hey Martyna! I wrote back to you on your ticket earlier in regards – and when using custom columns make sure to simply the fraction when possible (so enter the 2/6 into the custom layout as 1/3)

Cheers :)

aha, ok, I will :)

thanks :)

You’re welcome :)

¡hola!

How do I change the sidebar title color? I’ve got the paragraph text color in the sidebar figured out, but would like to change the sidebar title cover site wide.

Thanks Dude!

Hey canook! :)

Add this into the Custom CSS box located in your Salient Options panel:
#sidebar h4 {
  color: #77cc6d!important;
} 

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