Category: Themes
-
Fix Jasny File Input in Avant theme and IE / MS Edge
Applies to “Avant – Clean and Responsive Bootstrap 3.3.2 Admin” or Avant 1.4 (c) 2015 as written in readme.txt. Open /HTML/assets/css/styles.css, find the following block: .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); transform: translate(-300px, 0) scale(4); -webkit-transform: translate(-300px, 0) scale(4); font-size: 23px; height: 100%; width: 100%;…
-
Change default Joomla 404 behaviour or style
To show custom 404 page or redirect user on some error to home page or somewhere else copy file error.php located under /templates/system/ into youre template folder eg /templates/mytemplate/error.php. For example to redirect user on 404 add these lines right after defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );. This works for Joomla 1.5. if…