38354 comments found.
Hey…working on the blog for my page and wondering how to get a page something like this http://themenectar.com/demo/salient-agency/blog-masonry-boxed/ How does one choose what posts are what size squares or rectangles? As in some posts are big squares and some are even the full width?
Hey everythinguknow,
That blog is using the “Meta Overlaid” “Masonry Style” – which is available when using any of the masonry layouts. in the Salient options panel > blog > styling tab. In order to control what posts display bigger, use the metabox available on every post page called “Masonry Item Sizing”. Also it’s worth noting that as of Salient 8.5 there’s a new masonry style which is similar to that but much easier to set up since the sizes are automatically calculated instead of requiring you to set each one of every post. The new style i’m referring to is called “Auto Masonry: Meta Overlaid Spaced”
Cheers
I am getting warning messages from WooCommrae regarding outdated templates of Salient theme, please release updated version of theme or provide solution for below mentioned outdated templates.
salient/woocommerce/checkout/form-checkout.php, salient/woocommerce/checkout/review-order.php, salient/woocommerce/checkout/terms.php version 3.1.1 is out of date. The core version is 3.4.0, salient/woocommerce/content-product.php version 3.0.0 is out of date. The core version is 3.4.0, salient/woocommerce/content-single-product.php version 3.0.0 is out of date. The core version is 3.4.0, salient/woocommerce/loop/add-to-cart.php, salient/woocommerce/loop/loop-start.php, salient/woocommerce/myaccount/form-login.php version 3.3.0 is out of date. The core version is 3.4.0, salient/woocommerce/single-product/product-image.php version 3.1.0 is out of date. The core version is 3.3.2, salient/woocommerce/single-product/tabs/description.php, salient/woocommerce/single-product/tabs/tabs.php
Screen Shot link “https://ibb.co/dLeggK”
Hey JennieatPEAH,
You need to update your version of Salient to the current release (8.5.6) to clear that message http://themenectar.com/docs/salient/updating-salient/ Cheers
Searching by Woocommerce product SKU doesn’t return any results. Can you please advise how to extend the search functionality?
Hey ten-four,
by default that is the case regardless of the theme you’re using – however, there’s a few plugins out there to add that functionality: https://wordpress.org/plugins/woo-search-by-product-sku/ Cheers
Hi!? Can you help me out? I just wanna have one column in my shop in mobile version.
Thanks!
Hey DavidHL,
The current beta has added tons of control over WooCommerce layouts – if you’d like test it out early please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar Cheers
Okay!! Can u help me put with this? idk why i got like some spaces in the header idk the reason O.o https://samuelromeroarts.com/
Also is there any way to just have the logo and the off cambas navigation without any probblem in the header, idk its kinda weird, maybe with some css? Thanks ofr all!
Hey DavidHL,
I can’t seem to replicate that on my local setup – Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
I cant open a ticket thats why i contacted u on ur profile, can i get some feedback pls!! Thx!
Hey DavidHL, Try to add this into the custom css box in your Salient options panel:
body[data-hhun="1"].home #header-outer:not(.parallax-contained) {
margin-top: 0!important;
}
Cheers
Hi ! Thanks working on pc but not on mobile, D;
Hey DavidHL,
Try adding this in as well:
@media only screen and (max-width: 1000px) {
#header-space[data-header-mobile-fixed="1"] {
margin-top: -1px!important;
}
}
I added, seems to me to not working hmm
Here’s one more thing to try – if this doesn’t work, please contact me via the form on my author page:
@media only screen and (max-width: 1000px) {
body:not(.material) #header-outer { margin-top: 0!important; }
}
Cheers
Nope its like the effect its not working propertly, i just contacted days ago via your profile, sure.
Hi! So after all i just updated the theme, but i still have the same problem i have a small line on top of the menu on mobile, can i fix with css? Also when u open a product on mobile “related products” can be optimized for mobiles or..? Thanks!
Hey DavidHL,
1. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (max-width: 1000px) {
html body[data-footer-reveal="1"] {
background-color: rgba(43,43,43,100)!important;
}
}
2. That’s not how the related products should be appearing by default, have you tried to clear the cache from your minification plugin? If so, Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (max-width: 1000px) {
html .single-product .post-area.span_9 .products.related .product {
width: 49%!important;
}
}
@media only screen and (max-width: 690px) {
html .single-product .post-area.span_9 .products.related .product {
width: 100%!important;
}
}
Hi! Thanks works for mobile but still not working on pc, this small line still appearing D;
https://imgur.com/a/hGhd4flHey David, this should remove that:
@media only screen and (min-width: 1000px) {
html body.material #search-outer {
top: 0px;
}
}
hmm sorry for the delay, seems to still dont work D;
3 months without updates? 
Hey tecnologyuy, the last release was on May 30th – as you know we’ve been wrapping up the final testing for the beta and hope the push the update very soon 
Cool, all the best 
Cheers tecnologyuy 
Hello, I just upgraded to 8.5.6 and it looks like a bunch of icons are missing. I’m fine with that, but a main icon that is needed is the menu bar search icon. See example screenshot here: https://ibb.co/dWEYdz How can we fix this? Thanks!
Hey worldwidedesign,
If you’re already verified that no third party plugins you may have active are causing the issue, kindly share your URL in regards so I can take a look
Cheers
I have a LOT of code in the header of my theme, even though I dont use the Builder on that page.
Is there a way to disable all this code when not using the builder?
Part of the header:
button:after{top:0px!important}.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines{background-color:transparent!important}.slide-out-widget-area-toggle.mobile-icon .lines-button:after,.slide-out-widget-area-toggle.mobile-icon .lines:before,.slide-out-widget-area-toggle.mobile-icon .lines:after{height:2px!important;width:22px!important}.lines-button.x2 .lines:before,.lines-button.x2 .lines:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-out-widget-area-toggle a>span{-webkit-transform-origin:center;transform-origin:center;display:block;height:21px}.slide-out-widget-area-toggle.mobile-icon a>span{height:20px}#slide-out-widget-area .menuwrapper{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:center;perspective-origin:center;margin-right:0!important;display:block}#slide-out-widget-area .menuwrapper:first-child{margin-right:100px}#slide-out-widget-area .menuwrapper ul{padding:0;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#slide-out-widget-area .menuwrapper li{position:relative}#slide-out-widget-area .menuwrapper li.back>a{background:rgba(0,0,0,.13)}#slide-out-widget-area:not(.fullscreen) .menuwrapper li.back>a{padding-left:10px;padding-right:10px;margin-left:-10px}#slide-out-widget-area .menuwrapper li.back{display:inline-block;margin-bottom:20px!important}#slide-out-widget-area .menuwrapper .menu{margin:0;position:relative;width:100%;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-backface-visibility:hidden;backface-visibility:hidden}#slide-out-widget-area .menuwrapper .menu.menuopen{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#slide-out-widget-area .menuwrapper li .sub-menu{display:none;margin:0!important;padding:0!important}#slide-out-widget-area .mobile-only{display:none}.single #single-meta{right:0;height:21px}.single #single-meta ul{margin-bottom:0}.single #single-meta{margin-top:4px}.single #single-meta ul li{float:left;list-style:none;padding:0px!important;border-bottom:0px!important}#respond{background-color:transparent!important;box-shadow:none!important;padding:0px!important}#respond p.comment-notes{margin-bottom:10px}#respond #cancel-comm
Hey dzineee, to get rid of that you just need to enable the option in the Salient options panel > general settings tab > CSS/Script related tab for “Move Dynamic/Custom CSS Into External Stylesheet”
When I activate this option my CSS gets lost and the layout is weird. All my custom CSS is gone.
When I check /wp-content/themes/salient-child/css I can see the file has been edited today, so that seems to be working. Unfortunately the css is not loaded correctly. Is this something I can correct?
Hey dzineee, since there’s currently no known issues with that option – is there anyway you could share a URL showing the problem? If not, could you open a ticket in regards with your admin credentials so we can temporarily enable it to check it out?
Thanks
Hello,
Two small questions regarding the portfolio.
1) How do we make appear the portfolio filter ? Is there a portfolio Sidebar widget?
2) Can we add the project attributes to the filter ? That would be very useful!
Thanks a lot
Hey PetitCommerce,
1. When editing your portfolio element in the page builder, there’s an option to enable the filters: https://imgur.com/a/XPR9iG4
2. Unfortunately there’s only the option to sort by category as of now, but i’ve noted your +1 for the idea on the wishlist 
Cheers
How do I style the portfolio title on the thumnail hover differently?
Hey again alisonleon,
what are you trying to change about it on hover specifically? If it goes beyond the styles offered, it would likely require custom css
Sorry I should have been more clear… The title for the thumbnail, I would like to use H6, is there a wat I can do this?
Hey alisonleon, you could style the text to appear as an H6 with simple CSS – could you share the page URL where your portfolio can be seen so I can provide an example?
Thanks
With regards to a portfolio setting.. I have selected ‘Meta On Hover – Entire Thumb Link’ the solid colour that appears when you hover over the image is a light purple with an opacity. Instead I want the color to be #5a3f98 with NO opactiy at all so its a dark, solid purple. I have selected this color (#5a3f98) in the ‘project accent color’ settings in the portfolio setting of each individual portfolio but it doesnt seemed to have worked? Its still a light purple and thers no setting to remove the opacity? Is there also a way I can add a paragraph break on the ‘project excert’? Or just show the name seperate to the description?
Hey alisonleon,
Kindly share the page URL in regards so I can assist
Thanks in advance
Hey alisonleon,
I’m not seeing any portfolio elements on that page at all currently, the clients section seems to made up entirely of flip boxes
https://imgur.com/a/v2CHiUX Can you confirm that there’s supposed to be a portfolio element in that location?Hiya: 1. How do I keep the size of the flip-boxes the same height, even though each flip box might have different amout of text? The setting ‘minimum height’ in the general settings of thr flip box still doesnt keep each box to exactly the same height?
2. Is there another way I can have 3 images in a row image and when hovered over each particualr image text shows (it doesnt have to be a flip box)?
Hey alisonleon,
1. The minimum height for the flip boxes would need to be greater or equal to the height of the tallest box – could you share the page URL so I can take a look?
2. The only other way without using an image gallery with an image grid style selected for the Gallery type would be to use a fancy box element
Cheers
Thaks. Re no2, If I use a fancy box element, how do I enable the text to only show when hovered over?
Hey alisonleon,
add this into the custom css box in the Salient options panel > custom css box:
.nectar-fancy-box .inner {
opacity: 0;
}
.nectar-fancy-box:hover .inner {
opacity: 1;
}
Thaks. Is it also possible for the solid colour to only show when hovered over the image…..
Hey alisonleon, what fancy box style are you using?
Commenting here as requested by Scott Bryson from support.
Within WPBakery pagebuilder, the iPad Vertical responsive setting does nothing. You can’t set column arrangements, they just all default to 1/1 width stacked. No matter what you choose.
Tahir support created a workaround for 1/2 + 1/2 layout only, but no other layouts work without custom CSS to fix. Also, using this workaround, “Equal Height” function is lost.
Hey ravenswoodmedia,
Please check out the ticket in regards 
Hi guys of ThemeNectar,
Is it possible to change the hamburger menu, on mobile devices, in a regular menu (as shown on desktop)? My URL is: http://www.markveerbeek.nl/ Cheers!
Hey mrkvrbk,
Add this into the custom CSS box in the Salient options panel:
@media only screen and (max-width: 1000px) {
body header#top .span_9 > .slide-out-widget-area-toggle { display: none!important; }
html body #header-outer header#top nav {
display: block!important;
top: 0!important;
background-color: transparent;
padding: 0;
margin: 0!important;
}
body #header-outer header#top nav > ul {
padding: 0!important;
width: auto
float: right!important;
}
body header#top nav > ul li {
display: block;
width: auto;
float: left!important;
margin-left: 0px!important;
}
body header#top .sf-menu a {
color: #000!important;
}
}
Cheers
thank you very much!!
You’re very welcome mrkvrbk 
Hey, could anyone tell me, if there is a demo pretty similar to this one? https://gmunk.com/ I also pretty much like the elongated portfolio elements, which get compressed in mobile view. Is this possible? Is there already similar demo content? Thanks!
Hey Gertsch91,
Unfortunately there’s currently portfolio style like that, but i’ve noted the idea on the wishlist 
Is there any possibility to open a YT/Vimeo video in the lightbox popup in fullscreen?
Hey Sean, if you use the theme lightbox option for “fancybox3” in the Salient options panel > general settings > functionality tab, there will be a fullscreen button within the lightbox itself. However unfortunately there’s no way to trigger a fullscreen video without clicking on that as of now
Oh yeah, that’s really nice with the fancybox3. Not quite full screen but it blacks out the screen around it so we get the effect I wanted. Thank you!
You’re welcome Sean 
I have installed the Yoast SEO plugin it’s not appearing on google and says ‘Your homepage cannot be indexed by search engines. This is very bad for SEO and should be fixed.’ Can you help?
Hey greggforeman1,
Kindly share your URL in regards so I can take a look – there’s a bunch of articles on that specific notice from Yoast which also may be helpful to you
Cheers
How do you get the search icon in the menu?
Hey jhermez, ensure that you have the option disabled for “Remove Header search” in the Salient options panel > header navigation > layout related tab
Cheers
Internal link jumps to low.
Hello. Whenever I try to make an internal link it always jump to low. Almost as if it does not notice the header and therefore jumps with the header over it. Therefore the jump seems strange as you don’t see the title anymore.
Is there any way to fix this so an internal link will go to the correct title so that it is visible?
Hey dzineee, can you confirm you have the option enabled for “One Page Scroll Support (Animated Anchor Links)” In the Salient options panel > general settings > functionality tab?
Thank you that did the trick. Hopefully that does not add too much code to the whole thing. I feel Salient is quite heavy and trying to limit loading times.
Is there a way to give the scroll a little more spacing at the padding? for example add margin-top:20px?
Hey dzineee, that doesn’t enqueue a new script it only allows a section of the init.js to take effect. There also would be no way to alter the offset without getting into the JS, however an easy workaround is to simply add top padding to the row with the anchor ID
Hello, I’m having a slight issue with the fullscreen menu. Is there any way that I can show a different logo, but only when the fullscreen menu is open? If so, would you mind providing the relevant code?
Thanks
Hey blayney,
That would require some custom development as of now, however if you can share your URL in regards I can steer you in the right direction
Cheers
Is there a way of editing the category archive page to stop showing the posts – I want to override the content on the category page with a purpose made grid for each category?
Hey GraemePBell,
That would require modding to the index.php file with a custom conditional before the loop – you could move the file into your child theme as well. Alternatively, you could create an archive.php in your child theme as well
Cheers