PDA

View Full Version : Administrator interface, multiple buttons and inactive link



Marc Girouard
September 29, 2016, 10:33 AM
Hello,

I installed Flynax on my computer, but in the admin interface all the green buttons (monetization, Listings, Categories, Plugins, Forms, etc.) does not work

I downloaded the language files, but it is impossible to install. The buttons: Add a phrase, Import, Compare and Add a Language does not work.

When I tried the online demo version on the site Flynax it was not working, but I thought it was because of the demo version.

I bought a license, but it does not work either.

What is the problem and how can I correct it.

Viktor
September 29, 2016, 10:46 AM
Hello Marc Girouard,

I think will be better if you create a ticket. I think it is a specific bug. Because it is working as it should for other our clients.

Marc Girouard
September 29, 2016, 10:48 AM
I found the problem. Flynax does not support internet explorer

Sisay Beshah
September 29, 2016, 02:59 PM
I found the problem. Flynax does not support internet explorer

You are completely right, in my case too. it has never support internet explorer even as we speaking.

Sisay Beshah
September 29, 2016, 03:02 PM
Hello Marc Girouard,

I think will be better if you create a ticket. I think it is a specific bug. Because it is working as it should for other our clients.

no, that is not a true statement at least in my case too. It has never support internet explorer even as we speaking.

Athanasios Christou
October 2, 2016, 02:41 PM
Hi,

i have the same problem and the Flynax Demo has the same problem.

Admin-Area not works in : IE and Iron
Works fine in Firefox.

See video of flynax Demo: http://screencast.com/t/x5o3uAdh7nX

IE Stops in lib.js.
25. this.listingVideosHandler = function(videos, img_class = false)

if i change it to
25. this.listingVideosHandler = function(videos, img_class)

works in IE & Iron.

Can I do that?

Pleas Help.

Thanks!!!

Curtis
October 2, 2016, 03:21 PM
Hello Athanasios Christou,

You're right, it must be changed to following code.
We've already fixed it in current development version and the fix will be added in a new version.



this.listingVideosHandler = function(videos, img_class)

Rosenthaler
October 6, 2016, 09:44 AM
Hi, and where i have Change this code?

Viktor
October 6, 2016, 10:23 AM
Hello Tobias,

Go to ftp://admin>>js>>lib.js

find line:
this.listingVideosHandler = function(videos, img_class = false){
and change to:
this.listingVideosHandler = function(videos, img_class){