38439 comments found.
I was messing around with the CSS to modify the tabbed feature but then changed it back. I may have messed something up(though I replaced the style.css with the original code so it should be fine). I’m getting a weird behavior that allows the user to scroll the page to the right both on computer and mobile. Any idea on what went wrong?
See here for example:
http://www.arsnovaimages.com/corporate-headshots/Thanks,
Joe
Hey Joe!
It wasn’t because of your css changes to the tabbed element, it’s because of the people slider you have on the top. If you scroll the window all the way to the right near that section you’ll see it scrolls just as far as that slider goes.
To fix it you should add this rule to your style:
html {
overflow-x: hidden!important;
}
Ok great- where exactly do I add this? I tried putting it in the style.css and had no luck.
Best,
Joe
If that has no effect, try targeting the body tag instead:
body {
overflow-x: hidden!important;
}
that worked. Thanks!
You’re welcome 
Hi What should I do part of the work shortcodes nectar?
Hey antokyan!
I don’t quite understand what you’re asking. Would you mind elaborating a little more?
Thanks 
Hello again, I wonder if I’ve got two 1/4 column could they be align to the center of the site?
It’s looks like this: http://www.fotopegaz.pl/o-nas/
A tried with <center> but it doesn’t work ;(
Hey masterwilu!
The easiest way you could achieve the look you’re going for without creating custom markup/css classes would be to simply add the remaining one_fourth columns on both sides. e.g.
[one_fourth] [/one_fourth] [one_fourth] YOUR CONTENT [/one_fourth] [one_fourth] YOUR CONTENT [/one_fourth] [one_fourth_last] [/one_fourth_last]
Thanks, it works!
Another thing which I tried to figure out is masonry full width blog post. Actually I want at my blog site shows only Icon Image and title post and maybe some text but the rest content ( pic, text) should load after clicking on the post. Checked blog options but didn’t found it. Is that possible? http://www.fotopegaz.pl/blog/
Yes, you just need to insert a more tag where you want the content to end on the posts page. See this ticket for clarification: http://themenectar.ticksy.com/ticket/67451
Cheers
I lovee this theme soo much! It’s so easy to customize too.
I have a question though.. where can I find the map markers used in the demo? http://themenectar.com/demo/salient/contact/
or the arrow at least? They’re so beautiful & I wanted to use them lol.
Hey davidpattenaude!
I created it and don’t mind giving it to you to use 
here’s a .png of it without the ThemeNectar logo http://i.imgur.com/M6zGjbD.png
Cheers!
Thank you so much! 
You’re welcome!
Hello!
Love this theme! Quick question though – how can I change the color of the text (and link text) on the home slider? They are automatically white but my slider background image is also white. Also, is there any way of removing the grey box/background behind the main text?
Thanks!
Viv
Hey Viv!
1. Add this into your Custom CSS Box in your theme options panel:
#featured article .post-title a {
color: #27ccc0!important;
border-color: #27ccc0!important;
}
2. Here’s another snippet to change the main BG color:
body, .home-wrap {
background-color:#fff!important;
}
Hi there! Thanks for your fast reply. #1 worked except now the button is not responsive (in the demo it changes color slightly when you hover with the mouse).
2 didn’t change anything, I still have white text surrounded by a grey box . . . any other ideas? It’s not a huge problem but I’d really like it to be just plain black text (no box) if possible.
Thanks!!
Viv
Viv,
if you would like to still have a hover effect, you’d have to now add that in as well and define what to change the color to. e.g.
#featured article .post-title a {
color: #27ccc0;
border-color: #27ccc0;
}
#featured article .post-title a:hover {
border-color: #fa5456!important;
}
Hi! Thanks, that works great for the link! Only problem is the other part doesn’t work: this code doesn’t seem to change anything I’ve played with different colors and don’t notice a difference):
body, .home-wrap { background-color:#fff!important }
I’d like to have the main text plain black with no surrounding grey box (or a white box that blends with my white ground image). Is that possible?
Thanks SO much!!
Viv
Wow – I just realized that that code DOES change the background of the whole home page (I was just looking at the slider). Hmm do you have a different code just for the grey box around the slider text (eg. in the demo, the slider text says “welcome to Salient, a beautiful & robust wordpress theme”). Thanks!
Viv, here’s a snippet to do that 
#featured article .post-title h2 span {
background: none repeat scroll right -53px rgba(255, 255, 255, 0.8)!important;
box-shadow: 10px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8)!important;
color: #000000!important;
}
FANTASTIC! You’re the best!!
Thanks Viv 
There seems to be a problem with mobile devices, the recent work items on homepage aren’t clickable, it was a bit buggy on ipad and doesn’t do anything on iphone. Is their hope for a fix in the next few days?
note: the portfolio items can only be clicked through the image, it would be nice to have both the text and image to be clickable, maybe the whole div even?
Hope this helps. Thanks for your time! J
Hey James!
Yes you’re right, I only checked on android (which it they’re clickable from). I will definitely include a fix for iOS devices in the next update.
Thanks for raising this to me!
No problem
When approximately would you expect a new release with that fix?
Most likely less than 2 days 
one sugestion 
- can you add a link (url) button on portfolio items to live preview? mayby like a square button with little href icons in it? - can you add a option of “top” for homepage slider slogan text? beacouse if you insert some jpg. and some text is on the center, sometime is cover the slider image
Thanks for the suggestions kylo1989! I’ll note them as possibilities for a future update 
Cheers
great 
Hi,
Just a couple of questions before I finally purchase,
1-Is it possible to have a gallery of images in a portfolio item (on its single page)? I’m asking because all of the projects have single images in the demo..
1b-Same question for the thumbnails in portfolio (recent projects), can it be done just like the blog post with multiple images (gallery slideshow)?
2-What is the best way to translate the site? I see it’s in the features, but does it give some control on the text and is it easy to set up?
Thanks
Hey JamesNikko!
1a. The demo has two portfolio pages (gallery and extended) which show more than one image on the project page:
http://themenectar.com/demo/salient/portfolio/old-tv/ http://themenectar.com/demo/salient/portfolio/blackbox/1b. The thumbnails can only have one image for now, i.e. the featured image.
2. The theme includes a .po file which has all of the strings throughout the theme ready to change. You can use a program like po edit or a plugin like this to translate those strings into whatever language you need them in.
Cheers!
Ok Super for the gallery, sorry I hadn’t checked all the links properly.
Regarding translation, it seems doable (never tried before). So if I’m getting this right, I wouldn’t need to create any new pages? and would there be a language list in the nav?
No problem James!
Switching between languages on the fly like that would require a premium translation plugin like WPML. What I was explaining would simply translate the site to a given language, but not offer a way to switch between any.
As always, great support! cheers
This most recent update has totally screwed my site. No responsiveness, no more captions on the header, no more scrollover “more details” in the portfolio. whats the deal?! what happened?!
Hello phil_ilo,
My best guess would be that it’s a combination of you not clearing your cache and you not configuring the new options (if you’re coming from a very old version you need to activate responsive design in the theme options). Please supply me with a URL so I can begin to troubleshoot your issue – obliviously the theme is not completely broken and there’s a rational explanation for your problem 
i fixed the responsiveness. I cannot see the captions in the slider anymore, and cannot view the scrollover for the portfolio items. I also now have a black bar under my homepage slider, the “Left” and “Right” caption is coming up, and looking broken for some navigation items.
I can’t see one of those problems with your URL – checked in FireFox and Chrome. Have you tried clearing your browsers cache as I suggested?
Hi, One of the best themes I’ve come across! Very easy to implement and adjust.
One thing, is it possible to turn off the nectar-love boxes? Thanks, Will.
Thanks a lot wibotheme!
Please see this ticket in regards to removing the love button http://themenectar.ticksy.com/ticket/54739/search/
Cheers 
Great that worked many thanks!
You’re very welcome!
Hey, great Theme! I can’t find ‘galery slider’ option in portfolio under Project Configuration line, there is only ‘Custom thumbnail image’ but where is galery slider option?
CHeers
Hey masterwilu!
As stated in the portfolio video tutorial, “The instructions seen in this video regarding slider gallery creation only apply when using WordPress 3.6. If you wish to create a slider gallery in prior versions, it can be done using multiple featured images. You should see 6 boxes for them on the right hand side :)”
Ok. Thanks for Your fast reply 
You’re welcome!
Hi, nice work on the theme, it’s really slow to load though, and when your scrolling past the initial slides/parallax bit, it’s not a smooth scroll, bit jagged. Is it just me? Putting me off purchasing for now…
Thanks rockywilder,
I don’t know why it would be slow to load for you, the theme files are rather small and all of the images used are fairly compressed. The home page all together is 1.3mb.
As for the smooth scrolling – it can be resource intensive, but there’s always the option to disable it 
Cheers
Hi.
- Where I can choose “Home Extended”?
- How can I change texte “Recent Work” by “Recent picture”?
- How can I translate all terms? Qtranslate? WPML?
Thanks you
Hey wincher, thanks for buying the theme!
1. The extended home page isn’t a layout to assign but rather an example of what can be created with all of the new features added in 1.6. If you simply install the dummy data file, you’ll gain the entire setup if that’s what you want. I also recommend you go through the video tutorials to get more familiar with the features/options going forward 
2. You can alter that in your theme options panel under the portfolio options tab.
3. Yes you can use either of those plugins or even a program like PO edit. The included .po file has all of the strings ready for translation.
Hi ThemeNectar,
The latest update fixed all my issues. Thanks!
However, I seem to have a new problem. When I ran my site (on Salient 1.5) through the W3-validator I got around 3 errors – which is pretty good. But when I run version 1.6.1, I get a stunning 21 errors. Most of them are
‘Element meta is missing required attribute name.’
And a couple
‘Bad value twitter:domain for attribute name on element meta: Keyword twitter:domain is not registered.’
It seems like there is some sort of coding-issue, as the previous versions did not have these errors. Do you know what this is and how we can fix it?
Regards!
Hey Hugo!
Is there a specific page on your site you can give me to run through the validator so I can read all the errors myself?
As you know, I don’t even have any meta values for twitter in Salient because it doesn’t include anything to interact with it. That sounds like it might be from a plugin you’re using?
I ran the live demo through the validator and here’s the result. There are only 5 errors and all of them are for stupid things on the iframe embeds from YouTube/Vimeo.
Additional information to my last post: - WordPress Importer 0.6.1 - Wordpress 3.5.2
Please see my response to your first comment 
Thanks!
Hi, I have installed the template and import the XML file. Unfortunately, I’m missing all the pictures. Sure, i have checked “Download and import file attachments”. Cheers & great work!
Hey kunstwerk, thanks for purchasing the theme!
As mentioned in the theme description and in the getting started video, most of the dummy images can not be included do to copyright. The demo includes a couple images (mostly ones that I made myself or ones that are simply referenced on the themenectar server still) but other than those few, the rest are replaced with black boxes just to hold the layout structure.
I’m not sure if this is a bug or by design but in a portfolio item, if you select a second image to add to the post the sidebar no longer stays on the screen if the global option has been set. As soon as the second image is removed the sidebar remains on screen as desired. This means you have to do the gallery style?
Also the extra comments for the portfolio items does plain text by default, ie paragraphs aren’t made even when you return on a line of text. This is time consuming to manually fix?
Also shortcodes always go up the top of the text box, never where the cursor is, making it very frustrating to put icons etc where you want them. This is the behaviour on IE10 and WP 3.5.2
Other than this, I congratulate you on such an awesome theme!
Hey ketterj, thanks for purchasing the theme!
1. Your sidebar should not disappear when using two featured images. I’m a bit confused by what exactly you mean with that – could you supply me with a URL example?
2. I’m assuming you mean the extra content editor rather than “extra comments” correct? If so, I will note that right now to investigate/fix 
3. If I’m not mistaken, IE always does that and I know it’s really annoying. Other browsers like FireFox/Chrome/Safari will insert the shortcode wherever your mouse is so it’s recommended to use one of those when editing your site.
Cheers!
Thanks for the reply. 1. http://www.affgroup.net.au:8080/portfolio/smooth-grease-co – This has only 1 image, note the sidebar stays in view. Now look at http://www.affgroup.net.au:8080/portfolio/mesu-oil-recyclers and this has “second image” and “third image” specified in the post (done by using the right hand side options on the post screen, not by gallery etc.
2. Yes sorry Extra Content area. For me it doesn’t do paragraphs on line carriage return etc.
3. Ok thank you 
You’re welcome!
—
Regarding your first query again, I checked both links in FF, Chrome and IE and can’t see the sidebar getting hidden in that second link with the gallery from featured images. Are you also unable to see the sidebar in the live demo’s gallery post? http://themenectar.com/demo/salient/portfolio/old-tv/
On your demo site the sidebar is disappearing as I scroll down… the side bar is not remaining in view. I have IE10 on Win8 (desktop mode)
I’ve checked on windows 7 IE8,9,10 so I guess it must be a windows 8 specific thing? I’ll test on that setup later tonight and report back if I have the same phenomenon occurring.
Windows 8 IE10 and Windows 7 IE10 are different build numbers, Windows 7 being the older of the two from memory. My Win8 is 10.0.9200.16599 FYI 
Thank you 
Thanks for the number 
Hello, masonry blog w/ sidebar stopped working and standard blog w/sidebar and blog posts wont show up the header.
How can i fix that? Thanks!!
Hey FernandaSampaio,
I didn’t touch the blog files in the last update, and as you’ve seen – they remain in tact in the demo.
Please supply me with your URL and it would actually be best if you could open a private ticket on the support forum with your credentials so I can login and see what’s going on with your setup.
Thanks!
sorry! just figured out it was a conflict of the update with a plugin. Investigating it now. Thanks for the quick response!
Glad to hear 
Cheers
figured out! just so you know for future reference… Simple Ads Manager is crashing the theme.

Okay, thanks for the info!
Cheers
Hi,
The option to change accent colour doesn’t work for small icons shortcode. Large size work ok.
Cheers
B
Hey B!
Yes, that’s because the small icons are never effected by the accent color so they wouldn’t be effected by the alternative accent colors either.
edit – I thought you meant the “tiny” ones, if it’s not working on the small ones than that’s a bug that I’ll patch 
yes, small not tiny 
Already created a fix, if you want it early just open a ticket on the support forum and I’ll post what to change.
Cheers!
Ticket #68470 Thanks 
You’re welcome!
Thanks!!! 
hi themenecter,
theme continues to rock!
two questions: 1) the portfolio filter is stuttering for a moment when clicked instead of the smooth motion on the demo site. anything i can do to smooth that out? see here.
2) how can i change the color under the copyright bar to match the color of the copyright bar? as it is now, on a short portfolio page filter just the bar moves up with white underneath. i’d like that to be the same as the bar. see here, and filter by “teaching”.
thanks so much ya’ll, really love your work.
cheers, emily
Hey emily!
1. It looks like your sortable dropdown contains many, many nested ul’s. Did you make almost every category a child of something? Whatever the reason, that’s the cause of the stuttering.
2. The only way around that is to have a footer that sticks to the bottom when the page content is too small to fill the window. I might implement something like this in a later update, but for now here’s something to get you in the right direction – http://ryanfait.com/sticky-footer/
thanks for the quick response…
1) that makes sense. i did make each category a child so that i could order them in a specific way. is there a better way to do that so that i dont get that stutter?
2) i appreciate the nudge in the right direction with the footer. i’m not quite sure where to place that code but i’ll keep plugging away.
thanks again, emily
You’re welcome 
1. The categories will display in the order you create them in the back.
2. Sounds good!
.
hey again,
ive been trying to reorganize those categories so they order in the way i create them, however, they’re appearing alphabetically no matter how i put them in.
i did reduce the number of nested categories, but its still stuttering. i’m just curious to know if im missing something.
thanks, emily
Hey,
1. Yeah actually I forgot that by default it will get sorted alphabetically. To change that open up your functions.php file and locate the “nectar_page_header” function. Just run a search for it and you’ll find it
inside that section locate the call to the list categories function:
<?php wp_list_categories(array('title_li' => '', 'taxonomy' => 'project-type', 'show_option_none' => '', 'walker' => new Walker_Portfolio_Filter())); ?>
Change that to this:
<?php wp_list_categories(array('orderby' => 'ID', 'title_li' => '', 'taxonomy' => 'project-type', 'show_option_none' => '', 'walker' => new Walker_Portfolio_Filter())); ?>
I’ve added in that array an option for “orderby” and set it to ID. WordPress has the following options it will accept for that so feel free to play around with them:
- ID
- name
- slug
- count
- term_group
2. You should remove all the nested categories, if there’s more than one ul in the dropdown if will have a jitter like you’ve noticed.
wow, thanks for all this. i replaced the old function with the new one but im not sure where to look so that i can play around with the ordering. nothing has changed in the portfolio project categories section. should i be looking somewhere else?
Inside of that nectar_page_header function that I led you to, there are actually two instances of wp_list_categories. One for the when a page header is used without a background image and one for when there is. Make sure you update that function in both places 
you’re right. i missed the second instance which i’ve now changed. the thing is, im still not seeing anything different in the portfolio project categories section. is that where i should be able to reorder these categories?
again, thanks so much!
Hey Emily!
When adding the ‘orderby’ => ‘ID’ into the arguments for the wp_list_categories function, your categories will no longer be order alphabetically and will become ordered by the order you created the categories (which was our goal). I have tested this locally, are you not seeing that happening?
ok, yes, i think that’s how its working. in wordpress they are listed alphabetically, but on the site they’re in a different order–i assume by when they were created?
so, to reorder them, i would need to delete them all and re-enter them in the order in which i want, right? or is there a way to change the order without deleting them, so i dont have to re-click them all in the portfolio posts?
You would have to delete them and recreate them since there’s unfortunately no easy way to alter the id’s