38441 comments found.
I’m getting a continuous spinning when when loading. Also, I can’t write a support ticket because it keeps saying invalid URL.
Please share your URL here or send me an email if you can’t access https://themenectar.ticksy.com
Cheers
I am an, impressed, new customer. I have restored the lated v7 demo to use as a starting point. When I add the contact form to my site, it doesn’t look nearly as good as on the demo. You has this nice animation when you click in a field and the field title jumps up, and you have 3 columns for the top row. How can I get my contact form to look like the one in the demo?
Hey!
1. Activate the fancy form styling in the theme options panel > form styling section
2. This is the code used in the contact form
<div class="row">
<div class="col span_4">
<label for="your-name">Name</label>
[text* your-name]
</div>
<div class="col span_4">
<label for="your-email">Email</label>
[email* your-email]
</div>
<div class="col span_4">
<label for="your-subject">Subject</label>
[text your-subject]
</div>
</div>
Cheers
Hello Salient,
I added the comments section to the theme’s page.php div class="comments-section"> <?php comments_template(); ?> exactly how it was instructed on your support page article. It displays properly, my problem is that I now get an empty space just before the footer of each page that I have disabled comments for. How can I get rid of this?
This is an example of the problem (this page has comments disabled):
http://es.migueltoralba.com/Thanks!
Hey,
Add this into the custom css box in the Salient options panel:
body[data-bg-header="true"] .container-wrap {
padding-bottom: 0!important;
}
Cheers
Hey,
You can use the color overlay tab when editing a row to activate this option
Cheers
Is it possible to fix the blog sidebar to the top of the page when scrolling? Ala the fixed sidebar portfolio item page.
Hey,
as of now that wouldn’t be possible without some custom development but the idea is indeed on the wishlist
Cheers
Thanks!
You’re welcome 
Hi, I’ve just bought the theme and the Nectar shortcodes option doesn’t work, when I select the option Nectar shortcodes it shows an empty screen / modal…
I have figured out that this wont work cause of WPMUDEV ProSites plugin… Disabling that plugin makes it work as it should…
I have checked permissions of the files in nectar/tinymce/shortcode_generator/ and they all got 755,
I am running this on a local development server with the latest version of WP and your theme, with wordpress multisite, so i am not able to grant you “access” :-/ can’t deploy before this issue is sorted… any suggestions ?
ok, so this is solved thanks to WPMUDEV, if anyone else got this issue, use this code in functions.php, or add a it as a new MU plugin:
function remove_prosites_admin_styling_for_posts(){
global $pagenow;
$tag = 'admin_enqueue_scripts';
$priority = 10;
if ( $pagenow == 'post.php' || $pagenow == 'post-new.php' ) {
if(is_array($GLOBALS['wp_filter'][ $tag ][ $priority ])){
foreach($GLOBALS['wp_filter'][ $tag ][ $priority ] as $key => $hook){
if( strpos($key, 'register_psts_style')){
unset( $GLOBALS['wp_filter'][ $tag ][ $priority ][ $key ] );
}
}
}
}
}
add_action('init', 'remove_prosites_admin_styling_for_posts', 100);
Hey, thanks for posting your solution for others
Cheers
Found. You have the perfect pattern! Thank you! Good luck!
Cheers 
no dummy data included in the latest download option?
Hey, it’s all available to import from the theme options panel
Hi – Ever since the update, the backend seems to be taking an age to load, at least 30 seconds… Any suggestions?
Hey, Please open a private ticket in regards with your admin credentials so I can take a look for you https://themenectar.ticksy.com/
Cheers
Hello, sorry to bother you but I have a site for a client and I’m on a deadline to get it launched. I opened a ticket on your support site ( Private Ticket #647988 & 647998 ) but have not received a response yet and since updating from 6.1.2 my mobile site no longer works properly. I would really appreciate your help asap so I dont have to go back to my old Salient version and have to re-do everything which would take me hours to do.
Thanks for the help!
Hey,
please add your admin credentials to the ticket so I can log in and further inspect your setup to assist
Cheers
I can’t believe I still haven’t received any support after sending all my log in info and asking for help for over two days. I now have to go re-do my whole site for the old 6.1.2 version just so I can have a site that’s working on mobile. Obviously I am very unhappy as I now have to do hours of extra work and I’m really not sure why i paid extra for support and can’t even get something as basic as mobile working properly on the site. I really am very disappointed.
?
Hey – I got back to you yesterday in regards, it seems from when I asked for the credentials it was just under 24h until I got back to it. Thanks for you patience
ignore.
Hey, glad you figured it out
Hi,
My home page has an area where I’m displaying portfolio items, and have them linking to my secondary pages. My featured images have all flipped vertically when chosen as the featured image, but within the media gallery, they are properly aligned. What is the issue?
Hey,
Please open a ticket in regards with your admin credentials and let me know more specifics about what changed on your site that caused this to occur i.e. have you updated versions of plugins/theme/WP etc
Cheers
How do you change the colour of the blog background?
I need it to be white.
http://www.51waysdemos.co.uk/micky/afghan-war-veteran-micky-yule-aiming-for-powerlifting-gold/Thanks
Hey,
you can do so from the options panel > general settings tab in Salient 7.0+
Cheers
When they say “limited support” they mean it. Support takes 24+ hrs and is usually a 1-line comments with minimal extra help. Often unrelated to the question.
Hey, i’m sorry to hear you’ve been having unresolved issues – please let me know the ticket ID so I can see what you’re referring to
Cheers
Private Ticket #648550
Private Ticket #648566
Looking over those it seems Tahir was able to successfully import the theme options for you. Please let me know what other questions you still have
Hi there,
I’m building a site in my local environment and when I attempt to put an image background on a row, it never saves or displays. I select the image from my media library from the row option (Background Image—Add Image), click Save. It never shows and when I open the row options again, it’s not there. I’ve tried it with various image, pages, row contents.
I updated the Salient theme to the latest version. This wasn’t a problem before, so perhaps it’s the version issue?
Hey,
Are you also using the current VC? (4.9.2)
Cheers
Is there anyway we can add CSS to the submenu to change the color/bg when the link or page is the one clicked/active?
Hey,
Add this into the custom css box in the Salient options panel:
header#top .sf-menu li ul li a:focus {
color: pink!important;
}
Cheers
Thx for the reply. I was talking about the new page submenu. I tried entering that code here: }
.page-submenu li a:focus{
color: pink!important;
But… no dice.
Hey,
Try this:
body .page-submenu li a:focus {
color: pink!important;
}
Cheers
Hi! I am using Nectar slider for full-screen video background and cannot find solution how to overlay video with color, could you please help me?
Hey! Add the video texture option to your slide and then add this custom css into your Salient options panel:
.video-texture {
background-image: none!important;
background-color: rgba(0,0,0,0.5);
}
Hi,
is there a way to show the Related Products or up-sells as a listview instead of next to each other?
http://hltshop.nl/product/professionele-led-bouwlamp-100-watt-4000k-zwart/ that’s the URL.Hey.
Add this into the custom css box located in your Salient Options panel:
.woocommerce .products.related .product, .woocommerce .products.upsells .product {
width: 100% !important;
}
Cheers
Do you have plans to translate the template? For example, in Russian.
Hey – it can be translated into whatever language needed but as of now there aren’t pre translated versions included by default
namely the admin panel nectar
Hi! Is it already possible to center the logo in the navigationbar? Cheers!
Hey, as of now you can center the logo above the nav bar but not in the middle of it without custom modding
Cheers
Thanks!
You’re welcome 