"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
and renamed / pasted itmotor2 configuration.php.
this worked fine , corrected layout of media manager box.
(link solution media manager box) https://www.[youtube].com/watch?v=bmd6jthm-cu
this advanced trouble shooting have done try , correct issue..
video walk-through of issue step step
https://www.[youtube].com/watch?v=lakuvnmgm1s
have tried set protostar or beez3 templates default , problem persist.
please let me know how fix issue. trying make site easy update use fronted perspective user , proving difficult!
jeremy tyler
xceptional web design
www.xceptionalwebdesign.net
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('templates/' . $this->template . '/css/template.css');
// load optional rtl bootstrap css , bootstrap bugfixes
jhtmlbootstrap::loadcss($includemaincss = false, $this->direction);
and renamed / pasted itmotor2 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('templates/' . $this->template. '/css/template2.css');
// load optional rtl bootstrap css , bootstrap bugfixes
jhtmlbootstrap::loadcss($includemaincss = false, $this->direction);
this worked fine , corrected layout of media manager box.
(link solution media manager box) https://www.[youtube].com/watch?v=bmd6jthm-cu
this advanced trouble shooting have done try , correct issue..
video walk-through of issue step step
https://www.[youtube].com/watch?v=lakuvnmgm1s
have tried set protostar or beez3 templates default , problem persist.
please let me know how fix issue. trying make site easy update use fronted perspective user , proving difficult!
jeremy tyler
xceptional web design
www.xceptionalwebdesign.net
you should set error_reporting maximum , see more error
Comments
Post a Comment