- Posts: 10
- Thank you received: 0
Problem Product Finder-only 1st question is loaded
- maropaca
- Offline
- New Member
Less
More
11 years 2 weeks ago #1551
by maropaca
Replied by maropaca on topic Problem Product Finder-only 1st question is loaded
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!
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.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
11 years 2 weeks ago #1552
by andrea_4g
Replied by andrea_4g on topic Problem Product Finder-only 1st question is loaded
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.
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.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
11 years 2 weeks ago #1554
by andrea_4g
Replied by andrea_4g on topic Problem Product Finder-only 1st question is loaded
Good news.
With Joomla 3.2 and Gantry 4.1.18 it works.
With Joomla 3.2 and Gantry 4.1.18 it works.
Please Log in or Create an account to join the conversation.
- maropaca
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 2 weeks ago #1555
by maropaca
Replied by maropaca on topic Problem Product Finder-only 1st question is loaded
Great.
I will upload and test.
Thank you!
I will upload and test.
Thank you!
Please Log in or Create an account to join the conversation.
- maropaca
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 2 weeks ago #1556
by maropaca
Replied by maropaca on topic Problem Product Finder-only 1st question is loaded
I upgraded to Joomla! 3.2.0 Stable [Ember] 6-July-2013 and Gantry v4.1.18
Unfortunately, the same problem remains.
Thank you!
Unfortunately, the same problem remains.
Thank you!
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
11 years 2 weeks ago #1558
by andrea_4g
Replied by andrea_4g on topic Problem Product Finder-only 1st question is loaded
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:
to:
Please let us know if there's any improvement.
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');
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.145 seconds