Module in Modal Not Work
- Posted by Max Weber (2) Offline
I installed mod_moduleinmodal, configuration fine ok, but not working :/
"Opened on every page load"
9 years 1 month ago #1
by Max Weber
"Opened on every page load"
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, I visited your website and looks like everything goes fine. Have you managed to solve the rpoblem?
https://www.dropbox.com/s/kvg3c4o5laxsuyk/g9d7m.jpg?raw=1
9 years 1 month ago #2
by TemplatePlazza
https://www.dropbox.com/s/kvg3c4o5laxsuyk/g9d7m.jpg?raw=1
Please Log in or Create an account to join the conversation.
- Posted by Max Weber (2) Offline
Yep ... I solved 
Afeter "defined('_JEXEC') or die;" in index.php of my theme, insert the code...
if (isset($this->_script))
{
$this->_script = preg_replace('%window\.addEvent\(\'load\',\s*function\(\)\s*{\s*new\s*JCaption\(\'img.caption\'\);\s*}\);\s*%', '', $this->_script);
if (empty($this->_script))
unset($this->_script);
}
Thanks!
9 years 1 month ago #3
by Max Weber

Afeter "defined('_JEXEC') or die;" in index.php of my theme, insert the code...
if (isset($this->_script))
{
$this->_script = preg_replace('%window\.addEvent\(\'load\',\s*function\(\)\s*{\s*new\s*JCaption\(\'img.caption\'\);\s*}\);\s*%', '', $this->_script);
if (empty($this->_script))
unset($this->_script);
}
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline