- Posts: 6
- Thank you received: 0
J3.2 - HotZoomer Backend configuration issue
-
peda
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #34255
by peda
J3.2 - HotZoomer Backend configuration issue was created by peda
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34269
by ivan.milic
Replied by ivan.milic on topic J3.2 - HotZoomer Backend configuration issue
You can give us admin access via "Report To Moderator" so we could check
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34284
by ivan.milic
Replied by ivan.milic on topic J3.2 - HotZoomer Backend configuration issue
I put some fix , module settings look weird, at bottom you will find zoomer settings but you will be able to use it until we get fully to j3.2.
Fix was to add this code:
jQuery(document).ready(function(){
jQuery('.tab-pane').css('display','block');
});
jQuery(window).load(function(){
jQuery('.tab-pane').css('display','block');
});
at line 603 of <module folder>/elements/zeditor.php
Fix was to add this code:
jQuery(document).ready(function(){
jQuery('.tab-pane').css('display','block');
});
jQuery(window).load(function(){
jQuery('.tab-pane').css('display','block');
});
at line 603 of <module folder>/elements/zeditor.php
The following user(s) said Thank You: peda
Please Log in to join the conversation.
-
kaspi
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
11 years 1 week ago #35202
by kaspi
Replied by kaspi on topic J3.2 - HotZoomer Backend configuration issue
I have the same problem but i cant find code to replace in zeditor.php file.
In my file 603 line looks like taht:
I downloaded expands yesterday. Maybe you change something? Any ideas?
Thanks,
Kasper
In my file 603 line looks like taht:
Code:
601 jQuery("#zoomerEditorList .current").remove();
602 }else alert("<?php echo JText::sprintf("First Select Item For Removal!");?>");
603 return false;
I downloaded expands yesterday. Maybe you change something? Any ideas?
Thanks,
Kasper
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #35210
by ivan.milic
Replied by ivan.milic on topic J3.2 - HotZoomer Backend configuration issue
few lines below insert it just above </script>
Please Log in to join the conversation.
-
Stingertt
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
10 years 8 months ago #38530
by Stingertt
Replied by Stingertt on topic J3.2 - HotZoomer Backend configuration issue
Hi! Does anyone solved this problem? I component of the code in zeditor.php file , but nothing changes.ivan.milic wrote: few lines below insert it just above </script>
Please Log in to join the conversation.
Time to create page: 0.142 seconds