Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,836 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38358 comments found.

Hi Support!

Just wondering how to fix this little “glitch”

In the red section of this page, when the toggle panels expand, the red section does not expand correctly.

http://www.compassprep.com/current-clients/

Thanks!!! Dave

Hey Dave!

If you turn the parallax off on that row it should be fine :)

Cheers

What version of Visual Composer does this theme support?

Hey MonsterPlayground, the Salient VC was forked at the version directly prior to the frontend editing feature

Ok thanks – are you planning on changing this in the future? To my understanding the current way doesn’t allow for 3rd party VC plugins to be added.

Addons should still work as long as they don’t require the frontend editing feature – If some are looking for a specific version number you can mod that in the theme file to make it appear as a later version to bypass that warning if need be

Pre-sales question:

Can you control the width of the sites content or sidebars?

Hey,

There’s an option for “Extended Responsive Design” which changes the max width for those elements to a % value and a bit wider, so toggling that will be the only change from the theme options to alter it. If you needed a hardcoded px value you’d need to use a css snippet

Hi there, We are translating our website to Spanish and I was wondering if by any chance there is a .mo and .po files for es_ES already done by someone. Thank you. :)

Hey! Unfortunately I don’t have a es_ES one to pass out

Large Icon Effect (Inverting colors)

If you look on my ‘home’ page you will see 3 circular (large) icons under the main slider.

www.andypeck.co.uk

At the moment the ‘Roll off’ effect is fine but when the user ‘rolls Over’ an icon I want the same effect you use on your own site where there is a COLORED OUTLINE effect. I suspect its there but has taken on the inverted background BEIGE color. Is there a way to have the disc maintain its BEIGE FILL but also have an ORANGE 1px OUTLINE to the main disc and also have the additional 1px SECONDARY OUTLINE outside circle?

Cheers Andy

Hey again,

The border hover is only added for the “large” icon style, the large alt actually leaves it out unfortunately

Cheers

Instructions on using (Hosted) background video

I know its out there somewhere already as im sure ive seen it in the past on here. Can you point me to a tutorial/Instructions on how to create a background video. Sorry to ask again but I cant find it in my notes.

- Best Practices - How to host locally (my server) - How to then implement inside Salient

Cheers Andy

Hey Andy,

this video covers that https://www.youtube.com/watch?v=FLU9Pxo_RD8&list=UULadn-VhQG7cXY9UzMBj0Cw and there’s a section in the user guide for “troubleshooting video backgrounds” if you run into any issues :)

Thanks – Ill give it a go

Disable Image Gallery ROLLOVER on just a row

Under my INFO text on my ABOUT ME page (http://http://andypeck.co.uk/about/) ive dropped in a 4 col gallery as using a grid or a WP gallery gives me unpleasant results.

Can you tell me how to EITHER completely disable the ROLLOVER (so nothing happens) for just this row via CSS or if there is another way to produce the same effect WITHOUT using CSS that I may have missed.

Cheers Andy

Hey,

.portfolio-items .work-info-bg, body .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 i, .portfolio-items .col .work-item.style-2 i {
  display: none!important;
} 

Works a treat altho its a bit buggy on first load in Yosemite (large blocks) but once its refreshed seems to display ok. Perhaps you will be able to look at this for future updates

Cheers as always

I’ve noted this :)

Responsive Logo & Text scaling

Ive stripped out my style.css so its empty (to be sure ive not created a fault) and yet when I view my pages on a mobile device both the logo & slider text ‘over’ shrink. Surely by default this should work? I shouldnt need to add css out of the box to make this work so how do I make this work.

**Ive also noticed all of your slider text over-shrinks too although your logo shrinks correctly

Cheers

Andy

Hey Andy,

the logo defaults to 30px on mobile, here’s a snippet to enlarge it http://themenectar.ticksy.com/ticket/46745/search/

As for the slider text:

@media only screen and (max-width: 1000px) {
body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 33px !important;
    line-height: 39px !important;
}

body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 17px !important;
    line-height: 31px !important;
}
}

Hello again…

Tried this and it did nothing in my Child-theme. Pasted it at the top under…. @import url(”../salient/style.css”);

I decided to try again and this time put the CSS in the actual ‘General Settings’ on the admin panel (instead of my child theme). IT WORKS!

Question is then… Why cant I put this into my Child theme and make it work? Ive hoped to avoid keeping CSS in two separate places. So untidy and causes confusion later.

Thanks Andy

Try this in your child theme:

@media only screen and (max-width: 1000px) {
html body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, html body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, html body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 33px !important;
    line-height: 39px !important;
}

html body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, html  body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, html  body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 17px !important;
    line-height: 31px !important;
}
}

Hi ThemeNectar! Is it possible for me to re-download the dummy data somewhere? We had someone set up the site for us initially but did not load hte dummy data, and I can’t get in touch with him right now to get it from him.

Thank you!

Hey cvuong,

Send me an email and I’ll attach it for you :)

Cheers

Hi there! I snet you an email but never got a reply. Can you send it to cbtvuong[at]gmail.com? Thanks much!

Just sent :)

I’m trying to style the mega menu I have. I am trying to get the mega menu’s column title to ALWAYS have a red background (#C40000) and the font color to ALWAYS be white. I have spent about 2.5 hours this morning trying to accomplish this but have not been able to successfully do so. It seems whenever I move my mouse over the column, the red background disappears and the title font color is red. Totally not what I need! Can you please tell me what I need to add to custom CSS to make these changes?

Also, do you know the CSS to change the hover background and color for sub menu links in the mega menu? Currently it is a dark grayish color with a lighter gray font color. Would love it to be the red color background and white text on hover.

Here is the link to my site I’m building where you can see the mega menu. Also, here is a link to the screenshot for what I’m trying to accomplish as well:

http://www.mediafire.com/view/wlvqhp509qqcbwy/menu-styling.png

 

Thanks so much!!!! Wonderful theme and wonderful 5 star support! Had my church rate this theme with 5 Stars! You guys rock!!!! :)

Hey design126!

Checking out your URL now it seems that you’ve accomplished the styling you were interested in – if that’s the case please just let me know :)

Cheers

Yes! I kept playing with it and achieved the look I was shooting for! in terms of the column headers having the red background and white text. However I’m still unable to figure out how to change the hover over background color and text color for the menu links in each column. Right now when you hover over a link in the menu columns it’s a grey color with grey text. Would like to change that if possible.

Thanks! Really loving this theme! :)

Hey again!

header#top nav > ul > li.megamenu > ul ul li a:hover, header#top nav > ul > li.megamenu > ul ul li.current-menu-item a {
   background-color: #000!important;
}

Cheers

Hi!

I have a “Our activities” part in my menu and two sub-parts of “Our Activities”, which are “Football” and “Basketball” but I don’t have a page for only “Our Activities” but it’s possible to click on it from the menu.

How to remove this possibility? But keep the “Football” and “Basketball” sub-menu when a user put his cursor onto “Our Activities”?

Many thanks!!!

Hey Barou_WP!

In Appearances > Menus in your admin panel just create a custom menu item link and for the url add ”#” :)

Cheers

Hi, I has purchased this awesome theme! thanks for the great efforts! Hi, I am a New starter for web design, my question might be too basic, so I hope you can bear with me

Question: I will love to use the “Love at the first Sight ” as my “About me” page, I just dont know where to do the setting.

url: www.ftkurtson.com

Thanks!

Hey!

You can import the dummy data if you haven’t already to get all of the pages seen on the demo: https://www.youtube.com/watch?v=_wKJFYCZN1U&index=1&list=PLL7Ay33CTsIAVMPtw3KPsAwDzr_XoVLeq after you do that you can then name them, order them and delete ones you don’t need :)

Cheers

I see,i guess I imported a wrong dummy data, thanks alot!

You’re welcome :)

Can you tell me how to change the title for the Teams Members section ‘OUR TEAM’ to ‘OUR LEADERS’?

Hey johnball,

The label is configurable right inside of the Visual Composer element for that

Cheers

Ah! Got it. Thank you.

You’re welcome :)

Hey, this theme is awesome but one thing i wondered if there’s a easy way to upload for portfolio without creating each items. Like a where i don’t have to create each portfolio item to able add one pic each.. I just wanted to able to upload 30 photos in once and have it load in instead upload each of them when i has 300 photos to share :/ its taking too forever. That where i dont has much time to able upload one a time.

So hope hear from you soon and thanks!

Hey again! I meant the actual “Image Gallery” element, not the portfolio element http://i.imgur.com/apOlagn.jpg :)

Ohh Thanks buddy!!

You’re welcome :)

Hi Team ThemeNectar,

are you able to reproduce/solve the following bug (Bounce back to top on android when using carousel)?

  1. Create carousel
  2. Add a few carousel items (e.g.: pie charts)
  3. Load page on Chrome for Android and scroll down from top
  4. You see the page scrolling and immediately bouncing back to top

I hope you can help me!

Regards Marcel

Images loaded within nectar slider are affected as well: always HTTP

Hi, sorry, but I do not install single plugins to fix implementation bugs. I think you have an understanding for that.

The bug has probably to do with this constant in wp-config that is often incorrectly in use. define('WP_CONTENT_URL', 'http://........")

Don’t know if this bug here is caused by wordpress core functions.

Here is a dirty quickfix for functions.php that patches the ressource error regarding the header logos. function nectar_options_img($image_url){ $image_id = fjarrett_get_attachment_id_from_url( $image_url ); if(!is_null($image_id) && !empty($image_id)) { $image = wp_get_attachment_image_src($image_id, 'full'); return $image[0]; } else { return is_ssl() ? preg_replace("/^http:/i", "https:", $image_url) : $image_url; } }

This bug is all about ressources that are related to wp-content. Do you have an idea if there is a function that handles all images in your code?

Cheers, Marcel

This has got to be something simple. I’d like my navigation bar/menu to be white in mobile view before scrolling down. Currently it’s a dark gray. www.timharman.com

Hey! Add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 1000px) {
body {
  background-color: #fff!important;
}
}

Hi! I have a problem with the header on my website www.holidaysole.com, at hd resolution looks fine, but in a lower resolutions the header looks over sized (right side of header excel on rest of boxed page).

Hey! Add this into the custom css box located in your Salient Options panel:

@media only screen and (min-width: 1000px) and (max-width: 1300px) { 
   header#top nav ul:not(.sub-menu) li a {
     font-size: 18px!important;
  }
}

Cheers

ThemeNectar, can You help me, my megamenu columns-4 is not aligned properly. It is used under http://tinyurl.com/qb89lb4 /ponuda … Thank You

Weird, when i put megamenu columns-5 now it alligned ok, for menu with 4 categories…

Hey! If you can open a ticket in regards with your admin credentials I’d be glad to take a further look for you :) http://themenectar.ticksy.com/

Hi, im using a ‘Centered Menu’ on the website.. what i am trying to achieve is that i have my main menu links on the left. then i have a custom class button in the center and then logo on the right hand side. how would i achieve this? please help.

or using default layout.. ive aligned the logo to the right using:

/*logo right*/ #header-outer .span_3, #header-outer .span_3 #logo { float: right!important; } #header-outer .span_9 { float: left!important; } /*logo right end*/ but how can i add custom class to one menu in the main nav? this is what im trying to acomplish: http://oi59.tinypic.com/300wi6e.jpg

Hey!

Please see this in regards to the button http://themenectar.ticksy.com/ticket/78972/search/

Cheers

Hello,

Sorry if my question is stupid, but I can’t find how to make portfolio sorting text (Custom Portfolio Page Sortable Text) to be bilingual.

Thanks in advance!

Hi again,

And thanks for the quick reply.

1. So, I have tried to do it, but seems I am doing something wrong:

a. I have opened file /salient/nectar/tinymce/shortcode-processing.php and found that “All” appears on 3 line:

<span id=”current-category”><?php echo __(‘All’, NECTAR_THEME_NAME); ?></span>

<li><a href=”#” data-filter=””><?php echo __(‘All’, NECTAR_THEME_NAME); ?></a></li>

<li><a href=”#” data-filter=””><?php echo __(‘All’, NECTAR_THEME_NAME); ?></a></li>

b. Duplicated this file /salient/lang/default.po and renamed to bg_BG.po (since I want to make Bulgarian translation)

c. Add the lines bellow in my file bg_BG.po and upload it in the same folder, where default.po is located:

  1. @ js_composer
    #: ../nectar/tinymce/shortcode-processing.php:1043
    #: ../nectar/tinymce/shortcode-processing.php:1046
    #: ../nectar/tinymce/shortcode-processing.php:1056
    msgid “??????”
    msgstr ””

Also tried this:

  1. @ js_composer
    #: ../nectar/tinymce/shortcode-processing.php:1043
    #: ../nectar/tinymce/shortcode-processing.php:1046
    #: ../nectar/tinymce/shortcode-processing.php:1056
    msgid “All”
    msgstr “??????”

“??????” (Bulgarian) means “All”

Unfortunately both tries doesn’t work

3. Fixed – 10x

4. Yeah I saw that and did it. It works, but I have another issue now:

a. Let say I have 2 items in Bulgarian version of Portfolio (its slug is “???????”) and another 2 items in English version of portfolio (its slug is “portfolio”). When I am on the page of some English item and navigate through the items, using header’s arrows everything is OK. But when I am on the page of some Bulgarian item and navigate through the items, it shows me not only Bulgarian items, but English items too. In other words I can navigate not through 2 items, but 4 items.

Maybe the problem comes from the fact that all the items (both Bulgarian and English) have the same parent slug:


/portfolio/bulgarian_item_one
/portfolio/bulgarian_item_two
/portfolio/english_item_one
/portfolio/english_item_two

Maybe it must be:


/???????/bulgarian_item_one
/???????/bulgarian_item_two


/portfolio/english_item_one
/portfolio/english_item_two

I have tried to create one new item as part of Bulgarian Portfolio, but I can’t change its parent slug, it is always “portfolio” no matter what language I choose.

Thanks in advance! :)

Please ignore point 4 it is fixed. Only point 1 is not fixed yet :)

Hey again! Could you kindly share your URL to the portfolio page so I can check the setup?

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