Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,184 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

Hi, is it RTL?

So sad, I have import site to do it and I send before it is RTL, you said yes and when I install it is not, and I need help now!!! or back my money to buy other theme

I open ticket , the support not help only send me link to do all the steps and I do which is not work with me

Hey budoor66, I approved your refund earlier today. Envato will be refunding your purchase shortly.

Using the Child theme of Salient it is very handy to know which version of Salient is used. Can you please add this?

See also: https://www.evernote.com/l/AARHs2RHxpxDDKf45E_kBPe0UOScGaiAk-M

Hey htusco, the theme options framework Salient uses (Redux) automatically will pull the version of whatever theme is active. You can still view the parent version by clicking “Theme details” in Appearance > themes

Hey TN,

are there any known issues with screenly on raspberry pi? I noticed problems with the carousel on raspberry pi with screenly. The carousel don´t move and the items are placed among themselves.

Thanks for your help.

Cheers, Thomas

Hey Thomas, There are not currently known issues related specifically to pi.

Could you share the URL in regards so I can take a look at which carousel you’re using?

Thanks in advance

Sure. https://spieren.de/wztv2

In every browser the website is working fine. But on the raspberry pi I noticed the problems described above. Thanks for your help.

Hey TKMundM, can you also kindly let me know if there are any errors showing up in the browser console?

What font did you use for the Salient logo on the “new” demo: eCommerce Creative

Hey dougystyle, the font is called “Yellowtail”

Are there any known issues with Android? I can’t make modifications via mobile. On IOS, it wasn’t a prob. However, nothing registers when I attempt via Android (phone).

Hey arteest, can you clarify further – are you referring to making modifications using the page builder, the theme options panel or are you talking about custom CSS that is not showing?

If I am on my Android phone trying to make updates via the Wordpress backend, Nithing happens when I click the UI. For example, if I want to change text, nothing happens when I click on the pencil.

Thanks for clarifying arteest, from testing on my end it seems as if the edit icon is working from a GS10 – could you let me know what device you’re using specifically?

Thanks

I am using the toggle panels and we have a problem, when you click on the ”+” to move to the next one, the page goes to the bottom of the panel and you need to scroll back up to the top. Is there anything I can change that would force the panel to be at the top of the box when you open it? Thanks!

Hey CAPBCN,

Could you kindly share your URL so I can take a closer look at your setup?

Cheers

Urgen

1. the seconary header is covering thr main header menu? 2. The main menu fonts are going over two lines and there is a mobile button on the main menu to the lft (next to logo).

Happened since I just updated?

https://www.pbm-property.com/faqs/

1. Hi thank you, this seems to have fixed it. How do I use the child theme moving forward if this is out of date, do you have an updated child theme?

2. Also on this page https://www.pbm-property.com/faqs/ the padding in the boxes still seem very tight (where it says Q nad A on the left?

3. Is theree a way I can change the height on the menu header so its less tall?

Please ignore questiom 3. Instead How do I hide the deconray naviagtion on a movile? I have added neruis code I have seen on your coemments but doesnt seem to work….

} @media only screen and (max-width: 1000px) and (min-width: 1px) { #header-secondary-outer { display: none!important; } }

Hey alisonleon,

1. It’s not the base child theme itself that needs updating, only the custom files you may have added in there. The core Salient child only includes a functions.php and style.css, other files will not be updated to match the new structure of Salient post 10.5

2. There’s normally no BG color on that toggle style, it looks like it may be added from custom css. If that’s the case, further custom CSS would be needed to adjust the spacing:


body div[data-style=minimal] .toggle h3 a {
    padding: 30px 100px 30px 30px;
}
div[data-style*=minimal] .toggle h3 i {
  right: 30px;
}

3. Use this instead:

@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body.ascend #header-secondary-outer[data-mobile=display_full] {
    display: none!important;
}
}

Hello,

how i can add a “Read More” Button on single post grid? I use this settings: Layout “Masonry Blog no sidebar” and Masonry Layout Style “Classic Style”. In the post I use the Read More tag, but without success.

thanks

Hey blue_t,

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


 body.material .masonry-blog-item .more-link {
    display: block;
}

Is there a way I can make “social sharing” appear on all of my pages like you can with posts?

Hey jdredman,

Yes, in the latest version of Salient the new included “Salient Social” plugin provides a page builder element that is reusable: http://themenectar.com/docs/salient/salient-social-plugin/

Cheers

I noticed an issue with Safari for my website (Brittneylew.com). The landing page’s links don’t work. The portfolio items don’t rearrange, the links don’t work if someone tries to click…what’s going on with this? Am I able to fix this?

Thanks for checking into that!! It does work for now, but I’d like if it could do the scroll like before because now people wouldn’t know that there is something underneath. The buttons at least indicated something. Hopefully you figure something soon :) Thanks again!

Hey Brittneylewis, also for the time being if you’re just looking to have a helpful indicator - Salient offers an element called “Call to action” which would be useful for this. You can add it to the row under your text “Brittney Lewis Designs” in the “Next Section Button” as shown here: https://ibb.co/WvKVsS1

That will work for now, thanks! One thing I noticed is that the ‘Call to Action’ button ignores any alignment settings you tell it to. I tried making my text smaller and it still disregarded it. Not sure if that’s a bug. So what I had to do is center align the row for it to work.

Hey there. I posted a question yesterday and partially figured it out, however, I can use an assist with this code:

.single .heading-title, .single #footer-outer { display: none!important; }

It is killing my footer (totally removing it) but I need it to get rid of the header titles on bog posts. Is there a happy medium???

Hey arteest, you can change the snippet to the following:

.single .heading-title { display: none!important; }

Cheers

Hey,

I wanted to add a WPML switcher at the top of the mobile/tablet header only (not the menu) (beside the search icon). I know that this might be the right code (<?php do_action(‘icl_language_selector’); ?>)

But I don’t know where to put it. I tried many things but nothing worked, can you help me out here? I use the Left Header layout. The theme skin is: Material.

I also wanted to ask if there was an easy way to switch the left header layout to go to the (right) side of the page when switching between LTR to RTL. That would be awesome!

I tried to open a ticket via the “get support button” but the page is broken for some reason.

thank you :)

Hey ArabianSherif,

Which version of the theme are you currently using so I can point you to the right line within the file?

Also, are you still not able to access the support forum? https://themenectar.ticksy.com/

Cheers

Version 10.5.3. And now I can access the support forum. A few hours ago I tried with multiple browsers and the page didn’t wanna load.

Thanks for letting me know ArabianSherif.

1. The right location in that version would be salient/includes/partials/header/header-menu.php. Once inside that file, search for “mobile-search” to end up at the right location. The code would end up looking like this: https://pastebin.com/CMzTJkfB Note that you’ll also need to add some CSS to hide it on desktop only

2. Right now in order to switch the header layout to be on right would require some custom development. However, I’ve noted the idea on the to-do list :)

Cheers

hi! on the nectar slider, i have put a phone number on the text, on mobile this number shows in blue, i want the color to be white

Hey dimage!

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

Thanks in advance

Thanks dimage,

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


.swiper-wrapper a[href^="tel"] {
  color: #fff; 
  text-decoration: none; 
}

Cheers

Can you please tell me why my footer is not showing on certain pages? Fir example, this one: https://bit.ly/2XzBw7x

Thank you.

Hey arteest,

It looks like you have custom CSS on that page that is explicitly removing the footer:


@media only screen and (min-width: 1000px) {
.single .heading-title, .single #footer-outer {
     display: none!important;
}
}

The Material skin removes the line by default, it’s in the other two skins in which it becomes optional. You can also use the following CSS to remove it:

body #header-outer[data-transparent-header="true"] {
  border-bottom: 0!important;
}

Thank you! =)

You’re welcome Nicko_217 :)

Hi, where to place google analytics code in new Salient update? I can’t find it anymore in the CSS menu section..

Thanks in advance.

Hey Abbenhues,

There’s a section called “Custom JS” in the Salient options panel > general settings > css/script related tab

Cheers

Hello,

Can I deep link the tab?

Lets say I create a tab with 3 options. I want each option have their own URLs like test.com/tab/#option1, test.com/tab/#option2, test.com/tab/#option3 so that when people go to that URL, the current tab is straight open.

Hey effective_advisory, here’s a test link for the second tab:

http://staging.causeeffect.asia/lot10/directory/?tab=fashion

Ahhh I see. I put the tab ID, no wonder it is not working.

Thank you. Your support rocks!

Glad I could help effective_advisory :)

Whether to use “Force to Dynamic CSS Inline In Head” with plug-ins for caching and optimization? for example as wp_rocket and together with critical CSS https://yarasheva.design/architecture-blog/

At the end of development it is better not to activate this option?

plan to integrate elementor in the template?

Hey Nicko_217,

1. Yes since by activating that option you’re taking the dynamic CSS which would be stored in an external stylesheet, which could be cached and instead forcing it to be regenerated every page load

2. It’s possible, but there’s no concrete plans yet

Please please consider adding native support for custom post types in a future version

Hey midfieldco, are you specifically referring to integrating them into various page builder elements or are you having issues with the display on your CPT archive/single templates?

Hello, I have purchased the Salient theme two years ago. Now, I’ m using 8.0.16 version and I want to change the current demo. Can I download and install the latest version?

Hey troupdim, I’m glad I could help :) t

1. In regards to modifying the logo itself – that would require copying the “nectar_logo_output” function from nectar/helpers/header.php into a child theme functions.php for modding

2. What are you specifically looking to change about the submenu?

3. There’s an option for this in the Salient options panel > header navigaton tab called “Menu Item Spacing”

2. I want to reduce the padding between man menu and submenu.

Hey troupdim,

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


#header-outer .sf-menu >li:hover >ul,
#header-outer .sf-menu >.sfHover >ul {
    top: 70%;
}

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