The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can't access classic verion in mobile ..?

3 posters

Go down

In progress Can't access classic verion in mobile ..?

Post by Kirbs 10th April 2013, 19:51

Hello,

4 days ago I went to my site and deleted all forum cookies and I did that from my mobile , Now that I did that I can't access my forum in classic version at all (I can access in mobile version But I need classic) So does all the forum members too that arrow that was supposed to take you to Classic version is not there anymore ? Anyone knows how can I fix it ?

Thanks Smile .

Forum URL : http://cyberduelacademy.forumotion.com/ .
Username on forum: Kira .


Last edited by Kirbs on 12th April 2013, 16:28; edited 1 time in total
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 12th April 2013, 16:27

Bump.
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 14th April 2013, 03:20

Bump ......
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Sanket 14th April 2013, 07:04

Have you asked your members about this?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 18:34

Yes I did and they said they can't access it too
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Sanket 15th April 2013, 18:41

Okay, first lets try a few things.
Can you disable the javascript?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 18:51

Ok i did it now it works but I can't give up my JS :/
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Sanket 15th April 2013, 18:52

Sorry, but there is some javascript code that is causing the issue. You need to either fix it or remove it.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 18:53

Can I post my JS and you tell me where the problem is ? Or PM them to you ?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Sanket 15th April 2013, 18:55

I am not really good at javascript, so i really can't give you a solution. Post it here anyways, maybe someone might have a fix.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 18:58

Ok,

JS Named "Variables", Checked In all pages:

Code:
$(function() {
  var x = document.getElementById('variables').getElementsByTagName('span');
  for (var i = 0, v; (v = x[i++]); ) {
        $('.' + v.id).html(v.innerHTML);
        $('.' + v.id + '-replace').each(function(i, e) {
            e.innerHTML = e.innerHTML.replace( RegExp('{' + v.id + '}', 'g') , v.innerHTML );
        }); 
  }
});

JS Named "Avatars", Checked In all pages :

Code:
$(window).load(function(){
var x = document.getElementById('fa_usermenu').getElementsByTagName('img')[0].src;
document.getElementById('usermenu').insertAdjacentHTML('afterbegin', '<span id="fa_proxy"><img src="'+x+'"/></span>');
});

Thanks in adv for anyone who is gonna check this JS Smile .
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by SLGray 15th April 2013, 18:59

Which one is causing the issue? Or is it both of them?


Can't access classic verion in mobile ..? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 19:00

Honestly Idk I just posted both because One or Both is causing this issue can you tell which one is it ?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by SLGray 15th April 2013, 19:03

Try this:
Remove one and see if it causes the issue. Then try with the other one.


Can't access classic verion in mobile ..? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Can't access classic verion in mobile ..?

Post by Kirbs 15th April 2013, 19:10

Ok did it I removed the Variables code and it worked so the problem is from this :

Code:
$(function() {
  var x = document.getElementById('variables').getElementsByTagName('span');
  for (var i = 0, v; (v = x[i++]); ) {
        $('.' + v.id).html(v.innerHTML);
        $('.' + v.id + '-replace').each(function(i, e) {
            e.innerHTML = e.innerHTML.replace( RegExp('{' + v.id + '}', 'g') , v.innerHTML );
        }); 
  }
});


Thanks Smile , Can you fix the code ?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum