38439 comments found.
Hi. How do I change the font and letter spacing on small, medium & large nectar buttons? Thanks.
Hey,
The Sidebar, Carousel, Button & Footer Headers option in the typography options tab will allow you to define a font and spacing for the buttons
Cheers
Hi. Sorry I should have worded that better. I have used this method, but the buttons appear to ignore the letter spacing.
Is it possible to have different headers and button typography too?
Thanks.
Hey – add this into the custom css box in the Salient options panel:
body .nectar-button {
letter-spacing: 4px!important;
}
Hi. OK, this seems to be a bigger issue. I have input specific requirements for my typography in the typography panel and some are being ignored when viewing in mobile and when using nectar buttons. Any help appreciated. Thanks.
Hey again, could you kindly share your URL in regards?
Hello,
On the landing page of my site I’m using a nectar slider and one full width section with a text and a button below the slider - Just as a simple enter into the actual site… Is there a way I can ensure that this section is a full page (without any down scroll to view the text/button section)? The section has the full page design on my screen, but it’s changing on other screens - sometimes it’s visible and sometimes you have to scroll down to the content. Is there a way to lock it into the full page design for all screens?
I would’ve used the nectar slider full page option, but I needed the extra full width section below the slider for additional text.
Thanks in advance!
Hey,
The only way to accomplish this would be to use the Nectar Slider fullscreen option and custom code your section with html into the slide itself (custom css would also be needed to position it at the bottom)
Cheers
Hi team, Just wondering whether you can help. I’ve used the Image Gallery to bulk upload 200+ photos, but wanted a pagination function so it doesn’t take so long to load. Is there a recommended plugin that I could use for this?
Hey,
unfortunately I don’t have one to recommend – however the portfolio element allows for pagination if you could get by using it
Cheers
For “Blog Standard Sidebar”, how would I decrease the width of the main blog content and increase the width of the sidebar?
Thanks much!
Hey,
Add this into the custom css box in the Salient options panel
@media only screen and (min-width: 1000px) {
#post-area {
width: 60%!important;
}
div#sidebar {
width: 38%!important;
}
}
Cheers
Thanks for the code. The main post area updated perfectly, but the sidebar disappeared. How do I get the sidebar to show again?
Nevermind—figured it out. Thanks!
Cheers 
How can I create a much larger sized button? The “large” button option inside the shortcode is still a very small button, relatively speaking. I am talking about big button sizes you might have seen on various sites like here https://goo.gl/a3Qzlo (magic buttons, etc.) thanks.
Hey,
add this into the custom css box in the Salient options panel:
.nectar-button.large {
font-size: 30px!important;
padding: 30px!important;
}
Cheers
thanks – is there a way to add more with as well? this seems to equally expand the space from the text, but how can i make it a large button (width-wise).
Hey,
.nectar-button.large {
font-size: 30px!important;
padding: 30px 60px!important;
}
Cheers
Hi, PHP7 throws deprecated notice for the widgets.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
Changing function Recent_Projects_Widget() and function Recent_Posts_Extra_Widget() to function __construct() resolves the notices.
Hey – thanks for noting, i’ve marked to sort that out
Cheers
Hi,
I have created a private ticket #565353 regarding the issue i am facing. I really hope to get it fixed asap.
Anxiously waiting for the reply.
Regards, Abdul Mannan
Hey – I got back to you in your email in regards
Any idea why my shop store is splitting down the middle? http://i61.tinypic.com/np0ytx.png
Hey – could you kindly allow me to bypass your coming soon page so I can see the page?
Cheers
Oops. I took off the coming soon page so it should be visible. The shop url is http://ivandco.com/shop Thanks!
Hey – could you also open a ticket in regards with your admin credentials so I could inspect the backend a bit further themenectar.ticksy.com
Cheers
Thanks. Ticket created.
Is there an online tutorial for the particle HTML 5 header setup?
Hey – yes there is: https://www.youtube.com/watch?v=SrIlw4-brCg
Cheers
Hey, I’m trying to add some custom social buttons putting this code at the end of functions.php:
<?php
/** Script Queue */
if (!is_admin()) add_action("wp_enqueue_scripts", "my_script_enqueue", 11);
function my_script_enqueue() {
wp_deregister_script('jquery');
wp_register_script('sharrre', get_stylesheet_directory_uri() . '/share/jquery.sharrre.min.js');
wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js", false, null);
wp_enqueue_script('jquery');
wp_enqueue_script('sharrre', get_stylesheet_directory_uri() . '/share/jquery.sharrre.min.js', array( 'jquery' ));
}
/** Share Button Stylesheet */
add_action( 'wp_enqueue_scripts', 'additional_styles' );
function additional_styles() {
wp_register_style( 'share-css', get_stylesheet_directory_uri(). '/share/share.css' );
wp_register_style( 'genericons', get_stylesheet_directory_uri(). '/share/genericons/genericons.css' );
wp_enqueue_style( 'share-css' );
wp_enqueue_style( 'genericons' );
}
/** Share Button Markup */
function ds_social_media_buttons() {
ob_start(); // turn on output buffering
include(get_stylesheet_directory() . '/share/share.php');
$share_hook = ob_get_contents(); // get the contents of the output buffer
ob_end_clean(); // clean (erase) the output buffer and turn off output buffering
echo $share_hook;
}
?>
and calling the buttons inside a post with this code:
<?php ds_social_media_buttons(); ?>
but it doesn’t work with your theme (I tried successfully with other themes) so I assume that there’s a conflict maybe with jquery or other js.
Any idea?
Hey – please share a URL where I can see the output of your function
Cheers
Hello! I’d like to change the background color and the actual color of social media icons I’ve placed in the header.php file of my main navigation (not secondary navigation). I’ve tried using CSS both in the header file and in the CSS box but it’s not working. Thanks!
Hey,
Could you kindly share your URL in regards so I can take a look?
Cheers
do you have this theme for prestashop?
Hey – unfortunately not as of now
Cheers
check the ticket #562976 it has been 2 days and still no response. it is urgent.
Hey – tickets are used for more specific/longer issues or instances when admin credentials would need to be provided. Comments are for pre sale/ simple questions such as basic css mods etc
Hi,
I’m having issue with the one-page on mobile. When I click the menu on mobile, it doesn’t go to the correct spot.
Hey, could you kindly share your URL so I can check your current setup?
Its been 6 days since I submitted my ticket on your support. I haven’t received any reply. Please attend to it.
https://themenectar.ticksy.com/ticket/552708/I want to remove sticky header. But when use this code
header-outer, #header-space {
position: absolute !important; }
The top portion of the page is getting overlapped.
On http://davinci2.tk/grid/ , 1/4th of the Krystaldesignsco image is getting overalled. original image http://davinci2.tk/wp-content/uploads/2015/10/cr.jpg
How can I make it right???
I want to remove sticky header. But when use this code
header-outer, #header-space {
position: absolute !important; }
The top portion of the page is getting overlapped.
On http://davinci2.tk/grid/ , 1/4th of the Krystaldesignsco image is getting overalled. original image http://davinci2.tk/wp-content/uploads/2015/10/cr.jpg
How can I make it right???
Hey,
the correct snippet should just be:
#header-outer {
position: absolute!important;
}
I’ll look at your ticket shortly
Cheers
Hello,
I used the code. It works just the way I wanted on a pc. But the top portion of the page is getting overlapped again on a mobile view of the page, Check http://www.designmont.com/all-items/ (mobile view)
It is kind of urgent. Please can you help me.
Thank you
The same thing is happening on a tablet view also.
Hey – change it to:
@media only screen and (max-width: 1000px) {
#header-outer {
position: absolute!important;
}
}
It is not working. The overlapping is still there on mobile devices and and the menu is sticky. Please help.
Thank you
@media only screen and (max-width: 1000px) {
#mobile-menu {
top: 60px!important;
}
}
I have a suggestion..
When working with large pages full of rows, all with different content, it can become almost impossible to keep track of the content on the page. It’s confusing to put it mildly.
What if, you name your rows using the ID field in the row-settings, and you could then see that ID on the page?
That way, when you collapse your rows and look at the full page, you would see this:
What do you think?
The big question is… is this the right place to suggest this, or should I reach out to wpbakery?
Hey – this is indeed the right place to suggest since I added that field specifically for the Salient one page scrolling feature, it’s been noted 
Please change include function with colors.php, or give us way to change !important rule in child theme. You can check first if file is inculded or throw out !important nested rule. Thanks!
Hey – if you placed this in your child themes functions.php file you could overwrite the file completely with your own:
function nectar_colors_css_output(){
include('css/colors.php');
}
I’m having trouble with the one-page scrolling feature.
http://beta.river-design.com/branding-your-business/ The link I’m trying to get to work is within the flip box on the far right (“A Whole Lot More”)1. I can’t get the smooth scroll to activate; the link goes to the anchor, but just jumps there without the smooth scroll.
2. When the link is clicked, the anchor seems to ignore the #header-space property and the result is the anchor gets buried underneath the header.
I believe both of these problems stem from the same source, which is that the pageLoadHash function isn’t actually being called. I tried adding this additional target class to the init.js file, line 7480: .flip-box-wrap .flip_link a but that didn’t do the trick. Am I looking in the wrong place?
FYI, the interesting thing is that if I go to the full URL (http://beta.river-design.com/branding-your-business/#full-list) the smooth scroll (and header offset) behaves as it should. It’s clearly discriminating against the link within the flip-box div.
Hey,
That’s weird, it should still be able to pick up on links in that area – the selector:
$('body').on('click','#header-outer nav .sf-menu a, .container-wrap a:not(.wpb_tabs_nav a) etc.. should be able to pick up on it with .container-wrap a:not(.wpb_tabs_nav a)
It’s possible the flip box is doing something to unbind the event. Have you checked with the plugin developer yet?
Cheers
Can I get a code to display random frontpage?
Hey – Unfortunately I don’t have code for this, have you checked out Envato studio in regards?
Hey guys. I really loved your theme. It´s beautiful!
But I have a doubt. I want my site to look like just your “Live Preview” page (http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266).
With the video in the “first page” and then 4 images with parallax.
Can I make my site to look just like that with your theme?
Hey – yes, you can have a video on the top and parallax images under 
Cheers