• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 13.10.16, 18:56
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9970 - al4.5 Banner carousel brakes icons from BO

http://screencast.com/t/RD53Za12
Fix:
file modules\pk_bannercarousel\views\templates\admin\slides.tpl
the code

<i class="orderer icon-align-justify"></i>

change to

<i class="icon-align-justify"></i>

file \pk_bannercarousel\pk_bannercarousel.php
remove the code

$this->context->controller->addCSS($this->_path.'views/css/elusive-icons/elusive-webfont.css');

and delete the folder

and also a small bug http://screencast.com/t/kozJJ9PScEfd
file modules\pk_bannercarousel\views\css\buttons.css
code

.button-large.grey {
		color: #fff;
		border: 1px solid #919392;
		background: url(../img/buttons/buttons.png) repeat-x;
		background-position: 0 -226px;
	}

change to

.button-large.grey, .button-large.grey:hover{
		color: #fff;
		border: 1px solid #919392;
		background: url(../img/buttons/buttons.png) repeat-x;
		background-position: 0 -226px;
		text-decoration: none;
	}

Comments

No comments yet