Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,616 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38279 comments found.

Hello! Love your theme. Can I get early access to the update please – email me

Thanks

Hey topd4, we sent over a copy earlier today :)

Cheers

Hi there,

Is this theme WCAG compliant? Do you recommend any specific plugin to achieve some WCAG features?

Thank you!

Hey nikosff!

There has been ongoing development in Salient for maximum compliance, but we have identified some missing role attributes which are needed for 2.1. They will be added in the next release.

Kind regards

Pre-Purchase Question: Can I make the entire WooCommerce E-Commerce Creative demo DARK Mode? (change the whites with black) entirely? thanks!

Hey IlovetheHikes!

Salient is capable of creating a dark website, however, there is no single option to toggle a dark color scheme. All of the settings with the global theme options that are related to coloring as well as the elements used on the pages would need to be changed to use dark colors.

Kind regards

how customizable is it? can I change single product page color for example? or categories colors, main background color on the home-page? Thanks!

Hey IlovetheHikes,

The overall website background color is specified in the Salient options > General settings with the option

Overall Background Color

There are additional WooCommerce specific coloring options in the Salient options > WooCommerce tab, and additional every row/column in the page builder can set custom coloring as needed.

Kind regards

hello.how can add link to privacy policy,legal (Footer area architect salient)?and i want to add some text to footer area/please help

There is not any location for change link,name .so i cant find

in addition i want to add some link to “privacy policy” “legacy “

Hey elxanabas6,

The architect footer global section uses “Call to action” page builder elements to set the three links which are present in the demo: https://ibb.co/Lk6JQkY

Each of those call to actions text and URL can be edited inside of the global section as shown in the previous screenshots. If you need additional assistance editing those or adding new links, please open a ticket on the support forum in regards

Thanks in advance

I want to add small links for privacy policy, terms and conditions and code of conduct links where the red lines are i can use html but not sure where exactly is the file to add the links

https://ibb.co/d2FwN3m

Hey giveitwebstudios,

I would recommended overriding the “salient/includes/partials/footer/off-canvas-navigation-bottom-meta.php” template from your child theme for that modification.

Kind regards

How does one use the Scribble feature again?

Hey quomo,

The “Hand-drawn scribble” highlight is available as a style within the “Highlighted text” element. When it’s selected, any text that is set to be italicized will display the scribble underneath.

Kind regards

Hello Salient team,

great product! I would like to ask, if there is a chance to add shortcodes into higlighted text or milestone. I have a shorcode which retrieves data from API server and it returns just a number which I would like to show as a milestone. Is something like this possible?

Thanks for your reply. :)

Hey ozynet, I’m glad to hear that you’re enjoying the theme :)

You would need to override those template files via your child theme to parse a shortcode inside of the content area for them in the current release:

https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/

Kind regards

Thanks, that helped a lot :)

You’re welcome, ozynet :)

Hello! Love your theme – Best theme Ever – Quick Question – Im using Menu Bottom Bar – is there a way to flip the search icon and the social icons? So that the Search Icon is on the right instead of the left and that the Social Icons are on the Right instead of the Left? Thanks In advance!!

Hey mijafe,

You can make that change by replacing the previous CSS snippet with the following: https://pastebin.com/2QyX6htc

Kind regards

Thanks so much!

You’re welcome, mijafe :)

Would love the ability to change the container width at set screen sizes from within the theme options.

I know this can be done by using CSS to override but it’d be handy to have in there too.

I think at the minute, max-width of 320px is too narrow, it looks like there’s to much space either side.

Is there any reason why it’s set to 320px at the minute?

Maybe one for the wishlist…?

Hey jbennett360,

The upcoming update is changing the mobile container width to a percentage of the screen instead of a px-based size to improve screen usage across all mobile devices.

Kind regards

Ahh excellent!

Is there somewhere I can edit the styling of a blog post please?

I can’t find it under a blog post or in the theme settings?

Hey UtopiaDM, can you please list what specifically you’re trying to alter about the styling? All of the options related to the display of the single post can be found in the Salient options > Blog tabs, however, I’m not sure what exactly you’re looking for to point you in the right direction yet.

Kind regards

Can i get early access to the update please – email me

Hey digitaldaddy, we sent you a copy earlier today.

Kind regards

When adding text to the “Text To Display In Header” box, the header height changes a lot. Where is that managed? How can I control it?

Hey quomo,

I would need to see what content you’ve added in that field to assist. Can you please share your URL in regards?

Thanks in advance

Hello,

I wanted to know if it was possible to hide the left image in the slider in Flickity Static Height Style mode? https://britishschool.mc/

Thanks in advance

Hey MAJMonaco,

I’m not sure I fully understand what you’re trying to do. Are you asking how you can remove the left (first) image in your gallery as shown here? https://ibb.co/jLrKWSY

Hi, Yes

In fact, I’d like to prevent the image on the left from showing when you slide and avoid displaying cropped images.

Hey MAJMonaco,

The static height felicity style will with auto column widths to allow the natural aspect of each image to display. Because of that, there’s no way to ensure the non-selected images don’t display on the edges. It will all be determined by your selected images and the height defined for the carousel. I would suggest setting the overflow to visible so that they can be fully revealed to the edges of your screen—or alternatively, set the row to full width content for the type.

Kind regards

Hi ThemeNectar, we love your theme! Question: is it possible to show WooCommerce prices on the search page, per result?

Hey JackHowell! I’m glad that you’re enjoying the theme :)

If you’re using your site primarily as a store, I would recommend setting the theme option “Limit Search To Post Type” to “Products” in the Salient options > Header navigation > Header search tab. This will give you that functionality by default. If instead you want to display search results from all post types, then you would need to modify the “search.php” template via your child theme to add that meta information in.

Kind regards

Thank you! Solved! This solved an extra problem where we wanted the search results to pass to the products page too. Thanks.

I’m glad that I could help, JackHowell :)

Hey, is there a way to fix the bullet point lists as they are showing up as numbers. On this page: https://paymydebt.net/differentiating-between-at-fault-and-no-fault-accidents/

It is a number list for the main terms but within that I have set bullet points to describe different areas but the bullet points are showing up as numbers (1-4 listed numbered parts are suppose to be listed as bullet points). Is there something I need to change in the code or css?

Thanks in advance

Hey msherstenka,

This will be corrected in the next release. For now, you can fix that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

ol ul li {
    list-style: disc;
}

Kind regards

Thank you!

You’re welcome, msherstenka :)

Hai, can we build a dedicated menu special only in certain page. I need different menus in different posts, pages, categories, archive pages, etc.

Hey shaky512,

You can add the following CSS snippet to hide the logo on any page using the css box in the page builder (the top right gear icon): https://ibb.co/kxv3XFK

#top #logo {
  display: none;
}

Kind regards

Great it works, thanks a lot. Next, I want to hide the secondary nav on certain pages pls check this image https://prnt.sc/dMOxp8D78N4D

Hey shaky512.

#header-secondary-outer {
 display: none;
}

please open a ticket on the support forum in regards for future questions like this.

Thanks in advance

Hello, I am using the portfolio with the sidebar version but i can’t find which is the sidebar the portolio uses in order to display it. Can you help me? Thanks.

Hey artwarebranding,

If you’ve chosen “Basic with sidebar” for your “Single Project Layout”, you can use the primary editor available in your project edit page to add content to that sidebar area: https://ibb.co/Wx9fJ17

Kind regards

hi support, i would need to add a code tagging in the salient search form, within the form attribute. example as below. <form splwpk-search-function=”splwpk-search-function”>

I’ve try to add this in the theme file editor -> Salient -> searchform.php. The code has become like this: <form role=”search” method=”get” class=”search-form” action=”<?php echo esc_url(home_url( ’/’ )); ?>” splwpk-search-function=”splwpk-search-function”>

but this change did not reflect on the search form front end. Is there any other method to add my code tagging in the search form?

Hey shaky512,

The file you’re looking for is located at salient/includes/header-search.php

Kind regards

Hello.I want to change filter which location is “silent-architect-project” writed “All”/Commercial/remodel/Resisdental…Long story short I want change words.how can i handle this/Thanks beforhand

Hey elxanabas6,

All filters will display the name of the selected categories that you’ve chosen to display in the post grid. Those categories can be renamed in the WP admin > Portfolio > Project Categories.

If however, you’re trying to alter the word “All”, that would need to be translated: https://themenectar.com/docs/salient/translations/

The “All” string exists in the “salient-core” text domain.

Please use the support forum when posting multiple questions in the future.

Kind regards

Hello.I want to change name of “mouse indicator name”/it is “Wiew” on default and i want to make this “More information”.How can i handle this?Please help

Thanks beforhand

Hey elxanabas6,

You can translate that string using your desired translation plugin: https://themenectar.com/docs/salient/translations/ That string exists in the “salient-core” text domain.

Kind regards

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