Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,840 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38358 comments found.

Hi there, I am trying to set up a flip box, but it doesnt flip. filled in all data, images etc, deactivated all plug ins one by one, no adblocker, using php 7.x.. any idea?

Hey aovivo, you have a column link set – which overlays the entire columns in a link which would prevent the flipbox hover (or any element under that link from triggering a hover state). Remove the column link and instead set the desired link in the flipbox element itself

Cheers :)

okay, but where can I set the link in the element itself? Dont see any option there….

Hey aovivo,

You can use the nectar shortcode generator button to add a nectar button inside of the back side of your flipbox as shown in the examples: http://themenectar.com/demo/salient-promo/flip-box/

hello, my feedback is that the raw html doesnt work for script, at least not for my mailchimp pop up script. pity … i tried everything.

<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({baseUrl“}) })</script>

Hey djoulya, on that URL i’m seeing an error appear in the browser console starting at the permanent transparent header script. Since it appears you’re not using that option, please disable it in the Salient options panel > header navigation > transparency tab and I’ll take another look after you’ve done so

“Use Transparent Header When Applicable?” is OFF already … :( another guess?

Hey djoulya, could you also try changing your theme skin in the Salient options panel > general settings tab to “Material”? If that doesn’t work, Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Hi! Is it possible to have the logo stretch across both the main menu and the secondary menu? I’ve floated the social icons over to the right, so now there’s a large white space above the logo where the social icons used to be

https://imgur.com/a/WOlmPtN

As above. I’m trying to get the logo to either sit in the center, or to fill the space

Thanks!

Hey amitzala,

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


body:not(.mobile) header#top #logo img {
    margin-top: -25px;
}

Cheers

Hi! I’ve got a little problem, when my portfolio Home page load for the frist time, this happen https://imgur.com/tA3HJ72 and i don’t know why .and how to correct that.. I need to resize the window or to reload the page to have the result that i whant. Any ideas ? Thanks

Hey ludovicgourse, you need to disable the lazy image loading feature of jetpack – Salient already has image loading logic in place for the portfolio element and needs that to create the correct grid before displaying the images

Thank you very much! Problem solved.

You’re welcome ludovicgourse :)

Hello

I’m trying to change the down arrow on a portfolio project page, the back ground is white so the arrow cannot be seen.

I’ve found this CSS which works for rounded but I want default or slightly rounded button styling

body[data-button-style=”rounded”] .section-down-arrow i { color: black!important; } body[data-button-style=”rounded”] .section-down-arrow { border-color: black!important; }

Can you help?

Thanks

Hey stsw,

add this into the custom css box:


html body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"] {
  color: #000!important;
}

Cheers

Thank you :)

You’re welcome stsw :)

Hi! Related products section at the bottom of a single product doesn´t show actual related products, so instead I want to choose which products will show. Adding from “linked products” when editing each product shows a new section below “related products” instead of placing the products there.

Is there a way to choose what to show in “related products”? Because it would be nice to keep it: if no linked product selected then show same category (I think that is the way it is working now) and if you choose a linked product display it on that section.

Thanks in advance,

Hernan B.

Hey Hernan,

Salient is using the default WooCommerce function to output the related products, (Woocommerce_related_product) not any custom query – so modifying that behavior would be unrelated directly to the theme you’re using but rather to the WooCommerce plugin itself

Cheers

Text block is white on white for one of my users, similar to other people with this problem from a few years ago. The console shows’ tinymce is not defined’. I have updated with the latest copy of Salient and WP Bakery Page Builder, turned off a bunch of plugins, and have been unable to resolve the issue. Any ideas?

Hey toolboxno9,

Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Thanks

Hi Nector Team..!! I am facing Responsive issue with Nector Slider.

http://beams-app.com/#product http://beams-app.com/#science

Please guide us to resolve this issue…!!

Hey narijayu! Change the parent row holding the Nectar Slider to be “full width background” and then ensure that the Nectar Slider element itself has the option checked for “Display full width”

Cheers

Hi there, why is it not possible to use HTML tags inside VC elements – like in your “Horizontal List Item”, which by the way is not completely responsive… I try to add a break or paragraph after some lines: I can see them at first in the preview before saving. But after saving them (in Editor), its gone… is this a VC thing? I noticed this in quite few other VC components…

Hey aovivo,

1. regular text input fields in VC don’t allow for HTML to be saved properly – HTML is only intended to work in the content editor field within VC items such as the text block

2. Please share your URL in regards so I can take a look at what’s going on responsively with your setup to assist

Cheers

1.) So I would need to swith to Text editor and edit ans save it there? My main condern is that I cant edit that text at all – f.e. bold, break line, paragraph, listing, etc… which limits the potentail that the element brings within

2.) here is the page where its is happening – at the bottom – the “Horizontal List Item” - https://artofm.net/permanent-make-up/ I have set up two columns. On the desktop there is plenty of space – if I look at the smartphone – the long titels on the left run into the columns on the right. If there where possibilities (like mention in 1.) I could break the line, change structure etc… the only way I see is to address a row for smart devices only…

THANKS in advance. its still one of the best themes out there.!

Hey,

1. As of now if you’re trying to use custom HTML within VC elements, you’d need to limit that the editor field which is only used on some elements: https://imgur.com/a/Rhkoicg 2. By default words do not break unless there’s a space when wrapping, but you can change that with css. Add this into the custom css box in your Salient options panel:


.nectar-hor-list-item>.nectar-list-item[data-text-align="left"] {
    text-align: left;
    word-wrap: break-word;
}

Cheers

Hi, your demo importer FAILS to load up on GoDaddy server, please advise.

Hey sefwalter, please describe in greater detail what’s going wrong – are you unable to reach that tab in the admin panel or is the demo failing to fully import? Have you checked out/verified the requirements for importing in the docs yet: http://themenectar.com/docs/salient/importing-demo-content/

Cheers

Hi, How do we enable search for mobile? https://www.pullthecork.co.uk

Hey mileskimberley, change your theme skin to “material” in the Salient options panel > general settings tab

Cheers

Hi, is possible to have the search button as text instead of icon? Or maybe to create a button in the nav menù that opens the search form? Let me know, thanks

Hey magenta-digital2013,

It would be possible with custom css – add this into the custom css box in your Salient options panel:


header#top nav ul #search-btn >div > a:before {
   content: 'Search';
   right: 20px;
    display: block;
    position: relative;
}
header#top nav ul #search-btn >div > a span { display: none; }

Cheers

At this point my support period has expired but if it is possible I have a quick question. I would definitely pay for the support if this is even answerable. My question is about the flickity slider and whether the lightbox option has become available.

I really would like to be able to have a a slider with images that would open a video lightbox by pushing a button similar to this page demo under the fresh in travel section.

http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.257073679.54896227.1525105113-561206666.1524013853

Basically I want something that looks like this (under the touch enabled space)

http://themenectar.com/docs/salient/galleries/

With the option to click a button and a video lightbox opens up.

If this is possible I will pay whatever for support or through some other venue to someone who knows how to do. I just want to figure it out. Love the theme and your work.

Thanks for any advice.

Hey pvictor4, glad to hear you’ve sorted it :)

Hey sorry to jump back on this train again, but I am wondering if there are some options for the flickity carousel to customize it a little more to look like the image gallery here:

https://gyazo.com/ec93f125710adb51e12ef44fb45fd7e3

Ideally I would have one central video lightbox with two halves of new lightboxes on each size – like the version in the image gallery shown above. Arrows would be cool but are not necessary.

Is this option available somehow with just the vc settings or should I apply custom css?

Just working off the console I have been able to get something like this, (turning overflow to hidden)

https://gyazo.com/70c4237e4e4f26ca79f3fe05453535cc https://gyazo.com/64e5284225f6bae411ecf40e287fea9c

Although the height is a little too large and on first load – it loads with an empty space on the left.

Any suggestions?

Thanks for all your help!

Hey pvictor4,

Could you share the actual page URL where you’re trying to accomplish this so I can provide an example snippet?

Cheers

One more question.

- Can the off canvas menu on mobile devices list all sub menu items? instead of the version where you have to click on the main item to open a new list. I could have sworn i made it like that in a previous version of salient. (with nice like listed smaller font sub-items)

Thnx in advance.

Hey Ragmannl,

There’s no option to show the child items without clicking to expand them first – that would require custom css and would only be possible with certain off canvas menu styles (non fullscreen). Can you share your URl in regards so I can see your current settings?

Thanks

here is the site -> http://www.bodybalance.one/sandbox/

i got it set to fullscreen atm, i like that design. Thing is, i have a page in the Shop menu item and would like mobile user to be able to click on that and see the site instead of the expand menu. Also it is another click to get to the right menu items. I would like users to be able to see all options in one go.

is it possible to create a stand alone off canvas menu that appears on mobile devices? maybe by putting the menu in the off canvas widget? or would that double up the menu from the top nav menu + the custom off canvas one?

Hey Ragmannl,

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


#slide-out-widget-area .menuwrapper li .sub-menu {
    display: block!important;
}
#slide-out-widget-area .menuwrapper li.back { display: none!important; }

#slide-out-widget-area .menu-item-has-children > a { pointer-events: none; }

Cheers

Hello – is there a way to add links in your custom blog excerpts?

Hey chasedesignsinc,

If you’re using the non masonry or classic masonry styles you can use a regular HTML anchor in the excerpt like so: https://pastebin.com/PypVYwp1

Cheers

Thanks but we are just using the default ‘recent posts’ setup – is there a style on recent post settings widget that will allow html coding?

Hey chasedesignsinc, unfortunately that would require modding to the nectar/tinymce/shortcode-processing.php file in regards at this time

sale off, please ^^

Hey tphat98, we don’t know when the next sale will be yet

Cheers

Is there any way yet to add a the header from the category into the single page product child?

Hey Ragmannl,

Unfortunately not without some custom modding at this time, but the next update is going to be adding new product options :)

Cheers

Awesome, thnx for the update.

You’re welcome Ragmannl :)

Hi ThemeNectar,

Is there a way to add a customized Google My Map (with highlighted areas on the map) other then embed the HTML code? I was wondering if is possible to use the Salient tool for Google map in some way.

Thanks

Hey ZSL_digital,

Unfortunately you wouldn’t be able to use the Salient map element for this without some custom development

Cheers

I want to do the “ultimate blog” demo. is there a document on this?

Hey hiGwindor,

Any of the demos can be imported via the Salient options panel > demo importer tab: http://themenectar.com/docs/salient/importing-demo-content/

Cheers

Hi – I am trying to hide a row on mobile then show the same row on desktop due to text scaling. But there is no way to turn off/on the entire row at a certain screen size. So, I am using mobile hide css which is working but when the row features a shape divider, the divider still shows in the row I am trying to hide. Can you help?

Thanks brianlichty,

add this into the custom css box in the page builder (top right gear icon within the page builder UI)


@media only screen and (min-width: 690px) {
.main-content > .row > div:nth-child(2) {
  display: none;
}
}

Cheers

thank you. but it the bottom part of the shape divider still shows.

Hey brianlichty, could you kindly provide a screenshot showing what you’re referring to? From my end the desktop view looks like: https://imgur.com/a/sgPe5ow

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