- Posts: 135
- Thank you received: 0
KUNENA still with problems in BLOGS
-
Antiquar
Inactive member -
Topic Author
- Member
-
Less
More
11 years 2 months ago - 11 years 2 months ago #36121
by Antiquar
KUNENA still with problems in BLOGS was created by Antiquar
Hi, I made all the changes you proposed. Biut the forum doesnt work properly. Hdere is another link:
der-eule-verlag.de/forum/e-t-w-ausgabe-0...erstes-thema-hier#16
Should I change the forum? Regards Helmer
Should I change the forum? Regards Helmer
Last edit: 11 years 2 months ago by Antiquar.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36133
by ivan.milic
Replied by ivan.milic on topic KUNENA still with problems in BLOGS
I see this:
INPUT.kbutton.ui-btn-hidden{
width:100%;
height:100%;
}
it should be:
INPUT.kbutton{
width:100%!important;
height:100%!important;
}
INPUT.kbutton.ui-btn-hidden{
width:100%;
height:100%;
}
it should be:
INPUT.kbutton{
width:100%!important;
height:100%!important;
}
Please Log in to join the conversation.
-
Antiquar
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 135
- Thank you received: 0
11 years 2 months ago #36135
by Antiquar
Replied by Antiquar on topic KUNENA still with problems in BLOGS
Yes I did. Now the Login Button works properly, nothing else.
1) So please go to der-eule-verlag.de . Open the Forum.
2) Use soloantiquar and 01445.soloantiquar to login
3) Post a new theme or anser one. THAN klick on SEND Button an you will see
der-eule-verlag.de/forum/willkommen/13-n...-nr-1000-anfangen#19
1) So please go to der-eule-verlag.de . Open the Forum.
2) Use soloantiquar and 01445.soloantiquar to login
3) Post a new theme or anser one. THAN klick on SEND Button an you will see
der-eule-verlag.de/forum/willkommen/13-n...-nr-1000-anfangen#19
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36138
by ivan.milic
Replied by ivan.milic on topic KUNENA still with problems in BLOGS
Use:
INPUT.kbutton.ui-btn-hidden{
width:100%!important;
height:100%!important;
}
put this js at beginning of templates/hot_blocks/js/dynlayout.js
if(window.location.href.indexOf('#') > 0){
window.location.href = window.location.href.split('#')[0];
}
INPUT.kbutton.ui-btn-hidden{
width:100%!important;
height:100%!important;
}
put this js at beginning of templates/hot_blocks/js/dynlayout.js
if(window.location.href.indexOf('#') > 0){
window.location.href = window.location.href.split('#')[0];
}
Please Log in to join the conversation.
Time to create page: 0.167 seconds