38360 comments found.
Hi guys,
Salient has a really nice looking “collapsible toggle” for sidebar widgets that appears on mobile so that long lists on widgets have to be clicked ”+” to view. It comes on with the standard widgets like Categories…
I am using it on a WooCommerce store but I am using a bunch of custom conditional category widgets and they don’t trigger the collapsible toggle on mobile. I assume I just need to add the custom widget’s classes to the js? Could you point me in the direction of where I might find that? Or what I would need to add to get other widgets to collapse on mobile? Thanks!
Hey SeanAUS120,
The CSS/JS responsible for that is only targeting WooCommerce widgets by default – in order to get it to apply to other widgets there would need to be some alterations. If you’re interested in diving in, do a search in the css/woocommerce.css file and js/init.js for the selector ”.woocommerce #sidebar .widget.woocommerce”
Cheers
awesome thanks!
You’re welcome SeanAUS120 
Question, feel free to be like “not sure” but maybe you guys have played around with SCSS before, do you have any recommendations on how to process SCSS with Salient
Found these: https://wordpress.org/plugins/wp-scss/ https://codecanyon.net/item/css-live-editor-wordpress-plugin/9495573?ref=bfintalHey MatthewMurdoch,
Salient doesn’t include any scss stylesheets currently, so if you’re just trying to use custom css in scss you would need a compiler of your choosing. I personally have not used any plugins to recommend when working with scss, my personal workflow recommendation would be to use wepback so with a live dev server so your changes can automatically be saved as css in real time
Cheers
Hey sdoganati,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
body .portfolio-items .col.span_3 .work-meta h4 {
line-height: 26px!important;
}
Cheers
Hey
I have a Caldera Forms button that links to the popup form. It works well on desktop but on mobile view the button is not clickable. What and where should I edit to make it work also on mobile?
Cheers, Kristina
Hey Kristina,
Could you kindly share the URL in regards so I can take a look to assist?
Thanks in advance
I’d like to know where and how I disable the “Developer Mode” of the theme. I believe that several features are not appearing on the Salient Panel because of this. I’m using with a default “domain” that Cloudways installs when we create an application. Can I disable this option until I buy the correct domain?
https://prnt.sc/kvgs8xHey fourthcode, By default developer mode gets activated when you have WP_DEBUG set to true in the wp-config.php file. It should cause that issue though – could you please open a ticket in regards with your admin credentials so I can take a look at why that’s occurring for you? https://themenectar.ticksy.com/
Thanks in advance
I already opened a ticket and the support said the same thing, except that WP_DEBUG has always been FALSE. In the end he told me to talk to my web hosting company. I did not understand why yet …
Hey fourthcode,
I will take a look out for the ticket in regards
Cheers
This problem has been solved, now I have the problem that Salient theme is shaking when scrolling in a some pages. It is most visible on mobile phones. I’m using an android with the last update version of chrome and it still seems to shake some pages. Is there any way I can make the site smoother by scrolling through the page ? thks
Hey fourthcode, I just responded on the ticket in regards.
Cheers
sorry, my fault
Hey waycap, glad to hear you sorted it 
Cheers
Hey Phil quick question about shipping for woo commerce.
I’m noticing that there’s a bullet tab for “free shipping” that I would like removed from the check out window. How can I remove this?
Hey CSMurphy,
Check out this resource in regards
https://docs.woocommerce.com/document/free-shipping/
Cheers
Totally appreciate you thank you. Great resource.
You’re welcome CSMurphy 
Just a heads up your demo is down http://themenectar.com/demo/salient-agency/
Hey edgardo400, thanks for letting me know – are you still seeing that on your end?
Hi,
We have a site with a boxed layout, but we don’t want it to still have a boxed layout on mobile. Here is the site:
http://pinnacle2.theoceanagency.net/It looks good on desktop, but it is really squished on mobile. Disabling Boxed Layout in the settings makes it look better on mobile, but ruins it on desktop. Is there a way to keep the boxed layout design on desktop but have it disabled just for mobile?
Thanks!
Sorry, this was actually a CSS issue, please ignore this request. Thanks!
Hey, glad to hear you’ve sorted it 
Hi, In the new version I don’t have the possibility to edit fonts (https://www.screencast.com/t/M2iur5fBn).
Besides, tabs in the management panel do not always “load” and display.
Hey 1×20, Kindly reach out in regards with temporary admin credentials so I can take a closer look – You can use the contact form on my author page here: https://themeforest.net/user/themenectar
Hi, im not able to import demos well. when i import them, it shows me blog listing page so something is wrong. can you please help me import the theme fully?
Thanks in advance
it worked! thank you 
You’re welcome naveedse 
Hi, We’ve purchased a Modal/Popup plugin to display a modal box when clicking on a Fancy Box on our Salient Website. The trigger is set to “CSS Class” – how do we set a specific CSS class on each Fancy Box? I’ve noticed the option for CSS class is present for most Salient PageBuilder elements, but not Fancy Boxes? Please could you advise what we need to do, thanks.
Hey providentit,
You can work around that by setting the class on the parent column. So the selector you could pass to the plugin would be ”.custom-column-class .nectar-fancy-box”, or if the selector needs to include the link, ”.custom-column-class .nectar-fancy-box a”
Cheers
Change width of blog sidebar.
Hello, can I change the width of the blog-sidebar only?
I have found div#post-area but this does every sidebar as fas as I am aware. Is there a way I can make the sidebar on my blog page wider so it fits more content?
On a different note. Is it also possible to add text above or below the blog page? When I assign a page to have the most recent posts I cannot edit it anymore?
Hey dzineee,
1. You can use the following CSS:
.archive .span_9,
.blog span_9 {
width: 68.5%!important;
}
.blog #sidebar,
.archive #sidebar {
width: 27.5%!important;
}
2. The way to achieve that would be to create a custom blog page using the page builder and then you can simply add that page as your front page via settings > reading or just use it in your menu as the blog page
Cheers
Thank you. Whenever I create a new page with content that content is removed if I make it the blog page. It will only show the blog but not the original content.
Hey dzineee, when you set a page as the posts page it will only show the blog archive page and custom content can’t be added to archive pages. If you need a custom blog layout like one of the demos, don’t assign that one as the posts page. If you’d like us to create an example for you like the demos kindly open a ticket in regards via the support forum with your admin credentials
https://themenectar.ticksy.comCheers
Thank you I understand. Is there any disadvantage of ‘not telling wordpress’ the blog page?
As in. In what way is wordpress using the information about where the blog page is ? I am mostly talking about SEO and double pages. It seems like bad design to have a blog page + a second blog page.
How would you structure that?
Hey dzineee,
You don’t have to assign your posts page in settings > reading when using a custom page layout. The other post archive pages (categories, dates, tags etc) will still be created automatically following your defined permalink structure. For example: /category/your-category-name: http://themenectar.com/demo/salient-blog-ultimate/category/food-for-thought/Cheers
I don’t know why it’s not showing 2 products per row . Any solution? https://prnt.sc/kvbsw7
Hey freakazor, could you let me know the actual page URL so i can take a look?
Thanks in advance
Hello, my url is : https://imbracaminte-lucru.ro/
Hey freakazor,
Edit the parent column that’s holding the products element and verify that in the “responsive options” tab that the mobile width is set to (12 columns 1/1)
Cheers
Yes it’s on 12 columns 1/1. Here is a picture https://prnt.sc/kw2udh
Hey freakazor, thanks for the screenshot. The default column number for mobile devices is 1 – you can change that to 2 by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (max-width: 690px) and (min-width: 1px) {
html body .woocommerce ul.products[data-product-style="material"] li.product.material {
width: 47.7%;
margin: 0px 2% 2% 0px!important;
}
}
Cheers
Work GREAT! Thank you man. Great team!
Glad I could help freakazor 
Hello, my site stopped working with the forced PHP 7.2 server update. is this theme compatible or will there be an update? for now, i can’t make the theme run on 7.2
Hey LOFTNINE, the current version of Salient (v9+) and Salient WPBakery page builder (5.5.2) should have no issues with 7.2 – can you ensure you’re using those?
Cheers
Any idea why Polish Letters don’t show up correctly? https://www.cmtgrupo.pl/pl/
Hey annasypniewski,
Have you verified that in the typography options tab within the Salient options panel you have the correct subset selected for your font which contains those characters?
Cheers
Hi,
quick view is not showing the sales price and also – when you click add to basket on quickview it takes you to that product page. Is there a way to add it to basket but stay on the page youre on so that you can keep adding different products. Its counter productive to go to the product page – kind of negates the quickview.
https://vapesandtobacco.com/product-category/prohibition-vapes/panda-cola/Thanks
Hey tricks28,
1. Could you kindly reach out via the contact form on my author page with temporarily admin credentials so we can take a further look?
2. That’s the default functionality – adding AJAX to that button would require custom development as of now, but i’ve noted your +1 for the idea on the wishlist
Cheers
Hi, I’ve sent that to you. Thanks
Thanks tricks28
Me gustaria saber cual es el peso en MB de est Tema .zip. Por favor. Quiero comprarlo.
Hey willyitc7, the download zip for the theme is 21MB
Hey just a suggestion but instead of having limited styling options for a 404 page in v9 it would be much better to have an option to select a custom 404 page that the user can create themselves in the page builder and style exactly as they like.
I was previously using a 404 plugin to define a custom page but since v9 the new functionality you added for styling 404 pages seems to be causing issues with it.
Hey brendym, thanks for the suggestion – if you can share your URL and let me know what plugin you’re using i’d be glad to take a look/test in regards
Cheers
Hey Phil,
I have dozens of images on my website and for some reason every time I try to link someone to my store, I’m left with five images to choose from that aren’t the images I want to use to place my ad. Is there some sort of plugin I can use so when I post something on facebook that the image is available to chose from the list?
I hope I explained that alright. Just looking to chose an image rather than having to select 5 images that don’t apply to my current ad.
thanks!
-CS
Hey CSMurphy,
When you use Yoast you can supply a specific image for your page to show when shared: https://wordpress.org/plugins/wordpress-seo/
Cheers
Ahh thank you!!!
You’re welcome CSMurphy