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.

Hey ThemeNectar Fam! I think I’ve got another client to send your way, just curious she luvs mobile-frienldy animations, is there any way to have your awesome animated title widget work on mobile view and the animated on scroll element fade/slide ins? Hope you guys are safe!

Hey thewebstylist!

There’s an option for this actually coming in the very next release. Since you already own a licsense for Salient, Feel free to reach out via the contact form on my author page anytime for a pre-release copy https://themeforest.net/user/themenectar

Hope you’re staying safe as well :)

Is it as all possible to add a second axis of filtrations on the portfolio display element? Ideally I have a second filter that can sort of attribute.

Hey Liyte, Unfortunately the Salient portfolio only provides the built-in functionality to handle sorting by categories.

Hope you’ve been well

how can I make that look from the calendar? http://prntscr.com/rs648u

Hey wordgr, That looks like the default calendar styling in Salient – can you share your page URL where it’s not displaying like that so I can assist?

Thanks

how can I delete the point in footer Copyright http://prntscr.com/rs5jlm

Hey wordgr,

You can use the option “Disable Automatic Copyright” in the Salient options panel > footer tab, and then add in your own custom text using the “Footer Copyright Section Text” field.

Hi ! Just wondering if there is an option to add instagram feed ? Or if not would you have a plugin to recommend for that ?

Hey nflyers,

There is no built in instagram feed, however any of the popular plugins should work. Kindly let me know if you have any issues :)

​Currently, we have a message set on secondary header but it’s not appearing on Mobile devices for some reason.

Your documentation does mention that it should inherit and show it on all devices and there’s a way to make that but i can’t find it. “By default, the mobile menu will inherit all the secondary header items, however there is the option to prevent that and continue to show the secondary header on all devices.​”

PS. I have turned of transparent effect option but still it didn’t work.

I have tried the following css but it only shows me the green block without any text.

The css im using: @media only screen and (min-width : 1px) and (max-width : 1000px) { #header-secondary-outer { display:inherit !important; } } Looking forward to hear from you.

Hey dhruv5474,

In the Salient options panel > Header navigation > Secondary Header Bar there’s an option for this: https://ibb.co/C8w5Ttj

If you’re not seeing that option available, you’re likely on an outdated version of the theme.

hi again!

do you know how can I a track on google analytics the clicks of my pop-up maker, I have seen so many things and nothing works.

I have my contact form there and I need to know how to track people plz

cheers

Hey WinkyTheme, I believe specifically with the popup maker plugin, you would need to use their own extension for analytics https://wppopupmaker.com/extensions/popup-analytics/

Hi there,

I have a question. On this specific page: https://eventsoftwarebenelux.com/contact/ my telephone numbers (NL and B) aren’t visible on mobile in the Safari browser. They are visible on Chrome on mobile, only not on Safari and only on mobile. The number is clickable but it seems to be in the same color as the background-color of the page.

Thanks in advance.

Hey Abbenhues,

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


body .wpb_text_column a[href*="tel] {
   color: #000;
}

Hi, thanks! I tried putting it into the custom css but it gives me a red cross, see: https://ibb.co/ZKpjYpy What am I doing wrong?

Thnks

Whoops! Here’s an updated snippet:

body .wpb_text_column a[href*=tel] {
   color: #000;
}

I’m assuming this plugin works with the most current php?

Hey joshuabbutler,

Salient is compatible up to PHP 7.3.x The next release is adding 7.4 compatibility – if you’d like early access, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Hi Salient Team!

I’m writing because I have a problem with the Inner Rows in the Salient Visual Composer. Apparently, I cannot see/add/edit/delete the Inner Rows and the elements included in it, in the page editor. However, the elements are then visible on the webpages online. This is creating a problem as I cannot edit parts of the website.

Please take into account that both the Salient theme and visual composer are updated, while I have the 5.3.2 WordPress version. Shall I update to WordPress 5.4 to solve the issue? Is there any other way to fix this?

Thank you.

Hey riccardovntr,

Have you already verified that no third party plugins you may have active are causing the issue?

Since this is not a known issue, Please reach out via the contact form on my author page with a temporary admin account so that I can take a look at the setup: https://themeforest.net/user/themenectar

Thanks in advance

Hey Salient Team,

Thanks a lot for your quick and kind answer.

As requested, I’ve just sent you the email with the temporary admin access. Please let me know if you have received it and how this problem can be solved.

Regards.

Thanks riccardovntr :)

blog type: masonry blog w/sidebar Mesonry style: Auto masonry: meta overlaid spaced

I want to show the full date?

“2. 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" This won’t do!

You can also reach out via the contact form on my author page https://themeforest.net/user/themenectar

Have you already verified that no third party plugin you may have active is adding that styling to the calendar widget?

Yes I have

This is a good self storage website. Is it possible to use Salient to have one like this? Thanks

Hey dan0ss,

You could make something similar, but Salient does not provide any demo similar to that for importing so it would need to arranged by you using the page builder.

Cheers

Hello, I have been having pixilating issues with my mobile and header logo. I even made them the same exact size as the logos in the theme. No matter what I do they are extremely pixelated: https://relentlesswarriorstore.com/

Can you advise please?

Hey kukennedy,

It looks like you’ve provided the logo at 40px x 40px and set it to display at 40px – this is a 1:1 pixel density which will not display crisp on retina devices. For the “mobile only logo”, use a retina friendly density e.g. 80px x 80px

Cheers

Hello, I have been having pixilating issues with my mobile and header logo. I even made them the same exact size as the logos in the theme. No matter what I do they are extremely pixelated: https://relentlesswarriorstore.com/

Can you advise please?

Hey anabolictechnology, see my response to your other comment on kukennedy in regards.

Hi :)

I wish to show sidebar on specific woo taxonomy without showing it on regular product categories.

I have a plugin that use the same page-template (archive-product.php) and I need the sidebar there (vendor pages).

I couldn’t find a way to hide the sidebar at all the categories and on the same time show it only on the wanted pages.

Hide it on the categories using css was not enough because if i expand the width of the products div it still shows 3 products in a row (while choosing “no sidebar” on theme settings will show 4 products in a row).

I have tried to change the specific template on the wanted taxonomy using this code in my functions.php, with no luck (the only thing that change the sidebar visibility is the theme options in the dashboard):
//Add the filter
add_filter( 'template_include', 'vendor_template');

/**
 * Returns customized templates for vendor store
 *
 * @param string $template
 * @return string
 */
function vendor_template ( $template ) {

    if( (is_tax('yith_shop_vendor')) 
         && is_main_query()) {
            $template =  TEMPLATEPATH . '/page-sidebar.php';
    } 
    return $template;
}

I wish I was clear and you will have an option to help me with that issue.

Thanks, I really appreciate your work

Hey lironnave,

You can still use CSS to alter the column width and allow for 4 columns when hiding the sidebar: Here’s an example snippet in regards:

@media only screen and (min-width: 1000px) {
.woocommerce.tax-product_cat .span_9 ul.products li.product {
    width: calc(24.9% - 15px)!important;
    margin-right: 1.3%!important;
}
.woocommerce.tax-product_cat #sidebar.span_3 {
    display: none;
}
.woocommerce.tax-product_cat .post-area.span_9 {
    width: 100%;
    padding-left: 0;
}
}

Cheers

Would you please add nofollow to buttons and call to action elements?

Are we getting close to the update?

Hey toolbox101,

An option to select that will indeed be in the next release – feel free to reach out for early access :)

Yes, the next major release will available after the beta testing is done.

Cheers

Hey guys, thanks for the best theme. Quick question, my media queries arent working? (max-width 690px) ? http://mofaya.co.za/home/

Any thoughts why?

Hey richardwells,

To override a vc_custom, you’ll need to make it a little more speciifc – try the following:

#ajax-content-wrap .vc_custom_1583164306788 {
  /* styles here */
}

Brilliant, thank you. :) What do you think of the site?

You’re welcome richardwells :)

Good afternoon,

When making pages (Terms & Conditions) the bullet points aren’t showing on the front end as they do on the back end. See image of how they’re entered into the editor and see actual page…

Editor: https://imgur.com/undefined Actual page: https://www.doggylottery.co.uk/terms-conditions/

If possible I would like the indented bullet below the 1. and 2. to be letters as in…

1. Title a. Text goes here b. Text goes here too c. Text also goes in this place

2. Title a. etc etc etc

Thank you, Adam

Hey Adam,

You can target specific levels with CSS to change the list styling. For example, alter only the children of “Method of payment” within your list could be achieved like so:

ol ul li {
  list-style: lower-alpha;
}

Hello, and thanks again. We’re nearly there. This has only affected on set of lettered points though. Could you please assist?

Thank you, Adam

Hey Adam,

The snippet I provided will only change child lists of ordered lists – you want to effect all child lists, you can add in the following as well:


ol ul li,
ul ul li {
  list-style: lower-alpha;
}

Cheers

Is it possible to effect just the product page title font style/size with CSS?

Hey MarcGarner,

.single-product div.product h1.product_title {
   font-size: 20px;
   font-family: Open Sans;
}

Is it possible to display the related products at the bottom of a product page in two columns on mobile?

Hey MarcGarner,

Related products should already display in 2 columns on mobile: http://themenectar.com/demo/salient-ecommerce-ultimate/product/salient-tshirt/

Could you share your URL so I can take a look why they’re not on your setup?

Apologies yes it appears it does! Is there a way to alter the number of columns of product shown in search results on mobile.

Hey MarcGarner,

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: 690px)
body #search-results .result, .masonry-blog-item {
    width: 48%!important;
    margin: 1%;
    position: relative!important;
    top: auto!important;
    left: auto!important;

}

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