sniggle / joomla-bootstrap4-template

Joomla! 3 Site template for Bootstrap 4 (current version 4.4.1)
GNU General Public License v3.0
94 stars 44 forks source link

Wrong order of .css files #12

Closed Mangaclub closed 6 years ago

Mangaclub commented 6 years ago

// Add Stylesheets $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/template.css'); $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/bootstrap.min.css'); $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/font-awesome.min.css');

is a wrong order of requestion css files. template css always will get overwritten bei bootstrap.min.css

// Add Stylesheets $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/bootstrap.min.css'); $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/font-awesome.min.css'); $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/template.css');

is a correct load order for styling this template via template.css

jwiesel commented 6 years ago

Hi @Mangaclub , the issue has been fixed recently. It will be part of the next release.

jwiesel commented 6 years ago

fixed in release 1.8