Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,230 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

How do I only show my page dividers on mobile? I like the full screen rows on desktop but I want my row dividers to only be seen on mobile.

Hey noahwilbanks1,

You can use the column “Responsive options” tab on the column(s) holding your divder(s) to choose what viewports they display in

Cheers

I would like just the dividers to be hidden on desktops and viewed on mobiles, not the whole column itself.

Hey noahwilbanks1,

that would require the following CSS to be added into the custom css box in the Salient options panel:


@media only screen and (min-width: 1000px) {
body .divider-wrap { 
  display: none; 
}
}

Cheers

Hi Google map has sudden high & width error. Moving the map will change the high & width to normal. What is the problem?

http://web.innopay.co.kr/c_center/apply_question http://web.innopay.co.kr/app/#contact

Thanks

Hey monof, this is what i’m seeing when accessing the URL: https://imgur.com/a/EkTgp – could you provide a screenshot of what’s occuring on your end?
Hi This is my screenshot. http://gunja.dothome.co.kr/salient/googleMap1.png http://gunja.dothome.co.kr/salient/googleMap2.png

Your screen shot is normal. Sudden error from several days ago.

Thanks

Hey monof, please try to update to the current version of the theme for a fix. It seems to be related to housing the map inside of column that’s animated to “grow in”, so if you don’t want to update you could fix this by switching the animation to any of the other available types

Cheers

Hi, How do I delete the gap between images in the Portfolio element in masonry style? Thanks

Hey, for you portfolio layout set in the page builder element – do you have “fullwidth” or “constrained fullwidth” set to ensure no spacing?

Found it, thanks

You’re welcome riolab :)

Hi,

I’m using the “eccomerce” style of salient. I want to make some changes to the look of my website. On main page the background is completely white, but when I goto the product page, or “shop” for example, the background is a greyish colour. I would like the background on every page to be white. How do I achieve this.

Also for the mobile version when i click on the icon on the top right corner, a menu slides in showing the header menu links and underneath it says “side widget area, click here to assign widgets to this area” “How do I get rid of that text.

Hey sandman101, search for “product_thumbnail_with_cart_alt” in the functions.php file

hi sorry, can’t seem to find it. Maybe you guys can take a look yourself to resolve the issue as it has been a few weeks trying to fix this.

thanks.

Hey sandman101,

Could you please open a ticket in regards with your admin credentials https://themenectar.ticksy.com

Cheers

Hello,

​I have a Vimeo video embedded at the top of my page. The only problem is that when the mouse is over the video it prevents scrolling on the page using the touchpad or mousewheel. How can I keep scrolling enabled even when the cursor is over the video?

Thank you!

Hey elusiveone,

Could you kindly share your page URL in regards so I can take a look to assist?

Cheers

Thanks! It’s zacharycorzine.com

Hey elusiveone, you could prevent this from happening by turning off the option in the Salient options > generl settings > functionality > Styled Scrollbar

Hi support. tell me how to change the color of the selection of the portfolio in the styles, do not change the main color of the links in the subject http://dropmefiles.com/niomE

Hey vodovarius, I’m not understanding what you’re asking – a custom class and css code is not needed as there’s an option for this in the theme. Could you explain your question in greater detail? Thanks

here are all my settings, which ones are responsible for the project? http://dropmefiles.com/MvhKq

Hey, the project color will default to the “accent color” in the options panel, only if a project specific accent color is not set: https://imgur.com/a/J2n6u

Hi There,

It sees like Visual Composer is making my back-end run really slow. I can’t figure out if it’s a new issue or if it’s just conflicting with another plug-in. Can you take a look. I tried submitting a ticket, but I haven’t heard back from anyone yet.

Thank you!

uniondemo.com/sdea

Just added it. Thank you for taking a look!

I think I narrowed it down to the plug-in “content aware sidebars” which I am using to create extra sidebars, but please let me know what you see. Thanks!

Ok I worked with my developer extensively on this today and it appears that its mainly coming from VC. VC is causing the dashboard to load up to 30 seconds from my computer. Please take a look on Ticksy to see screenshots. Thank you!

If a user has sticky sidebar enabled, on scrolling back to the top of the page the sidebar has transform: translateY(50px); which i think is to account for having the sticky header. If you have the header stickiness disabled on desktop it should be transform: translateY(0px); or similar so that it sticks to the top of the browser window, but it doesn’t currently, it still is transform: translateY(50px);. I would assume you want to update this in future versions.

Best-FTND

Hey FightTheNewDrug,

Thanks for mentioning – i’ve noted it for the to-do list :)

Cheers

Personal suggestion for future updates… is to add “Events, Related Events, Similar Events” with the current options of Related Posts Title Text options. Unique cases maybe, but worth a thought. This theme keeps getting better and better.

Thanks for the request noantsinmypants! :)

Hi there is an issue that if you [Header Remove Desktop Stickiness = checked] & [Header Sticky On Mobile = unchecked] the header is still sticky on tablets. [Mobile Breakpoint = 1000]

workaround but you might want to fix it

(id) header-outer {position: absolute !important;top: 0px !important;}

Hey ctekk, are you seeing it sticky on both orientations? By default the landscape orientation is intended to show you the desktop version of your site, where the header would be fixed if you don’t have the stickiness turned off for that as well.

Yes on both, even when emulating ipad pro in chrome.

This is missing:

body[data-hhun=”1”] (ID)header-outer:not(.parallax-contained) { position: absolute; }

also the header-outer gets the class “scrolled-down”

hello, how can I change the recent post shortcode – i want to add a read more button

“ “

Hey medienbauer,

The minimal style for the recent posts shortcode already includes this, however if you’re trying to add it into another style you’d need to make the modification in the nectar/tinymce/shortcode-processing.php file

Cheers

ok, i try this but i cant insert a button… i would like to have the button under the text

<?php the_title(); ?>

<?php the_author_posts_link(); ?> | <?php the_category(’, ‘); ?> | <?php comments_number( _(‘No Comments’,NECTAR_THEME_NAME), _(‘One Comment’,NECTAR_THEME_NAME), ’% ’. __(‘Comments’,NECTAR_THEME_NAME) ); ?> <!-/post-header-> <?php the_excerpt();

Hey medienbauer, unfortunately custom modding of this nature goes beyond what I can readily provide here

Hi,

I am starting a residential cleaning company and would like to purchase a theme of yours. Am I able to add an appointment scheduling window, or any other custom code to your themes? – I would do this through a freelancer of course.

Also – could you recommend any of your other themes that may be more suited to my maid service company?

Kind regards,

Matt

Hey Matt,

You could use a plugin to add this functionality or paste custom code within a page running Salient if you have an external service that provides an embed. Salient offers a full suite of elements that could apply to any type of business. I would reccomend checking out the “elements” dropdown on themenectar.com/demo/salient-promo

Cheers

Hi. I have 2 question.

http://eltnbrenew.cafe24.com/home_2

1. I use a full height screen with video. but, the bottom area is larger than the screen. I found that there is a “height: 83px” in the ”#header-space”. I hide it, but it affects other pages. I hope there is no ”#header-space” in video pages only.

2. On the mobile, the left and right sides of the image are cut off. I want full-width screen than full-height on mobile. p.s I use the header area for the sound of the video.

Help. please answer me.

Hey, try adding this into the css box within the page builder (the top right gear icon)


@media only screen and (max-width: 1300px) {
.main-content > .row > div:nth-child(1) { display: none!important; }
}

It is clearly solved! Thank you :)

You’re welcome :)

I setup my site, used the Morphing Outline shortcode. everything Looked fine. And now for some reason the perfect Circle is more like a smaller, upright oval shape? When i mouse over it, it morphs to a square fine, however it is a smaller a square than originally. Help

Hey c3sandiego,

Could you kindly share your URL in regards where this is occurring so I can take a look?

Cheers

I have encountered several minor errors.

1.) I can’t change font name. It doesn’t allowed me to select the drop down bar. 2.) When I load my logo. SALIENT LOGO is still showing.

Can you let me know what’s going on?

I have used Safari and Chrome

no luck

Hey doriansuarez,

1. If you’ve verified that no third party plugins you may have active could be causing this, please open a ticket in regards with your admin credentials so we can inspect your setup to assist: https://themenectar.ticksy.com

2. If you’ve imported a demo that’s using the transparent header effect, you need to also change the logos in that tab: http://themenectar.com/docs/salient/theme-options/header-navigation/#transparency

Cheers

Hello! Been using your theme for a few years now. Who do I message if I have a suggested feature? Thanks.

Hey ekalentzis!

That’s awesome to hear – you can send requests through the contact form on my author page: https://themeforest.net/user/themenectar

Cheers

Hi, since the last update my checkout page on woocommerce dissapear, it is possible? How i fix it? Thanks!

Hi, thanks for your response,

Here the site: lgtienda.uy, all works fine, but the checkout page don´t have anything!

Please help, thanks!

Keep the good work, salient is the best!

Hey afarinasso, I’m currently able to access your checkout page from the header or cart link – are you seeing a blank page?

Hey, thanks, i can solve it, i need to put a blank divider up to the checkout shortcode, i don´t know why… but works. These happens when i updated the salient.

I don’t want my page to loose all the columns once it goes below about 1020. For example, on your page http://themenectar.com/demo/salient-product/ once it goes below that size, there’s no more side-by-side items. It’s all just once single column. This is absolutely terrible coding that ruins the design. How to fix this?

Hey again guy23,

the Salient page builder already provides this option within each column inside the page builder via the “Responsive options” tab when editing your column(s). https://imgur.com/a/zt7Yh

Other demos and various Salient studio templates already display this functionality e.g. http://themenectar.com/demo/salient-minimal-portfolio/portfolio/virtual-reality/

The mobile breakpoint should not be 1000 pixels = it should be much lower. I see others have asked about this for quite some time, but nothing is changed. For an odd reason, you have and adjustable bar that goes up to 1,450. Will you fix this soon?

Hey guy23,

the “Max Website Container Width” field that you’re referring to has nothing to do with the mobile breakpoint, as the description for the field states, the field is for altering the extended responsive design maximum width to be larger than the default max width of 1425 if desired. i.e. to allow your website to fluidly grow to large scale desktop displays.

In regards to altering the flow of columns on mobile devices – the Salient page builder already provides this option within each column inside the page builder via the “Responsive options” tab when editing your column(s). https://imgur.com/a/zt7Yh

Cheers

Does this theme support sensei?

Hey wesleycguirra, I haven’t personally tested that plugin, but it should. If you encounter any errors just let me know :)

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