Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,183 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

I’ve inherited this theme in a site from another agency. They have the nectar slider as the first row on the home page. I’d like to insert another row with an image and graphic before it, which I do using VC, but when I refresh the site, the new row initially shows up top but then momentarily is replaced by the slider. Any way around that?

Hey,

You need to deactivate the parallax option in the VC slider element and it will react how you need

Cheers

Cool, thank you!

You’re welcome :)

Hi ThemeNectar,

I hope you can help! I was adding a line to the end of the functions.php file, as per WPML’s instructions (for nav menu to link to only one language)...careful not to delete/modify anything…and somehow it broke me site. I was originally getting “Parse error: syntax error, unexpected ’.’ in…on line 2837” but now that error message has changed to “Fatal error: Call to undefined function get_template_directory_uri() in…on line 6” after I tried to copy and paste the original functions.php file. I don’t know how to fix it!

Your help is greatly appreciated!

Thanks!

Hey StudioChalk,

get_template_directory_uri() is a core wordpress function – if that’s showing as undefined there might be an issue with your WP install

Cheers

Having issues with the header. I uploaded my own logo and when I scroll it switches between the default Salient logo and my own. Secondly the header height won’t go away. I don’t want the header to be sticky. How do I fix this?

Can I also remove the menu entirely from the page without it saying “no menu assigned” ?

https://www.dropbox.com/s/dtrsa553znm4ty2/home.jpg?dl=0

Hey qwik3r,

1. Ensure that you don’t have the Salient one uploaded in the theme options panel > header tab if you imported the theme options dummy data

2. Add this into the custom css box in the Salient options panel:
#header-outer {
  position: absolute!important;
}

Cheers

Hi Nectar,

I’m using a 3 column layout with Horizontal Filters in my Portfolio.

However when I select the filters, my numbers go all out of whack. Sometimes they work, sometimes I get a random number or other times it doesn’t work at all while it shows the total number of photos. I’m not using any duplicate Project Categories either.

I’m using a quite a few photos (60+) and will likely reach a 100.

I tried using pagination to see if that would resolve the issue but I get the 404 not found message. I’m using a custom slug and I re-saved my Permalink settings but that changed nothing.

http://rollingspoke.com/gallery/

Hey,

could you please open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com/

Cheers

Hello,

I am still waiting for my old fixes. But here’s one more:

I am using the Nectar slider on two of my pages. I have customized it a lot using custom css. Just one more thing that i want to do is:

The left and right arrow should only appear if somebody hovers on the slide, else not. Please guide me how to achieve this?

You can see the working slider here: http://hqvisual.com/work Login: developer / developer123@

Thanks

Hey,

.swiper-container .slider-prev, .swiper-container .slider-next {
  opacity: 0!important;
}
.swiper-container:hover .slider-prev, .swiper-container:hover .slider-next {
  opacity: 1!important;
}

Cheers

You’re awesome ! Thank you so much !!

You’re welcome :)

Hello,

I’m trying to change the Logo text and it’s not sticking:

header #top #logo { font-family: ‘Lora’!important; font-size: 14px; font-weight: normal; }

Site is www.jordantparrott.com

thanks

Perfect. Thanks

Another problem. On my home page, the recent projects items sometimes freak out. The text does’t center sometimes and the hover over makes the image go way off. Any remedies?

^ it’s likely a Safari thing as it’s perfect on firefox

Hey,

I’d recommend updating to a more current release – however note that Salient v5.5 has separated Visual Composer into a plugin and is no longer automatically built in – this means when you activate the theme you’ll have to still install the Visual Composer plugin via the admin panel (there will be a prompt at the top of your screen). Cheers!

Cheers

Hello, is it possible to have multiple sort options on portfolio items? e.g. Sort first by category A, then from this category, sort further by a secondary category B, then from this, sort further by.. etc. etc.

Or, is it possible to display portfolio items by the attributes attached to them?

Any thoughts?

Hey,

1. As of now this would require some custom development unfortunately

2. You could add /project-attributes/ on your URL followed by the attribute of your choosing

Hi ThemeNectar

FAB THEME – have done everything I need to do just need help with a couple of styling things please? Website is http://studioflat.co.uk

1 – On the Home page in the dark blue text (underneath slider) how do I change the colour of the hyperlink. I think it’s body a colour? I would like to set a colour and colour on hover.

2 – I also want to change the colour of the hyperlinks in the footer – but can’t find where to set them.

3 – How do I get left and right arrows on the homepage slider?

4 – Some links are going to old links and they are not using the same fonts as studioflat.co.uk? Any idea why this is? The pre-release www is :- http://studioflat.co.uk.s163952.gridserver.com

Thanks very much for your assitance.

Hey,

1. Add this into the custom css box in the Salient options panel:

.home a {
   color: #fff!important;
}

2.

#footer-outer a {
   color: #fff!important;
}

3. When editing the nectar slider element in your visual composer there’s an option to show the controls

4. could you kindly give a specific example so I know what to look out for?

Cheers

Just a heads up it looks like when using the Salient Composer element “Single Image” and setting the “Image Alignment” to “Align Right” it’s still defaulting to left alignment.

Cheers!

Hey, thanks for noting – i’ve marked to test for the next update

Hi Guys

Quick question.

I am trying to create custom colors for the accordion tabs as they seem to use the accent colours.

using css how do i set the tab header background and font colour for both collapsed and un collapsed.

Thanks and brilliant theme

Hey,

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

body .toggle.open h3 a, .toggle h3 a {
   background-color: #000!important;
}

Cheers

Just got my site live – yay! Noticed one thing though – from home page, my menu with # row id isn’t working. It works from any other page than the home page.

http://epluscancercare.com/leadership/#stuart

Let me know if there’s work around please!

Hey,

Make sure you add the full URL to the links such as “domain.com/#anchor” as opposed to ”#anchor”

Cheers

That’s what I’ve done (the menu is set up as a link – http://epluscancercare.com/leadership/#stuart). It’s working from every page except the homepage. Any ideas why it won’t work from the homepage and it will from any other page?

Hey again – are you using the latest release of the theme? Links not working from the home page in this manner was a prior issue that has since been sorted

Hi! is it possible for you to do a site like this : http://factoryfifteen.com/47938/direct With the same hover theme and with a mansonry multigrid portfolio

Hey! As of now that would require some custom development

Hi again

PS I tried and update all plugins. But the VC plugin is outdated. And as I have not bought it (because it came with the theme) I cannot download and install manually.

Is it not possible for you guys to make it auto-udate like other plug-ins? Cos as of now, I have other plugins malfunctioning due to the missing update :)

Thanks a million

Peter

PS, Is there no option to auto-update theme? Would make it lot easier when upgrading :) Thanks!

Hey again,

you can actually install this to get theme updates easier http://premium.wpmudev.org/blog/how-to-update-themeforest-themes-with-the-envato-wordpress-toolkit/ however since the VC is forked it won’t be updated automatically everytime they release a new version

Please note that the Salient Visual Composer does not promt to be installed, when using the child theme. So if you lost the visual composer after upgrading to 5.5, just activate the parent theme, and you will be prompted to install the plugin. After that, you can re-activate the child-theme.

Hey, thanks for noting this – i’ve marked to test in regards :)

Cheers

hi

I’ve one question, using “text with icon” the text and the selected icon isn’t on the same line why?

http://www.kilometroitaliano.it/?page_id=602&preview=true

Hey – that URL is currently leading me a 404, could you verify it’s a valid destination so I can take a look?

Hi,

Is that possible to change the speed of the nectar slider effect (slide or fade). So it slides or fades in more slowly.

Thank you

Hey – you’d need to modify the nectar-slider.js file located in the js folder. See this in regards:

speed: 550,

ok thanks

Hi, the theme is really gorgeous. Just one thing: is it possible to stop the title animation in the Nectar Slider?

Basically I have 6 images and one title, and I don’t want that everytime an image slides, the same title appears with an animation.

(I hope it’s clear, sorry for my bad english :/ )

Pietro

Hey! Change it to:

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
  padding-top: 0!important;
  opacity: 1!important;
}

It works!! Fantastic support! :D

Hi again guys!

I bet youve missed me!

Question: I have bought the plug-in BWL. They use the default blog-page. However, when I build my own pages, I gave the sidebars their own class (“sidemenu”) which is also found on the front page of www.voksenadhd.dk.

However, the CSS class is not working when I add it on the widget it self. So there is no way I can change the look and feel on the standard template pages of yours. Meaning that the site looks really bad :(

Any way you can help me with this issue? So I can make my side-menu look good as on my custom pages?

http://www.voksenadhd.dk/sp%C3%B8rgsm%C3%A5l%20og%20svar-category/diagnosticering/

Thank you very much

Peter

Hey! You should be able to add that into the index.php in regards

I am trying to use a custom color for the “large-2” icon. I have used up all of the extra colors already. What is the CSS code I should use?

Thank you.

Hey,

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

html body [class^="icon-"].icon-3x.alt-style.accent-color, body [class*=" icon-"].icon-3x.alt-style.accent-color {
  background-color: #21cdec!important;
}
.col:hover > [class^="icon-"].icon-3x.accent-color.alt-style.hovered, .col:hover > [class*=" icon-"].icon-3x.accent-color.alt-style.hovered {
  color: #21cdec!important;
}

Cheers

Hi I installed Visual Composer plugin, but the plug-in does not work it. For example, Made the rows and i want delet one of them but can’t delet row, Using text blocks I wrote an article, It did not save the article Could I help what is the problem?

Hey – 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/

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