-
AuthorPosts
-
costabreeze Friend
costabreeze
- Join date:
- May 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 5 times in 1 posts
October 17, 2013 at 9:14 pm #191486Hello. Sometime the Login panel that drops from top its not accessible ( when i click on Create an Acc and then click on Login) the panel showing but can’t click on links create acc, forgot pass.. and the text fields for username and password the same… on the second picture where showing the index of Kunena my mouse its over the Creata an account link into drop down login panel but even not change the color???
Thanks and sorry for not proper EN
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 18, 2013 at 9:36 am #509450I have tested on your with firefox, chrome, IE browser but I could not find the problem as you mentioned. You can check it again.
costabreeze Friendcostabreeze
- Join date:
- May 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 5 times in 1 posts
October 18, 2013 at 12:40 pm #509478<em>@Ninja Lead 394191 wrote:</em><blockquote>I have tested on your with firefox, chrome, IE browser but I could not find the problem as you mentioned. You can check it again.</blockquote>
Please chek this video i record this bug on the end you gonna see what im talking about…
to 55 seconds its okay but after that you gonna see what hapens.
This is with latest Chrome browser and IE 8 as well, this bug hapens when i click on my logo and then create acc then Login and thats it Login panel not working…
this hapens and into the demo at http://joomla-templates.joomlart.com/ja_mitius/index.php/en/….Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2013 at 10:20 am #509679Now, your site has been changed to use JA Magz Template and the problem on your site fixed, If you have any further issue in the future please don’t hesitate to contact us.
costabreeze Friendcostabreeze
- Join date:
- May 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 5 times in 1 posts
October 21, 2013 at 11:42 am #509695Haha.. im sick of that stupit support of Joomlart! People paying for template and they get template full with bugs and they need to wait 2 days for answer like (I could not find the problem) !!! No Wory never gona hesitate to contact you or joomlart again i just loosing my time…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 22, 2013 at 5:14 am #509802I’m sorry for any inconvenience, we were off for Saturday and Sunday. I have checked on your site with JA Mitius Template but I could not find the problem on it.
So, your site has changed to use JA Magz template and the problem on your site’s gone.
I tried to access with account details included on the thread but no success. If possible you can pm me again the account details I shall help you to check this problem on JA Mitius Template.
costabreeze Friendcostabreeze
- Join date:
- May 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 5 times in 1 posts
October 23, 2013 at 7:38 pm #510020The Problem appears at http://www.joomlart.com/demo/#ja_mitius as well, so you can check there! if you find solution for this bug you can PM me with how to repair it 😉
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 24, 2013 at 9:25 am #510085Thanks for feedback, this is my solution to fix the problem
Open modules/mod_jalogin/assets/script.js file
From
if (!jaboxoverlay) {
jaboxoverlay = new Element ('div', {id:"jabox-overlay"}).inject ($(box),'before');
jaboxoverlay.setStyle ('opacity', 0.01);
jaboxoverlay.addEvent ('click', function (e) {
jaboxes.each(function(box){
if (box.status=='show') {
box.status = 'hide';
box.setStyle('visibility','hidden');
var fx = new Fx.Tween (box);
fx.pause();
fx.start ('opacity',box.getStyle('opacity'), 0);
if (box._caller) box._caller.removeClass ('show');if($('system-message')) {
$('system-message').removeClass('alert');
$('system-message').removeClass('alert-error');
$('system-message').innerHTML = '';
}
if($('system-message-container')) $('system-message-container').setStyle('display', 'block');
}
},this);
jaboxoverlay.setStyle ('display', 'none');
});
}
Change to
if (!jaboxoverlay) {
jaboxoverlay = new Element ('div', {id:"jabox-overlay"}).inject ($(box),'before');
jaboxoverlay.setStyle ('opacity', 0.01);
jaboxoverlay.addEvent ('click', function (e) {
jaboxes.each(function(box){
if (box.status=='show') {
box.status = 'hide';
box.setStyle('visibility','hidden');
var fx = new Fx.Tween (box);
fx.pause();
fx.start ('opacity',box.getStyle('opacity'), 0);
if (box._caller) box._caller.removeClass ('show');if($('system-message')) {
$('system-message').removeClass('alert');
$('system-message').removeClass('alert-error');
$('system-message').innerHTML = '';
}
if($('system-message-container')) $('system-message-container').setStyle('display', 'block');
}
},this);
jaboxoverlay.setStyle ('display', 'none');
});
} else {
jaboxoverlay.inject($(box),'before');
}
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
costabreeze Friendcostabreeze
- Join date:
- May 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 5 times in 1 posts
October 24, 2013 at 8:05 pm #510160good job 🙂 Thanks (Solved)
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by costabreeze 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum