38442 comments found.
How do I add the Facebook Pixel on just the order confirmation page to track purchases? Thanks!
Hey ehong33234, this article covers that:
https://wedevs.com/121412/track-facebook-pixel-conversion-woocommerce-store/Cheers
Hi, I got a little issue. Hope you can help please. When I have a text on the left and a picture on the right like many templates your theme already providing on desktop works great but on mobile how do I decide to display the image before the text or otherwise ?
Because I used the Silent template “alternating split sections” and I wanted more so I added a few times but on mobile there is 2 images one after the other instead of having the text between.
Hope I was clear what i meant. Thanks a lot.
@media only screen and (max-width: 1000px) {
.reverse-direction-mobile > .col.span_12 {
display: flex!important;
flex-direction: column-reverse;
}
}
Thanks a lot this solved all my problems, amazing support!
You’re very welcome shirani93 
Hi, my testimonial slider seems to have completely gone to pieces following the recent update. Please help – bottom of homepage
https://tribe.london/Hey sam_lee1985, it looks as though each of the columns within the carousel is using 15% padding on all sides, which is leaving no room for the content. Can you please either change the padding to be something lower, (a value between 2%-5%) or add this into the custom CSS box to force that?
.full-width-content .owl-item .col.padding-15-percent > .vc_column-inner {
padding: calc(100vw * 0.03);
}
That’s great. Thanks!
You’re welcome sam_lee1985 
Hi was hoping to change the active-tabs from bottom border to rounded borders like the rounded buttons?
Hey mmarquez138, The “material” style tabbed element already provides mostly rounded edges – if you’re using that style and just want to round the bottom as well, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .tabbed[data-style="material"] .wpb_tabs_nav li a {
border-radius: 10px;
}
Any idea why this randomly happened? Thank you!
Hey A_K!
It looks like those are using salient shortcodes rather than page builder icon elements – can you ensure that you have the Salient Shortcodes plugin activated?
Cheers
Looks like I had a bunch of new plugins to install I didn’t see. Thanks! That fixed it.
Glad I could help A_K 
Any way to reduce the gap in between the footer and copyright footer without reducing the padding of the entire footer? https://palomarmodular.com/
Hey canook,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body #footer-outer .row {
padding: 55px 0 0;
}
#footer-outer #footer-widgets .col .gform_footer p {
display: none;
}
Hello I am using this code to change background of contact form fields but it is not working http://zvy.7ae.myftpupload.com/
body input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], body textarea { background-color: #ffffff; border: 2px solid rgba(0,0,0,0.5);
Hey marketing62,
Change that to the following:
#ajax-content-wrap .span_12.light input[type=text],
#ajax-content-wrap .span_12.light textarea,
#ajax-content-wrap .span_12.light input[type=email] {
background-color: #ffffff;
border: 2px solid rgba(0,0,0,0.5);
}
Thank you it works, how I can change transparency?
You’re welcome marketing62,
You can alter thebackground-color: #ffffff;to be:
background-color: rgba(255,255,255,0.7);
Hi guys.
how can we change the “Next Project” label in single portfolio pages without plugin. We would prefer to be able to change it via child-theme.
Thank you in advance
Best Regards
Hey Babimcc,
The Next Project label is contained to the salient-portfolio plugin itself. You could copy the function “nectar_project_single_controls” from salient-portfolio/includes/frontend/helpers into a child theme if desired for modification though.
Cheers
Hi Team,
Could you please me out with the below query?
1. In (Activate Fullscreen Rows) the header is overlapping the page content, is there any way that header can be separated and the page body separated?
Please find the screenshot from the url below
http://druvakarthik.in/demo/support.pngHey Karthikdruv,
That should not occur by default – could you kindly share your site URL so I can take a look?
Cheers
Hi,
Sure, please check the below link. (Home page, 4th section, left grid)
http://druvakarthik.in/demo/finvisage/Hey Karthikdruv,
It looks like the custom CSS you have to set the header BG color to blue is what’s causing that, as the fullscreen section still assumes the header is transparent. If you wish to have a header BG color, you’ll need to disable the “Disable Transparency From Navigation” option in the navigation transparency metabox on the page. The coloring of the header can then be configured from the Salient options panel
http://www.w3.org/1999/xhtml
Hey djmalibiran, please share your URL in regards so I can take a closer look – the XML namespace defined in the fontawesome/pagination svg files should not be used for any http protocol communication to trigger an insecure error.
Thanks in advance
Hey djmalibiran, that’s an XML namespace similar to what I mentioned in my previous comment – it is not used for any protocol communication and thus should not trigger and insecure connection. Can you share a screenshot of the browser console so I can see exactly what resource is loading without https?
Cheers
Hey, I have cleared the cache and now the site is fully secure. I suspect that my client input the http: version of his YouTube video which I changed to actual and https version of the video URL. Thanks again for the help!
No problem djmalibiran 
Hello, I would to change the text ‘More Details’ (on hovering over a portfolio thumbnail) to ‘Bekijk project’. Is that possible? Regards, Jochem
Hey jochemvanderheide, you can achieve that by translating the string via the included .pot file in the salient-portfolio plugin directory (wp-content/plugins/salient-portfolio/languages).
ok thanks, found the file can’t figure out what to do next.. is there a tutorial on this somehere?
Hey jochemvanderheide,
A fast/easy plugin for making quick string changes is https://wordpress.org/plugins/say-what/
Then in the text changes plugin tab, you can use the following: https://ibb.co/R0P8dFX
Cheers
great thanks!
You’re welcome jochemvanderheide 
Obviously, the interface has changed since the video “Salient – Setting Up Your Portfolio” was posted. https://www.youtube.com/watch?v=0Ql7B-mjDBI I want to add a gallery slider exactly as shown but I cannot figure out how. Does this feature still exist? Thanks
Hey dbstanford,
That tutorial is indeed outdated. There is a much easier way to add galleries to projects/pages now – and that’s through the page builder by using the “Image Gallery” element. It offers a basic slider style similar to the one shown in that tutorial as well: http://themenectar.com/docs/salient/galleries/#basic
Thanks. Is there a way to hide the navigation buttons for the basic slider and have them appear only when the mouse rolls over image?
Hey dbstanford,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.flex-gallery .flex-direction-nav {
opacity: 0;
}
.flex-gallery:hover .flex-direction-nav {
opacity: 1;
}
Cheers
Exactly what I needed… thanks
Glad I could help dbstanford 
I am trying to import options from Salient > Import / Export > Import from file. But when I click the option it just shows a box rather than giving me the option to upload a file? Please help!
Hey jackcweston, you need to open your file and simply copy/paste the contents from it into that box. Cheers
Hi! is it possible with WPBakery to have a call-to-action bar on the bottom of each page which can be modified from one spot. I used to save a custom template and add them to each page, but when for example a phone number needs to be changed I have to manually edit each page. Thanks in advance!
Hey jaimyvdlee!
That would require the use of templatera: https://codecanyon.net/item/templatera-template-manager-for-visual-composer/5195991
Cheers
Hello,
it seems that the my columns are not aligning. In the back-end I have created a row with 2 columns next to each other, but they appear below each other. also see: https://www.goedeshampoo.nl/product/revita-shampoo/This was working before,but seems to be broken somewhere in the last weeks. Do you know what is going on?
Created a new blank page with one row and 2 columns with text, and also they appear below each other instead of next to each other. What is causing this?
Hey dzineee,
I am currently seeing your columns aligning next to each other instead of underneath as you’ve described: https://ibb.co/jh20FGM Can you confirm it’s happening on your end in more than one browser? Could you also shoot me a link to the newly created blank page with only two columns where you’re also able to see the problem? Thanks in advance
Thank you for the update. It is happening in Chrome, Firefox and Edge. So it seems to be in all browsers. I am not sure why you are seeing the correct image. Which browser are you using?
The test page can be found at https://www.goedeshampoo.nl/test-page-delete/
They should appear next to each other, but they show up below each other. https://ibb.co/jZgp77jReally hope we can resolve this. Thank you for your effort.
Hey dzineee, the screenshot I provided was from Chrome as well. I just tested again on Chrome/FF/Edge on my local machine: https://ibb.co/3CHdcrr as well as through browserstack.com and have not been able to replicate the issue yet. From your latest screenshot, it looks as though the grid system is not loading on your end. Can you try to open the browser console when loading the page (f12) and see if there are any errors showing?
Yes, that was the first thing I tried. There are no errors in console or any relevant messages. Everything seems to work. I also tried anonymous browsers and other options. I have a clean installed browser without any plugins whatsoever.
Still, the boxes are still not aligning correctly and appearing below each other. Do you have any idea what might be going on and how I can resolve this?
It would be much easier to assist if I could replicate the issue, however, I still can not – I’ve even tried using a proxy to alter the location in case it was CDN related. Do you have a staging server setup that also shows the issue where you could provide a login for further examination?
I just checked on a different laptop with different OS (Apple) and also there the problem occurs in Safari and Chrome. So it is not specific to my laptop.
I am confused as of where this problem can occur; especially since there are no errors whatsoever. I have used web-capture.net and they also have the problem: https://web-capture.net/picture_mini.php?type=jpeg&url=https%3A%2F%2Fwww.goedeshampoo.nl%2Fproduct%2Frevita-shampoo%2FOn my laptop it is full width; but below each other. On web-capture it is half width; but still below each other.
something strange is going on, but cannot figure out what it is. Any idea’s?
Hey dzineee,
I did another round of testing using 2 computers / different browsers and still can’t see it. I also checked the screenshots which Google/GTMettrix generates on the fly when doing performance testing, and those don’t show it either:
https://gtmetrix.com/reports/www.goedeshampoo.nl/76R58PBzhttps://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.goedeshampoo.nl%2Ftest-page-delete%2F&tab=desktop
Do you have a multi-server setup? If so, it’s possible that one of them is using an outdated version of one of the files which adds the styles for the grid:
https://www.goedeshampoo.nl/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.csshttps://www.goedeshampoo.nl/wp-content/themes/salient/css/grid-system.css
I also just noticed that your grid-system.css file is using a minfiied version, which is not how the file is shipped by default. Do you have any plugins that could have modified that or have you yourself done any manual minification?
Thank you for taking the time. Your remark triggered something and i had a closer look at some of our settings. Somewhere it seems that some CSS was minified. I have now excluded the mentioned URL’s and things seem to be working again.
I will need to keep an eye on this to see if it has been resolved, but greatly appreciate your help.
Do you have any minification advice/guides for Salient?
Hey dzineee, I’m glad I was able to help 
You can use a plugin such as autoptimize or W3 total for automatically handling the minficiation.
Cheers
hi there, on this post: https://winningimpact.nl/waarom-de-meeste-kernwaarden-onzin-zijn-en-wat-wel-werkt/ it is not possible to enter a comment or reaction. On my other post it is possible. Any idea how this is possible?
Hey Abbenhues, in the WP admin > Settings > Discussion tab, please ensure that you have the option for “Allow people to submit comments on new posts” enabled. If that already is, kindly edit your post itself and verify in the “Discussion” metabox that “Allow Comments” is checked.
Cheers
Found a bug with the Toggle Element:
Buttons placed in a row, contained within a minimal toggle element have their icon changed from what you set, to the FontAwesome Minus Icon.
See here: https://i.imgur.com/rbKC2n4.png
Hey shadowrider921009, Thanks for reporting that. It’ll be corrected in the upcoming release. If you’d like a beta copy, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
How do I disable the category button that appears in post headers?
Hey blazoneer, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.single .meta-category,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap >a {
display: none!important;
}
Cheers
how soon will a version be released with a fix for lazy load image in rss?
https://yarasheva.design/rssHey,
It should be out by the end of the month. The next release is a major version and thus requires extensive testing and the use of a beta group to ensure stability for users. As we have offered before, please feel free to reach out in regards for a beta copy which includes the fix.
Cheers
I look forward to it, as this error greatly affects the SEO delivery of mobile traffic.
Hello I have a question, can I disable author on single posts? How I can add space between author name and bio it is very close https://cyklopedia.cc/cycling-tips/masters-cycling/ and why profile picture is so low resolution? Thank you.
Hey marketing62,
1. The author can be removed from the blog header in the Salient options panel > blog > post meta tab, and removed from the bottom of the post in the blog > functionality tab via the “Author’s bio” field.
2. You can either edit the line height in the Salient options panel for your “Heading 3” to be greater than the font size (currently both are at 30px) or you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .container-wrap #author-bio #author-info h3 {
margin-bottom: 10px;
}
3. I’m currently seeing it load at 80×80, which is what it’s displayed at size wise in the HTML. If you’d like to shrink the size to increase the clarity on retina displays, you can use the following:
body #author-bio img {
width: 60px;
height: 60px;
}
Cheers