Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,234 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi,

I would like to change a headers in Product Category Page. Titles of products now are in H3, and I want change to H2. Where I can do it? Regards.

Hey,

This is related to WooCommerce rather than Salient itself, but altering the woocommerce_shop_loop_item_title action would be needed

http://hookr.io/actions/woocommerce_shop_loop_item_title/

Cheers

Pre-Sales Question

I’d like to know if it is possible to have a layout similar to the link below. Its a rough design.

I want the design all in one screen so effectively I dont want to be scrolling down to view the Youtube Twitter and Twitch external links with background image as shown in the link below.

http://postimg.org/image/u1xhyb07x/

Thanks.

Hey,

Yes you could achieve that with a three column row setup with each column having a background image set and column link set

Cheers

Hello, I have two questions. Hopefully they’re simple. First question is, how can I remove the navigation menu completely but keep the logo. My second question is, how can I have the logo static at the top of the page? Currently I have selected “hide until needed”, which causes the logo to appear any time I scroll up. I would like it to be hidden unless I have scrolled all the way to the top.

Thank you!

Hey!

1. Add this into the custom css box located in your Salient Options panel:

header#top nav > ul {
  visibility: hidden;
}

2. You’d need to turn off that effect and also turn off the header resize effect and then the logo will remain static at the top of page

Cheers

The menu CSS worked perfectly. I must have something not set right for the logo. When I turn the setting off for “hide until needed”, It keeps the logo sticky as I scroll down the page. What settings do I need to have to mimic the corporate demo?

Hey,

Sorry I misread your last question, I thought you were asking how to have it remain at the top at all times. The Corporate demo is indeed using hide until needed option but it does not function how you describe of only showing when scrolled to at the top – that would require modding. Turn the option back on and then add this into the custom css box:

#header-outer.detached:not(.invisible) {
    display: none;
}

Cheers

Nectar Theme,

I am trying to enable the Nectar Slider “Full Slide Link” URL to open in a new window. I’ve tried add “external-button-1” into the Extra Class Name while editing the slide but I am not having any luck.

Can you let me know how this can be accomplished?

Thanks.

Hey,

This wouldn’t be possible as of now without modding – if you wanted to add this, in your functions.php file change this:

if($link_type == 'full_slide_link' && !empty($full_slide_link)) {
    $slider .= '<a href="'. $full_slide_link.'" class="entire-slide-link"> <span class="ie-fix" /> </a>';
}
to this
if($link_type == 'full_slide_link' && !empty($full_slide_link)) {
    $slider .= '<a target="_blank" href="'. $full_slide_link.'" class="entire-slide-link"> <span class="ie-fix" /> </a>';
}

Cheers

Thank you for your reply, it’s greatly appreciated.

Follow-up question: Will adding the above code to the functions.php file affect every Nectar Slider or is there a way to make it affects only individuals ones?

Thanks.

It will effect all – making it limited to some would require further development unfortunately

Hi I’m planning to buy this theme. Just one question. it is possible to put portfolio with the function of “sort portfolio” merge with “portfolio slider”.

i just want to merge this functions:

this “Recent Work We’ve Completed For Our Amazing Clients.” the slider effect http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 i want to put this “sort portfolio” into that slider http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

THANKS :grin:

Hey,

Unfortunately there’s no way to sort the portfolio recent projects slider – that would take custom development. Though of you can choose the category/categories that display in the slider

Cheers

Hi,

I have some questions before I purchase this theme:

- Does Salient support all Google fonts? If not, where can I see wich fonts are available with this theme. - Is it possible to change the active page background shape in the menu? In all demos, I see a blue round corner rectangle, but I don´t like round corners. Is it possible to change that? - Is it possible to change the size of the pictures in the testimonial area? I find them a bit small.

Thanks for your help :)

Hey,

1. Yes, they’re all available to select from the theme options panel

2. Are you referring to the Buy Now Button here? http://themenectar.com/demo/salient-corporate/ If so, you can make that have no rounded edges in the options panel

3. Yes, that wold be possible with simple css I could provide

Chesrs

Hi there,

Is this theme compatible with the Mega Main Menu plug-in (http://codecanyon.net/item/mega-main-menu-wordpress-menu-plugin/6135125)?

Cheers!

Hey – I haven’t tested with that plugin, have you asked the plugin developer in regards?

Thanks for the quick reply!

I contacted the dev. and he is looking at things, seems to be working just fine tho.

Glad to hear :)

the nav on mobile doesn’t seem to work after latest update. constantly reloads the homepage when the 3 horizontal lines are tapped.

Hey – please share your URL in regards so i can take a look at this for you and assist

Cheers

Pre-sale question – what exactly is going on in the light blue “READY TO STAND OUT?” section towards the bottom of this theme demo of your’s? (http://themenectar.com/demo/salient-frostwave)

Is that a short video clip? Or some kind of animation? I really, really like that. It is something that would def. make a section stand out but isn’t overboard. Very slick!

If I purchase your theme, I want to be able to replicate it :)

Hey!

It’s a video background – you’re able to add your own videos in regards for this and add a color overlay through the theme. However the one seen in the demo isn’t included with the purchase though so you’d still need your own video

Cheers

Hello,

I need a small help on customization. In my website, On portfolio thumbnail, it shows the date of upload, i want custom text instead. like below link http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

Can you please help?

Thanks a lot.

Hey,

When editing portfolio items there’s a “Project Excerpt” field in the “Project configuration” metabox on every item which can be used for this

Cheers

Hi!

I installed my new website www.rmfarm.com in a subdirectory of my main hosting (www.ramonmarques.com). But I don’t see the web icons (social share in the porfolio, arrows…)

Why? Thanks!

Hey! The error showing in the browser console is this:

Font from origin 'http://www.ramonmarques.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.rmfarm.com' is therefore not allowed access.

See this in regards to fix it: https://davidwalsh.name/cdn-fonts

Cheers

Hi Salient,

You’re my favorite theme ever.

Question: I’m seeing a border on the bottom of the nectar slider only on mobile and tablets. I have been unable to target and remove it.

http://waikikiyacht.wpengine.com/

If you wouldn’t mind taking a look and helping me out, I would greatly appreciate it. Thank you!

Hey, thanks! That’s awesome to hear :)

The only border i’m seeing on a mobile device is that curved white border built into the mobile preview image itself: http://waikikiyacht.wpengine.com/wp-content/uploads/2016/03/Wakiki-Home-Slide-2.jpg are you referring to something else? If so, kindly let me know the device you’re seeing it on

Cheers

Hi !

I would like to know if there is a way to improve the quality (jpeg compression) of the cropped 600×403 portfolio thumbnail ?

They appear blurry…

Thank you.

Hey,

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

Cheers

Hello, 1. Is there a way to have single portfolio page without any header block. So page starts with my content? If not could you include this option that totally disable header section. (Generally page will be clean so you can customize it as much as possible) 2. When do you plan to fix issues with portfolio items infinite scroll for CHILD theme on single portfolio page (items just DUPLICATING). This issue for more than 1 year. Please help! here’s an old ticket: https://themenectar.ticksy.com/ticket/303122 . Your old anwser: “apparently when using a custom structure the paged aspect (regardless of infinite scroll is active) on the portfolio/blog gets interfered with. Still looking into solutions”

I hope you will spend some time to fix that. Great theme but this is big issue sometimes

Many thanks!

Hey,

Add this into the custom css box located in your Salient Options panel:

body .project-title {
    display: none;
}

Cheers

Hi there, On the page header here http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 on the agency theme, can I make each line of text a different colour?

Hey! You’d need to use inline styling like this: http://pastebin.com/ADsc8xwc Make sure to use single quotes in the styling as well to make it work for this input field

Thanks, this doesnt seem to work properly though? Can you check here http://pbm.wpdevcloud.com/home/ so you know what I mean?

1. I want the tet to animate in (as per your theme) 2. Each colour needs to be a seperate line 3. How do I change the forst line from white, to another colour?

Hey,

Unfortunately this will not let the text animation occur so you’d need turn that off, however you can control where the line breaks with line break tags like so http://pastebin.com/kZGdj97r

Cheers

HI there! I was wondering if there is an option to provide that <3 (heart) for the “love this” inside the single post page? I only saw it in the Masonrt Fullwidth blog page on your demo and I wanted to provide it inside my blog. Thanks a lot :)

Hey!

Yes, but the blog header type “Variable height minimal” does not include it so if you’re using that you’ll need to switch to one of the other available options in the Salient options panel > blog tab

Cheers

Hi !

Very nice theme !

We have an issue concerning visual composer !

We have transfer our website from localhost to web—> Succeed !

But the content of visual composer isn’t visible on the back-office, both for articles and pages. I precise that in front office the content is there but seems to be broken. Can you help please ?!

Regards,

Hey, thanks a lot!

Have you installed VC on your web server? You can do so in Appearances > Install plugins as long as Salient is your active theme

Cheers

?I have to edit CSS. I modified the colors of headers in the header navigation => Logo and general styling. Changes are Vedeno on some pages but not on all.?

Hey,

Could you kindly share the URL in regards?

Cheers

Please see this screenshot > https://www.dropbox.com/s/ajbdo6mmic6pxib/Untitled-3.jpg?dl=0

post-meta is not visible for few post,

you can also see here > http://www.cuptask.com/new-site/blog/page/2/

Hey, please see my response to your first comment in regards

Please see this screenshot > https://www.dropbox.com/s/ajbdo6mmic6pxib/Untitled-3.jpg?dl=0

post-meta is not visible for few post,

you can also see here > http://www.cuptask.com/new-site/blog/page/2/

Hey – if using a featured image on posts ensure the image meets the minimum size requirements for that masonry style of 600×400. If your images are not going to be that big switch your masonry style from “classic enhanced” to “classic” in the options panel > blog 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