Re: Responsive Cold Steel Template
Here's the problem with /includes/templates/cold_steel/sideboxes/tpl_featured.php
Code:
$content .= '<div>' . $featured_box_price . '</div>';
$content .= '</div>';
$random_featured_product->MoveNextRandom();
}
$content .= '</div>' . "\n";
same problem with /includes/templates/cold_steel/sideboxes/tpl_specials.php
Code:
$content .= '<div>' . $specials_box_price . '</div>';
$content .= '</div>';
$random_specials_sidebox_product->MoveNextRandom();
}
$content .= '</div>' . "\n";
Re: Responsive Cold Steel Template
Quote:
Originally Posted by
vanhorn_s
Here's the problem with /includes/templates/cold_steel/sideboxes/tpl_featured.php
Code:
$content .= '<div>' . $featured_box_price . '</div>';
$content .= '</div>';
$random_featured_product->MoveNextRandom();
}
$content .= '</div>' . "\n";
same problem with /includes/templates/cold_steel/sideboxes/tpl_specials.php
Code:
$content .= '<div>' . $specials_box_price . '</div>';
$content .= '</div>';
$random_specials_sidebox_product->MoveNextRandom();
}
$content .= '</div>' . "\n";
As the template was design for a fixed 2 column width by another, I only incorporated the responsive code and did not focus on the other altered files.
Nice catch, I will update when I incorporate the updated 2.0 responsive code.
Re: Responsive Cold Steel Template
I renamed /includes/templates/cold_steel/ie_stylesheet.css To ie_stylesheet.css.bak, and that got rid of the blue background in IE, and noe it is a white background in both IE, and Firefox.
Re: Responsive Cold Steel Template
Quote:
Originally Posted by
vanhorn_s
I renamed /includes/templates/cold_steel/ie_stylesheet.css To ie_stylesheet.css.bak, and that got rid of the blue background in IE, and noe it is a white background in both IE, and Firefox.
I never understood why (.bak) gets used, these files can still be accessed and I have seen it many times.
I prefer simply adding (ie_stylesheet.css~) to any file I don't want called, this is used by (g o o g l e) to deactivate execution files. OW
Another thread perhaps.
Re: Responsive Cold Steel Template
Sometimes I will do .old, because most of the time, filezillla will hide .bak from me.
Re: Responsive Cold Steel Template
Did you use css/js loader ?
Quote:
Originally Posted by
rbarbour
I never understood why (.bak) gets used, these files can still be accessed and I have seen it many times.
I prefer simply adding (ie_stylesheet.css~) to any file I don't want called, this is used by (g o o g l e) to deactivate execution files. OW
Another thread perhaps.
Re: Responsive Cold Steel Template
My changes to this template are noted in post #1
I am not the designer, I simply converted template to be responsive.
Quote:
Originally Posted by
cvhainb
Did you use css/js loader ?
Re: Responsive Cold Steel Template
hi i like to know if Responsive Cold Steel Template for v1.5. is compatible with Zencart 1.5.4 ?
thanx
best
emil
Re: Responsive Cold Steel Template
Is there a demo anywhere?