38340 comments found.
Hello team! I hope you are ok!
I’m trying to insert a Toggle Panel inside a Tabbed Section (Sticky Scrolling Style). But I see that it is impossible. Any solution?
Regards.
Hey alandres!
Hope you’ve been good as well 
Unfortunately that page builder element is not allowed within the tabbed section by default. However, you would bypass that limitation by manually inserting it via the the “Salient shortcodes” in a text box like so: https://ibb.co/XkxLZL7
Kind regards
Hey!!! thank you. Solved!
You’re welcome, alandres 
Hello team! again….

How I mentioned your answer helped me to solve the problem and it works! But now I would like to know how can I do a redirection to any of the tabs? If I place the cursor on the tab, it refers me to an id …...com/#6454e54a646e5 , for example.
What I’m trying to do is make an href from another page to that tab, but when I try to access that tab it doesn’t work, only the page where the content is.
Thanks for the help.
Thanks for the help.
Hey alandres,
You can link to specific tabs by using ?tab=tab-name on the end of your URL. For example, https://themenectar.com/salient/tabbed-section/?tab=lightningKind regards
Thank you guys!!! You are amazing!!!

You’re welcome, alandres! 
Hi Phil,
hope you’re doing great! I was just wondering if there are any plans to add an automatic dark mode to the theme like the WP Dark Mode plugin? Not sure if it’s possible to have an automatic one that checks for example your computer settings and applies it or one based on the time?
thanks a lot in advance and wish you a great weekend 
Hey TheChuckOne,
That is not an item on the roadmap, but I’ve noted it on the wishlist 
Hope you have a good weekend as well!
Hello, I’m seeing this message when I try to upload the latest Salient update. I also seem to be missing the “child” theme. I only see one Salient theme. Here’s the error message I’m getting: “Installing Theme from uploaded file: themeforest-iMKTVlj1-salient-responsive-multipurpose-theme.zip Unpacking the package… Installing the theme… The package could not be installed. The theme is missing the style.css stylesheet. Theme installation failed.
Hey pani0202,
That error will occur when attempting to upload the main download .zip from ThemeForest instead of the extract theme .zip file (salient.zip) inside of it. This help article covers the topic: https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error#:~:text=The%20theme%20is%20missing%20the,have%20uploaded%20the%20incorrect%20file.
Kind regards,
Thanks, this worked.
Glad I could help, pani0202 
Hi there, Google is dinging us saying our pages aren’t usable on mobile on their Mobile-Friendly Test. This is a major problem as they are likely not showing us as prominently on mobile SERPs. https://search.google.com/test/mobile-friendly/result?id=dQ2isJ_EUr1kaX8bDoXN4A . It says that the clickable elements are too close together and that the content is wider than the screen.
It seems to be happening on all of our PDPs
Hey MikeMurphyINC,
Have you tried to enable CSS/JS minifcation through a performance plugin? Sometimes the mobile friendly test can fail if too many assets are loaded on the page.
There is however no known issue with the single product page template not being mobile-friendly as shown on the eCommerce demos:
https://search.google.com/test/mobile-friendly/result?id=wtS81qOSbRDRtBONk4Rwyw https://search.google.com/test/mobile-friendly/result?id=Qk8oQufmcaPcYuz8DYSssAKind regards
Hi there, How can I make the Max Website Container Width smaller than 1425px.
Kind regards
Hey Neverplenty,
You could either deactivate the “Extended Responsive Design” in the Salient options panel > general settings > functionality tab, or add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
body .container,
body[data-header-format=left-header] .container {
max-width: 1250px;
}
}
Kind regards,
Lovely. Thanks!
You’re welcome, Neverplenty 
Hey ilcanedipavlov,
I would try regenerating your permalink by visiting Settings > Permalink and clicking “Save changes”. If that doesn’t work for you, kindly open a ticket on the support forum in regards.
Cheers
Hi! A question: what differences are between Google font loaded by theme, or by Google? Is about cookie? Loading time? What is the best? Thanks
Hey thebugbear!
It’s mostly related to the Google cookies. The performance difference will be negligible since the asset will be loaded reliably fast coming from Google.
Kind regards
Amazing stuff!
Hi there,
I’m working with row ID’s and innerlinks / anchor links on my website. On this page: https://eventsoftwarebenelux.com/services/
It works fine. When I click on the left menu item in the sidebar which says ‘Koppelingen’ it leads me to that point perfectly and the title in the blue column is visible.
But on this page: https://eventsoftwarebenelux.com/releasenotes/ It’s not working as nice. When you click on any menu item in the sidebar you’ll be navigated to that point but the title inside the blue columns (f.e. Release 2.0.0. | 05.07.2022) is not shown. It’s navigating you more down.
How is this possible and how to solve it?
Thanks in advance. Best regards, Tes
Hey Abbenhues,
You’ll need to change your anchors to not use periods e.g. changing #release2.0.2 to #release2-0-2 will correct the issue.
Kind regards
Hey guys,
On my website: https://workforce-it.com
I wanted to delete my page header image and page header height in the page header settings but everytime I delete them and update the page they come back. Is this a bug?
I know solved it temporarily by adding this css:
body[data-header-resize=”1”] #page-header-wrap { display:none !Important:}
But I would like it to work properly. Can you help me with this? Thanks.
Hey Abbenhues,
Since there’s no known issues with the page header metabox not be able to update, please open a ticket on the support forum in regards so that we can take a look at the backend to assist.
Thanks in advance
Dear Friends. It is the status of Woocommerce the following appears to me: Version 4.1.0 of salient/woocommerce/myaccount/form-login.php is deprecated. The kernel version is 6.0.0, I see that they indicate to another person that it has already been solved, but I just downloaded the latest update and in that file it says * @version 4.1.0
Estimados amigos. Es el estado de Woocommerce me aparece lo siguiente: La version 4.1.0 de salient/woocommerce/myaccount/form-login.php está obsoleta. La versión del núcleo es la 6.0.0, Veo que indican a otra persona que ya se solucionó, pero acabo de descargarme la última actualización y en ese fichero pone * @version 4.1.0
Hey digrafo, the current version of that file is indeed 6.0.0 in Salient v15.0.4 If you’re not seeing that, and you’re not overriding the template in your own child theme, the update might not have completed successfully and I would recommend re-installing the theme.
Kind regards
Hi. I need help. There is only one single page(single.php). I want to make another single page(single.php).
Hey mummy0217,
You can override the existing single.php template, or create new single templates using the single-{post-type}.php naming structure via your child theme.
Kind regards
hi Currently, posts in all categories are previous and next controls button exposed in the order of their creation date.
I want the previous and next controls button to work only the posts in that category. I ask for your help.
http://leehoeyeong.com/wp-content/uploads/2022/09/tt.jpg http://leehoeyeong.com/2022/09/21/2022%eb%85%84-%ec%9d%b4%ed%9a%8c%ec%98%81%ea%b8%b0%eb%85%90%ea%b4%80-%ed%99%8d%eb%b3%b4%ed%8c%8c%ed%8a%b8-%eb%8b%a8%ea%b8%b0%ea%b3%84%ec%95%bd%ec%a7%81-%eb%aa%a8%ec%a7%91%ea%b3%b5%ea%b3%a0/Hey mummy0217,
In the Salient options panel > blog > functionality tab, there’s a theme option labeled “Limit Post Navigation To Same Category” which you can use to achieve this.
Kind regards
Hi guys, you want video for SCALE ROW PROBLEM. I saved one.
Sometime RANGE SLIDER HAS CRUSH AND AUTO CHANGE. And Stack it. Never fix.
Watch here: https://we.tl/t-3dNSjkA0ZX
Hey sinayes,
From the looks of that field in your video, there’s most likely a third party plugin overriding the field causing a conflict – that display is not the normal interface we provide by default. There is also no known issue with screen resizing causing the field to shift in value: https://www.dropbox.com/s/hverh5bgl95tixb/Screen%20Recording%202022-09-21%20at%201.12.37%20PM.mov?dl=0
I would try disabling your third party plugins one at a time to figure out which is causing that problem. If you can’t locate it, feel free to open a ticket on the support forum in regards
Hey! Hello!
At the chekout page, is it possible to change the size (width) of the columns? I would rather leave space for the contents of the cart than for the information to be entered bye the customer. So more space on the right and less on the left, of course.
https://paste.pics/IPXK0thanks!
Hey barreoblique!
Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.checkout .col2-set .col-1 {
width: 50%;
}
.checkout .col2-set .col-2 {
width: 48%;
}
Kind regards,
Thank you! 
You’re welcome, barreoblique 
anyone else experiencing a white screen after the latest theme update? If I restore it via the backup function of my provider it works until I update the theme. It won’t show up in the admin area under appearance and the default theme will be loaded.
Apart from that, wonderful theme!
Hey theSilverFisch!
What version are you updating from? If you’re using a child theme which contains customizations, try switching to the parent theme prior to updating to ensure none of the customizations are conflicting.
If that doesn’t apply to you, please reach out via the contact form on my author page in regards and provide the error listed in your server error log so that I can assist further.
Thanks in advance,
I figured it out I guess. there was auto update enabled but apparently it does not include the theme plugins which led to a version conflict within salient.
I’m glad you got it sorted out, theSilverFisch. Feel free to still reach out in regards with the actual logged error so that I can see what occurred.
Cheers
Hi Salient Theme,
Hope you’re fine. I’m reaching you today about Form. Which is the best plugin that your recommend with Salient theme a design beautiful forms?
Thanks a lot for your reply. Have a good day. Best regards.
Hey alexis182,
Salient provides the ability to override the form styling of most form plugins through the Salient options > form styling tab, so it’s really up to what your needs are form-wise that would determine the plugin.
Simple forms can use a free plugin such as Contact Form 7, as we use on the demos. For more complicated forms, I would recommend checking out Gravity forms.
Hope you have a great day as well 
Thank you very much for your answer. I appreciate.
Indeed I know Contact Form 7 and Gravity Forms.
With your latest updates, I was wondering if there was better now 
Thanks again and have a good week.
hi there,
Would it be possible to change the lay-out of the woocommerce product pages? For example: https://nescius.nl/product/op-zoek-naar-het-onbewuste-introductiebijeenkomst/
We would like the price and date field on the left side, below the image. How can we realize that?
Thanks in advance.
Hey Abbenhues,
If you want to move the entire right hand sidebar under the image, that could be achieved through CSS alone. However, if you are trying to pull certain fields out from that area and move them to a new location, that would require custom modification through WooCommerce hooks in a child theme.
Kind regards
Halo, please help, can i make this widgetised sidebar https://prnt.sc/FK5s6jzXevoN can scrolled like this https://prnt.sc/eKkcALNgWgqe
this is the link https://akademibinaan.com.my/
Hey shaky512,
You could do that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.home .wpb_widgetised_column .recent_posts_extra_widget {
max-height: 350px;
overflow-y: scroll;
}
Kind regards,
Thank you ThemeNectar
You’re welcome, shaky512 
Hey, I’m trying to achieve an overflow effect with video like in the ‘promo video hero’ preset. However when trying these settings or just straightly importing this preset it does not give the effect but just extends the box to the bottom of this element.
Is there a general setting to fix this?
Hey joerigosens,
I haven’t been able to replicate that issue locally: https://ibb.co/SKFfS5v
Are you editing the “Self Hosted Video Player” element imported with that template or trying to add a different media player? Please share the page URL so that I can take a closer look at the setup to assist.
Thanks in advance
Hey, thanks for the quick reply
I’m using the self hosted video player! Here’s the link to the current setup: https://staging.joerigosens.com/
I’ve added the original preset at the bottom without touching any of the settings and you can see that there it also extends
Thanks joerigosens,
The shape divider row setting is what’s creating the look of an overlap, however, when a row on the page is using the new clip path animation option (such as your top row) the stacking order of shape dividers get changed. You can correct that prior to the next release by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
https://pastebin.com/FSHBxbrwCheers