Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,277 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38325 comments found.

Hi, I wanto use this css: #top #logo { display: none !important; } to hide logo incertain category for example: in category id 284. How i do that?

Hey shaky512, If you only need to remove the logo on categories archives, you could do so with CSS:

.category-284 #top #logo {
  display: none;
}

However, if you need to remove it on single posts which are assigned a specific category, a PHP modification from your child will be required.

Kind regards

HI, can you help me, how to make certain post in certain category have no sidebar (fullwidth), is there any php code or css code to do that?

Hey shaky512,

If you need to remove the sidebar for ALL posts in a certain category, you would be better off handling that via PHP through a child theme. If you were to use CSS, you would need to make a rule for each post ID e.g.

.postid-6598 #ajax-content-wrap .post-area.span_9 {
   width: 100%;
   Margin-right: 0;
}
.postid-6598 #ajax-content-wrap #sidebar {
  display: none;
}

If you’d like assistance with the PHP route, please open a ticket on the support forum in regards.

Cheers

hi guys,

I have a few questions:

- How do I adjust the line height of the Off Canvas Navigation (sub) Dropdown? I can’t find this anywhere. Yes, the Off Canvas Navigation, but not the sub menu. Or it doesn’t work, that’s also possible.

- When I hover over the menu with my mouse, I see a line. Is it possible to see only a color change?

- Is it possible to expand the menu AND on the text, AND the down arrow?

- Is it possible to give all pages a (Force Transparency On Navigation)? Now I do that manually on every page.

Hope you can help me with this? Thank you very much!

- Is it possible to show the breadcrumbs of the page I’m on next to the hamburger menu?

Link to my website: https://design.ruimdenkers.nl/vad/

Hey ruim_denkers,

1.

body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li {
    line-height: 1;
    margin: 0;
}

2: Kindly use the support forum when posting multiple questions, as this is not the appropriate location. If questions are unrelated, they should also be opened in separate tickets in order to correctly have them archive/assigned to the team.

3: That would require a snippet of custom CSS such as: https://pastebin.com/4NmTghRy

4. That could be achieved via a filter in your child theme which we could assist with on the support forum

5. There is no option to enable breadcrumbs in that area. However, if you’re using Yoast you could programmatically call the breadcrumbs in that area via a child theme modification.

Kind regards

Hey guys! Best theme ever! I have a question – I have a client who would like their menu below the slider is this possible with css? If I add a top margin I can move it down but when you scroll down the menu doesnt move back to the top?

Heres an example of what im trying to build: https://www.wildcolour.net/wp-content/uploads/2023/08/Screenshot-2023-08-03-103713.png

Hey richardwells, I’m glad you’re enjoying Salient :)

Unfortunately there’s no built-in option to move the main header navigation below a slider on the page. However, you could skip using the default header all together and manually create a row of links under your slider via the page builder. That row could then utilize the option “Sticky row” within its settings to keep it fixed at the top once it’s scrolled to.

Kind regards

​Hello!

I’ve been trying to change a category color… No success.

Can it be a bug from the new version? Because it was working before and still is, just not for this new category. All previous categories are ok with their individual colors just the new one is with the theme accent color.

I’ve emptied cache in W3 Total Cache.

I look forward for your reply.

Thanks,

José

Hey José!

If you have already specified your category color using the color pickers, kindly try to resave your theme options in the Salient options panel to regenerate your dynamic CSS.

Kind regards

Hi Mr. Nectar Case solved. Many thanks! José

You’re welcome, José :)

If I install this theme, can I use it with Gutenberg and no with “WPBakery page builder”? Thanks, Francisco

Hey Francisco,

You’re free to use the core block editor if desired, however, you’ll be missing out on the Salient element set and the ability to use any of the premade templates.

Kind regards

Hey everyone!

Unfortunately, the support forum service we use has been down for the past hour. We’ve already contacted them and they should be bringing the service back online shortly. In the meantime, to avoid any disruptions, feel free to use the contact form on our author page if you need in-depth support.

Kind regards

Hello, I paid for a year of support and none of the support forum links work.

I was having an issue with the Row vs Column editing but the documentation is fairly thorough. I would like valid support links.

*Please. Thank you

Hey Geoutah, we apologize about that time period from earlier today when Ticksy was down for an hour—everything should be back online now! :)

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 :)

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