Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,856 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38360 comments found.

Wow the new update messed up my css too! I see a lot of complaints here. I hope you guys fix this asap, this is really horrible for my website.

Hey ibster, I’m not sure whether you’re referring to custom css or the core theme css, however i’d be glad to take a look at your setup to help out.

Hi pre sales question, is it possible to import all the pre-built demos in a single website? I mean can I use elements from one page into another page?

Hey sajid1218,

Most of the demo sections are contained within the Salient studio template library: http://themenectar.com/docs/salient/salient-studio/ By using that you can easily mix and match sections from various demos on any given page

Cheers

Ohk gr8, is it possible to use revolution sliders in this if I purchase seprately?

Hey sajid1218, yes you can

Cheers

Category Grids – Why isn’t there any documentation on this in the instructions!!? It’s frustrating to not have any documentation on how to use it. It’s not working. The background images aren’t showing up. So there is no way to know if it’s a break in the theme or if I’m doing something wrong.

The links don’t even work either.

Hey thedonat, each category grid image is populated by the defined “Category Thumbnail Image”, which can be seen when editing any category: https://ibb.co/mEyWC9

Thanks for sharing your URL – the issue is due to the fact your setup is serving the V8 stylesheet rather than the V9, therefore none of the CSS for the category grid is present: https://ibb.co/bWCzX9 – it’s most likely a server caching issue due to the use of a child theme. Try to disable your child theme temporarily to verify that.

Hi, I just updated to 9.0.1 and two significant issues have cropped up with our site https://www.vosjcc.org:

1) The secondary menu is no longer displaying on mobile

2) background-image isn’t working as it did before. For instance, on this page: https://www.vosjcc.org/etj/ the hero image would previously display full-width and a background: linear gradient would properly overlay the image behind the text.

Move Dynamic/Custom CSS Into External Stylesheet? is set to off, I’ve re-saved changes, and I’ve cleared my site and browser cache.

Thank you for your help.

Hey vosjcc,

1. You can either activate the option “Header Sticky On Mobile” in the Salient options panel > header navigation or change your theme skin to “material” in the Salient options panel > general settings tab to get the secondary header items added into the off canvas navigation. If you don’t want to do either of those, Add this into the custom css box located in the Salient options panel > general settings > css/script related tab

@media only screen and (max-width: 690px) {
body.original #header-secondary-outer, body.ascend #header-secondary-outer {
    display: block;
}
}

2. For your top row, you appear to be adding the BG image with custom css (.experiencethejherorow) instead of using the page builder row BG selection. However in you lower row that uses the page builder i’m seeing the BG applied normally: https://ibb.co/fWiaN9 are you seeing something different on your end?

Hi,

This might be complicated, but I am trying to figure out how to have gifs hosted by giphy.com open in lightboxs from my portfolio page. Here is a link to the page: http://www.tenthunder.com/gif-gallery/

Right now most of the the files open self hosted mp4 files, that dont loop and take too much time to load.

I have tried embedding this:

<iframe src=”https://giphy.com/embed/61UqbA5rjBgmW7goOF” width=”384” height=”480” frameBorder=”0” class=”giphy-embed” allowFullScreen></iframe>

And directly imputing links to the gif like this: https://media.giphy.com/media/61UqbA5rjBgmW7goOF/giphy.mp4

on the individual project page for embed code, but the lightbox just says the image could not be loaded.

I wonder if I need to alter the magnific js file to allow support. It seems in the editor for the magnific.js file on line 1615 that some change here might fix my problem. But maybe I am overcomplicating it. Any suggestions would be helpful or other ideas to get these short videos to load faster and loop.

Thanks

Hey pvictor4, unfortunately that would require custom modding beyond what we can easily provide for theme support. In addition to the magnific mod, there’s a function in the functions.php (nectar_portfolio_video_popup_link) that Salient uses to parse a youtube/vimeo URL which would also need to be extended

When trying to use the page builder on a child page, the shortcodes show on the frontend rather than the page builder components. I’ve enabled the plugin to be usable on every content type in the roles settings. It works fine on parent pages.

Hey obiwankevnobi, 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? Also let me know the ticket ID here once you’ve done so.

https://themenectar.ticksy.com

Thanks in advance

Ticket #1715085

Thanks obiwankevnobi

I updated to 9 and now I can not see the submenu on mobile anymore. ???

www.babycute.ch but you only can see the submenu problem. for the shape divider you would need to log in to our side. maybe we do that later. for now I want my sub on small mobile back. I always hatd it before version 9.

I have now overwritten your 690px css and now it is showing up again. There is no reason for me for not having it on small displays. At least it got to be an option. I have only one link /for login) there and it is necessary for me to have it on all displays.

Hey markimark,

As of 9.0 the secondary header menu items get added into the off canvas navigation, since you’re not using the off canvas navigation they are being hidden when they should not be – It’ll be fixed in the next release. As for the shape dividers, is the page currently hidden to the public or does the issue only show to logged in users? In either case, please reach out in regards via the contact form on my author page so I can take a look https://themeforest.net/user/themenectar

Thanks in advance

Version 9 has completely messed my website’s CSS up. Also full width sections are shifted to the left. I’ve tried everything from importing the JSON again, switching child theme then saving from the salient options panel, flushing cache, flushing nginx.

In the salient options all of the settings look correct but this is not reflected in the frontend of the website. I can’t even change the page design as it’s calling up the wrong colours and styles. :(

Update: Turned “Move Dynamic/Custom CSS Into External Stylesheet?” off and it’s now working again. Would be good to know how to configure the theme to use this without screwing everything up though.

As for the issue with maps, portfolio items and other elements all being shifted to the left I found a workaround by turning off “Extended Responsive Design”. Is this a bug?

Hey logga00,

1. Since you’ve already saved your changes in the options panel and the stylesheet was not regenerated, you probably need to change the permissions on the file to allow your server to write to it again (salient/css/dynamic-combined.css)

2. There’s currently no known issue with the extended responsive design option in 9.0 – could you kindly share your URL in regards so I can take a look?

Thanks in advance

How can I get the “highly customisable” off-canvas effect shown in this demo: http://themenectar.com/demo/salient-corporate-2/ – There is no mention in documentation if you search for “off-canvas”

Hey pinkgerbil,

You can configure the off canvas navigation in the Salient options panel > header navigation > off canvas navigation tab: http://themenectar.com/docs/salient/theme-options/header-navigation/#ocn – the specific style you’re referring to is the “Slide out from right” style in combination with the “material” theme skin (Salient options panel > general settings tab)

Cheers

Hi is it normal that the Flickity slider on mobile does not autoplay again after one touch on the slider area?

Hey AlphaCIT, yes flickity stops autorotating after user interaction: https://github.com/metafizzy/flickity/issues/734

Is there a way to change Dynamic/Custom CSS Into External Stylesheet control version?

Because I add some css, and for visited user, it still not showing the new css as the external sheet version is the same.

Hey effective_advisory,

Search for “nctar_enqueue_dynamic_css” in the functions.php

Cheers

Thank you!

You’re welcome effective_advisory :)

Hello, Guys. How can i make my nectar slider to be display full width only on mobile ? And how can i make on mobile to see 2 fancy boxes on a row?

Hey freakazor,

1. You would need to create two separate rows with one full width slider and one contained slider. You could then use the responsive options tab when editing the parent column to hide/show the sliders on your desired viewports

2. You can also use the responsive options tab to define the column width on mobile devices

Thanks man :) You make great job

You’re very welcome freakazor :)

Wondering if there was a way to Create a custom 404 page without the use of a plugin with this theme? Can you make a new page and then just assign that page as the 404 page?

Hey Mbx,

The Salient options panel provides options for customizing the general design of that template as of 9.0

Cheers

Hola, no hablo inglés Estoy usando el traductor de Google. Estoy construyendo una web y tengo los problemas que esconden el contenido (opciones de respuesta) de una fila en un dispositivo (PC, tableta o celular) en la pantalla el contenido se desactiva pero la fila no se desactiva o desaparece, esto solo sucede para mí cuando él activo la opción (Activar filas de pantalla completa). Y el otro problema es que tiene esta misma opción activada (Activar filas de pantalla completa) mi banner no se carga y el fondo negro permanece.

Hi, I do not speak English. I’m using the Google translator. I am building a web and I have the problems that hide the content (response options) of a screen on a device (PC, tablet or cell) on the screen the content is deactivated but the row is not deactivated or disappears, this only happens for me when he activated the option (Activate rows of full screen). And the other problem is that it has this same option activated (Activate rows of full screen) my banner does not load and the black background remains

Hey jesuuu,

1. There’s no way to disable a row when using page full screen rows at this time, you can however still disable columns within the rows so if that’s not working for you, please share your URL in regards so I can take a look

2. Could you also share the URL where I can see the issue you’re describing about the banner not loading?

Thanks in advance

because of the Responsive Settings menu broke down https://yadi.sk/i/LoABktsuLrMehg

Hey Nicko_217,

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


#header-outer header#top nav >ul.buttons {
    top: 0;
}

Cheers

thank you very much! :)

You’re welcome Nicko_217 :)

Hi,

I want to change side in the single product.

I want that the image will go right side and description will be left side. Like it- http://prntscr.com/ktmmxz I’ve done it through CSS. But I want to do by editing the woocommerce core file.

Where from I can edit the class name span_5 and span_7?

Also, has there any way to bring “Add to Cart” button beneath the product image like- http://prntscr.com/ktmocd ?

Thanks.

Hey ThemePackNet,

1. The layout is created in the functions.php – search for
add_action( 'woocommerce_before_single_product_summary', 'summary_div', 35);
add_action( 'woocommerce_before_single_product_summary', 'images_div', 8);

2. That would not be possible with CSS alone at this time

Cheers

I am having trouble with my H1’s on mobile, the font doesn’t seem to be adjusting correctly and ends of words are being cropped off. see headings on these pages, on mobile:

http://176.32.230.17/aimeewillowdesigns.co.uk/branding/ http://176.32.230.17/aimeewillowdesigns.co.uk/process/

Hey, I’m seeing a non breaking space added between “engaged.” and “Congratulations!” which is not allowing the second word to break into its own line: https://ibb.co/f8bN0U – try deleting those two words from your heading and retyping them to fix it

Thanks, that’s fixed it

Glad to hear MarcGarner :)

Hi there, until the latest Update the Recent Posts > Slider Multiple Visible are not working. Looking forward to receive a solution. Thanks in advance

Hey fantomas_98, we haven’t seen an issue with that element yet http://themenectar.com/demo/salient-blog-ultimate/ – could you kindly share your page URL so I can take a look what’s going on?

Thanks in advance

https://iceiceicy.com/events/lets-skate/

How does the Single Project Page Navigation works exactly? Isn’t is suppose to sort previous and next project based on the date published?

I changed the lets-skate date post to latest date, but it’s still not act as the latest project.

Hey effective_advisory, send an email via the contact form on my author page here: https://themeforest.net/user/themenectar

Cheers

OK, thank you. E-mail sent.

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

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