"Insert" Button not Working When Adding Intro Image Frontend - Joomla! Forum - community, help and support
hello, i having issue when editing or adding articles frontend. in order error occurring: login > user menu > article manager > edit article > images , links > select > (select image) > insert this right error occurs. or better said nothing occurs... have done extensive research on problem , have tried few remedies have not been able either of them work. one of issues though causing css styles not loading on media tool. load weird , of images scattered. corrected copying css styles prostar , creating duplicate css style in itmotor2 called template2.css. copied form prostar template configuration.php code: select all $app = jfactory::getapplication(); $doc = jfactory::getdocument(); $this->language = $doc->language; $this->direction = $doc->direction; // add javascript frameworks jhtml::_('bootstrap.framework'); // add stylesheets $doc->addstylesheet('te...