38434 comments found.
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
I mean that, all my pages on Chrome, now show a scroll bar after a moment.
Hey Josh,
could you kindly share a URL in regards?
Cheers
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
Cheers 
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
Hi, twitter share count on portfolio items doesn’t seem to be working properly, it doesn’t count the number of shares correctly.
Help please.
Hey – could you please share your URL in regards so I can take a look?
Hey again,
the share counts showing on the page http://www.disfrutasevilla.com/sevilla/mcfite-mirador-santa-justa-sevilla/ are lining up with whtat the twitter API is showing for that page as seen here: http://www.sharedcount.com/#url=http%3A%2F%2Fwww.disfrutasevilla.com%2Fsevilla%2Fmcfite-mirador-santa-justa-sevilla%2FHey, 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
Hey emlynscott,
you can use an image gallery element with custom links for each image that can lead anywhere you need them to
Cheers
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=0Other examples:
@media only screen and (min-width: 480px) and (max-width: 690px) {body .container { max-width: 87%!important; (instead of default max-width: 420px) }
@media only screen and (max-width : 690px) {
.container, div.slider-nav { max-width: 87%!important; (instead of default max-width: 300px) }
@media only screen and (min-width : 690px) and (max-width : 1000px) { .container { max-width: 91%; (instead of default max-width: 600px) }
Hey, could you share your actual URL in regards so I can take a look?
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,
you’d need to use a column layout – in the caption field try adding this:
<div class="span_6"> Video Here </div> <div class="span_6"> Content here </div>
Cheers
Hi,
Thanks for the reply. I did what you suggested and it helped some as the video is now the right size. The problem I am now having is that the content is showing up below it instead of next to it. I tried increasing the number in the second div tag but that just moved it to the right… not sure how to get it on the same row. Can you assist with that?
Here is the site http://superstarseo.com
Hey, sorry change that to this:
<div class="row"> <div class="span_6"> Video Here </div> <div class="span_6 col_last"> Content here </div> </div>
Hi, thanks for responding. I implemented what you have here but it didn’t seem to change anything… sorry to be difficult but I am not sure what to change here…
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 )
Hey,
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) {
.full-width-content {
margin-left: 0!important;
}
}
2. Are you saying that you simply can’t get your tabbed content (galleries) to display on mobile?
3. It would be possible with css – add a class onto your row such as “full-width-buttons” and then use this in the custom css box:
.full-width-buttons .nectar-button {
width: 100%!important;
}
Cheers
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 
awesome theme … love it … my site is kevinzahri.com but have some questions:
1) if i set the portfolio page view to 16 items but say have 40 items in 4 categories … the category sorting does not work if the item is not immediately visible as part of the 16 latest items … any workaround other than setting view all 40 items? http://kevinzahri.com/videos/
2) i have been having some problems getting the infinity scroll to work on … works on portfolio http://kevinzahri.com/videos/ but not at the blog side (currently deactivated to pagination)
3) are there any set or recommended sizes for the media/image settings?
Hey,
1. You can use the infinite scroll option to help out but changing the functionality further would require custom development
2. Could you kindly open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com/
3. It depends on what element you’re uploading the image for. Such as a full width slider would need an image around 1600px wide or higher but a featured image on a portfolio element could require as little as 600px wide depending on what size project you’re using
Cheers