Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,867 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38361 comments found.

Hi Nectar, I’m not crazy about the new method of how the captions are displayed for images (overlapping graphic with a strip of accent colour.) I’m using the Ascend skin. Is there a way to revert back to simply having text displayed underneath?

Hey RollingSpoke, change that snippet to the following:


body .wp-caption .wp-caption-text {
    background-color: transparent;
    box-shadow: none;
    border: none!important;
    top: 0!important;
}

Cheers

That’s perfect. Thanks so much for your help yet again :)

You’re very welcome RollingSpoke :)

Hi, when are you going to provide your breadcrumbs system? Beacuse Yoast breadcrumbsI in Blog Article and pages they work great and they don’t give any problem with rich snippet. Instead in Product page I think that they conflict with WooCommerce and overvrite the rich snippet for product.

I tried also to replace WooCommerce breadcrumbs with yoast breadcrumbs following your instruction (https://kb.yoast.com/kb/replace-woothemes-breadcrumbs-by-yoast-breadcrumbs/), but nothing change: when I activate Yoast breadcrumbs them delete the default WooCommerce structured data for products.

Do you have any solution to fix this bug? Let me know, thanks!

Hey magenta-digital2013,

Can you share your URL so I can take a closer look at your product page?

Thanks in advance

Hi, here you have the page.. https://www.barbecueshop.it/bbq/campingaz-4-series-classic-l/ let me know, thanks a lot! Fabio

Hey magenta-digital2013,

Have you looked through the integration guide to configure your structured data for WooCommerce already? https://kb.yoast.com/kb/configuration-guide-for-yoast-woocommerce-seo/ If so, there’s a way you can deactivate it which should allow the default structured data to function: https://www.bybe.net/yoast-seo-guide-disable-schema-json-ld-wordpress/

Cheers

Hello, love the 9.0 update! I’ve noticed with the update… on WooCommerce, when there is an error on the checkout page, the ‘error’ text shows up as white text, which makes it unreadable. Do you know how to fix this? The shop page is here: https://thriftassist.com/shop

Hey worldwidedesign!

That info bar section inherits the BG color from your secondary accent color, which is currently set to white – to override that Add this into the custom css box located in the Salient options panel > general settings > css/script related tab

body .woocommerce-info { background-color: #f7a59b!important; }

Cheers

Hi,

Using the Salient latest version.

Is it possible to create a header top menu like this-http://prntscr.com/ktefcj with Salient?

Regards,

Mofi

Hey Mofi,

You can create a secondary navigation bar on the top like that, however there’s no option to add icons to menu items.

Cheers

is there anyway to have this element http://prntscr.com/ktdvza of images, BUT make it act like a photo gallery? Like how the photo gallery animates a little when you hover over it, and when you click to enlarge the image, it enlarges, but you can click left or right to scroll through the images?

Hey SiteTonight,

not as of now since that’s not created through a gallery element, however i’ve noted your +1 for the idea for new gallery layouts like that

Hey Phil I have a couple of quick questions about the offsite canvas navigation.

I’d like to change the font, the font size and the change the BG color please.

I didn’t see settings in Salient to do so.

Thanks,

CS

Hey CSMurphy,

You can change the font size in the options panel > typography > navigation & page header tab at the “off canvas navigation field” The coloring can be changed in the options panel > header navigation tab > logo & general styling tab by selecting “custom” for your header color scheme

Cheers

A_K

A_K Purchased

Hey. I’m trying to achieve a newsletter sign up popup like the one used here: http://themenectar.com/demo/salient-ecommerce-creative/

I can’t seem to sort it out. Are you able to let me know how to do this?

Thanks!

Hey A_K, it was created using the page builder – when you’re creating your pop, add this into the classic view and then you can switch back into the page builder view to check out the setup: https://pastebin.com/aDpTHu9A

Cheers

A_K

A_K Purchased

Thanks for your help!

You’re welcome A_K :)

Referring to this

https://themeforest.net/comments/19060235

I just updated to the new theme version, and unfortunately, the p and br tags are still present while using WPBakery.

I took a chance and sen them a message, they told me they cannot give me support because the plugin is bundled.

I tested a different theme in another site, and it is the same issue.

They asked me to come to you and ask you if you can create a support ticket for this. Please do it! :D

Thanks

Hey myuption,

I will raise a ticket to them in regards

Cheers

I appreciate your help. :)

Hello—had some many issues with version 9 that I had to revert. The sliders were out of focus, it reset my fonts, and was very buggy.

Hey artblend,

If any theme options you had appeared to “reset”, it’s likely due to having the option on for “Move Dynamic/Custom CSS into External Stylesheet” in the Salient options panel > general settings > css/script related tab. All that’s needed to fix that is to click “save changes” once you’ve updated to regenerate the stylesheet. That was also likely why your slider was out of focus http://themenectar.com/docs/salient/updating-salient/#troubleshooting

Whenever you update again, if you’re experiencing problems after doing what I described above + clearing your browser cache, please share your URL in regards so I can take a look

Cheers

Hello! Yes I have done everything, from disabling plugins to clearing cache, both on my browsers and on the site itself.

The site in question is www.floridakeysuncorked.com

And I deleted all custom CSS from it as well.

Hey artblend, Could you kindly open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?

https://themenectar.ticksy.com

Is there an admin / backend demo? So I can see all the feature etc… currently using Avada but it is starting to feel a bit dated, but before I jump ship I’d like to see an admin demo

Hey MrMac78, unfortunately we don’t have an admin demo – though you can check out the various options via the docs here in the “theme options dropdown”: http://themenectar.com/docs/salient/theme-options/introduction/

Cheers

Did you remove the hover effect from off canvas menu items in 9.0 version? (opacity transition left-right inside class=”clip-wrap”). Is there a way to reactivate it?

Hey levinanni,

the default hover effect for the OCN is now an opacity/color change depending on the style you’re using – the animated fill of the individual letters was removed due to conflicts/performance optimization. If you’re using either of the slide out from right styles and switch to the material theme skin in the Salient options panel > general settings tab, there’s now an animated underline though

Cheers

Thanks for your reply

You’re welcome levinanni :)

The Nectar Slider title doesn’t seem to show unless the browser window is resized? I can however force it to show by adding the following CSS….

.swiper-slide .content h2 { display: contents; }

Example LINK: http://wordpress-188329-601325.cloudwaysapps.com/

Any ideas as to why this is happening?

Hey kford, have you tried clearing your browser cache since updating? I am currently able to see the heading before interacting with the browser window from my end. If caching is not the issue, could you kindly let me know what browser/OS you’re seeing that occur on?

Thanks in advance

You’re only seeing the title because I’ve forced it by added the above css (line 73 of index in the Inspectror).

In fact, all the Slide ‘content’ is missing (there’s a button on each slide thats not showing unless you re-size the browser window)

- The browser – Chrome (v69), Firefox and Safari. - OSX High Sierra

Hey kford, It looks like your slider is missing attributes that were added in v9.0 – please verify that you’re not modifying the output of the Nectar Slider through your child theme, if you’ve included the file where it gets processed (nectar/tinymce/shortcode-processing.php) or modified the function in the functions.php (nectar_slider_output), those would need to be updated in your child theme to reflect the parent theme version.

Hi there,

I try to adjust the font for a ‘quote’ (i.e. a single testimonial).

But whenever I do so in the typography options, it only changes the name and function, the quote itself remains the usual H2 font.

I tried this:

.nectar_single_testimonial[data-style=”bold”] p { font-family: kavivanar;!important: }

But with no luck. What is the correct css to implement to make the quote itself (not the name and title) change to Kavivanar?

Hey hookieoalo,

Your CSS snippet looks correct, could you share your URL in regards so I can see why it’s not effecting the element?

Cheers

I’d like to use the Sticky Product Info option in Woocommerce under Single Product Gallery Type, however neither one of the gallery plugins I am using to switch images (Smart Variations Images Pro or Iconic Woothumbs) seem to work with this option. Any ideas or CSS I can use to get it to work? Thanks

Hey superbrecs, unfortunately it would require custom development as the custom markup Salient uses for that layout is likely not in the selector/script logic to hide/show the images

Got it. Thanks

You’re welcome superbrecs :)

Hi guys, is there any way to disable the ‘header resize on scroll’ on other pages than the homepage? Maybe with CSS? I had a look through the init.js file and can see where the animation code is, but I couldn’t get a conditional to work there just for the homepage. Maybe you’ve done this before?

Hey SeanAUS120,

To avoid js modding, you could accomplish it with some CSS – if you could share your page URL in regards I could provide an example snippet

Cheers

​My separators don’t work anymore. They had the full width before the update. And if I try to replace them with the new shape dividers they don’t appear at all. Any help? Thank you very much. By the way… I love your theme. Thanks for that too;-)

Hey LolekBolek, in order to get that to work you could add the following into the custom css box located in the Salient options panel > general settings > css/script related tab

.full-width-section .mpc-separator {
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
}

Cheers

Thank you very much. That works!!!

You’re welcome LolekBolek :)

I’m currently building out my site (http://www.robrodriguez.co) and I’m having difficulty finding a CSS code to change the widget title font color in the footer section. Any help would be greatly appreciated!

Hey robbyrod89,

Addthis into the custom css box in the Salient options panel:


body #footer-outer .widget h4 {
  color: #fff!important; 
}

Cheers

Hello,

There is some unusual padding at the bottom of the new leaflet map, and also at the bottom of another row on my site. I have highlighted the padding with red boxes on this screenshot: https://www.awesomescreenshot.com/image/3602185/c3104d0e648b30226076053a1856ab58

I have checked there is no padding within any of the settings, huge thanks!

https://zest.printassistant.co.uk/

Hey Utopia_Creative, thanks for mentioning. You can remove that by using this in the custom css box in the Salient options panel:


body .col .leaflet-container { margin-bottom: 0; }

Cheers :)

How can I add search functionality to our Salient portfolio only? https://www.fotobaren.no/galleri/

Unfortunately that’s not a featured offered in Salient and would require some custom development at this time

Thanks, is this a planned feature for a future update?

Hey johannesstromme, there’s currently no plans for that feature however I’ve noted your +1 for the idea on the wishlist

HI, I’m trying the find the word “Category” with loco translate, but cannot find it. It’s the word above the category archives above the title. Thanks

Hey vidal, are you using the nectar_salient_strings.pot file in locotranslate? If not, in Loco Translate > Themes > Salient > Advanced you can set the path to the .pot file. For the Template file field use “lang/nectar_salient_strings.pot”

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