Module in Modal Not Work

I installed mod_moduleinmodal, configuration fine ok, but not working :/

"Opened on every page load"
9 years 1 month ago #1 by Max Weber

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

Please Log in or Create an account to join the conversation.

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

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Ah ok nice. Thanks for the update ;)
9 years 1 month ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum