38435 comments found.
I’m getting a flag from Wordfence for the following:
“Filename: ssv3_installer_payloadWBWpYCfp.php File Type: Not a core, theme, or plugin file from wordpress.org. Details: This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: * Pre Installer Payload Script\x0a *\x0a * This is called via curl. The settings are
The issue type is: Suspicious:PHP/simplescripts.5753 Description: Simplescripts automation script – may be leftover from development but can be used maliciously so it should be removed.”
Should I ignore it or would it be safe to just remove it?
Hey Even_Stevens, that is not a core file of Salient, what is the file path where it’s located?
When I put on “Force Transparency On Navigation” my mobile menu remains with a color in background, where I can put the mobile menu transparent to, like this? https://cl.ly/04b3309c95b3
Thank you
Hey nocomments 
Are you using Salient v10.5 or higher? The ability to retain the mobile transparency was added in that version. If you already have that version, please share your URL in regards so I can take a look
Cheers
Mr. Nectar, Mr. Nectar Thank you I understood
Glad I could help nocomments 
There is a 1 px white space between the bottom of the menu and the top of the mega menu. That space is not there for the regular menu drop downs. How can I fix this so that they are both consistent?
Hey csandstedt, could you please share your URL in regards so I can take a look at your settings to assist?
Thanks in advance
The URL is https://about.tagnifi.com/
Thanks csandstedt, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body[data-dropdown-style="minimal"] #header-outer:not(.transparent) .sf-menu > li ul {
border: 0;
}
Hey! Is it possible to add an autoplay video on the main slider? Like this:https://www.intechnic.com/?
Hey anaclarabiscaia,
Yes, you can use a video background on any row within the page builder.
Cheers
Pre-bying question: Is there any font in themes Typography fonts that’s working with Armenian language?
Hey sandoyan,
Salient includes all of the Google fonts – you can view the full list here: https://fonts.google.com/
Cheers
Please update your FontAwesome library… People have been requesting this for YEARS in your support forum. Please! Thanks : )
Hey DigitalOrrb, the main reason we have not updated to v5 is because WPBakery has not. To ensure compatibility for existing theme users, we are going to wait until they intgrate it into the page builder core.
After the latest update, there are issues with the RTL placement of post dates. See an example here: https://www.izs.org.il/he/latest-articles-research/
Will you be fixing this in a future update?
Also since the last update, the placement of the headlines on individual RTL blog posts seems off. https://www.izs.org.il/he/2019/07/%d7%9c%d7%90%d7%95%d7%9e%d7%99%d7%95%d7%aa-%d7%9c%d7%99%d7%91%d7%a8%d7%90%d7%9c%d7%99%d7%aa-%d7%90%d7%a0%d7%aa%d7%95%d7%9c%d7%95%d7%92%d7%99%d7%94/
Will you be fixing this in future updates?
Hey alitraeps, could you kindly let me know what’s in your child theme “salient_child_enqueue_styles” function? It appears as though your RTL styles are getting enqueued before the main parent theme stylesheet which is causing a conflict.
Thanks in advance
Thanks. I replaced that file with a new one from the downloadable Salient files, and that seems to have taken care of the problem!
Glad to hear alitraeps 
Thanks again for your help! 
You’re welcome alitraeps 
Hi, on this page: https://orshof.kleidi.nl/workshops/open-zondag/ I’ve a section with raw html and the font color or font weight is different compared to my normal body / p text. How to fix this?
Thanks in advance.
Hey Abbenhues, what browser are you seeing that occur on? So far I haven’t been able to replicate it on my end: https://ibb.co/wg1Lctn
I want to switch the default header layout so the logo is on the right and the menu is on the left?
Why is this css not working:
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; }
Hey gustav939, I would need to see your URL to see your current settings to help out
Thanks gustav939, here’s the full CSS that will alter the alignment on desktop and mobile:
#header-outer:not([data-format="left-header"]) #top .row {
flex-direction: row-reverse;
}
#header-outer:not([data-format="left-header"]) #top .span_9 {
margin-left: 0;
margin-right: auto;
}
#header-outer:not([data-format="left-header"]) #top .span_3 {
margin-right: 0;
}
#header-outer:not([data-format="left-header"]) #top > .container .span_9 > .slide-out-widget-area-toggle.mobile-icon {
left: 0;
right: auto;
}
@media only screen and (max-width: 1000px) {
#header-outer .row .col.span_9 {
left: 0;
right: auto;
}
body #header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3 {
text-align: right;
}
}
Cheers
Hi, the above code worked, but on mobile view the logo is under the responsive menu, can the logo move to right or the responsive menu to right in mobile view?
Hey gustav939,
Add this in as well:
@media only screen and (max-width: 999px) and (min-width: 1px)
#header-outer #top .col.span_3 #logo {
position: relative;
}
Cheers
Hello, I cannot translate Read More into another language. Loco Translate cannot find it and I changed everything in includes/post-templates but nothing happened. How does it work?
Hey luabaer, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into why that string is not appearing in your loco translate .pot: https://themenectar.ticksy.com
Thanks in advance
The background video on the Necta Slide does not work at all in Safari.
Webm or MP4 encoded online as you recommend.
It does not work, it appears error related to this in the console: https://github.com/bbc/VideoContext/issues/66my URL: https://tocadebarro.com/home/
Hey ofmarconi, I’m seeing that the direct video URL is not able to play in Safari either:
https://tocadebarro.com/wp-content/uploads/2019/07/HOME.mp4Navigating to the file directly should be able to play e.g: http://themenectar.com/demo/salient-business/wp-content/uploads/2016/09/Busy-People.mp4
This points to your server not sending the headers for the video which Safari requires in order to play. Safari requires webserver to support “Range” request header in order to play videos:
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/CreatingVideoforSafarioniPhone/CreatingVideoforSafarioniPhone.html#//apple_ref/doc/uid/TP40006514-SW6I understand, thanks for the answer, is it possible to use Vimeo or Youtube on Nectar Slide?
Ah just a note, the problem is in Cloudflare, some configuration does not let these headers deliver :/
Unfortunately.
Hi,
I have an element with fixed positioning and I would like to change the text color of as it scrolls over other divs that use [data-midnight=”light”] & [data-midnight=”dark”] .
Is this possible?
Hey collier_creative,
Not without custom development – the function midnightInit would need to be modified in regards to include your custom element in the logic that changes class names
Cheers
Hi, I am trying to change the text “Read article” from the buttons here https://framey.io/destinations/. I couldn’t find the expression by using Loco Editor. Can you please guide me?
Hey robertpreoteasa,
That string is kept within the salient-core plugin – please let me know if you’re unable to find it within there.
Cheers
Regards I’m making my web multilanguage with the Polylang plugin. My problmea is that the flag is not aligned horizontally with the text. Is there a way to solve it?
Hey marketingCOLORSit, could you share the page URL in regards so I can assist?
Thanks in advance
Thanks marketingCOLORSit,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.row .col .lang-item img {
margin-bottom: 0;
}
Or if, after a lot of work, I found that same solution
It seems there is currently an issue with the navigation layout where the logo is centered between 2 menus. its actually showing the wrong menu locations, i believe, in the menu settings. i think it was fine until the latest update. ive tried it on a clean install test site with 0 plugins installed and no child theme, and got the same results. bug fix would be great
thanks!
Hey jeezyo, since this isn’t a known issue could you please reach out via the contact form on my author page with a temporary login so I can take a closer look at your setup? https://themeforest.net/user/themenectar
Thanks in advance
Hey! Is it possible to add video on the main slider?
Hey anaclarabiscaia!
Yes, if you’re trying to add a video embed, you can paste in the code directly into the “caption” textarea when editing your slide.
Cheers
Hi, is it possible to autoplay a YouTube Video in the Video Lightbox? How can i do it? Thx for your help!
Hey nueva_vido,
As long as you’re on the latest version of Salient, this should already occur by default when using the fancyBox3 option in the Salient options panel > general settings > functionality tab. If you’re already on the current release, please share the URL in regards
Cheers
Please enter a search box in this CSS window, please?
https://imgur.com/JnZFDoaI kill myself to look for something in here.
Thank you.
Hey ofmarconi, that CSS box is a core feature of the WPBakery page builder plugin and not something that Salient has specifically added
I want to use one of the heroes in the Salient Studio for the portfolio projects but i can not disable the portfolio H1 header. It still s hows the title of the the portfolio page.
I could not find a setting in the theme settings nor the options section for each portfolio page.
How can i do this? I do not want to hide it with CSS, i want to completely disable it.
Hey toolbox101, that would require modifying the single-portfolio.php file in regards. If you’re using the current version of Salient, the location of that file exists in the salient-portfolio plugin at includes/frontend
For some reason, when clicking on the plus/minus fo the quantity filter in Salient Quick View, it’s skipping a number each time, resulting in only adding or subtracting even or odd numbers: https://www.loom.com/share/64a11eb5552b48a9ad2d070f82a2c3c1 how can we fix this?
Hey sdksdksdk,
Can you please share the actual URL where this is occurring so I can take a closer look? Also, kindly let me know if you’re experiencing the same issue on the demo: http://themenectar.com/demo/salient-ecommerce-ultimate/Thanks in advance