Problem Product Finder-only 1st question is loaded

More
10 years 5 months ago #1551 by maropaca
I enjoyed the component Product Finder Questionnaire, but unfortunately did not work in the test I did.
Do you plan to launch a paid version?

I am a web designer and this component work perfectly in some clients I have.
I am developing a site for a marina in Brazil, and this is the ideal solution for the user to choose the right boat to buy.

I'll be eagerly awaiting the definitive solution!

Thank you for your attention and success!

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

More
10 years 5 months ago #1552 by andrea_4g
We've been able to setup a Joomla installation with the basic characteristics of your site and we are having the same issue you are reporting.
As far as we can tell it's indeed a javascript conflict and we've not been able to find a fix yet.

Being a quite intricate issue we likely need a few days to sort it out. We'll report our findings here.

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

More
10 years 5 months ago #1554 by andrea_4g
Good news.
With Joomla 3.2 and Gantry 4.1.18 it works.

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

More
10 years 5 months ago #1555 by maropaca
Great.
I will upload and test.

Thank you!

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

More
10 years 5 months ago #1556 by maropaca
I upgraded to Joomla! 3.2.0 Stable [Ember] 6-July-2013 and Gantry v4.1.18
Unfortunately, the same problem remains.

Thank you!

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

More
10 years 5 months ago #1558 by andrea_4g
We are making some progress.
Given we have the same setup, we think there could be an issue with the localisation. In fact a difference is that we're testing a site in English while your site is in Brazilian portuguese.

You should try the following:
- edit file components/com_productfinder/controller
- change line 67 from:
Code:
$layout = JRequest::getCmd('action');
to:
Code:
$action = JRequest::getString('action');

Please let us know if there's any improvement.

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

Time to create page: 0.191 seconds