Cycle plugin in html feature

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/3/2009 1:03:58 PM
Gravatar
Total Posts 17

Cycle plugin in html feature

How do rotate images inside the html feature? I don't want to rotate the entire content.

Is it possible to do something like: <div class="ratatecontainer">[my images here]</div>?

Something similar to the tabs.

best,

10/4/2009 6:24:19 AM
Gravatar
Total Posts 18439

Re: Cycle plugin in html feature

I will look into it and see if I can come up with an easy solution to that. I can see it would be very nice to be able to rotate just content inside 1 div and keep the rest static.

Best,

Joe

10/9/2009 2:12:16 PM
Gravatar
Total Posts 17

Re: Cycle plugin in html feature

I think I found a bug(IE). Help please!

The html module placed beneath the dropdown horizontal menu, makes the sub pages links inaccessible. the cycle elements generated shows up on top of everything on internet Explorer(works on Chrome and firefox). Everything works for one element only. if you add 2 divs, it breaks on IE. It is also impossible to remove the second element background color. It uses the body color, so if you have a different background under the rotator, the body background color will show for all elements divs.

10/10/2009 10:39:57 AM
Gravatar
Total Posts 18439

Re: Cycle plugin in html feature

Hi,

Regarding the menu,perhaps its a problem in the menu you are using. When I test using the mitchinson-earthy skin on demo.mojoportal.com the menu is on top of the slides in IE. Its using the jQuery Superfish menu.

I will look into the background color issue and see if I can override it.

Best,

Joe

10/19/2009 9:22:57 AM
Gravatar
Total Posts 18439

Re: Cycle plugin in html feature

fyi, I was able to implement a setting you can use to fix the background color issue which only happens in IE and only in some skins. The setting disables the extra clear type corrections in the cycle plugin and this is what creates a background for the slides so disabling it solves this. However the side effect of disabling it is that in IE slides with text will have a slight grainy look to the font for a brief second until the main clear type corrections are applied.

This new setting will be in the next release.

Best,

Joe

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