Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,835 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38357 comments found.

Hi, how to make the background of copyright bar transparent? I can’t find the correct CSS for this.

I could already make the background of footer transparent with this:
#footer-outer {
  background-color: rgba(0,0,0,0.7)!important;
}

Thanks for your support. Have a good day. :)

Hey,

#copyright {
  background-color: rgba(0,0,0,0.7)!important;
}

Cheers

Hey, thanks, that worked – I just had to choose the Default color first.

I had tried that bit of code already, but it didn’t work first because I had defined a Custom Copyright Background color in Salient / Footer options. A had defined a Footer Background color there too – and I could override it with:
#footer-outer {
  background-color: rgba(0,0,0,0.7)!important;
}
So, that is why I was astonished that I couldn’t override the Copyright Background color.

Ah, glad you sorted it :)

Cheers!

Hi there, I can’t get the Google Map to display when I use the VC element.

http://rollingspoke.com/contact-test/

Hey,

have you ensured that no plugins are causing this in regards?

Cheers

Thanks, I just discovered the plugin that was causing issues.

Hey, glad to hear :)

How did you create the grid of logos on this page? I need to do the same thing except I don’t want mine to link anywhere. I just need to display a grid of logos.

http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

I figured it out. Duh … Clients Display.

Hey, glad to hear you’ve sorted it :)

Hi! Just one question. Can I create a distribution of contents in a page like this example ? http://themenectar.com/demo/salient-blog/

Hey,

You’d need to use the blog element with the masonry style meta overlaid to achieve this

Cheers

oook! thanks!

You’re welcome :)

As always, love the theme. I was wondering if you were considering adding a more advanced search feature that would search the entire site (with filtering options, etc.). Or maybe you could recommend something? Would I be able to use this? http://vc.wpbakery.com/addons/ajax-search/

Hey,

A more in depth ajax search is indeed on the wishlist as of now but I’ve never tested that plugin personally – I can’t see why it wouldn’t work though

Cheers

Hi Is there a way to change the place comments are shown on a single page? The order for me now is: text, recommended articles, tags, next article, comments, footer. I would like to have the comments just below the text.

Also, if there is no comment, pressing the on top is not working. It leads to #comments section that does not exist.

Thanks for your help.

Hey,

1. This would require modding to the single.php as of now

2. Thanks for noting, i’ve marked to fix it

Cheers

Hello! Thanks for the excellent theme. It’s working fine.

Could you please help me as there’s one thing I haven’t figured out: How to have a top-level-menu-item which is not a link to a page, but just a title for sub-levels?

For example I would like to have “Galleries” in my menu as a top-level-menu-item and under that “Gallery A”, “Gallery B”, “Gallery C”... as sub-level-items. And I would like to have only those sub-level-items as links (and pages).

Thanks a lot in advance! -p.

Hey, make it a custom link in your appearances > menus section and add ”#” in for the url

Cheers

Great, thanks a bunch!

-p.

You’re welcome :)

Hi ,

I am using this theme , it’s very nice but now am having issue on – Page builder question, I was working on page builder in my page to make the page pretty quickly. Well then I needed to revisit the page builder for the same page again but all the sudden some elements appeared and some did not and it says Loading please wait… But waiting never ends. Page loads as I firstly planned to but now I cannot edit or manipulate it? I am on mac and tried it both in Safari and Chrome same problem? please reply me asap? it’s very urgent ….

Hi,

I have generated a private ticket with admin credentials, and my ticket no. is – Private Ticket #586703 . waiting for positive reply.

Thanks

Hey ,

any update on my ticket ? please reply asap it’s very urgent.

Hey. just responded

Hello!

Could you please help how to make the logo centered and the navigation to the left? I would also like to put a link to the right side of the header. Thanks!

Hey,

could you kindly share your URL so I can see your current setup?

Cheers

Hi,

Its currently on an internal test domain, so I can’t share it publicly. We used the default setup, nothing has been changed.

Thanks!

And you’re not using a full width navigation and still have the off canvas menu active as well right?

HI, I like Salient very much. I’d just need the portfolio templates to regenerate every time one choose a category, avoiding the “move” effect of the filtered-in items. Is this possible?

thanks

Hey,

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

body .portfolio-items .col {
    transition: none!important;
}

Cheers

You’re welcome :)

Hey ThemeNectar, :)

1) FYI: I convinced another client to buy your excellent theme – which was easy, thanks to you. :) They bought a license (+ support) already, and I’m currently building their site. :)

2) A noob question as is typical for me: :) I’d like to override a

font color of a specific custom content item – i.e. a single item. How could I do that?

3) I’d like (an opaque) background color to say

or
for that same specific custom content item. How is that doable?

Have a good day and this week. :)

Teemu

2) and 3) I already found out how to do.

Hey, thanks awesome! Glad to hear :)

Cheers

Hi,

I’ve been working in my client’s theme who bought your theme. It seems there’s an issue with woocommerce membership plugin in your theme. It always return server error 500.

Try with your theme and install the woocommerce membership, or should I email you the login details?

Hey,

please open a ticket in regards at https://themenectar.ticksy.com

Cheers

Hi, Pre-sales question: Can the portfolio layout support a shop? I want my Shop pages to look like this: http://themenectar.com/demo/salient-ascend/portfolio-fullwidth-masonry/

Your current shop pages are not masonry – is there anyway to make them pretty with big thumbnails? I’ll be selling photography so I’m trying to avoid they typical theme shop pages.

Thanks!

There’s gonna be a shortcode coming for that in the next update :)

Cheers

thanks!

You’re welcome :)

Hi. I was wondering why sub menu items on a mega menu don’t work like submenu items on a regular menu. For example, on this site, http://casa.petereichhorst.com/ on the About Us megamenu, Board and staff are set us submenu items of People, but they display the same as all other items, where in the events dropdown, A Day at the Races has A Day at the Races Sponsorships submenu item, that “flies” out correctly.

Hey,

that’s how it’s been designed but if you remove this form the style.css file you’ll have a start to what you’re looking for:

header#top nav > ul > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!Important;
    left: 0px!important;
    position: relative!important;
}

Cheers

Hi, I tried this, but it actually broke the megamenu. I maybe should clarify that I understand the design of the megamenu splitting the columns, but how can I get a submenu item fly out like the regular menu. I don’t understand why it would be designed that way.

How can i create this page “http://themenectar.com/demo/salient-promo/” on my website with Salient ??? I’d like to have the grid with pictures (parallax) like the demo (Modern Creative/Ecommerce/One Page/Classic)

How can i do this ?

Hey,

It’s a portfolio element with the constrain max columns to 4 on. Each project is using the ”tall” masonry size as well :)

Not sure if you all were aware, but this is the theme used for the Ronda Rousey website. That’s a pretty nice endorsement! Congrats!

Hey, I was actually and it’s awesome! :)

Cheers!

Is it possible to create subheader link in Page Header Settings?

Hey,

You could add the anchor directly into the section, just make sure you use singe quotes for the attrs e.g.

<a href="http://domain.com"> text </a>

Cheers

Thanks for your response! I’ll try using single quotes

You’re welcome :)

Hi Guys,

Can you help?

Please take a look this page: http://www.51waysdemos.co.uk/dac/services/

How do I get this full with instead of half page?

Thanks

Ben

Hey, change the h3 font size in the typography options panel for this

Cheers

Hey doing it this way is no good as this will change the size site wide – I need to do it at page level.

Thanks

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

@media only screen and (min-width: 990px) {
body.page-id-777 .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
    font-size: 28px!important;
    line-height: 35px!important;
}
}

Hi,

Thanks for all your help so far. I have another question about the video player. Is there a way to change the aspect ratio for this to be 16×9? I found a code for setting the i-frame size, but this obviously takes the responsiveness away. So can it still be responsive and 16:9 – markglenister.com (showreel section on the homepage)?

Thanks!

Mark

Hi, Thanks for getting back to me. I’ve taken a look at the files and had a little fiddle to no avail. Could you please point me in the direction of what would need adjusting to get the right ratio? I can see numbers saying 1.777 (which I hoped would be the ratio, but then the would already be 16:9 which the player for the showreel video on my front page quite clearly isn’t? Thanks!!!

Hey, that is indeed the number to alter – and i’m seeing your video display at the dimensions of 854px x 480px which does simplify to 1.77

Hi, Sorry I don’t understand – the aspect ratio is 1.777 but the video player is definitely not 16×9 (1.777) aspect ratio. I have tried to find a work around by using a portfolio but i’m struggling to get this to look right with just one item centered – The thumbnails for the portfolio also don’t necessarily look like buttons on a lone project so I think I am going to have to use the video player. Please, any further help with getting this to work 16×9 would be much appreciated – it is the Showreel video on my front page that i’m struggling with (www.markglenister.com)

Hey there On ipad landscape view after scrolling down and up again, the header lays over the content. I found another user with this issue here on comments but unfortunately he solved with you via ticket so I can’t view how to do. Help please

Hey,

Please share your URL so I can take a look at the issue to better help out

Cheers

http://www.shinypixel.eu/resources/another-post/

It happens when is viewed on ipad in landscape mode but also when open it in browser, scroll down, squeeze browser then come back to the previous size

Thank you

Hey,

try adding this into the custom css box in the Salient options panel:

@media only screen and (min-width: 1000px) {
#header-space {
  height: 86px!important;
}
}
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