38434 comments found.
I’ve created a custom post type. I’ve enabled the builder for my custom post type, but when I try and add a Blog element, it doesn’t pull posts for my custom post type. Can you help?
Hey mrittman, the “post_type” query parameter would need to be altered in the blog template file located at wp-content/plugins/salient-core/includes/vc_templates/nectar_blog.php
Thanks! This did in fact work. However, is there any way to retain this change even after receiving theme updates? It seems to be quite tedious to update this after every update.
Hey mrittman! The next major release (due out within a month) will be adding the ability to store these within a child theme. We’ve already added this functionality to the beta, so if you’d like a copy, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hello, I’m having problem with WpBakery and saving templates.
When I click on the pen of a row to edit it and then press on the gear, clicking on “save as template” closes the button without letting me save anything.
I have tried to deactivate and reactivate the Salient WpBakery Page Builder Plugin but I am afraid of eliminating it completely because I don’t know where to resume it.
Can you help me?
Hey mindsdesign,
This is a confirmed issue with the WPBakery core. The developers are aware of it and working on a fix: https://ibb.co/pXWHBBx
Cheers
Hello, I’m having problem, that the milestone element don’t count (animated) on mobile display? How can I fix it?
Hey tomislavbalabanov,
Are you not seeing the final number display that should with the element or are you just wondering why it’s not animating to that final value?
Cheers
I’m wondering why it’s not animating to that final value, because it doesn’t make sense to not work on mobile. How can I make it to animate to final value on mobile too?
Could you kindly share your URL in regards so I can take a look?
Hi, here is the url: https://clinrese.devlent.com/ you can see it on the homepage
Hey tomislavbalabanov,
After checking your URL I am seeing that the correct final number is displaying on mobile (20,200,5000,550). Element animations are disabled for mobile devices and altering that would require modifying the salient/js/init.js file in regards. For the milestone, the following function call
milestoneWaypoint();would need to be moved from line 2705 to line 2708, bringing it outside of the mobile check conditional.
Hi, I’ve created a custom post type and want to edit the index page where all the posts are displayed. However, I do not want it to interfere with my standard blog posts layout. I’ve created an “archive-post-type.php” (which was basically the “index.php”) file for my child theme. Is there an easier way to style this, without relying on editing a bunch of the code?
Hey mrittman, that depends on what you’re looking to alter on the CPT archive and if it can be accomplished with CSS alone. Could you kindly share the URL and let me know what you’re looking to do?
Thanks in advance
Here is my website: http://www.mattrittman.com/ I have a standard Blog, and the custom post type, which is 3D Models. For some reason the 3D Models post type doesn’t quite use the same layout as the Blog layout. The sidebar is using what is in my standard page layout, the “read more” link is not styled, etc…
Hey mrittman,
1. The “article” elements within the post loop will need to have the class name “post” added to them in order to pick up all the blog styling.
2. You’ll need to edit the sidebar.php file to also call the blog sidebar on your CPT rather than the default page sidebar. This file can also be copied into your child theme
Please let me know how we can do this
Hey Shakilali,
Both the “Bottom Aligned Thumbnails” and “Bottom Aligned Thumbnails Alt” Single Product Gallery Type
in the Salient options panel > woocommerce tab should provide that zoom by default. If you’re not seeing it on your setup, please share your URL in regards so I can take a look
Thanks
Are you modifying the WooCommerce template files in your child theme at all? It seems to be using different markup
Hi, i use the function Post Navigation Links On Single Post Page my problem is that now all post from all categorys will display in the bottom and not only the ones form the specific category, is there an option to control this? Thnaks for your help!
Hey haoe,
There is no built in functionality to make the blog pagination work outside of the natural order of posts. This would require modding the function “nectar_next_post_display” within salient/nectar/helpers/blog.php
Cheers
Thanks for the reply! Can you help me with this i am not very good in php? I only want to show the post of the special category!
Hey haoe,
Modifying PHP is out of the scope of general support we can provide, however there are resources online you can find in regards to this: https://presscustomizr.com/snippet/restrict-post-navigation-category/
Cheers
This is perfect it works! Thank you so much – like many times before! You are great 
Glad I could help haoe 
Hamburger menu works everywhere except on homepage. Have tried everything. Can anyone help? Tapping menu does nothing.
Hey beerasana, I’d be glad to take a look if you can share your URL in regards 
Oh thank you! https://thebodyelectricyoga.com/
I should say, it doesn’t work on mobile, Firefox, chrome, or iphone
Thanks beerasana,
There’s a javascript error causing this which is coming from the image gallery set to the Nectar Slider style you have on that page. Could you please reach out via the contact form on my author page https://themeforest.net/user/themenectar so I can take a closer look?
Cheers
Hello there, firstly great theme, its my third license from you guys, but i have a question: Is there a way to make the link-format posts look alike the normal blog posts, without the link below the title and without the blue overlay? I checked the thread here, and found a comment (written over three years ago) were you mentioned entry-link.php but I cant find it on my Salient installation to modify. Thanks!
Hey LuisFaus!
Since that comment was written, Salient has been rewritten itself. The new location for that template will be found in salient/includes/partials/blog/styles/YOUR_CHOSEN_BLOG_STYLE/entry-link.php
Cheers
Awesomness! thank you very much!
Glad I could help LuisFaus :)
Can I request that in one of the next releases, you add ‘Messenger’ to the social options? Similar to how Junkee.com has it positioned (top-right nav) on their website – https://junkee.com/
Hey woodsier, I’ve noted the idea on the wishlist 
Hello. Any cybermonday deals?
Hey nvr21, we will be running a cyber monday promotion.
Cheers
It would be great if there was an option to have the menu on the right go to the edge of the window but the logo on the left be inset from the edge.
Atm I believe you can either have both inset or both at the edge.
Hey MarcGarner, I’ve noted the idea – as of now, as you mentioned there is only the option to make the entire header full width or container, rather then one side only
Hey, I am trying to change the font size of the Blog section in the bottom of my page, but i don’t know how to do this. Can you help me with some code? My website link: https://dev1.studiolamberts.nl/gezond-werken/
Hey studiolamberts,
The blog post titles in that section will inherit from the “Heading 3” font selection within the Salient options panel > typography > general HTML elements tab Cheers
Hello Team, How to remove related products from the woocommerce single product I’ve tried below code it’s not working
/** * Remove related products output */ remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
Hey princebhalani143,
You can add the following in your child instead:
/**
* Remove related products output
*/
function woocommerce_output_related_products() {
return false;
}
Cheers
Thanks 
You’re welcome princebhalani143 
Pre-sale question: I’ve purchased the theme and used previously on another website and wish to use for a second.
However I’m struggling to replicate this “purchase” section shown on the following demo page without making it all from scratch in the backend editor.
http://themenectar.com/demo/salient-product/#purchasePlease note I’m using the Corporate Creative demo but would like to include a section just like this.
Please assist!
Hey i4recruitment, You can import the Product demo page content only to avoid losing any of your current settings: https://ibb.co/7Yxtyrs That row could then be copied from the imported demo page (via the classic mode editor) and pasted into your current setup
Hi, i have a problem with a font that changes when using mobile platform. In desktop everything is ok but when viewed in mobile (iPhone) the font changes to a totally different font? Can you help me? the site > http://onbike.fi/hyva-tietaa/
Hey Teemuki, I just took a look at your URL on an iPhone but couldn’t notice any font family changes: https://ibb.co/4NtfK9h If you’re seeing something different than the attached screenshot, could you kindly provide a screenshot for further clarification?
Cheers
Hello, first of all, great Theme. I have only one question: I’ve changed the accent colors but the menu hover (header) and the close icon lines in the off canvas button is still in red – how do I change them? Thanks in advance.
(talking about demo import: New Freelance Portfolio )
Hey rubelschuler 
You can edit that color in the Salient options panel > header navigation > logo and general styling tab at the bottom
Cheers
hi guys… I’am using this demo :http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.29120890.717725044.1574606609-535974193.1572883458 of yours, is there a way to have only CATEGORY above news headline? I attache a photo to explain. thanks alot ! https://prnt.sc/q1cljr
Hey AlbertoSacchetti. When editing the “Recent Posts” element, there is the option to “Remove Post Author” within the settings.
removing post author will remove his picture too, right?
thanks
That’s correct AlbertoSacchetti 
OK, everithing is ok now. Thanks! NEXT QUESTION THEN:
.. the button text is: read the article. Where do I change it in something else?
Hey AlbertoSacchetti, that string can be translated via the .pot file in wp-content/plugins/salient-core/languages. The text domain is “salient-core”.
Cheers
uh!
well I’ll give it a check! thanks guys! U are always really really great!
Glad I could help AlbertoSacchetti 
Hey SlavekT,You can’t use the category grid element for that, but the image gallery does provide the option for an image grid style, which similar results could be achieved: http://themenectar.com/docs/salient/galleries/#imagegrid
Thanks for the suggestion. I’m trying to achieve the result from the link you provided. I have images with 1:1, 16:9 and some portrait aspect ratio but on the website, all of them are cropped to the same aspect ratio. No idea what should I change. This is the example: https://pasteboard.co/IIwOhxh.png
Current settings: Gallery – Image grid style – Masonry style – Masonry sizing: tried more combinations.
Hey SlavekT, Either enable the option for “Bypass Image Cropping” or specify “Full” in the “Image size” field within the image gallery element settings
The second tip works, thanks!
Could you please also help me with border-radius. Gallery Style: Meta overlaid /w zoom effect on hover alt.
I use this for the radius of an image: .col img { border-radius: 10px; } but I can’t figure out how to keep the border radius on hover. https://pasteboard.co/IIGMNzU.pngYou’re welcome SlavekT 
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.portfolio-items .inner-wrap {
overflow: hidden;
border-radius: 5px;
}
All of a sudden on mobile devices I have a white bar where my transparent logo used to be. I checked Header—> and the logo is in there as normal. Nothing has chenged. It also works fine on desktop.
Hey kukennedy, please share your URL so I can take a look tot assist.
Thanks in advance
RelentlessRichie.com
Can you try to disable your CDN for those images for testing?
I just installed the theme and attempted to install Salient Core and received the following error:
Unpacking the package…
Installing the plugin…
Destination folder already exists. /www/wp-content/plugins/salient-core/
Plugin installation failed.
Obviously I cannot import any demos because of this..
Hey izipfel,
It sounds like it partially installed as the folder is already on the server. Have you tried to connect to your server via FTP and delete the directory in that location in order to be able to install it again?