38352 comments found.
A problem: On mobile screen size, the extra content comes before the sidebar content. How do I fix it?
Hey tzachik,
Delete this from the init.js file located in the js folder:
portfolioCommentOrder();
Hey WiseUpMarketing,
Add this into the custom css box located in your Salient Options panel:
body #loginpanel .content input.field, body #registerpanel .content input.field {
height: 27px!important;
padding: 4px !important;
}
Cheers
Thank you!!
You’re welcome 
Hi, I am using Wordpress for the first time and cannot figure out where the page builder is. Could you please point me in the right direction?
Thanks!
You’re welcome 
What fonts are being utilized in the Salient Ascend demo? I would like to match those fonts exactly. I have checked to have my header be transparent, but it show up as white. What am I missing? My url is http://superluxescreenprinting.com
Cheers, Jon
Hey Jon!
1. http://i.imgur.com/Oqd0dB6.jpg
2. I am currently seeing the header show as transparent at the top of the page as is expected – are you still having this issue?
Cheers
Hi, how can I make the ‘down arrow that leads to content below’ in nectar slider more prominent? It kind of gets lost at the moment. PS. It would be great to have a few scale/weight options built in 
Hey malhoward!
Add this into the custom css box located in your Salient Options panel:
body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 40px !important;
}
Cheers
Hi, how can I make the ‘down arrow that leads to content below’ in nectar slider more prominent? It kind of gets lost at the moment. PS. It would be great to have a few scale/weight options built in 
Hey malhoward!
Add this into the custom css box located in your Salient Options panel:
body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 40px !important;
}
Cheers
Possible to get woocommerce products in list view?
Hey Tom91, as of now that functionality is not built in and would require some custom development or the use of a plugin
+ I promised myself not to ask this… but now I have spent 2 hours and am about to cry.
If I want to link to e.g. center of the page, I need to make a ahref #centerofmyscreen like. But how is it I add the #customCSSclass to a row?
I tried with http://www.example.com/#copyright, and I got to the buttom of the page. It was also ok like, but I would like to just go to the center 
Hope you can help!
Hey peter! For now until the next update when you’ll be able to apply ID’s to rows as well as classes – you’d need to switch into the text tab of a text block element and add
<div id="centerofmyscreen"> </div>
Thanks for the new update! Thats awesome!

Hi,
Im having trouble with the video background here is a link to the site: http://batchblue.staging.wpengine.com/
Issue: 1. Video is not playing in Firefox even after updating the .htaccess 2. The caption text and headline are not legible on a mobile view.
Please help the site launch is next week.
Hey carlitos09,
1. I can see the video BG playing on Firefox on Windows 7 – please let me know what OS/version you’re having issues on
2. The text sizes scales down proportional to the rest of the slider to ensure no clipping on the image. If you want to change it you just need to alter the few lines of css for elements in that viewport. 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
Cheers
Right so… I’m on a Mac and the video will not play on Firefox.
Thank you for the solution on the responsive text, I will test and let you know if it worked. hopefully it will.
One more question is it possible to set the video not to auto play?
Hey again – have you supplied a webm as well as an mp4 for the video? In your source i’m only seeing an mp4 at the moment. Also unfortunately there’s no way to do that without custom development for video backgrounds since controls would need to be added for the element
Hi mate.
Alongside the 100 of other Lightbox/ prettyphoto questions:
I have set a coloumn to be hyperlinked. I wanted it to open an image in a nice PP frame (full screen or what ever). But there is no magic button, so I need to do some magic using the CSS field on the bottom, I can guess.
Any suggestions, mate?
Cheers
Peter
Hey Peter,
This would actually only be possible through custom development to the vc_column.php file located in nectar/nectar-vc-addons/vc_templates – if you didn’t mod it into there with some new php logic you’d have to use raw html for that entire row where you could easily manipulate the markup to include the pp class on the column anchor 
Cheers
GREAT THEME GREAT SUPPORT !!!!!!!!!!!!!!!!!!!!!!
Thanks a lot PMZWebDesign! 
Hi guys ,
Just wondering wich plugin do you suggest for multilanguage site and what position for flags wll be the easiest. Thank you so much.
Sanja
Hey Ghadi91!
WPML would be your best bet 
any free module maybe, we are still struggeling with ST http://www.starry-town.com/beauty/, the thing is that in Visual Composer we don’t have Image Grid Style so I searched and instaled this plugn Grid Gallery Ready! Unfortunatelly it doesn’t show bog photos, have anything in mind, If we update to latest version only thru ftp, will all be ok with our datas.
1. Unfortunately I haven’t tested much with any free multi lingual solutions
2. Add this into the custom css box 
#cboxOverlay, #cboxWrapper {
z-index: 9999999!important;
}
No
only white blank screen, http://www.starry-town.com/beauty/
and if you remember before still no line in menus when it is in more column example link bernese
Hey! sorry – add this in as well:
#colorbox {
z-index: 99999999!important;
}
thank you, thank you, thank you :** You are king, I must say that I never had such great support
Just wondering is it possible to copy base ( MYSQL ) and template in folder IT for example and just add flags so one lead to it and one to english
You’re welcome 
If you’re opposed to using a multi lingual translation plugin, you could backup your database to import into a new one by using a plugin like https://wordpress.org/plugins/wp-migrate-db/
Hi
, I promise this is last one, I finally manage to update the theme and also duplicate new one in folder http://www.starry-town.com/en, so we have for english language, any tips to make flags in header one that leads on http://www.starry-town.com/ and one on http://www.starry-town.com/en. Thank you so much
Hey!
You could open the header.php file and add custom list items into the main navigation unordered list like so: http://pastebin.com/khUrNz8y
ok I will try thank you :*
You’re welcome 
Hello,
I’m using woocommerce and Calculated Fields Form. I’ve set my own calcuator. At the end I have a TOTAL field. When I complete all the fields I obtain the total. It is possible to pun an Add to cart ?
So, I want when all the fields it’s completed, I will obtain TOTAL. When I press Add to cart I want the total number to be the price that shows me in the Cart.
I’ve left a comment on woocommerce and calculated fields form but, nobody answered.
Please help me. It’s very important for my client. Thank you!
Hey sabinnitu,
Unfortunately since this isn’t a theme specific query it would be hard for me to assist – it sounds like this is more related to the plugin itself which I personally haven’t used before so my knowledge of it is limited
Cheers
Hey,
For some reason, my map markers stopped appearing. Any reason why? The only plugin I recently added was shareaholic and I check to see if that was causing a conflict and it wasn’t.
http://muvtraining.com/about-muv-training/ (bottom right)
Hey ace2296,
If you update to the latest release 4.5.21 this will be sorted 
Cheers
Hi there! For some reason, my home slider isn’t loading on chrome anymore. It was working fine for the last several weeks, and I made no changes to it. Works ok on Firefox and IE. Can you help please? Thanks!
Hey cvuong,
Can you please share the URL so I can take a peek? 
Cheers
I’m not seeing an image supplied for the first slide – is there anyway you can allow me to log in so I can check on this for you? themenectar.ticksy.com
Hi! there’s no image on the first slide. does that affect things?
Yes – an image is required in order to load the slider in, you could always use a solid color image if you don’t have one to use yet 
Ohhhhh that totally solved it. Thank you! and thank you for always being so responsive. Best theme purchase and support ever.
You’re very welcome 
You guys helped me out this once but it is still not working properly. The call to action wasn’t coming off all of my pages even though I was telling it to and you added some code to fix it. However, the call to action is still showing up on the pages within the portfolio. Any way to fix it?
Hey HookieDuke,
Use this in your custom css box in the Salient options panel:
.single-portfolio #call-to-action {
display: none!important;
}
Cheers
Hello, I’m almost done on this site: http://spirit.agency.gridhosted.co.uk/
I cannot find how to slow down the fade in/out speed in Nectar slider.
If there anything you can supply that I can put in the Custom CSS area that would make the length of slider fades closer to 1.2 seconds? Many thanks
Hey martingfisher,
That would actually require a mod to the nectar-slider.js file located in the js folder – search for this line to edit 
speed: 900,
Cheers
For some reason, the portfolio pages are not displaying the featured images in the same size.
They used to be perfect, all the same size….now something went awry
http://173.254.28.104/~followmd/clients/Hey dealersocket! It appears a maintenance plugin is active so I can’t see the page – anyway you can let me bypass that?
Hi. I upgraded to wordpress 3.9.2 and for some reason, it is now showing 2 logos on the page 1 below the other. Is there a fix for this? The URL is http://bit.ly/1v6DqXB
It shows up as soon as you start scrolling down. Then when you hit the top again, it shows the two logos. I tried upgrading the theme version, but that caused even more problems, so I would like to stay with the current version of the theme we have. Please advise.
Hey samueloh,
Add this into the custom css box located in your Salient Options panel:
header#top #logo .retina-logo {
display: none !important;
}
@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
header#top #logo .retina-logo { display: block!important; }
header#top #logo .default-logo { display: none!important; }
}
Cheers
Is is possible to connect the blog to my facebook and linkedin so every time or selected time I make a post on the website i can be able to choose if it should be posted on facebook as well.
Hey steffmann!
1. Update to v4.5.21 to get the fix for that 
2. That would require a plugin – here’s one that I came across https://wordpress.org/plugins/facebook-auto-publish/
Cheers
thanks. how is the easiest way to update the theme?
You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were 