38337 comments found.
I was able to hide the header from a custom post type using .single-popup-posts #header-outer { } But I’m using left-header so the content will have data-header-format=”left-header” which will offset the content from the left and leave whitespace. How can I fix that? Also, there’s a whitespace on top of the content; can it be removed from CSS?
display: none;
Thank you.
Hey hsen284,
You’ll need to add the class name “page-template-template-no-header” to the body within any section you wish to remove the header. It will take care of the offset styling issues.
Kind regards
Hi there, It is possible to open a specific category in a filtered post grid from a link on another page, something like post-grid-page/#specific-category or post-grid-page/?ID=specific-category-ID.
Hey themasterchile,
You can add ?grid-filter=category to your URL in order to accomplish that.
Kind regards
Greetings, we have noticed in our site that cash on delivery cost doesn’t always add to the price. Is there a way so i can show you privately the error?
Hey frtcyprus,
Have you verified that the issue only occurs when Salient is the active theme?
Kind regards
Greetings, since it is a live site we can not test another theme. Everything was set up using only your theme.
Hey frtcyprus, since there’s no known issue similar to what you’re describing, the first step of troubleshooting will be to setup a staging clone of your site where the theme can be swapped to the default WP theme in private. Please open a ticket on the support forum in regards when you have a staging URL.
Thanks in advance
Good afternoon. Since the 15th version of the theme, Yoast sitemap for images is supported. Is similar support planned for AIO SEO sitemap images?
Hey gogenich,
So far we only have support for Yoast and Rank Math sitemap images. However, I’ve noted the idea for AIO SEO.
Kind regards
Can I transfer “My Templates” from page layout to post layout? Thank you.
Hey Fixedman,
The custom templates you’ve saved in WPBakery should be available in any post type where the page builder is enabled. Are you unable to access them inside your posts?
“Append previously saved templates to the current layout.” so weird but pages and posts will have 2 different list!
I haven’t been able to replicate that on my side yet—the list should be shared between pages/posts. Have you reached out to the WPBakery developers yet to see if they’re aware of anything that could cause that?
I would but I don’t have license, it came with you template.
Hey Fixedman, I could reach out to them, however since I can’t replicate the issue they probably won’t be able to help me with troubleshooting. You can still post a public comment on their page without a license here: https://codecanyon.net/item/wpbakery-page-builder-for-wordpress/242431/comments
ok I will try
Hello, where I can change font for titles of posts in section “You may also like” under blog posts for example here https://coffeewithdamian.com/blog/wedding-photography-timeline/
Hey Fixedman,
That’s styled by the “Heading 3” field in the Salient options > Typography > General HTML elements tab. You can also set it to something different in the Salient options > Blog > Single post tab via the “Blog Section Title Typography” option.
Kind regards
but my Heading 3 is Baskervville font italic and it shows as Montserrat italic, so something is wrong
Hey Fixedman,
I’m currently seeing Baskerville as the font in use from my end: https://ibb.co/zhqkN1Y
I see it too, but it shows up as montserrat https://ibb.co/GQ9t6VJ
Sorry Fixedman, I read your initial comment wrong. I thought you were asking about the related title text itself i.e. “You may also like”.
The post headings are controlled from the “Heading 4” in the Salient options > Typography > General HTML elements.
Kind regards
that worked!
Glad to hear, Fixedman 
Hi there! Wordfence has detected a vulnerability in Salient Core Plugin (shortcodes): https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/salient-core/salient-core-202-authenticated-contributor-stored-cross-site-scripting
Should I concern about that, or what do you suggest?
Thanks, Alex
Hey Alex! That was patched in v2.0.3, which was released 8/10/23: https://themenectar.com/changelogs/salient.html#16-0-5
Kind regards
Hi,
Is there a reason there isnt a responsive option on rows and only on columns? I often need to hide the whole row on mobile / desktop and have to use css. Am I missing something or is there a plan to implement this in the future?
thanks
Hey tricks28,
WPBakery doesn’t offer that functionality in the core, however I’ve noted your +1 for the idea for us to add it in our own end 
Awesome – would be such a great feature to add. Much appreciated. Your mods on wpbakery are exceptional.
Hi, does this theme support ultimate member plugin?
Hey TomBushby, Yes, that plugin should work with Salient. If you’ve encountered any specific issues, feel free to open a ticket on the support forum in regards.
Cheers
Hola Mr Nectar,
I’m trying to put html tags in article excerpts with an “Advanced Excerpt” plugin and with manual code, but it doesn’t activate at all!
Can you help, please?
Thanks
Hey nocomments,
You’ll likey need to copy the “nectar_excerpt” function from salient/nectar/helpers/blog.php into your child theme and modify it to just return the_excerpt.
Kind regards
Hola Mr Nectar,
I followed your instructions, but it doesn’t allow to insert html tags!
The excerpt function: https://pastebin.com/EQDay8YwThanks
Hey nocomments,
That’s not the modification that would be needed. Please open a ticket on the support forum in regards as this is beyond the scope of this area.
Hi. How do we set a new license code if we take over someone’s website please?
Hey 79design, Salient does not store the license directly within the theme. However, if you’re using the Envato Market plugin, which is recommended for auto updates, you can update your API token in the plugin settings. Visit https://www.envato.com/lp/market-plugin/ for more information.
Kind regards
Hola Mr Nectar,
Any code snippet to hide salient theme options in wp dashboard from administrators?
Thanks Friend.
Hey nocomments,
You can hide the link to it by using a snippet such as this in your child theme functions.php:
https://pastebin.com/AV4124gRNote: if you’ve renamed your child theme something other than “salient child theme”, the selector would need to be changed accordingly in the snippet.
Kind regards
Thanks, very useful!
You’re welcome, nocomments 
hello, again i wanted to say what a great and yet the most light weighted theme i ever used!
i don’t have much experience with wpbakery builder, i imported architecture theme and i wanted to replace the landing page top video with 3 sliding videos, can i achieve this? i tried to recreate a row with nectar slider but i am not able to center a text in the middle of a row and column, any educational video to show me how to do so?
Hey resshaheen, I appreciate the kind words 
While that would be a more complicated setup to achieve, it’s possible. Here’s an example of it that you can copy/paste into your page builder and edit as needed: https://pastebin.com/tsL0fCRh
Kind regards
Thanks, thebugbear 
There’s no option to add a video in that manner, however, I’ve noted the idea on the wishlist
Kind regards
Hi,
Is there a way to link to the off canvas menu.
ie. I want to have a button that says contact and when you click on that it triggers the off canvas menu which has the contact details on it.
so you’ll be able to access the menu with the normal burger menu as well as a normal hyperlinked button.
thanks
Hey tricks28,
You can trigger the off canvas menu from a custom link by giving the link a class name of “nectar-ocm-trigger-open”
Kind regards
Perfect! Thank you
You’re welcome, tricks28 
Hi, can you show me how to change this icon in nectar slider become down arrow https://prnt.sc/dKZc9GC6l-BE
i want to switch from Scroll Animation to Arrow like this https://prnt.sc/0R8cGdRg10fn
Hey shaky512,
You can make that change in the Salient options panel > page header tab via the “Down Arrow Style” field.
Kind regards
Hey shaky512, Also ensure that your “Button Styling” in the Salient options > general settings > styling tab is set to “Regular”.
Kind regards
Thank you, it works!
You’re welcome, shaky512 
we are using three Woocommerce Products elements set as a carousel inside tabs. When selecting tabs the tab changes on the first click but the underline animation only works after a second click.
Then when swiping through the carousel, the product the mouse is on when releasing the click is opened. This happens on Safari, Edge and Firefox. www.foodieflavours.com Please see video below.
Video Example: https://streamable.com/7q3cus
Hey MarcGarner,
I’ll be adding the needed for for the tab highlighting issue into the next minor release. However, I have not been able to recreate the link trigger on mouseup yet in any browser to try and troubleshoot it. Are you only seeing that occur when using the product carousel inside of a tabbed element or is it occurring for you everywhere?
Kind regards
We’re seeing this behaviour everywhere with the product carousel regardless if it’s in a tabbed element or not. Same behaviour on the default related products carousel element.
Hey MarcGarner,
Because I can’t replicate that and have not seen other reports of the same, I would suspect it could related to the specific machine or mouse that you’re using. Kindly open a ticket on the support forum in regards with further information about your setup so that we can follow up.
We have tried on multiple computers which have different types of mouse. Same results.
And you’re able to see the same issue occurring on the live demos, correct? e.g. the eCommerce ultimate landing or the related product carousel
No we don’t have the same issue with those demos. This may be a plugin conflict.
Thank you for the recent update, this has fixed the issue with the tabbed element and it now works super smoothly!
We found that the other error where the product link was opened while swiping through a product carousel was caused by GTM4WP. This has been resolved with their latest update.
I’m glad to hear it sorted the issue for you, MarcGarner 
Kind regards
When I activate AffiliateWP Affiliate Portal plugin (paid, latest version with subscription), my homepage redirects to /affiliate-area/ automatically and nothing I’ve tried so far resolves this unless I deactivate the plugin. Any idea if there is a conflict with the theme or what I can look into in the Salient settings as a solution? I ran a debug log and didn’t find anything unusual as well. Appreciate any insight/help into this, thank you.
Hey ehong33234,
If you’ve verified that deactivating your child theme (if you’re using one) doesn’t resolve the issue, but changing to the default WP theme does fix it, please open a ticket on the support forum in regards so the we can a closer look into the plugin.
Kind regards
The plugin was actually creating a couple of links in the settings upon activation which was causing the redirect issue. I had to delete the links and it worked.
Is there an option to remove Tags on the single product pages? If not, how can we remove this? Thank you.
Hey ehong33234,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.tagged_as {
display: none;
}
Thank you! What snippet can I use to decrease the size of the breadcrumbs font?
Hey ehong33234, You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.woocommerce .woocommerce-breadcrumb {
font-size: 11px;
}
I tried that but it didn’t work. I cleared website cache and did incognito browser as well.
Hey ehong33234, since that snippet should be accurate, I would need to see your URL to understand why it’s not taking effect in your setup.
Kind regards
I was able to modify it using this css: /#breadcrumbs { font-size: 13px; }/
Is there a way to only show breadcrumbs on certain pages such as single product pages but remove them on regular pages/posts?
Hey ehong33234,
You could try a CSS snippet such as
body:not(.single-product) #breadcrumbs { display: none; }
Kind regards
Greetings, I have problem is that I’m new developer to this website and I don’t have purchase code for the Theme, however, I need to do an upgrade. Is it possible to give you access and check? or maybe there is a place I can prove that the Theme is purchased?
Thank you,
Hey curveuptech,
I would recommend reaching out to Envato directly in order to try and regain access to the purchase code/original account: https://help.market.envato.com/hc/en-us/requests/new
Kind regards