Nivo slider themes not work

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/8/2014 9:39:46 AM
Gravatar
Total Posts 40

Nivo slider themes not work

I'm using nivo slider for images galeries. If I set in my  config.style (i get an artisteer skin) to:

 <file cssvpath="/Data/style/nivoslider/default/default.css" imagebasevpath="/Data/style/nivoslider/default/">none</file>

this work fine, but if i set to:

 <file cssvpath="/Data/style/nivoslider/dark/dark.css" imagebasevpath="/Data/style/nivoslider/dark/">none</file>

 

the slider theme not  work. I see prev and next text and numbers for navegation. Same applies to other themes such as bar or light.

Any idea?

 

4/10/2014 11:20:56 AM
Gravatar
Total Posts 18439

Re: Nivo slider themes not work

Hi,

I just looked into this on my machine. We had updated to a newer version of Nivo and it looks like things changed a little. Before we could change a nivo theme just by changing the css file but now it seems a little different because they use different css selectors in the themes. For example the light theme has selectors like this:

.theme-light.slider-wrapper {}

but since the class them-light is not in the markup that selector won't work.

One way to fix it in the current release is to go to the settings for the gallery and under Miscellaneous put theme-light for the custom css class and now that selector will work and the style will be applied.

However I think for the new release of mojoPortal I can fix it by removing those theme specific selectors so that all the themes use the same standard selectors and just changing the css file will change the theme. Maybe I did that with the older version of Nivo and forgot to do it again when we upgraded to the newer one.

A new release is coming soon so this will be fixed soon.

Thanks,

Joe

4/10/2014 11:56:26 AM
Gravatar
Total Posts 40

Re: Nivo slider themes not work

Thank!! I wait for new version

 
 
You must sign in to post in the forums. This thread is closed to new posts.