css problem - Joomla 3.3 artisteer 4.3 template with j2store webshop


Author Message
boehmtho

Posted: 1/3/2015
Quote message 

Hello,

I have a problem with artisteer generated template and the j2store webshop. While using the joomla 3.3 "protostar" template the checkout is looking perfect. If I am using artisteer generated template the checkout for j2store is chaos. Please check attached screenshot from both templates to give me a helping hand. Is there a option in artisteer, bug or coding needed? Thank you in advance

https://plus.google.com/photos/114355318812831557504/albums/6100250854941049489
 
Nicole

Posted: 1/5/2015
Quote message 

Hello,
it may happen that the issue is related to Bootstrap.
You can link bootstrap to the Artisteer template manually using the following solution:
1.
open template index.php file
2.
find the line:
JHtml::_('behavior.framework', true);
3.
add the following code below this line:
JHtml::_('bootstrap.tooltip');
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap-responsive.min.css');

This should help.

 
boehmtho

Posted: 1/7/2015
Quote message 

Thank you!

The code did fix the css problem for j2store. But know the mod_login is not correct. I did upload a new screenshot
https://plus.google.com/photos/114355318812831557504/albums/6100250854941049489
according to firebug the code is in bootstrap.css. Do you also have advise for this problem.

Regards,