News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Bootstrap css not working properly on virtuemart component

Started by gautam09, April 25, 2015, 12:27:35 PM

Previous topic - Next topic

gautam09

Hello,

          Bootstrap is not working on the page of virtuemart component only.

         Inner page working perfectly but on home page it didn't work.

         I m using joomla 2.5.28 and virtuemart 3.0.8       



below are the code of particular area of index.php

<div class="row">
   <div class="container well">
    <?php
      $view = JRequest::getVar('view');         
        if ($view == 'virtuemart') { ?>
    <h1> Product Catagories </h1>
    <?php } ?>
<div>

<?php if ($this->countModules('position-5')): ?>

<!-- LEFT PART STARTS -->
      <div class="col-lg-4 col-md-4 hidden-sm hidden-xs catagorylink">
          <jdoc:include type="modules" name="position-5" />         
        </div>
        <?php endif; ?>     
<!-- LEFT PART ENDSS -->                   
       
<!-- RIGTH PART STARTS -->       
        <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
        <jdoc:include type="message" />
        <jdoc:include type="component" />
        <jdoc:include type="modules" name="position-10" />         
        </div>
<!-- RIGHT PART ENDS -->                     
       
   </div>
</div>
</div>
Thank's & Regards
Gautam Kumar
Sr. Software Engineer