Modification to the default.php file in Joom Donation - Joomla! Forum - community, help and support
hi, i'm using component called joomdonation. need modify way donation form works. found file called default.php has html table structure. need hide content being called each cell. added new css class each cell dont want displayed.
when upload new file server, new classes not there when inspect firebug! (classes added css of course)
are components being chache somewhere else in joomla installation?
right component being hosted in own directory.
thanks.
when upload new file server, new classes not there when inspect firebug! (classes added css of course)
are components being chache somewhere else in joomla installation?
right component being hosted in own directory.
thanks.
you need clear cache component/module, clear browser cache css , js files downloaded again , not used cache. if using third party service cdn clear cache doesn't serve cached content.
it isn't recommended modify extensions directly. joomla , third party providers provide overrides this, can specify module name in override folder (within template) , use exact file name, copy over, update accordingly. don't need css, can literally modify php file , hide html or remove it, in override folder.
than when update compare , adjust accordingly.
it isn't recommended modify extensions directly. joomla , third party providers provide overrides this, can specify module name in override folder (within template) , use exact file name, copy over, update accordingly. don't need css, can literally modify php file , hide html or remove it, in override folder.
than when update compare , adjust accordingly.
Comments
Post a Comment