alaAnimateBT

Begonnen von alexandrevatin, 05 Dezember 2015, 10:38:16

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

alexandrevatin

Hello
I have 2 problems with alaAnimateBT


1- from my computer if i rezise the window i can
overview go to my account but nothink happen from my iPad.

2- from my computer i can enter my pseudo and my
password but from my iPad i can't...only the first letter from my pseudo work.

Could you check and help me please
http://www.alaniso.de/modules.php?name=Themetest&themeselect=alaAnimateBT

thank you

diabolo

Slt Alex,

C'est un thème perso à base bootstrap ?

Sur android (samrtphone/tablette)  c'est pareil ?

@+

alexandrevatin

Salut Thierry

C'est un thème téléchargeable sur PragmaMx.org ici:
http://www.pragmamx.org/Downloads-alaAnimateBT-view-902.html

Sur smartphone cela fonctionne bien.
Le problème est sur ma tablette.

Bien amicalement
Alex  :bye:

alexandrevatin

Zitat von: alexandrevatin am 05 Dezember 2015, 13:26:04
Salut Thierry

C'est un thème téléchargeable sur PragmaMx.org ici:
http://www.pragmamx.org/Downloads-alaAnimateBT-view-902.html

Sur smartphone c'est pareil saisie impossible lol.

Bien amicalement
Alex  :bye:

diabolo

Slt,

J'ai essayé avec les outils de développement et aussi en ligne test site responsive ipad (any)

http://www.isresponsive.com/Tester?site=http://www.alaniso.de/modules.php?name=Themetest&themeselect=alaAnimateBT

J'ai pas réussi à reproduire l'erreur, j'ai pas de ipad chez moi.

Faudrait voir si y a pas un tool sur le navigateur ipad pour localiser le prob

alaniso

Hello all,

there is a wrong style Attribute in the file:

alaAnimateBT\style\style.css

please change entry shown from row 132:

/* Form-Einstellungen: bootstrap auf PragmaMX-Form: */
form input {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}


and delete the "user-select" - entries. New code is:

/* Form-Einstellungen: bootstrap auf PragmaMX-Form: */
form input {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}


This should help on iPhone and iPad and iPxxxxx :-)

BR,
André

alexandrevatin

Hello
Thank you alaniso.
The probleme 2 is solved on my tablette  :thumbup:
I still have the probleme N°1

:bye:

alaniso

Hello alexandrevatin,

you're right - there were further Problems with apples IOS/Safari...

Please reload the Theme:
http://www.pragmamx.org/Downloads-alaAnimateBT-view-902.html

Same Problem with alaSimpleBT:
http://www.pragmamx.org/Downloads-alaSimpleBT-view-898.html

Problem should be solved.

Best regards,
André

alexandrevatin

Hello friends

Thank you alaniso

The probleme 1 is solved on my tablette  :thumbup:
Sorry...if i press the button search on my tablette nothing happen  :red:.

And i have a request. I made a lot of changement on alaAnimateBT is it why if you can give the information code will be very nice and helpful. If is it to long...don't worry my friend.

Thanks a lot  :bye:

alaniso

Hello alexandrevatin,

the changes were made in the file:
/themes/alaAnimateBT/includes/theme.functions.php

please compare the function:
function theme_loginform(){...}

with the changed code from the lates download.

Best regards,
André

john21wall

Vielen Dank eine Menge nützliche Informationen

LOKy-S

ist es möglich andere font typen noch selber hinzu zu fügen?
wenn ja, wie genau?

mfg