Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,189 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

Hi TN,

On the mobile menu I need all the menu items to drop let’s say 50 pixels. How can I do this? See my screenshot: https://www.evernote.com/l/AAR09878E_RLRq254l42YzW0fV64uq2xFrI

Thanks in advance for helping me out with this issue.

Cheers, Marc

Hey Marc,

You can use the following:


#slide-out-widget-area.fullscreen .inner {
    top: 40%!important;
}

Cheers

I added it to the Salient Custom CSS Code but nothing happens … Emptied my cache etc.

Hey htusco, I can see the CSS taking effect on your site – have you tried to adjust the 40% to another value and clear your browser cache?

Hi, I love working with your theme. Could you please advise how I would apply text shadow to the fancybox? H3 and H5 parallax hover effect. Many thanks

Hey mjoakton, You can reach out via the contact form on my author page https://themeforest.net/user/themenectar

Hi, Hopefully 1 last thing. How would I hide the breadcrumb from the blog posts? Thanks again :-)

Hey, could you kindly allow me to bypass the coming soon page you have active?

Cheers :)

Hi TN,

I need to translate the word ‘BACK’ in the mobile menu, but I can’t find this word using the Loco Translate plugin.

I know I can find the string in the footer.php file data-back-txt=”<?php echo __(’Back’, NECTAR_THEME_NAME); ?>” , but I can’t find it in the .PO. Any updates will overwrite the file since I’m not using the child version of the Salient theme. Can you please fix this?

And actually I want to show an arrow icon pointing to the left instead of using the word ‘BACK’. How can that be done?

Thanks in advance for helping me out with this issue.

Cheers, Marc

Hey Marc, what version of the theme are you using? That string does exist within the .pot file (nectar_salient_strings.pot) in current release. Also, if you’re just trying to remove it for an icon, you could use the following CSS:


.off-canvas-menu-container .back a {
   opacity: 0!important;
}

.off-canvas-menu-container .back:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 30px;
  position: absolute;
  left: calc(50% - 8px);
  top: 0;
}

Hi, there is an issue with jQuery Superfixh plugin version on iOS (clicks don’t work). The issue is solved with update to v1.7.10

Hey jakamusic,

Thanks for letting me know.

Cheers

Hello, I was using the partical effect on my home page, but it went away and I’m not sure what changed. Are you able to see if something is off? https://homeloanswithlara.com Thank you!

Hey worldwidedesign,

It looks as though the image being used for the particle effect is not being served from your root domain anymore, which the canvas element requires for security purposes. You can see the following error occurring in the browser console: “Failed to execute ‘getImageData’ on ‘CanvasRenderingContext2D’: The canvas has been tainted by cross-origin data.” If you’re using Photon from the Jetpack plugin, you’ll either need to bypass the image used for the particle effect or disable it: https://jetpack.com/2013/05/03/skip-a-image-with-photon/

Cheers

Hi, I’ve installed the Home Slider plugin, but realized I don’t need to use it. How can I uninstall this?

Hey mrittman,

You can uninstall it in the “Plugins” section within the WordPress admin like any other plugin by deactivating it and then deleting it. Is it not showing up in that section for you?

Oh wow haha I feel dumb. I was looking on the same page where I initially installed it. Thank you.

No worries mrittman, glad I could help :)

Hello,

The images on nectar sliders do not appear when the site is translated to Spanish and Portuguese (WPML). I’ve made sure the settings for each slide is correct in each language, I don’t know where the problem is stemming from. How do I fix this?

Example of problem: http://www.urbanworksarchitecture.com/sobre-nosotros/personal/robert/?lang=es

Thanks.

Hello, I’m unable to turn off the sticky logo on mobile. Any ideas?

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


#top #logo {
  opacity: 0;
} 
.fp-section-1 #top #logo {
  opacity: 1;
}

Thanks, any way this can be mobile only?

Hey, you can change the snippet to the following for that:

@media only screen and (max-width: 1000px) {
#top #logo {
  opacity: 0;
} 
.fp-section-1 #top #logo {
  opacity: 1;
}
}

Hi, I am trying to use the portfolio element but only 3 items show up on my MacBook and Windows desktop PC in Chrome and Safari. When I check on my iPad all 12 show up. I’ve tried messing around with the settings but nothing seems to work. I saw here that it could be a plugin conflict but after disabling everything except for Salient’s plugin it still didn’t work.

https://themenectar.ticksy.com/ticket/1346114/

Is there any solution to this at the moment?

This is where I’m building my site:

https://staging.kiritsu.co/aida-p/

Hey KiritsuCo, this is likely occurring because of some adblock related browser addon you have – it’s been documented that most adblock plugins will remove the projects that are tagged with the sample category “Adverts”. If you renamed that category or disable the adblock plugin, all projects should show.

Cheers

Awesome. It really bamboozled me but that clearly did the trick. Thank you so much!

Glad I could help KiritsuCo :)

Hi My site has has been hacked and I have now cleaned it but reading this article on wordfence, explains the hack I experienced can be due to a vulnerability in the version of the js composer – see here https://www.wordfence.com/blog/2019/08/malicious-wordpress-redirect-campaign-attacking-several-plugins/ I have looked to update with a new version of the jscomposer but see that the version supplied with ‘Salient’ has been customized by ThemeNectar. I have looked on the latest download for this theme but the jscomposer is an older version than the latest jscomposer which is now at 6.0.5. Can I replace with the standard JScomposer or do I need to wait until it is updated in the theme? Thanks

Hey batybat, the article on WordFence you’ve linked refers to a specific plugin that extended on the WP Bakery page builder plugin rather than the page builder itself – i.e. https://wordpress.org/plugins/nd-shortcodes/ as long as you have updated that, or any of the other plugins listed in the article, you should be fine. There are no security-related items marked between 5.7 and the current release in the WPBakery page builder changelog: https://kb.wpbakery.com/docs/preface/release-notes/ However, if you’d like access to the current version, we have already added that in the beta release of Salient. You can reach out via the contact form on my author page to get a copy https://themeforest.net/user/themenectar

Thanks for your help :)

You’re welcome batybat :)

Hello, Just wanted to report a long-standing bug that’s been there for years now: WooCommerce Filter widget that uses the Dropdown setting does not hide with the +/- on mobile. The lists collapse the way they’re supposed to. Any idea when this might be fixed? Thanks in advance for advising! Love your product!

Hey dragoncalledk,

I just added the fix for that into the current beta. If you’d like access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers :)

Thank you! I emailed you about a week ago for the beta, but haven’t heard back yet. Would be great if you have a chance. Thank you!

You’re welcome dragoncalledk – I just sent over a copy, thanks for your patience :)

Hi guys! I need some help to make secondary bar a little transparent and to use a custom font there. Any advice? :)

Hey AlbertoSacchetti,

Here’s some CSS to alter those items:


#header-secondary-outer {
  background-color: rgba(255,255,255,0.6)!important;
}
body #header-secondary-outer nav > ul > li > a {
  font-family: Roboto;
}

Cheers

Hello! contact form 7 does not work. It does not work when i click submit button. There was no message below submit button.

PHP version 7.0 WP version 5.22

Here is URL : http://jesusdivine.cafe24.com/aigis/contact/

Hey moncl, I tried to submit a test earlier and was able to see the form provide user feedback. Are you also able to see that on your end and are just not receiving the email itself or is the button not submitting the form at all?

https://ibb.co/Y2dTB1p

Cheers

the button is not submitting the form at all

Hey moncl, please disable the option in your page settings for “Activate Fullscreen Rows” https://ibb.co/nLxW5BX

Sub menu doesnt align properly on Internet Explorer 11, 10. Even your demo doesnt align. Must a flexbox issue?

Hey sbcarlos, this issue will be sorted in the next release. You can correct it now by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:

.sf-menu > li.sfHover:not(.megamenu) > ul:not(.on-left-side) {
    left: 0;
}

Thanks for all the help.

What are the major changes coming to Salient with the next update?

No problem toolbox101 :) The next release will include new demos, studio templates, features and bug fixes.

Hi, we have recently relaunched our website but it is failing the Mobile Friendly test on Google. Having gone through a large number of the comments I have read here, I have installed Autoptimize and improved there but still it fails. Would really appreciate your support to get this resolved ASAP.

https://search.google.com/u/2/test/mobile-friendly?hl=en&id=cA2cOD4EwDf7BOligugfiw

Thanks

We tried reaching out but they said there was nothing from their side that would cause the issue. Could there be another issue that the scripts don’t finish loading?

Had to add the following to the Robots.txt file to make Google mark it as Mobile-friendly:

Allow: /wp-admin/ Allow: /wp-content/ Allow: /wp-includes/ Allow: .js Allow: .css

Hopefully this is useful for others.

Hey matt_ocg, thanks for posting that for whoever else may come across it.

On our blog we are using Masonry Full width, Classic. We have noticed that after a certain amount of posts, the post titles do not link, and the Read More button does not link and is not a button.

I looked at the source and it appears that the title and read more is falling outside of the “a href” statement so it is not the text of the link.

Is there a fix for this?

URL: https://crossfitfringe.com/blog/ – scroll down a bit

Hey crossfitfringeadmin,

I can’t seem to replicate that locally yet or the demo which is using the same style: http://themenectar.com/demo/salient-frostwave/blog-infinite-scroll/ Could you please open a ticket in regards with a temporary admin account so we can Take a closer look into the setup?

Thanks in advance

Curiosity here… can you use a GIF or an animated image as the background to a portfolio item?

Gotcha. I thought I had it set to the other photography based and was going by different dimensions so that makes sense! I just noticed the other Square Based, Photography dimension recommendations within the Portfolio tab inside the theme settings.

Thanks

You’re welcome noantsinmypants :)

Hello,

I created a custom post type with the CPT UI plugin. Is it possible to show the Page Header Options section on this post type? Is there something I can add to this field for supporting this?

https://docs.pluginize.com/article/28-third-party-support-upon-registration

Hey insidewebnl, this would require modifying a file within the salient-core plugin as of now. The file is located at salient-core/includes/admin/page-meta.php

Hi there, is there any way I can add a Souncloud link/iframe to a portfolio item to open up in a light box? Similar to the YouTube videos?

Thanks!

Hey GoModernCreative :)

Unfortunately as of now there’s no built-in functionality to allow that, however, I’ve noted the idea on the wishlist.

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