Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,138 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

I got the white screen of death on my site and began to deactivate plugins to see which one might be causing this. It looks like it’s the Salient Visual Composer plugin that is causing the white screen. That’s needed to edit the site so what should I do for this?

Thanks.

This is the error I’m getting…

Fatal error: Class ‘WPBakeryShortCode_VC_Row’ not found in /home/content/85/11046685/html/augustrush2014/wp-content/themes/salient/nectar/nectar-vc-addons/nectar-addons.php on line 431

Hey,

are you updating from an older version or was it a new install?

Cheers

hej.

i really need a solution to make a sticky header on mobile devices. (my client is praying)

i just saw, that you takled about some javascript.

but what do i have to do exactly? :)

thank you very much

when i resize my desktop browser it sticks.

but not on iphone etc.

any idea? thank you!

mh.

it is working, when i resize the window of my desktop browser

but it wont work on iphone etc?

ideas? thank you

Hey – What version of iPhone are using?

i purchased the theme a while ago and the link for downloading it is broken.

Hey – the link on themeforest is handled by Envato, what is occurring when you try and download it?

Hi there

I have purchased the theme and used it for this site: http://www.cobiinteractive.com/

On the portfolio page: http://www.cobiinteractive.com/portfolio/

There is a bug with the last row not displaying the rollover title correctly. Can you let me know how to fix it. Seems like a padding issue.

Thanks

Hey,

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

.portfolio-wrap {
   margin-bottom: 0!important;
}

Cheers

Hey again,

Running into a small issue and can’t figure it out.

I’m trying to change the font color on one of the boxes “Tutorials to help” on the home page of the Modern Creative but nothing works. I changed all the color options of the colum/row etc of that element in the page builder but nothing. Any ideas?

Thanks!

Hey, that color should be getting set from font color options in the column – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Cheers

Hi,

I have a small issue with the portfolio on this page : http://jeromemayer.com/portfolio/ The older jobs are displayed on top of the page. How can I invert this order ? To display newest jobs on top ? (Jobs from category 2015-2014)

(Excuse-me if you’ve already answer this question, but themeforest’s forum doesn’t display my message anymore..)

Thank you

It would vary depending on your current version – it should be near 1150 though and it looks like this:

$portfolio_arr = array(
    'posts_per_page' => $posts_per_page,
    'post_type' => 'portfolio',
    'project-type'=> $category,
    'paged'=> $paged
);

Thanks !

You’re welcome :)

Hi Guys

If i want to change the background colour of the search result page….how would i do this?

Thanks

Hey,

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

body.search-results .container-wrap {
  background-color: #000!important;
}

Cheers

Hi Guys

Have just updated woo commerce and have received a error

Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.

Should i download the latest version of the theme or is this still needing to be fixed?

Hey – the update for this will be out later today

Cheers

Before purchasing, Is there a gallery shortcode? Can’t find an example in the demo. I need one, and prefer if it is native to the theme.

Thanks

Hey – yes, you could create for example something like this http://themenectar.com/demo/salient-ascend/portfolio-fullwidth-style-2/ within a post by using the Visual Composer gallery element.

Got it, sounds good to go, I have around 800 posts and I really want a solid theme to move on, unfortunately I have had tons of issues with my current theme.

Thanks

You’re very welcome :)

hi

button text is suddenly dark and sometimes not even showing up: http://devapremalmiten.com/2503-2/

This has two buttons, the one on the right cell doesn’t show…

this is a new bug as older pages with previous button code show up white text as intended.

Still on WP 4.1.1

Hey,

It seems you have custom styles causing that – if it’s not in your custom css box, check for plugins
.landing a:visited {
  color: #666; 
}

Cheers

yup – found it, was coming from custom GigPress sheets and apparently had the same identifier for the element as the template-name! thanks :)

Hey – glad to hear :)

For those still experiencing the IE10 Nectar Slider “shaking” bug, edit the page you have the Nectar Slider(s) placed and edit the slider module. Once the Edit Nectar Slider modal appears, scroll down and change the Slider Transition from “Fade” to “Slide”.

This should work as intended in IE10. For some reason IE10 does not take a liking to fade transitions.

Hey,

thanks for posting your solution – i’ve noted to look into this further

Cheers

Your theme has bundled outdated copies of WooCommerce template files

salient/woocommerce/cart/cart.php version 2.3.0 is out of date. The core version is 2.3.8

Running Woocommerce 2.3.8 and Wordpress 4.1.2

Update available?

Hey tonyweston,

the update will be out tomorrow

Cheers

I’m almost ready to purchase, but the theme seems rather slow to load. I read a couple of the solutions ThemeNectar has posted, but haven’t seen anyone post if they worked. I don’t want to buy a theme that’s going to take forever to load. People only can wait for about 3-4 seconds, then they move on. If anyone has an active website that I can check out using this theme, please post so I can see how “zippy” it moves. Thanks!

That’s because it’s waiting to finish loading the video backgrounds on that page – the actual site itself is loading after a couple seconds and then the video buffers while it plays. If you test other pages without those you’ll see a difference :) http://i.imgur.com/lrzx9O9.png

Thanks for the pict! Can you provide the link you tested? I tried to find it, but just get these preview theme sites:

http://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

(not bad at 4.5 seconds) – Pingdom Tools

and

http://themenectar.com/demo/salient-frostwave/

(same at around 4.5 seconds) Pingdom Tools

I’m not able to reproduce your 2 seconds load time. If I can get that on my site, I’m SOLD! Thanks for taking the time to go through this with me. Great customer service!!!

Hi everyone.

We have purchased this theme and it’s fantastic. Now I’m searching for some extra customization at the dropdown portfolio filter.

I need to reorder the items on the dropdown and assign a single class to each one.

Can I do it with the existent code or I need to develop it from scratch?

Thank you in advance.

Hey – you’d need to add this into the child theme functions.php and update the location to point to your child theme file:

function nectar_shortcode_processing(){
        require_once ( 'nectar/tinymce/shortcode-processing.php' );
    }

Thank you!!! It works like a charm :-)

Hello, boxed column layouts move a little when i hover over them.

body .col.boxed, body .wpb_column.boxed { top: 0!important; }

css only helps on desktop.

Try changing the snippet to:

body .col.boxed, body .wpb_column.boxed, body .col.boxed:hover { top: 0!important; }

Thanks ;)

.col.boxed:hover { top: 0!important }

worked fine ;)

Glad to hear :)

Hi, My site says it’s not mobile friendly, not sure how to fix this, website is www.studioinkny.com.

Not mobile-friendly Page appears not mobile-friendly Content wider than screen Links too close together

This page may appear not mobile-friendly because the robots.txt file may block Googlebot from loading some of the page's resources. Learn how to unblock resources for Googlebot.

I dont want to mess with anything since I really don’t know what I am doing, So I could use your guidance. Thank you! :)

Hey – you need to contact your hosting company and ask them to enable gzip compression. Also consider using these plugins: https://wordpress.org/plugins/w3-total-cache/ https://wordpress.org/plugins/bwp-minify/

Cheers

Ok I will give it another try, I had called sometime in the past and they told me gzip was enabled, but I will call again and try the plugins. thank you :)

You’re welcome :)

Hi,

First off… great theme! Loving the layout. However, I’m having some trouble with the social media icons in the header of a blog article or page.

Unlike the demo I can see the numbers regarding each platform but no icon?

Example given is: http://www.urbanhousegroningen.com/gio/sef/

I’m a missing something?

Thanks in regard, Duwo Media

Hey,

could you kindly verify that no plugins are causing this? If none are please open a ticket in regards with your admin credentials: https://themenectar.ticksy.com

Cheers

Ahhh yes…. it seems WPBakery Visual Composer is the plugin causing it but doesn’t your theme rely on that?

The VC Salient uses is a modified version – it’s titled Salient Visual Composer and shouldn’t have this conflict

Hello! I have another question. Is it possible to make boxed version looks equal to this examle?

http://demo.edge-themes.com/vigor12/

Actually, I’m interested in bottom and top padding for main site container and in small border between main container and background.

Hey – unfortunately this would require some modding as of now

Hi ThemeNectar!

I have an issue that I’m hoping you can help me with. I was ready to launch a new site for a client, based on Salient – http://ukdev2015.enghousesites.co.uk/

...when at the last minute they added the requirement of adding a globe to the header of the site. I’ve added this as a bg image to header#top div.container, and I’ve had to make a few style changes to accommodate it.

My problem is that on resizing the screen, the header becomes too deep. I think my changes are breaking something. Is there a better, more elegant method I could use to achieve what I’m trying (being forced) to do?

Thanks

Hey – thanks for that – that kinda breaks the menu location though – http://ukdev2015.enghousesites.co.uk/

...or was that style change intended for a certain breakpoint?

Thanks for looking at this.

Hey again – yes, sorry!
@media only screen and (max-width:1193px) and (min-width:1000px) {
div#ubermenu-main-45-top_nav {
  top: 134px;
  margin-top: 0!important;
}
}

Thanks again for coming back to me…that works great when you resize the window, but when you scroll down the sticky menu jumps right to the top of the screen and becomes unusable.

See http://ukdev2015.enghousesites.co.uk/

Again, thanks for looking at this – I appreciate it.

Hi there,

I added a Portfolio element into each of the Tab elements within one row. The problem I have is that ALL the content shows up for all the Tabs when you first go to the page.

1.) Is there a way to have the first Tab highlighted and display ONLY its content when a user first comes to a page?

The reason I did this is to separate my Portfolio Categories, by selecting one category for each tab.

I’ve tried using a single Portfolio element with Horizontal Filters but unfortunately the numbering has never worked for me.

After I updated to 5.5.51, the issue with the Horizontal Filters on the single portfolio has been resolved. So I don’t need to use the Tab element short code.

Hey,

I’m glad you have a solution working now – if you’re having the other issue anywhere on the site please share a URL in regards :)

Cheers

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