Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,824 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38356 comments found.

Hi ThemeNectar,

Thank you for providing the code the allows the caption to remain visible all the time.

One quick follow-up question, is it possible to keep the navigation arrows, the image counter, and the view full-screen, close button visible all the time as well

Link: http://www.designreborne.com/projects/berenson/portfolio/marco-russo/

I tried adding the CSS below to certain rules but I am not having any luck. Please help.

visibility: visible!important;

Best, Alan

Hey Alan,

add this into the custom css box in your Salient options panel:


body .fancybox-toolbar > button svg {
    opacity: 1;
    transform: translateY(0px);
}

body .fancybox-navigation {
  display: block;
}

body .fancybox-infobar, body .fancybox-toolbar, body .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
}

Cheers

Many thanks. That did the trick!!!!!

You’re welcome Alan :)

Is there any plan to update the shop styling? We’d love to be able to easily provide a shop like our clients blog using Salient https://www.cycled.cc/

Hey guys, any further update on progress for the latest release? I’m sure you busy getting the next update ready, just a rough timescale would be super-helpful! Cheers

Sorry, didn’t mean to write twice. Thought it hadn’t uploaded!

Hey Eastworks! We’re still beta testing right now – there’s a lot of changes coming so we want to make sure they’re tested thoroughly If you’d like a copy of the beta, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar

Hi guys,

We love the salient theme but we cant figure out how to disable full screen rows ONLY on mobile. We want full screen rows to work on dekstop and tablet. Is that possible? Thanks in advance.

When leaving Ipad out, the footer disappears on Ipad. You guys have any idea? Thanks alot.

nvm fixed it by: position: absolute on the footer-outer

Hey wazzupsoftware, glad to hear

Cheers

Random Question, but would you know of a way or plugin that would allow us to A/B test the Call to Action section? Thanks in advance.

Hey Andrew_McNelis,

Are you referring to the global call to action section assigned from the theme options panel? If so, i’m afraid that would likely take some custom development

Cheers

Hey guys,

We’re having an issue trying to hide a specific row on a specific device. As you can see on this dummy page (http://faithchurch.com/15700-2/), there is two videos playing. The top video on desktop is correct, but the bottom video, according to the row, should be hidden on all devices.

Here’s an image showing that row should be hidden on all devices, but it’s still showing on all devices, including mobile – https://imgur.com/a/yPlYr9I The second image in the list is the mobile version. The top row should be hidden on mobile, but it’s showing just a gray box.

Are we missing a setting somewhere?

Hey faithchurchfilm,

The page builder only allows you to define when columns should be visible on various devices, not the parent row itself – for this you would need custom css. Give the row a class name such as “mobile-hidden” and then add this into the custom css box in your Salient options panel:


.mobile-hidden { display: none; }

@media only screen and (min-width: 1000px) {
  .mobile-hidden { display: block; }
}

Cheers

Will the next release include the latest Visual Composer changes? Specifically Shape Dividers? I would love to get that feature soon :)

Hey AMcDermott, Salient already includes the current WPBakery plugin as well as its own Shape Divider http://themenectar.com/demo/salient-promo/shape-divider/ – are you referring to something else?

Hey, I updated to the latest version just in case, but I can’t find the shape divider. Sorry it’s such a basic question, but can you tell me how to find it? Searching divider or shape doesn’t show it in VC element search for me.

Hey AMcDermott, it’s actually a tab inside of the row element within the page builder: https://imgur.com/a/He12j7b

Cheers

Hi guys, I am trying to prevent the background of this page https://vocalviews.com/vocalsurvey/colourful-technology/481/ from being black, which is really weird. I have tried adding this to custom css but them it messes some of the portfolio pages up and also the lowest footer on my website turns white too #footer-outer #copyright, body { background-color: #ffffff !important; } Any help is much appreciated

Hey anthonysinclair,

add this into the custom css box in your Salient options panel:


html body.blog.ipt_uif_common { background-color: #fff!important; }

Cheers

worked! Thanks

You’re welcome anthonysinclair :)

Hi,

When I use the search on the mobile the text is black on a black background while typing it in. only when you click off does it go white. Also I dont want the word search there as youre typing it in – please advise.

thank you https://vapesandtobacco.com/

Hey tricks28,

Could you kindly allow me to bypass the coming soon page so I can take a look?

Thanks

Hi, Sorry – its off now.

No worries tricks28,

If you change your theme skin to “Material” in the Salient options panel > general settings the mobile search will function in the header directly and you could remove the search widget

Cheers

Hi there, what will happen if I use the latest updated theme for Salient (for the licence I have) on another website project and a previous client doesn’t remove the older version from their site as they said they would. (They’re creating a new website but might just be trying to slip a website past without paying). Will the new website be taken down? I will be adding the purchase code etc. to the new website project.

Hey EanBarnard,

You can clarify this by contacting Envato for an exact answer, but if you’ve already told them to switch I would expect you to be in the clear as you’re abiding by the terms: https://themeforest.net/licenses/terms/regular

Cheers

Thank you Support, appreciate the prompt answer ;-)

You’re welcome EanBarnard :)

Hi there,

After a update, the social icons are not visible anymore in the header, now i see 3 square icons. See : http://www.colorscan.nl/. What can i do about this issue ?

Please let me know :D

Thanks in advance.

Hey geerart1973,

Could you temporarily disable the CSS minification so I can take a deeper look at what’s causing that for you?

Thanks

Thanks for your respons, i deactivate the plugin

Thanks geerart1973, go into your download manager plugin settings and disable the “Font Awesome” from loading – Salient already includes a version. That will fix the issue :)

I’ve installed Yoast SEO Premium. I’m getting a notification that the language I’m using isn’t supported. I am not using any language/translation plugins. Just normal Salient install. Here’s the message: “You’re using WordPress in a language we don’t support yet. We’d love for Yoast SEO to be translated in that language too, but unfortunately, it isn’t right now. ” Any ideas?

are you just giving it as html?

Hey hokkaweb, Salient is only available as a WordPress theme

Cheers

I’m trying to get the page sub menu to display the mobile version all the time. Is that possible?

Here’s what I was trying:

@media only screen and (max-width: 3000px) and (min-width: 1px){ .page-submenu .mobile-menu-link { display: inline-block; }}

@media only screen and (max-width: 3000px) and (min-width: 1px) { .page-submenu ul { display: none!important; }}

But when I added this the mobile-menu-link stopped working. Please advise. Thanks!

Hey tmanschap,

Can you share your URL so I can take a look at the full setup to assist?

Thanks

Is it possible to make the header logo right aligned? Like the default layout flipped horizontally.

Hey canook,

add this into the custom css box in your Salient options panel:


body:not(.mobile) #header-outer .row .col.span_3 { float: right; margin-right: 0; }
body:not(.mobile)  #header-outer .row .col.span_9 { float: left; }

SEO check is showing me that my H1 is empty on my homepage. H1 seems to be part of my header image. How can I give the H1 title for this image?

Hey dzineee,

Do you not have anything input in the page header settings > page header title box? If so, add something in for SEO purposes and if you still don’t want it to be visible, add this into the page builder custom css box (top right gear icon)


body #page-header-bg h1 { display: none; }

Cheers

Thank you! Much appreciated. This only hides the text on the homepage banner?

Hey dzinee, that’s correct – if you want to globally hide all page header titles, add the css into the custom css box in the Salient options panel > general settings > css/script related tab

Hi, our video posts are not showing the video in the post header. We had opened a support ticket and after some updates and testing, they asked that we post to here. Our previous ticket ID is: Ticket #1418464.

Thank you!

Hey dev_unbridled,

I just responded earlier today in regards :)

Cheers

Hello, a client ask me to change some thinks in his website developed with your theme, www.pazderoda.com, I added a submenu in main menu item “formaciones” but I’m unable to make it work in mobile version. When I click the item “formaciones” nothing happens. Could you help me with that? Thanks.

Hey ruben122, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar

Thanks, I will do it now. :)

Thanks ruben122 :)

Hello. What’s the setting to make the image gallery in a portfolio similar to The Journey demo? http://themenectar.com/demo/salient-business/portfolio/the-journey/

I had it like that before but it appears that an update could have possible removed it because now my images are just a regular grid layout. http://patricekcokley.com/portfolio/the-bassline-group/

Hey pkc827,

In the Image Gallery element settings, make sure “touch enabled and spaced (flickity)” is the gallery type setting active

Cheers

Is there a way to include our SVG with the drawing effect?

Hey mbianchi27, currently there’s no built in option to upload custom SVGs, but if you modified one of the files in salient/css/fonts/svg you could use that in page builder (those are all the linea font files)

Hi, and congrats for the nice theme. I´ve an strange behavior with the contact form. If I update the page in the wordpress editor the form works great with the minimal styling and the animated underline. But if I come back, the second time I load the page, it does work. The font have changed, even in a text column I have in the right side. If I don´t fill any field and submit the force to cause the warning messages, the form has again the minimal style with the underline animation. Any ideas? Thanks and best regards!! form test url causing the error: http://laphillestudio.com/?page_id=5883 (tested in 3 browsers)

Hey minaranjastan,

Try altering the page transition setting from “AJAX” to “Standard” in the Salient options panel > page transitions tab

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