Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file No seeing the desired results.

More
11 years 6 months ago #1076 by manicred
No seeing the desired results. was created by manicred
Hi,

I wonder if you can help. I have installed the plugin, but it doesn't appear to solve my problem.

Currently I am running a joomla 2.5 site with kunena. My problem is that I Have been told there is a mootools jQuery conflict.
In the kunena installation, I currently can't see smilies on posts, attach images using the images tags nor can I edit users accounts.

I am hoping that you may have some advice? This has been driving me mad for weeks. If your plugin solves these problems I will make a nice donation for your work.

Thank you. PS The link to my site is here:

www.shanklyslegacy.co.uk

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1077 by admin
Replied by admin on topic Re: No seeing the desired results.
Hello,
you will have to use jQuery Easy plugin on your website. You have conflicts between MooTools and jQuery and between jQuery libraries (coming from your template mostly). I am actually surprised your template uses different jQuery libraries itself... poor programming.
First, try and disable jQuery in your template, if you have the option. Use jQuery v1.6 from the jQuery Easy plugin. Do not use jQuery UI, it is not needed.
There is one annoying script:
$window.load(... $('#slider')...}
needs to become
jQuery(document).ready(function($) {
    $('#slider').nivoSlider();
}
Find the code in the nivoSlider component and change it.
That is all I can see at this point.
Get back to me when you are done and I will take a look.

Olivier.
The following user(s) said Thank You: manicred

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1079 by manicred
Replied by manicred on topic Re: No seeing the desired results.
Thank you for your reply. I have activated the plugin but still nothing, unfortunately I do not have the ability to disable jQuery in the template.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1080 by admin
Replied by admin on topic Re: No seeing the desired results.
You are not done. You have not made the changes for the slider script. This is a must or else it will never work for certain.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1081 by manicred
Replied by manicred on topic Re: No seeing the desired results.
Hi,
I do no have the nivoSlider component installed, unless another component has affected it..

I think I may have another version of this template. I install now and see if this has an impact.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1082 by admin
Replied by admin on topic Re: No seeing the desired results.
Well, the slider script is present on your forum page...

Olivier.

Please Log in or Create an account to join the conversation.