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

Leave a review

file Unable to resolve issue, please assist if possible

More
11 years 11 months ago #306 by lenr
Hi, I am using Joomla 2.5 with a free template (PhoneApps-ET, by Themegoat) and SobiPro ver 1.0.5.
There seems to be an issue between the template and sobipro, when I try to select a category while adding a listing, nothing happens. If I change the template back to default, its fine.
I have tried the basic settings in Jquery Easy, but it's either Sobipro works, and the frontpage slide show doesn't, or visa versa!
Problem is, the client loves the look, and the website is now live.
Thanks in advance.
Len

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

More
11 years 11 months ago #309 by admin
Hello,
take a look at this article I wrote, that will help you in finding what may be wrong with your website and how to use jQuery Easy: jQuery Easy article

I could take a look but I need a link to your website, at least...

Olivier.

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

More
11 years 11 months ago - 11 years 11 months ago #311 by lenr
Thanks for the prompt reply.
I will work through the article and see if I can get it sorted.

Thanks again
Len
Last edit: 11 years 11 months ago by lenr. Reason: removed url

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

More
11 years 11 months ago - 11 years 11 months ago #314 by admin
there are 2 errors I can see:
- the site is missing the jQuery.noConflict() code,
- the code found in /templates/phoneapps-et/slideshow/settings.js is not compatible with MooTools. The following line
$(document).ready(function()
needs to be modified to
jQuery(document).ready(function($)

Use jQuery Easy with the default options (it will add jQuery.no Conflict()), set the jQuery version to 'latest 1.5' and modify the line above.

Olivier.
Last edit: 11 years 11 months ago by admin.
The following user(s) said Thank You: lenr

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

More
11 years 11 months ago #317 by lenr
Thank you, I have been pulling my hair out over this, and within a couple of minutes, this plug-in sorted out the problem.
Serious kudos to you for writing, sharing and supporting this great extension!!!!
I will be adding my RAVING review shortly!
Thanks again for a genius piece of coding!

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

More
11 years 11 months ago #319 by admin
You are welcome! I am glad you were able to fix this as painfully as possible.

Olivier.

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