Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,786 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38356 comments found.

Hi. Is the home page design fully editable using VC or has to be done through templates?

Hey TheCodingOven,

All pages included in the demos are built using the WPBakery page builder, the theme includes a couple of prebuilt templates back from before the page builder was integrated, but those are for legacy users.

Cheers

Ok. But from the screenshots looks like there’s another builder Nectar Options? Are those enhancements to WPBakery? Thanks.

Hey TheCodingOven,

There’s also a theme options panel to control the global styling options e.g. coloring,typography etc

Cheers

Hi admins – I use salient-blog-ultimate and cant seem to find a search feature for it. Is there a way to enable searching of the blog? Thanks

Hey szmide,

Ensure that in the Salient options panel > header navigation tab that the option for “Remove Header search” is not turned on

Cheers

Hi there,

I’m using the rows and anchor menu links for my site. However, I noticed when I go to a page not included in those anchor links, i.e. a contact form page, the navigation doesn’t work to take me back to any of those pages/rows. How can I fix that.

Thanks, Tori

Hey Tori,

Make sure you use the full URL in your anchor links i.e. “http://domain.com/#anchor” rather than just ”#anchor”

Cheers

Is there a way for me to have the auto masonry recent posts (blog) template but for videos from my portfolio instead? i love the style and format of that template so its a shame I cant figure out to have that same style but for my portfolio posts.

Hey edircreative,

The blog and portfolio styles are separate, it would require modification to integrate them to be available in both

Hello,

Is there a way to add a custom caption to an externally linked image in the parallax image grid. If not, is there a way to link an image to a custom destination under the same parameters?

Thank you.

Hey cwayneboss,

Unfortunately the WPbakery page builder doesn’t offer an option for captions when using external images

Cheers

how do I make a portfolio title on the left? (as in article)

Hey Nicko_217, could you kindly share your URL in regards so I can see your current project settings to assist?

Thanks

Hi, I re-downloaded my theme for this, and Ultimate Addons is apparently saying I don’t have a registered copy for this, when I thought it came with the theme. Apparently Brainstorm Force is the supplier for it. They changed the name of their product and is asking me to register, but I just remember having a Salient theme key thats not working anymore. Is there anyway to register my salient with the key that came with my copy so I can get everything I had before without having to buy a duplicate?

Hey TokyoSavage,

Salient has never bundled a copy of Ultimate Addons or provided a license for it – we only include the Salient version of the WPBakery page builder plugin. Perhaps you already had a copy of Ultimate Addons from another source?

Cheers

Thanks I figured it out, they must’ve undergone an update which sent me a notification that didn’t actually apply to me or anything I was doing.

Glad to hear TokyoSavage :)

hi, at http://gastromallorca.net/som/ in the OFFERS title is any way to have a smaller gap between the title offers and the 3 images of the carousel? all so with the dots below the 3 images of the carousel, thanks

Hey dimage,

Add this into the custom css box in the Salient options panel:
body #header-outer.transparent header#top nav > ul > li > a {
  opacity: 1!important;
}
Cheers

sorry I ment the page sub menu, if you go here http://gastromallorca.net/som/hotel-som-llaut-boutique-in-majorca/ you will see the sub menu in grey background and in black the text, how can i put that text in bold? thanks!

Hey dimage,

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


.page-submenu li a { opacity: 1; font-weight: bold; }

Cheers

I have a few video posts on the site and the video is not showing. I added the YouTube Embed Code where requested, but no video is showing. This is related to ticket #1610289

Hey erostad,

I responded earlier today in regards

Cheers

Hi there, in the style.css I have an error: .vc_ie-flexbox-fixer>.vc_row { box-sizing: border-box;} It’s the original code wrote by you!

Hey talkbackmaster,

The line in the style.css relating to the ie-flexbox-fixer should be:

.vc_ie-flexbox-fixer>.vc_row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

What issues is it cuasing you and can you provide an example?

Cheers

Hi,

How to make Project (portfolio) menu item change color on active when a user is on detail project(portfolio) page?

When I am on main portfolio page the menu item is active but when I get inside each project the menu item is not active (colored). Should be to indicated that we are inside the portfolio.

Thanks!

Thanks trelam

Thank you very much, it works perfect!

You’re welcome trelam :)

Hi there! Hope your having a nice day. Question… Using the ecommerce template, on the admin when I go to the SHOP page I dont see any items of the builder in that page… meaning I can edit as the other pages… How can I edit this page?

Hey rasheedny,

Are you referring to the main shop page defined by WooCommerce or single product pages?

Cheers

Hi again, the main page defined by Woo and even from the template.

Hey rasheedny, on single product pages the page builder will only display when using the option in the Salient options panel > WooCommerce tab “Product Tab Position

> Fullwidth under images". As for the main archive page - lease open a ticket in regards with your admin credentials so we can log in and see what's going on?
https://themenectar.ticksy.com

Cheers

Hi there,

We’ve had to add a mega menu as our site size had increased and have managed to replace two links with an image using css – FR1 and FR2

We have come across a few issues:

- When the menu decreases in size on different devices the images get cut off from the right hand side, chopping off the image rather than it being responsive.

- There are either two solutions I can think of for this:

1. To center align the image so the center of the image is always showing so only the edges of the background on either side will get cut off leaving the text ‘FR1’ and ‘FR2’ showing in the middle and only chopping off the background.

2. To make the image react responsively so the height of the image will also decrease as the width does.

Can you advise on the best solution?

https://www.redchilli.designofeden.co.uk/

Please hover over the ‘Products’ menu link on main navigation.

Huge thanks,

Liam

Hey Liam!

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


body li#menu-item-6075 a, body li#menu-item-6235 a {
    object-position: initial;
    background-size: cover;
    background-position: center;
}

Cheers

That’s fantastic! Worked great, thanks very much for the snippet. Really appreciated.

Would be great to add this function (image as link) in your current mega menu. An idea for the future?

Huge thanks, Liam.

Hey Liam, i’ve noted your +1 for the idea :)

Cheers

Hi there! For the ecommerce template, is there a way to generate a filter sidebar so I can add filter by Size, Color, Price…. Thanks for your time

Hey rasheedny,

WooCommerce includes a widget for filtering like this. Check out the Appearance > Widgets > Filter Products by Attribute

Dear Theme Nectar,

since few days i have a Problem with my Video Lightbox. The lightbox opens the black overlay, but the videos dont want to play.

Take a look at my page under:

https://3dhandwerk.de/atestseite/

Thanx for help…

hey, i`ve changed the Lightbox from “PRETTY FOTO” to “MAGNIFIC” and it works now. Its ok as solution for the next time, but how can i use the “pretty photo” option. I saw in my Browser/JS-Window it is HTTPS and HTTP problem, the theme is trying to open Vimeo with HTTP: and this may be the problem….how to solve this?

Hey yasamiro,

PrettyPhoto is no longer an option in the theme as of recent releases – it’s been replaced by the more powerful fancyBox3

Cheers

Hello dear Nectar!

Bought your template a few years ago and I am now remaking my website. I am having problems with installing the demos, because it does not install any dummy data for the posts or pages. Is this a common problem? Have not been able to fix this manually either using your instructions.

Take care and thanks in advance!

Best regards Ken

I re-installed the whole Wordpress and now it works splendid. Cheers! :)

Glad to hear kenlonnstrom :)

Hello, This ticket is unresolved: https://themenectar.ticksy.com/ticket/1375471/ It is important please! THANK YOU

Hi,

and what can we do?

Any suggestions?

Hey FabricaNet,

I would try and post this again on the WooCommerce github page as an issue as I’m currently no aware of a workaround in the new WooCommerce version for this

Hello! I know I’ve already got assistance on this ticket, but unfortunately I still encounter some bugs, and as it’s the last issue on the website (hopefully) I really wish to solve it and close the project :D

The ticket I’m referring to is #1586177 After I’ve inserted the suggested code I still have these 2 issues: - The header logo and the menu button on mobile still appear to be above the slider, making impossible to exit the fullscreen mode. - Somehow, when the slider is in fullscreen, if I scroll I can still see some content moving below it – is it possible to disable the scroll/overflow when in fullscreen?

Thanks a lot guys!

Hey mircofragomena,

I just took another look earlier today :)

Cheers

I have 3 different post grinds on 1 page but that page is loading very slow now, any idea why that his happening and how I can solve it?

Hey elvissalic, what’s happening when you try and submit a ticket?

Its saying I cant

Hey elvissalic, do you have an active support pack – When did you purchase the theme?

Hello! We’re using the Toggle element on several pages on the site, but it seems to not be working correctly. When I have the “Allow collapse all” unchecked, the drawers do not open at all on click. When I check the box, the first option is not opened on page load. Any insight would be greatly appreciated! Example is here, toward the bottom of the page: http://innovaem.wpengine.com/ Thank you!

Hey Buhv! :)

I just quickly tested on Chrome/Firefox and was able to open the toggles under the “Our services” section – is that the section you’re referring to? Also, could you kindly let me know what browser/OS you’re experiencing the issue on?

Thanks

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