38439 comments found.
Hi,
I made my logo to be block over navigation menu, but unfortunately I can not make it to align to top, now there is some padding.
This is URL: http://www.dailywebsrolling.com
Here is also screenshot – https://www.dropbox.com/s/rwburz06js3znr4/Screenshot%202014-09-03%2019.35.23.png?dl=0
Hi, I think managed to do it like this
header#top #logo img {
height: 200px !important;
width: 150px;
position: absolute!important;
float: left;
display: block;
z-index: 1000;
top: -28px;
}
Sorry for requesting help.
Hey plgospodinov!
It looks like it’s aligned to the top now – or do you still need some help?
Cheers
Hello! I know I have some custom CSS in here. In this instance I’m trying to figure out why, when viewed on a smaller resolution, my main logo shrinks almost to a favicon size.
http://www.murrayweinstein.com/Anything odd CSS that would affect how the logo shrinks considerably when a window is shrunken?
Hey artblend!
Please see this ticket in regards: http://themenectar.ticksy.com/ticket/46745/search/
Cheers
Sorry one other question, being trying to find the right settings for parallax, and realised in mobile view etc the parallax effect doesn’t work, I was hoping it was going to do this: http://www.flklrsurf.com/#hello on my iPhone – can it?
Rich
Hey again,
Add this into the custom css box located in your Salient Options panel:
body .full-width-section.parallax_section, body .full-width-content.parallax_section {
background-attachment: fixed !important;
}
Cheers
this works perfectly on a desktop with the browser in responsive mode, but when I look at it on my iphone the parallax doesn’t work and the large images are huge – any ideas??
Fixed positions don’t natively work well on some smart phones which is why I disabled it by default – if that’s not working for you it would probably take some JS treatment
I really really want this working, any chance at all you could help or supply some code that would get it working on an iphone and ipad? Pretty please
It works perfectly on this link on all devices: http://marquee-demo.squarespace.com/#about
This is an item on the wishlist but unfortunately there’s no other quick snippet I can provide now to make it work – some JS would be needed
That’s a shame as this design is really for mobiles more than anything else, if i have some JS to make it work where would it need to go?
Please will you consider writing something to include in the next release as it’s really important for my new website that it has this function for mobiles 
The idea has actually already been on the wishlist, but it wasn’t on the roadmap for the upcoming release
Hi again bud,
When adding a background image and ticking the parallax effect it appears you only have control of the image by adding padding above and below is that correct? On this demo the image that is parallax fits to the actual height of the image or screen size: http://www.flklrsurf.com/ is there any way this can be achieved please?
Rich
When using % values for padding the responsiveness of it will be very good and you could keep it very close to the actual screen height
Hi Bud, I tried using 100% in the padding top nd bottom in the background full width image row, but it ignores it completely only seems to work in PX most of these images are set to 500 top & bottom, likewise the header image is the same – am i doing something wrong?
100% would be way to high – a value of 25% would be more appropriate, but this will only work if you’re on a recent Salient release. If you are and can’t get it to work please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
I’m running 4.0.2
You’ll need to update as the current release is 4.5.22 
Brill thanks all updated

Can you have a transparent header then as you scroll it doesn’t stay sticky (eg doesn’t come down the page with you)?
Rich
Hey Rich, as of now that’d require an init.js mod to stop the transparent class from getting removed on scroll which is regularly the case
Any chance you could help with the mod on that file please bud 
Sure – delete this line:
if($('#header-outer').attr('data-transparent-header') == 'true') $('#header-outer').removeClass('transparent');
and then add this into the custom css box located in your Salient Options panel:
#header-outer {
position: absolute!important;
}
Hi,
There seems to be a problem with one of our websites pages. It is only a minor issue but it would be great to sort it. The page in question (http://www.cyanmarketing.co.uk/our-services/e-marketing/) has a pricing table at the bottom of it and the first column of the table seems to have a much larger gap between the Sign Up Now! button and the main information than all the other columns. I have tried adjusting where the short code is in the text box but it hasn’t made a difference. Any information you could provide would be much appreciated. Thanks.
Regards, Cyan
Hey Cyan!
Add this into the custom css box located in your Salient Options panel to sort it:
.page-id-248 .pricing-table > div:first-child ul {
height: 263px!important;
}
Cheers
Hi ThemeNectar,
The code worked well on the pricing table however I just thought I’d let you know for the future that it also reset many changes we made to fonts and colour schemes as well as other theme settings across the site.
Regards, Cyan
Hey again,
css alone shouldn’t be capable of altering anything like that – something else must have been at play when saving that snippet. If you want to open a ticket in regards I’d be glad to look into it further 
Hi again.
No matter which slider I use within this tab-bar, the images are placed incorrectly. I do have one single page though, where they are placed correct, and I did exact same thing. Can you help?
Pls see the point “Processen” within the tab-section
http://www.erhverv.peterpackroff.dk/portfolio/ferielejligheder-i-berlin/+ Also, on my nectar-style slider used on first tab (intro), the image-click does not work (I wanted a nice prettyphoto effect, which Salient-tickoff box provides.
++ I looked for a way to make the height within the slider dynamic, and the width to be 100% but I never succeeded. any idea, pls?
Hey again!
1. The VC Image gallery has a flexible height option in the current release – is that not working for you? Also, add this into the custom css box located in your Salient Options panel:
.entire-slide-link {
left: 0;
}
2. Try to add this:
$(window).trigger('resize');
into this section of the init.js file located in the js folder
$('body').on('click','.tabbed > ul li a',function(){
right before the return false;
Cheers
Hi there again. I never found a solution to this issue, and I believe you may not have understood my problem correctly.
If you check this link you see “Intro-billede” and “Vejen til resultatet” in the top-tag section.
1. The height of the “Nectar-style” image-slider is ok, and I have ticked off the flexible height. But I wanted the width to be the dominant factor, and this should be set to 100% width/ full width. As of now it seems the image is centered.
2. In the image-gallery-listing inside the tab “Vejen til resultaet”, the gallery screws up no matter what I do. It displays only one column and places all images on top of each other. Also here I had hoped I could have auto-sized images.
Hope for your help asap.
Cheers
Peter
Hi,
There seems to be some extra padding (40 or so) below Image Gallery. Is it possible to get rid of that?
Cheers, Teemu
Also I’d like to get rid of extra padding below the Portfolio.
Hey teemuluo,
switch the row type into full width background and then control the top/bottom padding using the row fields 
Oh, it was that easy.
Thank you. 
You’re welcome 
Hi, I would like to use a custom iconfont. The font is generated by icomoon. Is there a possibilty to add this set to the already existing sets or to replace them?
Is it possible to add a custom 2nd Footer below the “normal” containing horizontal links to pages like contact or impress?
Thanks for your help!
Hey yousign!
1. To add or replace the icons within the shortcode generator would require modding the nectar/tinymce/tinymce.php file – however if you just want to load them into the theme to use through HTML manually you could do so by just using the font-face css rule and skipping that step
2. Unfortunately this would require adding it to the footer.php file as of now
Cheers
Thanks
You’re welcome 
Hi – Love the theme and equally importantly the support! I need to add a semi transparent background boxes to the page header title and subtitle when using a background image (I can’t use the nectar slider in this instance as I need to keep the H1 tags and simplicity of build for a client). Please can you supply the CSS? I am nearly there but have got to the end of my abilities! If you could tell me how to change the colour that would also be a real help. Would be great if this was an option on the future updates. Many thanks Thomas
Hey thomasheiser77! Add this into the custom css box located in your Salient Options panel:
#page-header-bg h1, #page-header-bg .subheader {
display: inline-block!important;
background: none repeat scroll right -53px rgba(0, 0, 0, 0.5)!important;
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
}
Cheers
Hi Thanks for the css. Almost there, but the heading and subtitle are on the same line. I need the subheading positioned below the heading as it does without the background colour. Can you amend? Many thanks Thomas
Hey!
Use this instead:
#page-header-bg h1, #page-header-bg .subheader {
display: inline!important;
background: none repeat scroll right -53px rgba(0, 0, 0, 0.5)!important;
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5)!important;
}
#page-header-bg h1:after {
content: " ";
display: block !important;
height: 8px;
width: 100%;
}
Amazing. Cheers!
Cheers! 
Hi again, 
I’d like a column to be a mailto link, and another column to be a tel (telephone) link. How could I do it?
Cheers, Teemu
Hey again!
You could simply add “mailto:someone@domain.com” into the column link field 
Cheers
Oh, that was easy!
Thank you. 
You’re welcome 
Hi, I’m trying to make the Header Menu items to match that of the Modern Creative Demo (the uppercase bold font) but can’t work out how to do this?
Problem solved however one more question, the arrows in the demo menu aren’t showing on my menu, can you please advise?
Hey macrofit!
any way you can share your URL so I can take a look why that is?
Cheers
Hi,
Great theme. I had a question regarding video light boxes. I’m using the code – [button color=”See-Through” size=”large” url=”https://www.youtube.com/watch?v=yarB1NCyqfs” class=”pp” text=”Register Here” image=”default-arrow”] for my button but it’s linking to the site instead of a lightbox. Could you help with this issue? It’s probably a quick fix but I can’t seem to find the solution. Thanks in advance guys!
Hey 3d-pioneer!
If you’re trying to use a button shortcode with a video link you’ll need to use the raw HTML in the text tab of your editor like so:
<a data-hover-text-color-override="#fff" class="pp" data-hover-color-override="false" data-color-override="#20CFEF" href="https://www.youtube.com/watch?v=yarB1NCyqfs" target="_blank"><span>Facebook</span> </a>
Cheers
Hi again, 
1) Is it possible to have just one footer column visible? (instead of 2,3, or 4 columns.)
2) An idea: Could we have an “" icon/button (in the footer/copyright) that would be a mailto link among the social sharing icons? The "” icon (if selected) would be the first icon (on the left) on the row.
Kind regards, Teemu
@
Typo: 2) I meant @ icon/button.
Hey Teemu!
1. As of now it would take css -
#footer-widgets .row > div:last-child {
display: none!important;
}
#footer-widgets .row > div:first-child {
width: 100%!important;
margin: 0!important;
}
2. This would take some modding to the footer.php file to get that link in there.
Cheers
Hey ThemeNectar,
awesome, thank you.
Cheers
You’re welcome 
Hi ThemeNectar, 
I’d like to have a transparent header – transparency 0 % initially, and transparency 90 % when scrolled down. Is this possible?
Kind regards, Teemu
Hey Teemu!
Add this into the custom css box located in your Salient Options panel:
.small-nav#header-outer {
background-color: rgba(255,255,255,0.9)!important;
}
Cheers
Thank you. Yet, somehow I couldn’t get this work. I wonder what I am doing wrong?
I’m using “Transparent header when applicable.” And I have some other custom CSS, but I guess they shouldn’t affect this.
Hey again! Could you share your URL really quick so I can check why it’s not working?
Thank you ThemeNectar.
I’m sorry that I bother you with this one. http://teemuluoma.fi
Change the snippet to this 
#header-outer {
background-color: rgba(255,255,255,0.9)!important;
}
Hi there. Is it not possible to stream own videos on local server?
I tried, but its not working… 
Sorry never mind – it helped when I pressed FCK PLAY! sorry about that
WHOOPS one thing though! It would be cool if you could all a “Pre-play image” functionality for next release, instead of the alternative of just displaying a black screen.
Hey Peter! In the source of the actual page in the player i’m seeing this: http://www.peterpackroff.dk/SharedContent/Portfoliovideoertilupload/ferielejlighederiberlin.mp4?_=1 which is leading to a 404
I actually found out that it was the space I had, which WP did not convert to code (%20). It works now, but pls see my other question as well about the preview-image
Hey again! You can add the attribute “poster” with your image src to the video shortcode – please see this for a full list of attributes
http://codex.wordpress.org/Video_Shortcode
Ok got the idea now. But what about when using VC? I get the code looking like this… vc_video link=”https://www.youtube.com/watch?v=2A8Af-CCLSY”. I.e. using link instead of source. Will I need to use textblock and then the short-code inside of it instead?
The VC video element is supposed to be for external embeds from sites like Youtube, Vimeo etc – if you’re doing a self hosted video you should use the video shortcode which you can get the shorthand for via the shortcode generator (which can indeed be used in a text block if you want to stay in the VC view)
Hi,
Thank you for the great new update.
A question concerning portfolio items: Is it possible to have Project Attributes visible not in the sidebar but somewhere else (like below the portfolio images)? (I’d like to have a full-width layout and full-width portfolio images, yet I’d like to have the Project Attributes visible.)
Thank you again for the awesome work!
Have an awesome day.
Kind regards, Teemu
Hey Teemu!
As of now that would require manually adding the attributes with the fancy list visual composer element
Cheers
Hey,
All right, thank you. I might do that.
Cheers
You’re welcome 
Hi there,
When I am using your theme and hyperlink some texts in the post, the color of those links are not obvious. (Normal text color is dark grey, and the hyperlink text color is black, so it’s difficult to notice the link in the post.)
Could you tell me how to change that link color?
Thanks in advance for your help.
violetj
Hey violetj, Sure! Just let me know specifically what links you’re referring to i.e. the actual post title link, meta data links or standard anchors placed inside of the post content itself 
Hi,
Thanks for the quick reply. I mean the link inserted inside the post content.
Thanks Violetj
Hey again! Add this into the custom css box in the Salient options panel:
body .content-inner a {
color: #888!important;
}
Great, it works!
Great, it works, thanks:)
I have another question about sidebar if I may ask here. Can make my home page sidebar and post sidebar different?
Violetj
Good to hear!
The page sidebar and blog sidebar areas are actually two different widget areas in the admin section – if you’re not able to separate them please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Hi, I’m having some problems with the google maps on the contact page of my website, my marker won’t show up on the map, even if I don’t use my marker, nothing shows up on the map. It used to work before but it stopped working
That’s the error I get- https://imageshack.com/i/kqDtwOCnp https://imageshack.com/i/ipZK3rhgpHey ILoveLtd, you just need to update o 4.5.22 to get the fix 
Hi! Thank you so much for helping me fix my previous problem. Somehow, I stumbled upon another one!
In some of my galleries (not all) in my portfolio, the lightbox cuts off my images… I’m not really sure where to fix this. Here’s a screenshot of an example: http://imgur.com/zM6LS18 (That picture is actually pretty long, and you can see her feet in it) And a link to that specific gallery: http://www.martadymek.com/portfolio/rockwellesque/Hope you can find a solution! Thank you! You’re the best!
Hey raininashoe!
Add this into the custom css box in your Salient options panel
body, html {
overflow-x: visible!important;
}
Cheers
Thank you! <3
Hm… So I added that and that didn’t fix anything. 
Sorry! Try this instead:
body, html {
overflow: visible!important;
}
that did it! thanks! 
You’re welcome 