For Joomla 2.5, I use
Warp6
+ HikaShop 2.0. And it's very very easy to create ideal full responsive site/shop, if you know a little bit Warp 6. But the use of frameworks in Joomla 3.0+, such as Warp 6 + HikaShop 2.0, gives a lot of CSS bugs. Therefore, developers need to create a function in HikaShop, use boostrap or not.
For example, for Joomla!3.0 + Warp6 + HikaShop2.0, paste code in
/templates/yoo_master/layouts/template.config.php in line 12
after
include($this->path('layouts:template.config.php'));
insert code:
// Load Bootstrap css
JHtmlBootstrap::loadCss($includeMaincss = true, $this->direction);
// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');
(Thanks to
Stepan Tyurin
)
P.S. I have already addressed
this issue
to the developers HikaShop.