Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,605 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38277 comments found.

Hi guys, how do I disable the author name and date on blog pages? Not on the blog posts themselves, I did that through the Salient Menu in WP. Thanks!

Hey Mannaffolki!

1. Whoops, you can modify the previous snippet to the following to correct that last gap:

.single-post #ajax-content-wrap .main-content > div:not(.hentry),
.single-post #ajax-content-wrap .container-wrap,
.single-post  #ajax-content-wrap .content-inner {
  padding-bottom: 0;
}

2.

.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color]:before {
  display: none;
}

Kind regards

Much appreciated guys! Thanks!

You’re welcome, Mannaffolki :)

Hello, I am trying to do something like this: https://snipboard.io/8U72mk.jpg

Where there is a top image an image in between (tablet) and and bottom image below. I need the V bottom image covering the other ones.

I thought about using a custom V shape divider filled with the image to make this work and saved as svg. But maybe there is a better solution? If not, how can I add my custom shape divider? I’ve found that it should be in the vc_templates row.php options but seems it had been moved somewhere else.

If you can give me some kind of idea how to make it that would be great.

Hey juvengle,

The “Triangle” shape divider is already similar to that shape, so from your provided mockup it should be usable for the design. Just ensure to enable the option “Bring to front” as well.

However, if you need to add a custom shape, you can do so by copying the function “nectar_svg_shape_divider” from salient-core/includes/helpers.php into your child theme

Kind regards

Yes, but I can only fill it in with a colour. This happens then: https://snipboard.io/7gjov6.jpg and I need to have an image where the white color is (the grey one with text under the white). Is there a way to do it? To have an image where the white color is but still have it in V shape covering as it does now?

Hey juvengle,

If the text inside of the triangle needs to be different than the layer of text behind it (and clipped by the triangle shape), then you’ll need to use a custom SVG shape and set that text image layer as a pattern in the SVG so that I can be applied to the triangle via a fill attribute.

Kind regards

Hi,

I used your theme with the architect template. I experience that my projects / portfolio is not linking correctly. It has a 404 not found, even with your demo import.

Hey FerhatRocks,

404 issues on custom post types can usually be resolved by resaving your permalink in the WP Admin -> Settings > Permalinks tab. If that doesn’t correct it, something else in your setup must be interfering with the regular permalink structure, and we would need to take a look at your site to assist further. If that’s the case, please open a ticket on the support forum.

Thanks in advance

Hi there, client asked me to create a new website. Most of the items can be done with Salient. But I am struggling with the rss feed. I tried several rss plugins but it has a basic layout, looks like a website from 1999. Do you have some additional info or tips?

Hey Mikel2020,

WordPress automatically creates RSS feeds, and there’s no built-in option to customize the design of that. Plugins generally will just assist with adding additional content to the feed. It’s generally the RSS reader itself which would style the feed, which is not directly related to Salient.

Kind regards

Hey hey—what class can I use to target the transparent header starting logo (both dark and light)? I need it to be a different height than the normal header logo. I tried a few, but they ended up messing up the margins. Thank you!

Hey thisoldhauser!

You can use the following CSS rules to target those logos https://pastebin.com/Jt83m5p9

Kind regards

thank you so much! Follow-up question: Changing the size causes the inline nav menu items to be vertically misaligned with the logo. Can I add something to the css to fix that? See here

Hey thisoldhauser, you can just change the snippet to

#header-outer.transparent #logo img {
 height: 40px;
}

I can’t update the page in page builder. When pressing the Update button, in the Chrome console, I get the following error: ​POST https://www.eximpharma.eu/wp-admin/admin-ajax.php 500​​​

I have everything updated to the latest version, disabled all plugins and still the same. Interestingly, this error occurs only on pages in English (additional language, e.g. https://www.eximpharma.eu/en/ ), and in the default Polish language it is ok (https://www.eximpharma.eu/ )

Hey batorowicz,

Since there’s no known issue with an error like that when saving pages, I would need to see the full error as it’s logged in your PHP error log. Kindly open a ticket on the support forum in regards so that we can assist.

Thanks in advance

I see the new demo includes a newsletter sign up form. Is there any documentation on how to integrate this with a newsletter provider?

Hey BlackWat3r,

The demo importer will import the WPform that is shown within the mag demo—we do not personally have documentation of the features of WPforms, however, the free version of the plugin is what we used in the demo and you can find more out about it on their plugin website: https://wpforms.com/features/

Kind regards

Hi again, we’d like to use different icons on the image with hotspots element instead of the plus sign or numbers, is this something that can be done? Also if this is possible can there be unique icons for each hotspot?

Cheers

Hey Micatuca,

Altering the icons used within that element could be handled with custom CSS. It would be a bit tedious to use a different icon for each hotspot, as that would require a separate rule for each, however, a global change to the icon would be straight forward:

.nectar_image_with_hotspots .nectar_hotspot span {
  background-image: url('YOUR-CUSTOM-ICON.png');  
  background-size: cover;
}

#ajax-content-wrap .nectar_image_with_hotspots .nectar_hotspot span:before,
#ajax-content-wrap  .nectar_image_with_hotspots .nectar_hotspot span:after {
  display: none;
}

Kind regards

In salient resort demo i see a btn book now in the header. This btn is changing to different colors. Is this a settings somewhere or custom css? Cant find the settings for it. I can set header > animation efx to color change but this is not doing anything.

Hey Mikel2020,

You can get that effect by using the Salient Menu Options—here is the relevant documentation: https://themenectar.com/docs/salient/header-button-links/

Kind regards

Many thanks. This works great

You’re welcome, Mikel2020 :)

Is something like this: https://ibb.co/64H3p0h possible? I can create an image carousel but not sure if it is easy with some css to reach the same as the example. Also carousel has a limit of 9 items. Any other option?

Hey Mikel2020,

Increasing the limit past 9 columns would be possible via custom CSS:

@media only screen and (min-width: 1000px) {
#ajax-content-wrap .nectar-flickity[data-desktop-columns] .flickity-slider .cell {
    width: calc(100% / 11);
}
}

However, there’s no way to easily create that 3D folding effect with CSS alone, unfortunately.

Kind regards

Thank you

Feature Request: Button Swatches for product variations rather than using drop down.

Example: https://ibb.co/9TycM0b

In the meantime are you aware of any plugins which do this and have good compatibility with Salient?

Hey MarcGarner,

That is already an item on the to-do for the next WooCommerce-focused update.

Have you tried to use Variation Swatches yet?

Kind regards

+1 Request for Vimeo background in addition to Youtube and self hosted. Thank you!!

Hey AkeatsKes, thanks for the request :)

Hi there,
Any CSS way to stop the “zoom in” part of the Image Gallery element/ Meta on hover w/ zoom + entire thumb link? Thanks!

Hey Romanesco,

You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

#ajax-content-wrap .wpb_gallery_slidesimage_grid .portfolio-items .col img {
  transform: none;
}

Cheers

Awesome. Thank you!

You’re welcome, Romanesco :)

Ever since I updated to Salient Version 16.0.4, the cover overlay in Row Settings no longer appears on top of background images in my layout. How can I get the gradient to appear again as it had before?

Thank you. I’ll give it a try.

That worked! Thanks.

Glad to hear, gammo :)

Cheers

The function Activate Full Screen Rows works after I click on the second button. When it lands, the scroll doesn’t work.

Hey marcah,

Please open a ticket on the support forum in regards so that we can take a look at your setup to assist.

Thanks in advance

Hi, since last update I can’t access Salient configuration. I get REDUX ERROR:

"Redux_Vendor_URL" not found in wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php:172 Stack trace: #0 wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php(262): Redux_CDN::vendor_plugin() #1 wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/class-redux-ace-editor.php(100): Redux_CDN::enqueue_script() #2 wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php(454): Redux_Ace_Editor->enqueue() #3 wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php(497): Redux_Enqueue->enqueue_field() #4 wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php(100): Redux_Enqueue->enqueue_fields() #5 wp-includes/class-wp-hook.php(308): Redux_Enqueue->init() #6 wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #7 wp-includes/plugin.php(517): WP_Hook->do_action() #8 wp-admin/admin-header.php(118): do_action() #9 wp-admin/admin.php(239): require_once('...') #10 {main} thrown

Hey mardoqueo,

That issue is actually related to the core standalone Redux framework plugin update—They have recently removed backwards compatibility with older versions (which we use) of the framework. However, we have just released a fix for it in the latest version of Salient 16.0.4

Kind regards

Hello, is it possible to change the display size of the Category Grid image? https://mdc.mc/fr/mb-category-grid-test-fr/

I would like to change it to allow the same ratio as on this page: https://mdc.mc/en/auction-sales/ (in past auctions)

Thank you in advance

You’re welcome, MAJMonaco :)

Hi, I forgot to ask you, but how can I display categories that don’t have any products?

Hey MAJMonaco,

Unfortunately there’s no built-in option to display those—you’ll need to add at least one item to the category to have it render within the list.

Kind regards

We’re seeing an out of date template alert with the latest update: salient/woocommerce/cart/mini-cart.php version 7.8.0 is out of date. The core version is 7.9.0,

Hey MarcGarner, I would suspect that you’re not using v16.0.3 of Salient, as that template warning should not be present: https://themenectar.com/changelogs/salient.html

Kind regards

Hey, Love your theme, there are some adjustments that can be implemented with next update, that will fix the Google Speed: 1. Links do not have a discernible name: Team Members: div.team-meta > div.nectar-cta > span.link_wrap > a.link_text 2. In that section also Job Position is H5, and the Name is H3, which creates an issue: Heading elements are not in a sequentially-descending order — only for the overlay BIO and Meta Under — the order is reversed.

(You can see that here: https://pagespeed.web.dev/analysis/https-youwinconsulting-com-about/7a8pyu2n2f?form_factor=mobile)

Just a suggestion, love using your theme and highly recommend it. Piotr

Hey Piotr, I’m glad you’re enjoying Salient!

Thanks for the suggestions, I’ve noted them :)

Hello, if i have a banner image (full width) and I want a column block with for ex. blue bg color and some white text and a button.I want the column to be at the bottom overlapping the image. I also want the column to have crooked lines same as this website: https://www.share-now.com/nl/nl/. Is this possible within wpbakery or need custom css?

Thank you :) will open a ticket if I need more assistance

I tried what u said but which size do i have to use for an svg image. When I use an svg image its too big or too small. When I fix it on a desktop its not responsive at 1000 to 1500 px. advanced padding is not working for that part. It also not stay in the middle. I am using a inner row with 3 columns and only use the middle one.

Hey Mikel2020, I really would need to see your setup in order to give suggestions of that aspect. Kindly open a ticket on the support forum in regards so we can continue over there.

Cheers

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