Blue background
After refreshing the page pink pagination appear (screenshot)
<div class="gkIsPagination">
- Code: Select all
.gkIsWrapper-gk_appsprotech .gkIsPagination::before, .gkIsWrapper-gk_appsprotech .gkIsPagination::after {
background:
transparent url("http://localhost/joomla/modules/mod_image_show_gk4/styles/gk_appsprotech/images/pagination_lines.png") no-repeat center 0;
content: "";
height: 50px;
width: 40%;
right: 0;
position: absolute;
z-index: 101;
}
Bug is visible on the front page.
Changed font color:
gkIsWrapper-gk_appsprotech .gkIsText h2 a {
color: #FFC9B1;}
instead of blue font
.gkIsWrapper-gk_appsprotech .gkIsText h2 a {
color: #BAE3FF;
like was before in demo quick start package. Somebody messed the code or my pc is going crazy
Quick start package
http://www.screencast.com/t/2A5AS4kX
New 3.2.1 template
http://www.screencast.com/t/NznCGR49Wne
One more question:
Why code console in Google Chrome showing path to css files in v 3.2.1 template eg (screenshot):
- Code: Select all
gk.stuff.css :22
and in quick start demo package showing something like this
- Code: Select all
/apps/: 140
/apps/: 263 etc.
It's any possibility to display path like it was in quick start demo package instead of normal file names?
Regards
Kamil