Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,184 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

Hi ThemeNecta !

Is it possible to make header of tabs show in a row on pc and mobile too ?

tabs now on pc :

” IOS | Android “

tabs now on Mobile :

“IOS”

“Android”

It look crazy on mobile , it’s not tabs , it’s become toggle . i don’t want this . how to make header of tabs on mobile look like 100% on pc

please check this my url : www.gamestore24h.com

Thanks for all … :)

Hey, add this into the custom css box in the Salient options panel:

@media only screen and (max-width: 1000px) {
.tabbed > ul li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: left!important;
  width: auto!important;
}
}

Cheers

Hi Theme Nectar,

I was adding a new section on my website and for some reason it now shows a double scroll bar on Chrome for Mac. But, not in Safari. Do you know why this could be?

thanks so much! josh

www.joshua-butler.com/portfolio

seems to be working on my work computer…. without the scrolling issue

Hey – I can’t see the second bar occurring on my Chrome either, what OS are you seeing it on at your home setup?

Cheers

Hello Nectar Dudes!

I just updated to the latest version of Salient, but there’s now some very large padding on the right and left of my single blog posts. The top, blog post title area with the social icons is the correct width but everything below that line is padded. Oddly enough, If I change my blog settings to include a sidebar, then the post width is perfect.

I’ve tried removing all custom css but the problem remains.

Please help! THANKS!!!! :)

Hey!

Could you kindly share your URL in regards so I can take a look?

Cheers

Hey, add this into the custom css box in the Salient options panel:

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar #post-area, body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list > li {
  max-width: none!important;
}

Hey,

is it possible to make a video background, and some sections without its background (or fully transparent) so it would use that video background from top? Exactly same as it is used here: http://whiteboard.is/

It would be great. Let me know if there are any options how to do it.

Many thanks.

David.

And one more thing please. How can I control parallax scrolling speed? Eg. set it to be fixed on full screen background, so user would scroll only with content on it.

Hey David,

1. Unfortunately this wouldn’t be possible without some custom development at this point

2. Add this into the custom css box in the Salient options panel:
.parallax_section {
   background-position: center!important;
   transform: none!important;
  -webkit-transform: none!important;
}

Cheers

Hi! Thanks for the great theme. currently I’m using lightbox portfolio for vimeo. I wonder to know if there is any possibility to show portfolio title on my pop-up video. like this. (Please check the image.) http://i.imgur.com/zUlhaVO.jpg

Hey,

Currently this isn’t possible at the moment but I’ve noted it for the wishlist :)

Cheers

Hi, I am trying to create a table. But I find the words/images are too “far away” from the table border. How to make the words/images be closely attach to the border? Is this about the cell padding?But even they’re 0,the table still had a lot of margin.Or something about responsive?

Hey,

could you please share your URL in regards so I can take a look?

Cheers

Hello,

I have an issue with Portfolio element on that page : http://jeromemapo.cluster011.ovh.net/?page_id=1894

I settled the portfolio element on “starting category : 2015-2014”

when clicking on portfolio navigation, the page displays first all the jobs, during about half a second, then make them disappear, and displays then the good category… I guess the information “portfolio” come before the information “display category 2015-2014”, is it true ?

Is there a meaning to displays directly the selected category , without this little “display-all” bug ?

I have antother question regarding the portfolio. I would like to place on each portfolio page a link whick send back to the porfolio page, but already filtered on the category of the current element. Is it possible ?

Thanks in advance !

Hey produwordpress,

1. This seems to be a bug of the current release – I’ve noted to check it out further for the upcoming version

2. Unfortunately this wouldn’t be possible without some custom development

Cheers

Hello

Thanks fot quick answer ! Ok for issue #2, it doesn’t really matters. But the issue #1 really doesn’t agree my client :-(

- When do you think it’ll be fixed ?

- Do you think the cache activation (Falcon Engine of Wordfence) gonna reduce this problem, while optimizing the speed ?

Thanks

Hello,

When I want to sort my portfolio on ‘banner’ or ‘Infographic’ the page scrolls back to the beginning of the one-page website.

- How can I resolve this? What did I do or why does this happen? - Where is the file for changing the text ‘Sort’ and ‘All’ to another language?

Website: http://www.jeltjevisser.com/

Thank you!

Greetings, Jeltje

Hey Jeltje,

1. Currently I can’t see this occurring in Chrome/Firefox, what browser are you seeing this in?

2. the shortcode-processing.php file located in the nectar/tinymce directory

Cheers

Hey, Thank you for your answers. When I did CTRL+R it worked. Sorry I didn’t think about it earlier, but it was helpful you pointed out that you didn’t notice it :). Jeltje

Heya again.

Is there anyway to make the secondary menu on top bigger?

Hey,

add this into the custom css box in the Salient options panel:
#header-secondary-outer nav > ul > li > a {
  padding: 20px!important;
} 

Cheers

Hey, I cant seem to turn off full width on the nectar slider. http://quazidesign.com/

What I’ve tried so far… I’ve set the column to boxed, switched off Display Full Width?, switched off Fullscreen Slider and also tried Flexible Slider Height but it still shows full width.

I just need it to show a white column on either side.

On a side note (observation) What I have noticed is initially the full screen slider has big impact and impresses clients, but the end user usually comes back saying they didn’t realise there was content underneath. The arrow just wasn’t enough to let some users know about the content below.

Hey warmwhisky,

You need to turn off the parallax option as that always forces a full width display

Cheers

Hi, on your ecommerce demo site, when you click on menswear or casual wear it goes straight to a product which you can then add to cart but when i load up the dummy data for ecommerce and i click on menswear it goes to a portfolio item with no add to cart option. i’ve managed set up a portfolio page with a woo commerce product but i can only get it to show the category page, i’d like to set it up like yours so that it goes straight to a product but not sure how

but the image gallery element doesn’t let you use a masonry galley like the portfolio element does

Also, i’ve added a woo commerce element to my page, how can i hide the title (product name) under each product? i tried

ul.products li.product > a { display: none!important; }

but doesn’t work :(

Hey,

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

.text_on_hover.product h3 a {
  display: none!important;
}

Cheers

Hi. Awesome theme.

I wanted to reduce the padding on mobile devices and followed some of the prior comments such as :

@media only screen and (max-width: 1000px) {

body .container, body div.slider-nav { max-width: 90% !important; }

It seems to be what I’m looking for but using this messes up the full width content sections. Any advice?

Thanks.

https://www.dropbox.com/s/1gj7yh23l9rt4hi/Screenshot-2015-04-08-09.jpg?dl=0
Here you go. The desktop view is fine, just mobile views. http://dev.fromdistrict8.com/hellosaigon/portfolio/branding-concept/ Seems like all full width content sections are affected.

Finally found it in one of your other comments! Thanks!

@media only screen and (max-width: 1000px) { .full-width-content { margin-left: 0!important; } }

Hey, glad you sorted it :)

Hello,

My question is about embedding a video in the Nectar slide at the top of the page. What I am looking to do is something like this http://kottongrammer.com/ I have tried on my site to put the embed code in the slide but when I do the video is massive and takes up the whole section even when I change the size attributes of the embed code.

Your input on how I can accomplish this will be appreciated.

Hey,

could you kindly open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com

Cheers

Thanks for your response. I have opened a ticket as you suggested with both the information you requested and a recap of the issue.

Thank you!

I wanted to show a product on sale. In WooCommerce I can have a On Sale image with a price crossed out and the discounted price showing. How can I do this on my product page?

http://counselorapp.com/buy/

Thanks

Hey SteveZL,

By default WooCommerce shows the sale price on the single page such as this: http://themenectar.com/demo/salient-ascend/product/flying-ninja/ – i’m not seeing any sale products on your page to compare, could you give me a direct URL to a sale product so I can see?

Cheers

Hi,

Is it possible to have a transparent header when I make my homepage one of the masonry blog pages?

I have transparent header checked in the header settings, but when I use the masonry blog page with sidebar as my homepage, the header is entirely opaque.

Hey,

there’s an option to force the transparent effect in your header configuration metabox at the bottom of every edit page screen

Cheers

Hi ThemeNectar !

1/ I use essential grids plugin with full-width-content row and my home page have trouble with mobile : a/ with post is perfect , show fullwidth on mobile because i custom with your css :

@media only screen and (max-width: 690px) { .container, div.slider-nav { max-width: 100%!important; } }

b/ page with any Template will always have a margin-left : -131px to -151px . I tested with Mobile/RWD Tester Iphone 6 Plus (414×736) on chrome it will show me element style for vc_row like this .

element.style { padding-top: 3.97px; padding-bottom: 0px; margin-left: -151px; width: 405px; visibility: visible; margin-top: -70px; }

this my home page , trouble with mobile : http://gamestore24h.com

this my post , ok with all : http://gamestore24h.com/?p=11122

2/ why your salient tabs not show on a row on mobile ? Now it will get new line for every tabs ( my header tabs just is “A” , “B” ,”C” ) , or on mobile you can change tab header to icon as visual composer icon tabs plugin do . I love your Tab on PC , it’s very nice but not good for mobile so i will never use it and now i have to use toggle but it not the best for PC .

3/ Is it possible to make a button fullwidth , now button only have small – normal – big size , it not full width when i get it in row full width content . And how to add icons on text of button .

please help me ! thanks for all . ( 1/ is the most !important )

Thanks for your support :) Your css just fixed for stand mobile but always have a +131 margin-left when rotation to landscape mobile . Now i edited your css and it work perfect for all device .

/* full-width for page on all mobile and tablet */

@media only screen and (max-width: 479px) { .full-width-content { margin-left: 0!important; } }

/* full-width for post on all mobile and tablet */

@media only screen and (max-width: 690px) { .container, div.slider-nav { max-width: 100%!important; } }

I tested this css for all mobile and tablet devices and it work perfect .

2/ header of tabs in a row on pc but not for mobile :

pc examples :

" IOS | Android "

on Mobile :

“IOS”

“Android”

please check this my ulr : www.gamestore24h.com

how to make header of tabs on mobile look like on pc . Thanks for all … :)

Hey again, add this into the custom css box

@media only screen and (max-width: 690px) {
.tabbed > ul li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: left!important;
  width: auto!important;
}
}

I have uploaded the Salient Visual Composer pluggin and now all my pages have disappeared.

Hey Tashmitch, are you pages showing as white from the front end or are you saying they’re also not appearing in the backend?

Hi there,

Is it possible to change the background-color

I tried it and it doesnt work :/

Please help. Thanks.

Hey – add this into the custom css box:

.container-wrap {
  background-color: #000!important;
}

Hi there,

Thanks for the swift reply. But unfortunately it is not working on the theme. The main area is still white only the small portion below the footer has changed to the color.

Is there any way we can change the colors inside the site? Thanks

Hey – could you please share your URL in regards?

Hi! For me the images are too big in the masonry portfolio, it is possible to resize them at 75% approximately Thanks in advance

Hey,

you could require the size of the entire container which would effect that easily but changing the column width for say go from 4 columns to 5 columns would require additional css

Cheers

Thank you! if i buy the theme and with your support forum, will you tell me how to change css ?

Hey – yes this would be a mod within the scope of support :)

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