Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,228 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi there! I am trying to add ads in the masonry blog layout using the plugin advanced ads. Which classes do I have to assign to an ad, so that it behaves in the same way as a blog post in the masonry layout? This is a blog post in the masonry-layout: <article id=”post-473” class=”regular masonry-blog-item post-473 post type-post status-publish format-standard has-post-thumbnail category-allgemein” style=”width: 297px; position: absolute; left: 892px; top: 594px;”>

When I add classes like post, format standard etc. it does appear but not in the right spot and not responsive. I think style=”width: 297px; position: absolute; left: 892px; top: 594px;” is responsible for that, but how can i assign that to an add? Width Position Left and Top are depending on windowsize…

I would be very happy about help!

Hey stilagent,

The ad would need to wrapped in an article tag in order to get the masonry calculations applied:

<article> AD HERE </article>

Cheers

Perfect! Thanks!

You’re welcome stilagent :)

Is it possible to display the related posts seen at the bottom of every article to the sidebar? (same design style—masonry blog, classic enhance, with category, thumbnail, post title and the added snippet..) thanks..

You’re welcome robinbpkg

Followup question…

can you suggest a way on how to add it (related posts at bottom of every article) in sidebar ? thanks

Hey robinbpkg, unfortunately there’s no easy way to add it into the sidebar as of now. It would require a custom widget to be created with the same logic

Hi How can I make my images more better? what the size recommend? https://www.mouwa.com.br/
Hey onocomp, you can set the size of your images to something larger via the WooCommerce customizer options to fix that: https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/

Hi, I have emailed a few times about beta access to the latest version. Is there a beta available now? I will message you via your profile my email

Hey nothanksimgood, the next iteration is not ready yet – your username is on the list that it will be sent to soon.

Hi there,

Why can i not use the social icon ‘phone & email’ in de footer copyright section? Only in de header navigation.

Hey ruimdenker, those will be added in the next release as options for the footer section as well

Is there a way to turn off all “single project pages”? we no longer have a need for those.. any quick edit? we just want to keep the portfolio page in a way that when you click on each portfolio item you get a lightbox youtube video. thanks!

Hey godiymusic,

You could add this into a child theme functions.php file if you’re trying to prevent anyone from accessing those pages:


add_action( 'template_redirect', 'salient_child_redirect_post' );

function salient_child_redirect_post() {
  $queried_post_type = get_query_var('post_type');
  if ( is_single() && 'portfolio' ==  $queried_post_type ) {
    wp_redirect( home_url(), 301 );
    exit;
  }
}

Is it possible to change the text “sale” that appears above a discounted product to some other text.

Perhaps a snippet or something that would achieve this? Thanks

Hey MarcGarner, you can use this to alter that within a child theme:


add_filter('woocommerce_sale_flash', 'woocommerce_custom_sale_text', 10, 3);
function woocommerce_custom_sale_text($text, $post, $_product)
{
    return '<span class="onsale">PUT YOUR TEXT</span>';
}

Is it possible to have the category grid support pages as an input? Or is this something which could be added. Thanks.

Hey MarcGarner, as of now that would require custom development, however i’ve noted the idea on the wishlist

Hello,

I use .container.main-content {padding: 0 40px !important;} because padding 0 90px is taking too much space.

All working well except for a row that is set to full width content. They are likes shifted towards the left a little bit. May I know how to fix it?

Hey effective_advisory,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.wpb_row.full-width-content {
    margin-left: -50vw!important;
    left: 50%!important;
    width: 100vw!important;
}

Cheers

Good morning, I have salad your template In the section managed by woocomerce: the product sheets appear with ALT alt image alt tags. (While in the backend I inserted the ALT tag of that image) Thank you

Hey circuitocreativo1,

Could you kindly share the page URL where I can take a look in regards?

Thanks in advance

Hello Again, Please how can i change the size of the text for the search field and the underlines color from blue to something else?

Hey TruBrotha,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body #search-outer #search input[type="text"] {
    font-size: 50px!important;
    height: 85px!important;
    line-height: 85px;
}

body.material #header-outer #search-outer #search input[type="text"] {
    border-color: #000000!important;
}

Cheers

I am having problems with the tabs functionality of this theme. When adding a certain number of tabs, the theme keeps creating new tabs called ‘Home Page’.

If they’re the last tab, they do not contain any content. But if there are tabs created after them, then they take the content from the next tab, leaving each tab thereafter with the content from the next tab in line. I hope this makes sense, I can’t figure out how to fix the issue?

Hey danielgeorgemartin,

Since this is not a known issue could you please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com

Thanks in advance

Hi
Question. Watching your intro video on the landing page.
http://themenectar.com/demo/salient-promo/
Trying to understand how to enter this building/customization mode. Thanks

Hey atlantchiropractic,

When using the latest version of Salient (v10+) and the Salient WPBakery page builder (5.6) there will be an option in the editor to change between the front/back editor. Which versions are you currently using?

Cheers

Thank you for pointing out. Salient WPBakery wasn’t updated. Weird, didn’t even get notification to update. All set now.

Glad to hear atlantchiropractic :)

Hey!

As always, love the theme!

Just wanted to let you know that a a bug is creeping in through the Front-end editor: “vc.frame_window.jQuery is not a function”

Is this patched in the new update?

Awesome! thanks again buddy.

The problem was solved with the “Rocket loader” feature in cloudflare. Thanks for that hidden gem.. I would’ve never found out on my own :)

Glad I could help out dylandejonge! :)

Hi, I am using woocommerce. When i click the product image to in a lightbox but the header is overlapping it. Why is his happening? Hwo to fix this?

https://designmont.com/product/painting-action-art-effect/ https://prnt.sc/mpf1w4

Hey KrystalDesigns,

It looks like there may be an extra closing html tag in one of your footer widgets which is causing the lightbox markup to be in a place it should not be. Could you Please reach out via the contact form on my author page with temporary admin credentials so I can take a look? https://themeforest.net/user/themenectar

Thanks in advance

Hello Team,

Wondering if it’s possible to disable “Header Resize On Scroll” on specific pages . To only have header display always like “after scrolling”

Thnaks

Hey rafyc,

it would require custom CSS – could you share the page URL where you’re trying to accomplish that so I can provide an example?

Thanks in advance

Hey guys

again LOVE the theme

so very cool and the best theme out there IMO

re: portfolio items

using “meta on hover entire thumb link:”

works great on desktop, hovering over each feature image thumb shows the info about the project.. so people can perhaps hover over a number to find one that is more interesting to them…

LOVE how you can set seperate colours for each feature thumb on rollover .. really is a nice touch and an indication of the thought and care gone into this theme!

BUT

on mobile its not great .. usability wise .. as it just shows thumb image .. no meta data

have to click to see more detail on the actual project page

would be great if mobile could also have the equivalent of a hover effect.. to see the meta data on mobile without having to load the actual project page

eg a light touch of the finger on the project feature image, does reveal the meta same as desktop hover

or one click to display meta and 2nd click loads the actual project..

I’ve seen this on other themes / sites and makes for much better usability on mobile

and lets face it mobile has pretty much taken over as the most common device.. !

Hey flashbits!

To get that functionality, 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) {

.portfolio-items .work-info-bg {
opacity: 0.7!important;
}

.portfolio-items .work-info,
.portfolio-items .col .work-info .vert-center,
.portfolio-items .col .work-item .work-info .vert-center > * {
  opacity: 1!important;
}

body .portfolio-items .col .work-info .vert-center {
  transform: none;
}

}

Cheers :)

Is there ever a plan to have a Full Width Background area that displays like Full Width Content on mobile? I’ve noticed the question/feature has been requested for years now but still not an option. I really LOVE the Salient theme but it feels as if I’m “forced” to use a competitor’s theme because I really need that specific function and they offer it.

I am very close to rolling out a new custom design using another theme. However, if I KNEW, for a fact, that Salient would be able to offer this feature, I would happily rebuild the site with Salient, before the site goes live.

Can I get a realistic timeline on my inquiry, which is FULL WIDTH BACKGROUND on desktop but FULL WIDTH CONTENT on mobile?

Hey arteest, unfortunately we can’t give an actual estimate on that feature being implemented into Salient – currently, all of our development focus is on the new Envato theme guidelines at this time.

Hi, I’m tryng to o make a 6 column page with some icons (similar to an iphone screen), and I would like to have the same settings on mobile, is it possible to have 6 columns also on mobile? I get 2 columns everytime. I made 1/6 settings on responsiveness settings but still I get 2 columns on mobile and 3 on tablet size.

Hey thenewplace, can you verify these are your settings https://ibb.co/4dRQVdg and that you are using a recent version of Salient + Salient WPBakery page builder? If so, kindly share your URL in regards so I can take a look why it’s not working for you

Thanks in advance

Hello WPBakery Page Builder has stop working with Salient templates Woocommerce Products Display cause page to not load. I need a fix because my home page will no longer load. Please

hello i am sorry can you try https://ehaggler.com/users/

hello Thanks for your help I solve this mystery. As always 5 starts for your support. Thanks for your time.

You’re welcome krazy4sales :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey