38436 comments found.
Hello ThemeNectar,
I have a question about the text alignment under the portfolio thumbnails. I tried to center the portfolio item names and used the following code snippet:
.portfolio-items .work-meta {
width: 100%!important;
text-align:center!important;
}
.portfolio-items .nectar-love-wrap {
display: none!important;
}
It looks fine on a 27” iMac as you can see:
http://files.echodesign.nl/Screenshot_01.png
But on a 13” Macbook you see this:
http://files.echodesign.nl/Screenshot_02.png
There is a white space on the right and I can’t get rid of it. Probably a space that is reserved for the nectar-love-wrap I guess? Is there a simple css solution to remove that space?
Best regards, Ron
Hey Ron!
Since you’re already using a snippet which should eliminate the space used by the nectar love, could you share a URL so I can see what could be stopping it on your end?
Cheers 
Hey ThemeNectar,
Thanks for your help!
It’s far from finished, but I turned off the password for my website (http://echodesign.nl) so you can see what’s the problem. On a large screen you see screenshot 1 (from my post above) and on a smaller screen (MacBook 13”) you see screenshot 2. If you select the whole page (cmd+a), you can clearly see the difference if you resize the browser window.
Thanks in advance!
Hey again!
Try adding this into the Custom CSS box located in your Salient Options panel:
body #portfolio.portfolio-items .col.span_3 .work-meta {
width: 100%!important;
}
Yesss! Problem solved! 
Thanks very much!
You’re welcome 
Hi, would it be possible to make tabs with custom or permalinks? e.g. www.mywebsite.com/about/#tab-mywork and use the link to point to the specific page with opened tab #tab-mywork
Thanks a lot
Hey Poloplayer,
unfortunately this would require some custom JS development at the moment – this is currently an item on the wishlist though 
Cheers
Understandable, and thanks a lot for such a great theme. Cheers
You’re very welcome 
Hi again 
Loving the theme more and more every day, it’s got endless capabilities and with you guys continually raising the bar, the sky is the limit on this one!
Having trouble trying to get a 5 col thing in the visual editor. Have tried custom 1/5 + 1/5 + 1/5 + 1/5 + 1/5 but this doesn’t display properly. Am I missing something?
Keep up the good work!
Cheers Dan
Ok, I see why there is no 5 col (because it doesn’t go into the 12 col grid) am I right in assuming I just create a style (.col-one-fifth { width: 20%; }) is that applied automatically? How do I get this working in the visual editor?
Hey Dan!
There’s no way to easily add that into the page builder, but if you switch into the text tab on your editor you can use that like:
<div class="col-one-fifth"> content here </div> <div class="col-one-fifth"> content here </div> etc.
Hello again! Thanks for all your prompt replies 
Another thing… on the mobile layout of my Home, Contact & About pages (anything with a fullwidth section w image below nav) there is a gap between the NAV bar and PAGE HEADER.
This gap reveals the background colour showing through (so it looks like there’s a purple bar at the top of the page).
How do i get rid of this gap (without breaking anything else)?
If I can’t get rid of the gap, how can I change the background colour?
THANKS!
Hey again! 
Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (max-width : 1000px) {
body #page-header-wrap {
margin-top: -18px !important;
}
}
ThemeNectar, just want to make sure if this is happening to me only. Ever since I have updated to the latest version, my plug in items keeps showing that I have one update. However, all plugins are updated. Once I take out this theme the plugin update notification number goes away.
thanks for taking a look at this.
Hey kaifanun!
No reports of this yet and I can’t seem to replicate this locally – does it mention what plugin needs updating?
Cheers 
No, I just have the “1” icon indicator on. But when I go to check to see what plugin, noting there. All of my plugins are up-to-date. When I take out your theme and activate the default 2014 Wp theme the plugin update indicator goes away.
That’s pretty weird – but unfortunately I don’t have any answers at this time, I would ideally need to log in to your setup so I could take a look. Can you open a private ticket on http://themenectar.ticksy.com/ in regards?
Cheers
I am working with a client that needs to use JW Player 6x but it’s not functioning properly with this theme. Is anyone using JW Player successfully with this theme.
HTML5 works some of the time. Flash fall back to HTML5 never works.
Hey vlinksolutions, I haven’t heard reports of this before so I can’t lend much information off the top of my head. If you can supply me a URL to where it’s failing I’d be glad to take a look though 
Cheers
So I thought this was fixed but today I found it wasn’t. Here is a link to the DEV site. The HTML5 setting with JW Player seems to load but about 80% of the time we only get audio. When I move JW Player over to Flash the size doesn’t work right. Very odd
http://dev.atpconnect.net/news/2014-cio-roundtable-highlight-video-released/Hey – try to delete this from the style.css file:
object, object embed {
display: block;
height: auto;
max-width: 100%!important;
}
Hi there
Is it possible to make the grey container background pure white?
battleoftheblogs.co.uk
Hey gadgetxpert!
Yes, add this into the Custom CSS box located in your Salient Options panel:
body, body .container-wrap, body .home-wrap, body #page-header-wrap { background-color: #fff!important; }
Cheers 
Great. How can i make the page title background white/
Sorry change that to:
body, body .container-wrap, body .home-wrap, body #page-header-wrap, #page-header-bg, .project-title {
background-color: #fff!important;
}
Is there any way to change the layout for the SHOP Woocommerce?
the page is very plain and would like to add style to the product pages.
When incorporating the Woocommerce short codes, they work fine, but if the customer clicks on “shopping cart” they are able to click on the DIRECT product page which is very plain and can be confusing. Is there a way to hide the actual product pages or link back to the more decorative page that was built using woocommerce short codes?
very least, if we have to use the product pages built into salient, can we move the TABS below the picture so they are wider? having it all to the right of the picture itself doesn’t look clean.
Hey mikesjolie,
It would take some custom development to remove the single pages all together but to alter the position of the tabs – open the functions.php file and delete this section to allow the tabs to be below the image:
//change tab position to be inside summary
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
add_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1);
Cheers 
Is there a way to center the header logo vertically? The header logo is way too close to the homepage slider on my site. Here’s my url:
http://evangelwichita.geoffmclarty.com/Hey geoffmclarty,
You’ve entered -2000 for your header padding which is breaking the functionality – please make that a positive integer and bring it to a reasonable size 
Cheers
This doesnt actually answer the question though. All adding a positive integer will do is make the header bigger. I dont want the header bigger.
You’re breaking the calculations by doing that, if you want the logo centered you need to add a positive integer. If you don’t a lot of padding enter a small number or “00” for none. You just can’t enter something that doesn’t make sense like -2000 as this will parse into invalid css. 
Hey. Love the theme but I have a couple of requests for the portfolio which might be useful for a future update:
1) It would be awesome in the project style if I could just have a plain clickable thumbnail which takes the user through to the project page. 2) I’d love to be able to order the projects in my portfolio. At the moment I’m doing it by altering the publishing date but that feels a little hacky!
Keep up the good work. 
Hey!
1. This ticket goes over changing that: http://themenectar.ticksy.com/ticket/46431/search/
2. Use this plugin: http://wordpress.org/plugins/intuitive-custom-post-order/
Cheers 
It there a way to make the Testimonial Slider one size so it doesnt auto rezise on a parallax page causing the page to move up and down with different length testimonials?
Hey TxPunisher,
yes but this would require custom css – if you can lend me the URL of your page using the testimonial slider I’d be happy to help 
Cheers
HI 
My question is PowerPress related:
I added podcast audio player, but it leaves empty unnecessary space above and below the audio player, both on a blog page and on the individual pages. I contacted Blubrry about it, because I want the audio player to be like a normal line, without this extra space above and below, and they replyed:
“The problem is your theme’s CSS. It is telling the player to have spaces between the player and the links. You will need to talk to your theme developer for help changing this.”
would you know which part of the code should be changed to remove the additional unnecessary space? you can see what I mean here: http://www.mmevelo.com/blog2. My second question is: the default width of the pages is either full width or container. how can I controll the width of the page? I would like to be able to make the content wider, so the distance between the edges of the screen and the pictures are smaller ( that would mean that all elements like the widgets in the footer, or navigation elements would follow this new site width)
3. there is something wrong with my portfolio page. I set it up to show only one portfolio category, horozontally. On the portfolio page, I see the images from the category placed horizontally, but… below them, again categories, and the Title, and portfolio items placed vertically, that were not set by me. I checked the dasboard for the page, but it is clearly just one portfolio item. http://www.mmevelo.com/portfolioThank you for your help
Best wishes
M.
Hi, I have solved the third question: I have chosen in the page attributes : the page layout : portfolio, and added portfolio item to my page. That is why it doubled the portfolio items on my page. I chose the default template in the page attributes instead, and now it works just fine.
cheers!
Hey New_Castle!
1. I currently can’t see any audio players on the blog – can you let me know which post to look in?
2. Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1300px) {
.container {
max-width: 80%!important;
}
}
Cheers 
Hey 
what I would like to have is, the wider content box. for all of the pages, including the home page. that also means that the navigation bar elements, and footer widgets, and the lowest footer with the copyright text would also follow this new content width.
like here: http://functionals.eu/designersOne exception would be for the elements of portfolio, or products that I assign to be full width. like on my home page now. so that elements go from the edge of the screen to the edge. This option can be of course set up from the dashboard of your magnificent skin.
but here I will also have a tiny question…:)
for the full width portfolio items, how to manage the left and right padding of the portfolio elements? I can manage the padding from the dashboard for the above and below of the portfolio elements, but how to add some extra space I want between the potrolio elements ? This would mean that this extra space would be like a border for the portfolio element, also would be between the portfolio element and the edge of the screen.
Thank you so much M.
hey
I removed the custom css code, so now the porfolio page and the blog page look like before, because you would not see the Power Press blog post, as it is hidden now from the view, half of the content like blog posts, or portfolio itemas are hidden on the left hand side
so now these pages look like before. My question remains: How to have the site content box ( including the nav, the footer) wider, like on the functionals page I mentioned.
Thank you, I know that it is possible, I was able to do it on Thesis,
ciao!
My friend
Regarding Power press. I opened my site in Firefox, and I see that it does not show the audio player on the blog post.
When I watch the site on Chrome, it shows the audio player.
That explains why you did not see the audio player on the blog page.
Hey again!
1. Open your style.css and remove this rule:
object, object embed { display: block; height: auto; max-width: 100%!important; }
2. Try setting it to a px value instead of percent
@media only screen and (min-width: 1300px) {
.container {
max-width: 1300px!important;
}
}
If that doesn’t work, please let me know how it looks before removing it.
Cheers 
Hey 
I am stunned again.
1. works perfectly.
2. works good, it is what I wanted. I will have a few minor questions to you later, as some aspects don’t align now. But my question has been answered and problem solved.
Thank you
ciao
M.
You’re very welcome 
Hey Nectar,
My footer looks good on all my pages but when you click on a blog post, the footer shrinks to 1 column instead of 3 columns. Do you know why this is?
http://www.upupweddings.com/2014/02/12/russ-marybeth/Thanks!
Hey althaua, it’s from this custom css you’ve added:
.col {
clear: both !important;
display: block !important;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
You need to make that rule more specific to target only the columns you mean to 
Okay, cool! I don’t remember why I had that code in there in the first place…but how would I target only a specific column? Thanks!
You could target by the page id given to uniquely on page through the body class
For example,
body.page-id-29 .col {
clear: both !important;
display: block !important;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
Cheers 
Upon re-sizing the window my search icon jumps underneath the navigation. Using the boxed theme style and the items in my navigation flow into my logo.
I removed the search feature but IE still displays it and does the same thing. However chrome displays it fine once I remove the search.
Any help would be great!
Hey EHRconcepts, if you can supply me a URL i’d be glad to take a look – it sounds like a simple case of you running out of room for your nav items would could be remedied with css 
Cheers
Hello,
I currently do not have an example live but possibly the image might help
http://ehrconcepts.com/ http://i1144.photobucket.com/albums/o500/oelenberger14/NewMenuLowResWithSearch_zpsd6755eca.jpgYou have helped me with several other issues and just wanted to say thanks a bunch!!!
Hey again!
Here’s the technique you can enter into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
#header-outer #logo img {
padding: 10px 10px 20px 0px!important;
}
header#top nav ul:not(.sub-menu) li a {
padding-left: 6px!important;
padding-right: 6px!important;
}
}
Play with the values as that might be too aggressive for your setup 
Cheers
I would like to add an image at the top of my masonry blog as a title. Is there a way to do this? I have been attempting to add it, but it shows up in the background behind the blog posts.
Hey aarondub84,
You would have to modify the index.php file – if you can provide a URL to your current attempt I’d be glad to take a peek 
Cheers
Hi guys,
I’ve got an unwanted margin below my header and I’m trying to remove it.
The URL is http://sloly.mcg-uk.com/
I’ve tried to use
#page-header {
margin-bottom: -20px!important;
}
But nothing it working. Can you please advise?
Hey MidasCreative_,
Add this into the Custom CSS box located in your Salient Options panel:
.home-wrap .full-width-section.first-section {
margin-top: -55px !important;
}
Cheers 
Thanks guys! V helpful as always (hence multiple purchases) – keep up the good work!
You’re very welcome!
Cheers 
This is my last question, been struggling for weeks with this after updating and so on..but no way..
How can I remove the white stripe at the bottom of the website? Just above footer?
site is multicorechina.com
Hey again 
Add this into the Custom CSS box located in your Salient Options panel:
.container-wrap {
padding-bottom: 0!important;
}
Hi 
how can I remove whole header with whole menu? I need to make single page without header.
Hey dawidborciuch!
Add this into the Custom CSS box located in your Salient Options panel:
#header-outer, #header-space {
display: none!important;
}
Cheers 
Hello!
Is it possible to have a fixed footer bar?
Hey manojmulani!
Add this into the Custom CSS box located in your Salient Options panel:
#footer-outer #copyright {
position: fixed!important;
bottom: 0!important;
left: 0!important;
width: 100%!important;
}
Is it possible to set this theme as an OnePage-Theme. By menu items should then be scrolled for each point down (like parasponsive theme). If it possible i will buy it. Sorry for my bad english
Hey viperzer,
Yes, but you’d need to use this plugin: http://wordpress.org/plugins/page-scroll-to-id/
Cheers 
thanks a lot
You’re welcome 