38351 comments found.
helloo!
nice theme! Anyway i have a requirement, can you take a look at this web? http://www.tianjiao.cc/
please see at the left and there’s a moving image picture that describe each of their product, and once we click one of the image, it will go directly into the product page clicked before.
Can we do that on this theme?
I’m trying to make a home page which can show all my product withhout even have to scrolldown, and one of the way is moving and looping image as the button link.
Please advice Many thanks!
Hey hansenwidjaja, this would actual require the use of a plugin since there’s no vertical carousel that scrolls like that included in the theme.
Cheers 
Hi ThemeNectar,
Anyway to turn off the Hover function to my portfolio thumbnails? No need for the titles to show up as well. I’m going to add my own titles within the jpg of the thumbnail.
Thanks!
Hey!
Add this into the Custom CSS box located in your Salient Options panel:
body .work-info-bg, body .work-info {
display: none!important;
}
Thank you! What about taking off just the text and leaving the highlighted color, but changing the color to highlight on this page? http://urbanworkstest.com/people/
Also I noticed that the thumbnails don’t link to anything when I put that code in. These thumbnails should like to there project page.
Sorry, change that to this instead 
body .work-info i, body .work-info .vert-center {
display: none!important;
}
Hi ThemeNectar,
Looks like my top row portfolio thumbnails are shorter than the rest of my thumbnails. Anyway I can fix this? see screenshot here…http://i.imgur.com/3ZlEjxh.jpg
site is live here. http://urbanworkstest.com/projects
Hey LiskaD,
Add some top padding in for your row holding the portfolio (try 35)
Cheers!
thank you! this worked!
You’re welcome 
Hi there!
1. Is there a possibility to make a sticky menu on the bottom under the slider?
2. And may the menu scroll to top (and stay there) when the slider is gone?
Maybe like that one? http://www.fmedias.com/studiopoint/index_menubottom.html#!homeSorry for the covert advertising 
Regards, pete
Hey pete, that would actually take some custom development – but this item is already on the wishlist 
Cheers
Hello again!
I think I need some help with a bit of linking. From my single portfolio page I want the user to click the 4 squares icon at the top and go back to a certain section within the main home page.
I’ve changed the ‘Main Portfolio Page URL’ in the salient theme settings to www.website.com/new/#portfolio
I’ve tested this link and when I open it, it immediately loads in the right bit of the page. However whenever I click the 4 squares icon I am taken to www.website.com/new. It’s almost like it just ignores my ’#’ link.
Any ideas what I can do to fix this?
Thank you again!
Hey JoeKozak! Anyway you can open a ticket in regards so I can log in and see what’s going on?
Cheers 
Hey, problem resolved itself! Not sure what happened 
Good to hear! 
Cant find my previous post on this… but your bar-loader-shortcode has a wee bug. You see how the percentage overlaps the text in this example?
http://kommunekommunikation.dk/kanalstrategi/Hey, the tooltip will always display on the end of the bar so if you’re using small percentages in small spaces (like the 1/3 column) you might want to hide them and just write the the % in the label:
.nectar-progress-bar span strong {
display: none!important;
}
FYI – I keep getting a few pixels with no overlay when I publish my videos. An example is following page (on the bottom of the video):
http://kommunekommunikation.dk/ydelser/kurser/OK I see now that the error comes and goes for each reload of the page
Hey again, is that occurring in all browsers? I haven’t been able to see this yet on my end
I really LOVE everything about this template! Our website looks just perfect now (with the exception of grammar checks and the videos in the headers, we are currently working on better versions) and we are happy we can finally showcase our work on all pages.
1 noob questions, though. Can I get a notification when someone ‘hearts’ a post or project? I’m new to wordpress, so I don’t know if it’s a build in wordpress function or a part or your template.
This is our website: www.proxplain.com
Hey ProXplain, that’s great to hear!
Unfortunately that would take custom development to the nectar-love function since there’s nothing in place for anything like that by default.
Cheers & congratulations on the site 
Is it possible to use different logo image with non-transparent header? Thanks
Hey anqi89, right now that option is only available with the transparent header active – but it would be pretty easy to turn that on and then use css to keep the header a solid color:
html body #header-outer.transparent[data-transparent-header="true"] {
background-color: #fff!important;
}
Cheers 
I am waiting for the new version with rtl support yet 
Hey mr_henry, it should be out next week 
How do i increase padding between columns so that it only affects the right hand margin and not the whole area?
Eg on this link in the first 2 columns the gap in the centre is not big enough
http://www.webteam.cornwall.nhs.uk/portfolio/uversity/R
.wpb_column {
padding-right: 20px;
}
.wpb_row > .span_12 > div:last-child {
padding-right: 0!important;
}
Wont this affect all columns throughout the site though bud?
Yes, if you need it to only effect certain columns you’ll have to add a class to that column and change the snippet accordingly:
.wpb_column.your-class {
padding-right: 20px;
}
.wpb_row > .span_12 > div:last-child {
padding-right: 0!important;
}
Hi Bud, added this:
.wpb_column.portfolio {
padding-right: 80px;
}
.wpb_row > .span_12 > div:last-child {
padding-right: 0!important;
}
And then added the class of
wpb_column.portfolioto the left column only on the block, unfortunately though it appears to be doing nothing?
In the class input field you would only enter “portfolio” (without quotes) not “wpb_column.portfolio” 
Hi Bud,
On portfolio pages is it possible to have the headline under the featured image, very much like this: http://focuslabllc.com/work/uversity
Currently in my re-creation I have this http://www.webteam.cornwall.nhs.uk/portfolio/uversity/ this is using the header image setting, tried using the nectar slider as well but to no avail
Rich
Hey, you’ll have to just hide the default title/controls with this:
#full_width_portfolio .project-title {
display: none!Important;
}
and continue placing them in below as you have in that example project 
Oh thats a shame because there wont be a way to view next previous project or back to portfolio page, is there no other way? Perhaps move them down via css?
It would actually require modding the functions.php file in the page header function where the output gets generated – it would a lot better to move the HTML outside/below the header than to use css for this
Can the functions.php page put used in a child theme? I’m not keen on adding code to the functions.php page because this would get broken on your next theme update. Is there def no other way of changing this?
You can modify things from a child theme functions.php and this is also going to be extended even further in the next release to allow for child theme overriding of key functions within that file for easier modding when do more serious changes 
When is the next release bud? Any chance you can help me or explain how the functions file can be placed in the child with header and portfolio changes I asked you about – bit stuck
Hello.
Any way to add a featured products or recent products section on the home page?
Hey MattVanDyck,
Yes – you can use woocommerce shortcodes to displays product sets where ever you need: http://docs.woothemes.com/document/woocommerce-shortcodes/
How to add an extra social icon and textbox? I want to add my issuu-account to the theme. www.issuu.com
If you’re trying to add it into the footer/header with the others you’ll need to open those files and add a new list item into the social list – you could use an image or icon if you have the means to load a new icon file for that network into the styles to call
Hi! Thank you very much for the theme! It is really great and we enjoy working with it. Howerer all wordpress developers which we hired to work with the theme tend to harm some of it functionality. Do you offer any kind of customization work for additional payment? If yes we would greatly enjoy. You are the best!
Hey changellenge! Unfortunately I’m too busy with development/support to take on freelance gigs – but I’ve seen decent work from Envato studio (through mods that have been done to various buyer’s setups). Have you already tried some developers from there?
Cheers 
Thank you very much! unfortunately I have not tried Envato studio yet! Do you have someone to recommend? Thank you in advance!
Sadly I don’t, but you can assure a certain level of quality since the developers have to be approved through Envato 
My site portfolio posts appears twice, do you know whats the fix for this?
Hey secinc, check to make sure you don’t have the portfolio template assigned if you’re using a portfolio element ins visual composer or the shortcode on the same page.
Hi ThemeNectar,
Sorry for the long list of requests. By the way, you guys have been very helpful! Can you please help me with the follow requests below?
site is live here urbanworkstest.com
1. Tighten navigation leading on smartphones. Also, make carets white…see screenshot here for details….http://i.imgur.com/MlWCLMp.png
2 When in a project/portfolio page can I have my nav be highlighted to show which page they are on? See screenshot here… http://i.imgur.com/reldor3.jpg
3. Can we make the visited nav be bold instead of regular weight? See screenshot here… http://i.imgur.com/4lstrVg.png
4. This request, I would be very grateful if you cloud help out on. At this stage in my project I’m in need of some custom navigation. Can you take a look at my screenshot and see if this is possible? If so, what steps can I take to complete this? ... http://i.imgur.com/1rwfhY6.jpg
5. Can we bring up the names under team head shots? Also the leading needs to be tighter… http://i.imgur.com/f6mSaYw.png
6. On my site I’ve got a custom png caption, but If I wanted some functionally to go to the next slide that looks like this… http://i.imgur.com/KemTNo4.jpg, what kind of options do I have? I think the carets that is currently on the site now gets lost in dark areas. Can we change colors to the current carets to make them more visible?
7. Is there custom CSS I can add to make all hard breaks have less leading space? The breaks have to much space. See screenshot here… http://i.imgur.com/dJnYbq3.png
Hey LiskaD,
1.
body #mobile-menu ul li a {
padding: 10px 0 !important;
}
a > .sf-sub-indicator {
padding: 10px!important;
}
a > .sf-sub-indicator i {
color: #fff!important;
}
2. Open the init.js file located in the js folder and search for ”//portfolio more details page menu highlight”
3.
.current-menu-item a {
fonot-weight: bold!important;
}
4. You’d need to open up the single-project.php file and add this into the sidebar div:
<?php next_post_link('%link','Next Project'); ?>
5.
.team-member img {
margin-bottom: 0 !important;
}
.team-member .position {
margin-top: -5px!important;
}
6. The positioning would take some time working with the css – but changing the color is easy:
body .swiper-container .slider-prev, body .swiper-container .slider-next {
background-color: #517891!mportant;
}
7.
p {
padding-bottom: 14px!important;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 4px!important;
}
Cheers 
6. This worked, but on some of the slides it changes to white. Is this because it can tell if it needs to be visible ontop of dark image backgrounds? See the 4th slide… http://urbanworkstest.com/
Also…
1. Thank you! This worked.
2. I need to add to this request before moving forward with editing the init.js file. My project page has sub project pages (educational, planning, residential, other projects, ideas). Let’s say when I click “educational” which takes me to this page.. http://urbanworkstest.com/educational/ I need the nav to say… PROJECTS EDUCATIONAL ...like as seen here… http://i.imgur.com/w0Tu7QI.jpg Also, when on a specific project page like this one… http://urbanworkstest.com/portfolio/uno-galewood-elementary-school/ I need the nav to also say PROJECTS EDUCATIONAL ...like as seen here… http://i.imgur.com/tDmaNkb.jpg
3. Thank you! This worked.
4. Where would I need to add this code if I want the “Next Project” link to be just under the description text as seen here?... http://i.imgur.com/sPPUAkZ.jpg
5. I was able to tighten the the leading and bring Patricia’s name up, but now spacing on top of the names for row 2 and 3 are inconsistent with row 1. Anyway I can fix this?
6. I’ve got another question for this one. Please see screen shot here… http://i.imgur.com/ht5TB9h.jpg
7. Thank you! This worked.
Hey again!
2. Unfortunately there’s no way to add the subpage directly under the projects like that without custom JS development – the mod I supplied was just to get the projects item to highlight when on a single project page.
4. right above this line: if(comments_open()) { ?>
5. You have rows 2 & 3 set as full width BG and the first set as default for their type – just make them all one or the other for consistency 
6. Please see my response to your other comment in regards
Cheers
Hello ThemeNectar!
Thanks for your help. I’m following up with a few more questions.
2. Regarding your previous answer “Open the init.js file located in the js folder and search for ”//portfolio more details page menu highlight”, I found the folder, file and line of code. What do I do now to highlight the “Projects” main nav link on individual project/portfolio pages?
3. Currently, the main nav active link is bold when you’re on a landing page. However, if you visit any secondary/tertiary pages (like individual portfolio pages), the active link goes back to regular. How can I make the active main nav link bold throughout the secondary/tertiary pages? Also, drop downs under the active links are now bold. We’d like those to be regular.
On the Blog, Is there a way to remove the Comments section in the posts’ meta nav? Ideally, we’d just like to have the meta nav list “By UrbanWorksTeam | Category
Hey!
2. You’ll be changing:
$('body.single-portfolio #header-outer nav > ul > li > a:contains("Portfolio")').parents('li').addClass('current-menu-item');
to:
$('body.single-portfolio #header-outer nav > ul > li > a:contains("PROJECTS")').parents('li').addClass('current-menu-item');
3. Change your snippet:
.current-menu-item a {
font-weight: bold !important;
}
to this:
.current-menu-item > a {
font-weight: bold !important;
}
4.
.meta-comment-count { display: none!important; }
Thanks so much for your help!
One other question.
What are the recommended proportions for the portfolio slider images? I have been trying various sizes/proportions for height and width, but the system seems to crop the image regardless.
For example, the second image on this page (http://urbanworkstest.com/portfolio/instituto-main-campus/) is 1800×830px. The woman on the right should have 20 pixels of space above her head, but the slider window crops that out.
Please let me know if you have any questions. Thanks so very much!
As long as you have the flexible height option active there should be no cropping – but for the size images you have you should make the slider height smaller (set it to around 730) or upload a bit taller images 
Hello!
Thanks for all your help—really, you guys have gone above and beyond for us.
The flexible height option is on for this page’s slider: http://urbanworkstest.com/portfolio/instituto-main-campus/
I tried minimizing the the slider height to 730 with the 1800×830 image, and it really cropped the rendering from the top. I tried uploading a taller image (1800×900), and making the slider height 790. That seemed to work better, but some cropping still occurred. Not sure why.
If we want the slider height to be 765 throughout the site, what image size/proportions would you recommend to fit w/o cropping?
We really do appreciate it all your help.
If you set the slider height to 765 the image dimensions should be around 1800×850 with the flexible slider height on – please let me know how that works
Thanks! I tried it. I think we’re getting close, but the image is still noticeably getting cropped on the top and on the sides. Only the bottom appears to not be cropped. Would an image for your reference help?
Yes, please
– I’m only seeing a few pixels getting cropped on the top in regards to this image http://urbanworkstest.com/wp-content/uploads/2014/02/Instituto3c1.jpg
Thanks for your response!
That image is 1700×802px.
The image I am currently working on is the following image in the slide: http://urbanworkstest.com/wp-content/uploads/2014/02/Instituto-vs6.jpg
It is 1800×850. It gets cropped noticeably from the top and on the left and right sides. We just want to be sure that none of our client’s architecture gets cropped out.
Thanks very much for your help. You guys have certainly gone above and beyond.
You’re welcome!
Are you using the http://urbanworkstest.com/wp-content/uploads/2014/02/Instituto-vs6.jpg in a different slider than the first one which is 1700×802px? If so please let me know where it’s located at so I can take a peek.
Hello! It’s in the same slider—Instituto Main Campus
Hey! Somehow I’m not seeing that image getting cropped by more than 10-15 pixels on the sides – is that about the amount you’re seeing or is it more significant?
Yes, that’s about what we’re seeing. I know it’s not a lot, but we want to give our clients a definitive ratio for future uploads, with the guarantee that all of their image will be visible.
Hey again – try setting the sliders height to 756 instead of 765 
Hello!
I’m trying to remove the quotation marks in the testimonial carousel. I’ve searched the comments and saw this:
return '<blockquote><p>"'.$quote.'"</p>'. '<span>? '.$name.'</span></blockquote>';
}
and change it to this:
return '<blockquote><p>'.$quote.'</p>'. '<span>? '.$name.'</span></blockquote>';
Which I found in the new files, but it doesn’t seem to be working for me. Is it because of the change in the new updates?
Thanks for the help!
Hey wildefranz!
That’s correct – just make sure you’ve changed that in the correct location. If you’re using the page builder instead of raw shortcodes, the file to change is located at nectar/nectar-vc-addons/vc_templates/testimonbial.php
Cheers 
echo '<blockquote><p>"'.$quote.'"</p>'. '<span>? '.$name.'</span></blockquote>';
to this:
echo '<blockquote><p>'.$quote.'</p>'. '<span>'.$name.'</span></blockquote>';
On that file – but yes – that did it. Thank you!
You’re very welcome 
Hi Theme Nectar
I have a question related to the custom layout in composer. I set 1/6 + 2/6 + 2/6 + 1/6 and put photos into both 2/6 parts. the 1/6 parts should remain empty space
but it does not work. I receive the photos one below the other have a look: http://www.mmevelo.com/misja/I have the latest composer version from the newest Salient version
How to fix this? Thank you, Martyna
Hey Martyna! I wrote back to you on your ticket earlier in regards – and when using custom columns make sure to simply the fraction when possible (so enter the 2/6 into the custom layout as 1/3)
Cheers 
aha, ok, I will 
thanks 
You’re welcome 
¡hola!
How do I change the sidebar title color? I’ve got the paragraph text color in the sidebar figured out, but would like to change the sidebar title cover site wide.
Thanks Dude!
Hey canook! 
#sidebar h4 {
color: #77cc6d!important;
}
Cheers!