i had a css problem using phoca category view version 2.1.8 with Jommla 2.5 and module Vinaora Visitors Counter only on internet explorer(firefox and chrome working fine). Vinaora Visitors Counter loose the css style on i.e. only on page with phoca category view.
From page source i found that code
- Code: Select all
<style type="text/css">
#sbox-window.phocadownloadpreviewwindow {background-color:#fff;padding:2px}
#sbox-overlay.phocadownloadpreviewoverlay {background-color:#000;}
</style>
was repeated twice and that causes i.e. not to act normally.
I have disable some lines in the joomla/components/com_phocadownload/views/category/view.html.php file
line 159 to 162
- Code: Select all
// $document->addCustomTag( "<style type=\"text/css\"> \n"
// ." #sbox-window.phocadownloadplaywindow {background-color:#fff;padding:2px} \n"
// ." #sbox-overlay.phocadownloadplayoverlay {background-color:#000;} \n"
// ." </style> \n");
and now all working fine on all browsers.
I made that post that if someone has similar problem to know how to get ride of this.
Greate component, keep up good work!




