portal:carousel - anyone working with this?

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.
12/8/2010 3:05:08 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

Yayyy DONE!! Thanks a lot guys for all your support.laugh

12/8/2010 3:48:53 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

Fixed, It seemed there was just an extra class in the html.

 

Thanks once again

12/16/2010 1:39:29 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

Hello Joe,

After adding the .js everything works fine, except when i do to Administration > Site Settings > Security > Permissions. The Role tabs are not working. And i noticed that if i remove the javascript i added they work fine, but once i put the <script> the Roles tab will not work. What choices do i have?

 

Thank you, 

12/16/2010 1:46:33 PM
Gravatar
Total Posts 18439

Re: portal:carousel - anyone working with this?

make sure you are not loading jquery yourself since it is already loaded by mojoPortal, if you load it again it may cause errors.

12/16/2010 2:05:13 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

I noticed that this is the script that is causing this error with the Permission Roles Tab. My  javascript is in place but the navigator button is not working. What else can i do?

<script type="text/javascript" src="/js/jquery.easing.1.1.js"></script>

12/16/2010 2:13:53 PM
Gravatar
Total Posts 2239

Re: portal:carousel - anyone working with this?

Hi Damian,

You will have to figure out what part of the JS is causing the tabs to behave incorrectly and then figure out a way to modify the script so it doesn't cause problems.

You could also remove the JS include lines from your layout.master, place them in a separate HTML file and upload the HTML file to\Data\Sites\[sitenumber]\htmlfragments and then use the "HTML Fragment Include" module to include on the page with the SlideShow.

Hope this helps,
Joe D.

12/16/2010 2:21:50 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

is there any link that explains how to use the html fragments and then use the "HTML Fragment Include" module to include on the page with the SlideShow.

12/16/2010 2:31:15 PM
Gravatar
Total Posts 2239

Re: portal:carousel - anyone working with this?

Hi,

I just created documentation for this module here: http://www.mojoportal.com/using-the-html-fragment-include-module.aspx.

Thanks,
Joe

12/16/2010 3:43:50 PM
Gravatar
Total Posts 36

Re: portal:carousel - anyone working with this?

Fixed! thanks

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