J3.2 - HotZoomer Backend configuration issue

  • peda
    Active member
  • Topic Author
  • New Member
  • New Member
More
10 years 4 months ago #34255 by peda
Hi,

after updating Joomla 3.1.5 to Joomla 3.2 the Hot Zoomer Module I got with a template (for J3) cannot be configured any longer via the backend. The reason for that is, that the tabs for configuration are missing (please see attached image).



Any ideas, how I can solve this issue?

Thanks,
Peter
Attachments:

Please Log in to join the conversation.

More
10 years 4 months ago #34269 by ivan.milic
You can give us admin access via "Report To Moderator" so we could check

Please Log in to join the conversation.

More
10 years 4 months ago #34284 by ivan.milic
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
The following user(s) said Thank You: peda

Please Log in to join the conversation.

  • kaspi
    Inactive member
  • New Member
  • New Member
More
10 years 3 months ago #35202 by kaspi
I have the same problem but i cant find code to replace in zeditor.php file.

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.

More
10 years 3 months ago #35210 by ivan.milic
few lines below insert it just above </script>

Please Log in to join the conversation.

More
9 years 11 months ago #38530 by Stingertt

ivan.milic wrote: few lines below insert it just above </script>

Hi! Does anyone solved this problem? I component of the code in zeditor.php file , but nothing changes.

Please Log in to join the conversation.

Time to create page: 0.316 seconds
Powered by Kunena Forum