38356 comments found.
Hi, Is it possible to still display buttons when javascript is disable? Best regards. Eric
Hey beautifulworld,
add this into the custom css box in your Salient options panel:
html:not(.js) .nectar-button:not([data-color-override="false"]), html:not(.js) .nectar-button:not([data-hover-color-override="false"]) { visibility: visible; }
Cheers
Cheers
Hey beautifulworld, I’m currently not seeing the CSS being added onto that URL – can you verify it’s still added?
Hey ThemeNectar, That’s what i’ve done, but it doesn’t work… Cheers
Hey beautifulworld, i’m seeing a syntax error in the CSS entered in on your site
html:not(.js) .nectar-button:not([data-color-override="false"]),html:not(.js) .nectar-button:not([data-hover-color-override="false"]{visibility:visible!important;}
on the last part of the selector before the rule, there’s a missing )
i.e:not([data-hover-color-override="false"]should be:
:not([data-hover-color-override="false"])
Hey ThemeNectar! Great! It works fine! Is it possible to do the same for NectarSlider when javascript is disable? Cheers
Hey beautifulworld,
add this into the custom css box in your Salient options panel:
html:not(.js) .nectar-slider-loading { display: none; }
Cheers
Hey ThemeNectar, It works fine for NectarSlider on the homepage. Is it possible to see others slides than the first? In the following page, buttons can’t be seen: https://www.legoff-piscine-spa.fr/renover-ma-piscine/ Cheers
Hey beautifulworld,
1. Unfortunately not at this time
2. add this into the custom css box in your Salient options panel:
html:not(.js) .swiper-slide .content p, html:not(.js) .swiper-slide .content h2, html:not(.js) .swiper-slide .content .buttons { opacity: 1; padding-top: 0; }
Cheers
Hi guys, I have a JS script that I would like to run on all blog posts only, no other pages but posts. Any idea where the best place to add this js script? Thank you
Hey anthonysinclair,
You could enqueue the script from a child theme functions.php and wrap it in a conditional tag for is_single() e.g.
if(is_single()) {
/* enqueue script here */
}
Cheers
How would I go about editing so my blog post display Alphabetically (A-Z) vs the standard DSC by Date? Thanks!
So sorry, just figured it out. Please disregard.
Hey Andrew_McNelis,
Glad to hear you’ve sorted it 
Cheers
Hi, I want to create a submission box where people can leave their email to create a free account (like in this example: https://drive.google.com/file/d/1c9xTCIyuFcsWH5cNs7spK31T0rLxWJOp/view?usp=sharing)
I now use the contact form on the left side to create that submission box. On the right side, I am planning to add a normal button (here’s how it looks https://drive.google.com/file/d/13VovhMyQyiXxQspWN5Z_2ts9NkH1796I/view?usp=sharing))
How can I connect the submission box with the button, so once people have left their email and clicked the button they will be led to a page to start with their new account?
Hey thienypham,
That wouldn’t be possible without custom modding – however, you can simply use columns within the contact form itself to separate the button/input: http://themenectar.com/docs/salient/importing-contact-form-data/
Cheers
function niceScrollInit(){
$("html").niceScroll({
scrollspeed: 60,
mousescrollstep: 30,
cursorwidth: 15,
cursorborder: 0,
cursorcolor: '#303030',
cursorborderradius: 6,
autohidemode: false,
horizrailenabled: false
});
However changing values of scrollspeed and mousescrollspeedstep, even to small values like 5 and 1, dont make any significant difference, is there something one can do to slow down scroll speed.
Lol, my mistake, seems this is sidebar only? Not sure. but still not sure how to make it scroll less quicker 
Hey MatthewMurdoch, can you please share your URL so I can see what settings you’re using?
Thanks
Im currently using the default from the init.js but um, any ideas how to make it scroll less quick? 
Can ignore, resolved it by commenting out salients smooth scroll and using one from github
Hey MatthewMurdoch, glad to hear you’ve sorted it
Cheers
Hi, is there away to make the color of the play button in the video light box more transparent so it’s possible to see through the button? Thanks!
Hey thienypham,
Change your theme skin to “Material” in the general settings tab of the Salient options panel and this will be the case by default 
Cheers
Hi there!
I have a problem with .cart-wrap on mobile version. The span in the .cart-wrap disappear. Can u help me? Is a style or template problem? Can you quickly check? My website is : http://eracleaviaggi.it/
Thanks, Best Regards C4B
Hey c4b,
Change your theme skin to “Material” in the general settings tab of the Salient options panel
Cheers
Hi, I have a problem about editing my site. All my contents rows have gone and when I click on the new elements on the salient visual composer, there are elements for me to select but nothing to show after I click on it. How to solve it?
Hey mandykingship,
Please verify that you’re on the current release of the page builder (5.4.7) and that no third party plugins you may have active are causing the issue. If none are and you’re on that version, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
Hi, how to check the version? I only have Salient Visual Composer of which it’s version is 4.7.4. And there is an update to 5.0.1. Is the visual composer the page builder?
Many thanks
Hey mandykingship,
The current Salient is 8.5.6 and the current WPBakery page builder (formerly visual composer) is 5.4.7 http://themenectar.com/docs/salient/updating-salient/
Cheers
How do I get the cool buttons on the SERVICE demo with the gradient outlines?
Hey MarkusB,
When you use the “Ascend theme skin” in the Salient options panel > general settings tab, the button element in the WPBakery page builder will act like that when using the see through style with a gradient color selected
Cheers
Hi, my dark and light logos are working fine on desktop, but dark logo just doesn’t appear on mobile.. URL: http://www.julianongphotography.com/test
Hey julianong,
add this into the custom css box in your Salient options panel:
#header-outer[data-transparent-header="true"][data-permanent-transparent="1"].transparent .midnightHeader.dark #logo img.dark-version {
opacity: 1!important;
}
Cheers
Fantastic, thanks!
You’re welcome julianong 
Great theme
Thanks a lot seamusdrumz! 
Having trouble when viewing in mobile the first row of any page pushes up and not sure why – look at http://ccsvtest.wpengine.com/mens-ministry/
Hey calvarsv,
can you provide a screenshot of what’s occurring on your end and also let me know the device? I’m seeing the first row flush to the header on my end: https://imgur.com/a/vHycbgx
Cheers
Thanks, I was able to fix it.
Glad to hear calvarsv
Cheers
Hey – will there be any new feature roll-outs over the next couple of months?
Hey jmrosenheck,
Yep, we’re wrapping up the next major release right now – 8.5.6 was only released in the meantime because of the new WooCommerce release
Cheers
my pricing table is not alligned correctly – how do we we fix this please? the third column is out of sync and i do not know how to allign them…it needs to be raised but i am guessing it can only be done via css? but i dont know where to go to fix this particular page -
https://www.rsdigital.co.uk/blogger-outreach-pricing/Hey Angelgaz,
I’m seeing break tags getting inserted between every pricing column, which is causing the issue. If you can’t see those in the editor it’s possible a third party plugin is adding them. If you can’t find out how to remove them, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Thanks
Hi, I would like to know if you can control the size of the video eg fullscreen from a lightbox portfolio.
Hey pilisabo, the lightbox offers a fullscreen button but by default doesn’t open in fullscreen – that would require a modification
Cheers
pricing tables
Hey Angelgaz,
can you explain in more detail what you’re referring to regarding the pricing tables?
Thanks
Hi there,
Is it possible to switch the default header layout so the logo is on the right and the menu is on the left?
Thanks!
Hey PulsrMedia,
add this into the custom css box in your Salient options panel:
body:not(.mobile) #header-outer .row .col.span_3 { float: right; margin-right: 0; }
body:not(.mobile) #header-outer .row .col.span_9 { float: left; }
Cheers
Are there any plans to create a marketing landing page layout?
Hey mbianchi27,
I’ve noted your +1 for that idea on the wishlist 
Hi,
In this new version 5.5.6 the problem with the display of the image galleries “Touch Enable & Spaced (Flickity) within tabs continues to happen.” The second tab still does not work with that type of image gallery.
Do you plan to publish an official version in a very short time with this problem fixed?
Thank you.
Hey izalberto,
Yes, there are tons of other fixes/changes/features coming in the next update – we just had to release this one small update before the big one due to the new WooCommerce version. The fix you’re referring to is still in the main beta
Hi, my support have just expired but i hope you will help me because i can’t resolve this issue from the beginning. My google maps do not work on site, even though I added an API key through options panel, i even tried through code in map.js, nothing. What can I do more? Thank you.
Hey aljosatukic,
Could you please share the URL in regards where the map isn’t working so I can take a look
Cheers
Hey, thanks for answering.
http://zgi.zagrebinspekt.com/kontakt/ – here, and also on home page.Thank you!
Hey aljosatukic,
Check the Google Maps API Key field in the Salient options panel and verify that there’s no extra blank space in the field before the API key starts – I just tested your key on my setup to verify it works
Cheers
Omg… well i guess we all had that moments. 
Thank you for your assistance!
Hey aljosatukic, glad it was sorted 