-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.5
Hi
here some information about bootstrap and Framework refer to this
post
1) bootsrap and joomla
1a )
no standart way to use bootsrap/jquery in joomla 2.x . so use joomla extension plugin in this case
All joomla 3.x use only boostrap 2.3.2 since joomla version 3.2
in joomla 3.x <jdoc:include type="head" /> ll add in html page a path to bootstrap file ( js only ) so we need to add css
<?php
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl . '/media/jui/css/bootstrap.min.css');
?>
1b ) here the boostrap version in joomla version
1c ) many way to generate bootstrap design
- webservice using
customize link
( css js ...) on their website
- less supporting by joomla ( TODO : study )
- sass not support by joomla
- buy bootstrap template tha tsupport higher bs version number but menu issues
T3
-
joostrap
2) hikashop and bootstrap [/b]
2a ) hks install it own jquery javascript file but bootstrap has it own !!!
how hikashop manage the 2 jquery library ?
2b ) since joomla version support botstrap , hikashop ll support the bootstrap version supported by joomla in the backend.
2c ) hikashop can activate boostrap design
Does it mean in the joomla template for front End user ?
make any comment if i write something wrong !!
regard's