38351 comments found.
Hi Nectar. I have this problem on more pages: right-aligned header-text on this page, but it does not display right + subheader is tiny.
http://kommunekommunikation.dk/ydelser/klippekort-oversigt/Also the image of the ticketing-system on top (in the middle) is left aligned even though I have set it to center. Why is that?
ok got the image alignment sorted, but still not the header text
Hey – the text alignment option will only activate when setting a BG color or image, I’ve noted to also allow it to effect basic headers, but for now just set a BG color to your grey 
Cheers
ok cool I will

Hi mate,
Am i able to change the global size for the ‘small’ nectar icon circles? I need the circles to be a little larger.
Also, on my contact page I am using a full image background for the top section on the page and have found the page scrolls very roughly (choppy) and is not smooth like the rest of my site. This only lasts while scrolling over the image background section of the page. Why is this? The image size is less than 1mb in size so I am not sure if this would cause it.. any ideas?
Cheers
Hey Paul!
1. Add this into the Custom CSS box located in your Salient Options panel:
[class^="icon-"], [class*=" icon-"] {
font-size: 21px!important;
height: 42px!important;
line-height: 42px!important;
width: 42px!important;
}
2. Can you provide a URL to this page so I can check it out?
Cheers
Perfect, thanks!
I have sent you my url via email.
Hi again,
I just noticed that after putting in the icon size code you gave me, all of my button fonts using ‘default arrow’ are totally out of line with the arrow being below the words on the button.
Is there something I can do to rectify this?
Cheers
Also, the plus and minus icons on my toggle panels have enlarged also (which I do not want).
Hey – sorry, change that to this
[class^="icon-"].icon-normal, [class*=" icon-"].icon-normal {
font-size: 21px!important;
height: 42px!important;
line-height: 42px!important;
width: 42px!important;
}
2. My menus screws up big time. I hope you will help me out on my ticket regarding this also. I have quite a bit of modification css provided from you already, so youd prob have to access the backend to have a look :0)
Thanks again for your * support!
Hey Peter, I’ll be taking a look at your tickets as soon as I can 
Cheers
1. Is there a way to not include the secondary header on scroll? (when the menu goes smaller?) I know there is because you are a wp magician!
2. is there a way to remove the seconday header on mobile device? It taking up more than 50% of the screen on mobile devices.
Hey Peter,
1. Anything s possible with development/time, but this would actually require some custom scripting as it can’t be handled with css alone unfortunately.
2.
@media only screen and (max-width: 1000px) and (min-width: 1px) {
#header-secondary-outer {
display: none!important;
}
}
Cheers
Cant wait for version 5.0 ;0) Thanks for your help once again.
You’re welcome 
How does the animation work on the main banner images, it looks like there are banner images there but they have a slight animation to them, is this a video?
Hey jmf421, yes it’s a video BG 
Cheers
Hey Nectar How do I remove the fooder completely, and place it on the fooder text on the frontpage Nectar slideshow. As I don’t want the user to be able to scrool down and the header to be filled with a background color. Thanks Bjørn
Hey Bjørn,
Add this into the Custom CSS box located in your Salient Options panel:
#footer-outer {
display: none!important;
}
Cheers
That almost did the job, but when mousing down the header stil gets a color, and I would like it to stay transparent no mather that the user is doing. Thanks
Can you share your URL real quick so I can see your setup to give you best help/snippet possible?
Cheers
Hey again – open your init.js file and remove this line:
if($('#header-outer').attr('data-transparent-header') == 'true') $('#header-outer').removeClass('transparent');
Cheers 
Can you please tell me how to make a squared textbox, The text on the frontpage. Thanks Bjørn
Currently that’s only an option in the Nectar Slider if you want to create that effect outside of it, css will be needed.
You could accomplish that by giving your paragraph tag a class like (done in the text tab on your editor):
<p class="transparent-bg"> Text here </p>
and then adding this to your custom css box in the theme options panel:
p.transparent-bg {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
display: inline;
left: 10px;
line-height: 45px;
padding: 4px 0!important;
font-family: 'OpenSansLight'!important;
font-size: 24px!important;
position: relative;
}
Hi Nectar. Can you please tell me the correct syntax for changing the hover color of a button? Thanks again.
Hey Joe,
html body .nectar-button:hover {
background-color: #000!Important;
}
Cheers 
Any way to turn off the Nectar Love hearts in the admin panel?
Hey FromInfinity, please see this in regards http://themenectar.ticksy.com/ticket/47165/search/
I was wondering if the Woocommerce shortcodes for Visual Composer plugin would work in the Salient Visual Composer?
You mentioned its a modified version but would it be able to integrate or its that much different that it wont?
It would be awesome in the future since woocommerce already comes with the theme to be able to have integrated in the visual composer by default
.
Thank you
Hey mdsmarketingfiles, I can’t see why it wouldn’t work but just let me know if you encounter any issues 
The nectar/home slider … when will we see it properly scaled in the responsive mobile sizes? It looks a little bit funny, also mostly illegible to see teeny-weeny sized opening header, and the rest of the content properly sized on my iPhone 
Hey FromInfinity,
There’s two things to consider when you’re talking about being “properly scaled”. The first is the scaling of the BG image itself, the Nectar Slider already offers an option for “flexible height” as seen in action on the demo homepage which will keep the BG perfectly scaled no matter the screen size.
The second is the size of the typography within the slides – this is scaled down in proportion of the slider shrinking – if you tried to keep the text bigger in mobile devices you’d end up ruining the proportions of the BG image to allow it fit and thus incur clipping on the sides. You’re free to adjust the sizes yourself, just look for these rules in the mobile viewport in the responsive.css stylesheet located in the css folder.
body .swiper-slide .content h2
body .swiper-slide .content p
body .swiper-slide .button a
but if I made the Nectar Slider like the Home Slider (which does keep the typography larger in mobile), people would complain about their images clipping. The scaling used in the Nectar Slider was based off popular demand also the same method of scaling as other premium sliders like Slider Rev/LayerSlider.
Cheers 
Hi Nectar. I see there is a Page Sidebar, which I’m currently using as a custom menu. However, I really need to have more than one Page Sidebar, which will contain different menus. Is it possible to add more? Also, how would you go about adding more Sidebars in general? Thanks !!
Hey Joe!
You can use this to avoid creating new sidebars: https://wordpress.org/plugins/widget-logic/ or this: http://www.woothemes.com/woosidebars/ if you want to have multiple sidebars created from a UI 
Cheers
Hi there, I’d like to know if it’s possible to adjust the map on the contact page in such a way that it automatically adjusts the bounding box for the available markers and centers the map on the center of that bounding box? I need to be able to show more than one marker, and I’d rather not have to set a fixed center lat/long for the map to work! Also an option that if one marker is clicked, thereby opening the info window for that marker, it closes any other open info window. Keeping info windows visible like that becomes a quick mess when you have around 20 locations!
Thanks much.
Hey ryushe,
These two items would both require some custom development to the map.js file located in the js folder as there’s nothing built into the theme to assist with this behavior unfortunately.
Cheers
Hi there,
I was afraid of that. The bounding box issue is something I tried hacking in there, but to no avail. I’ve done it before in other projects, but the way you deal with looping through markers is very different than what I usually encounter. That being said, I would think that that’s something pretty much everyone would want. If you have more than one marker, it almost seems like a requirement!
The info window issue is something I should be able to fix, I’ll have a go at it. Would this be something you’d be interested in integrating back into your version?
Unrelated question, I’ve had a need for a custom VC component. If I write one, I assume updating to newer versions of Salient will completely overwrite these correct?
Hey again!
1. Sure, if you want to post your solution I’d be happy to take a look
2. Not if you create it all inside of the child theme functions.php – see this in regards to adding a new element
http://kb.wpbakery.com/index.php?title=Vc_map
Cheers
As you install WooCommerce with Salient, you get an error message
You do not have sufficient permissions to access this page.
Hey qhbl, have you tried to do delete the plugin entirely and install a fresh copy + make sure you’re on an updated WP/Salient? That error is not specific to WooCommerce or the theme you have active, it’s a general WP error that could be caused by a number of reasons
Cheers
Hi ThemeNectar,
For the footer I want to use my own code. Therefor I disabled the Automatic Copyright. In the DIV that I use in the ‘Footer Copyright Section Text’ I want to use the variable for the current year (2014) though. Can I use somekind of variable or short code for this? And if so is there a list of all codes that I can use?
Cheers big time, Marc
Hey Marc!
Unfortunately there’s no shortcode or variable you get use from the admin panel – if you need a custom a custom setup I would suggest just making a child theme and modding the footer.php in there so you can still use the automatic date function.
Cheers 
Hey Peter, do you have the masonry layout selected in your blog options tab of the Salient options panel?
No ofcourse not ;0) I changed it 2 other places but not there. Sorry. got it :0)))
You’re welcome 
Cheers!
When updating the theme, I have received that error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘woocommerce_reset_loop’ not found or invalid function name in /home/sitename/public_html/wp-includes/plugin.php on line 546
went back to 3.15 and it works fine… I’ve seen similar comments – do you have any idea why are we getting this?
Hey Latif,
Make sure you’re WooCommerce/WordPress are up to date as well 
Cheers
Hi there. As default there is a Category-widget which I can add as sidebar.
However, there is only a category-widget for blogs and not for projects. Is it possible that you can add such a widget for your future updage?
Hey Peter, thanks for the suggestion 
So I take that as a yes ;0) along with the taxonomy sorting 
It’s been added to the wishlist 
Hi there,
when i run a SEO check on my site it throws up an HTML Error – W3C Validity
Error Line 320, Column 212: Element link is missing required attribute property.
…oser/assets/css/js_composer_front.css?ver=3.7.3' type='text/css' media='all' />
And also…
Deprecated tags Occurrences Tips
<blockquote> 3 Replace with CSS properties
</blockquote>
Any idea how to fix these as it might be affecting my SEO.
Thanks.
Hey drog!
1. The error being thrown really doesn’t make sense ” Element link is missing required attribute property.” All of the stylesheets loaded from VC have all the necessary attributes to make them valid – checking out the responses from WPBakery regarding this also seem to point to that: http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?filter=all&term=Element+link+is+missing+required+attribute+property+&utf8=%E2%9C%932. Can you please supply me your URL so I can check on the blockquote issue? Blockquotes are a default element offered in WP and are HTML5 compliant so something else must be at play with it.
Cheers 
Hi ThemeNectar,
Is it possible to add a transparent png file to the right of my main nav and have it link to a page? I’ll probably have to push the nav to the left if you can let me know how to do that as well.
Thank you!
Here’s a screenshot for clarification… http://i.imgur.com/fIZnSul.jpg
Hey PairDesigners!
Yes, but you’d need to add it through the header.php file and then target it with css for positioning 
This my new shop page: http://longtran.co/product/pocket-shirt/ I want to know how to sink the product image size down..
Thanks
Hey,
Do you have an additional plugin causing that image behavior? That’s no how the default product page should look in Salient
yes I activated YITH WooCommerce Zoom Magnifier Plugin
If you’re going to use that plugin, open the functions.php, search for
//wrap single product image in an extra divand replace the two lines under that with:
add_action( 'woocommerce_before_single_product_summary', 'images_div', 8); add_action( 'woocommerce_before_single_product_summary', 'close_div', 29);
also add this into your Custom CSS box located in your Salient Options panel:
.woocommerce div.product div.images div.thumbnails a {
width: 100% !important;
}
Thank you I fixed it. However, why my photo gallery didn’t show up?
You’re welcome – just add this in as well:
.caroufredsel_wrapper {
height: 250px!important;
}
Cheers
Hi ! Also my shop and product page are all the way up to the navigation bar, is there a way I can bring them down? (as long as it is not effect other pages) Thanks
Hey please refer to my response on your other comment 