ferp2 Posted April 16, 2014 Share Posted April 16, 2014 On the bootstrap theme, you have the Custom CMS information block lined up horizontally with the Facebook block. The facebook block is aligned on the left. The Custom CMS information block has two entries which create two blocks, one in the middle and the other on the right. So three blocks lined up horizontally: Facebook block | Custom CMS info block Entry 1 | Custom CMS info block Entry 2 So I removed the Facebook block and the two Custom CMS info block entries spread out horizontally to take up all the space as follows: Custom CMS info block Entry 1 | Custom CMS info block Entry 2 Now what I want to do is replace the Facebook block with a third Custom CMS info block as follows. I assumed it should work as follows: Custom CMS info block Entry 1 | Custom CMS info block Entry 2 | Custom CMS info block Entry 3 Instead it works like this: Custom CMS info block Entry 2 | Custom CMS info block Entry 3 Custom CMS info block Entry 1 How do I get the three Custom CMS info block entries to line up horizontally. Thanks. Link to comment Share on other sites More sharing options...
dioniz Posted April 16, 2014 Share Posted April 16, 2014 You can try this: Open blockcmsinfo.tpl and change this: <div class="col-xs-6">{$info.text}</div> to this: <div class="col-xs-4">{$info.text}</div> Link to comment Share on other sites More sharing options...
Jeff Chan Posted April 28, 2014 Share Posted April 28, 2014 You are a amazing! Thanks! Link to comment Share on other sites More sharing options...
Esese Posted May 3, 2014 Share Posted May 3, 2014 Where do i open this ---> Open blockcmsinfo.tpl Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 blockcmsinfo.tpl is a file located in your prestashop filesystem. you need to connect to ftp service, and browse shop filesystem. go to file: /themes/default-bootstrap/modules/blockcmsinfo/blockcmsinfo.tpl 1 Link to comment Share on other sites More sharing options...
Esese Posted May 3, 2014 Share Posted May 3, 2014 Thanks for the info and the quick response Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 so you managed to change it exactly as dioniz suggested? 1 Link to comment Share on other sites More sharing options...
Jeff Chan Posted May 4, 2014 Share Posted May 4, 2014 so you managed to change it exactly as dioniz suggested? Yes I am! Link to comment Share on other sites More sharing options...
Esese Posted May 4, 2014 Share Posted May 4, 2014 (edited) so you managed to change it exactly as dioniz suggested? To be very sincere...i didn't manage it on my own. Even though i did get the swing of it, my IT skills failed me as they are really below par! Hence, I got help from an IT guy:) Edited May 4, 2014 by Esese (see edit history) Link to comment Share on other sites More sharing options...
pbdwaj Posted September 11, 2014 Share Posted September 11, 2014 Hi Vekia. i am unable to find /themes/default-bootstrap/modules/blockcmsinfo/blockcmsinfo.tpl there is no folder named blockcmsinfo. Please help. i need the same solution as ferp2 wanted in first post. Link to comment Share on other sites More sharing options...
dioniz Posted September 11, 2014 Share Posted September 11, 2014 You can copy it from yourdomain/modules folder. Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2014 Share Posted September 12, 2014 Hi Vekia. i am unable to find /themes/default-bootstrap/modules/blockcmsinfo/blockcmsinfo.tpl there is no folder named blockcmsinfo. Please help. i need the same solution as ferp2 wanted in first post. so check modules directory, you can alter file there but in my opinion it's better to move it to the themes directory 1 Link to comment Share on other sites More sharing options...
pbdwaj Posted September 13, 2014 Share Posted September 13, 2014 Thanks all.... it is solved Link to comment Share on other sites More sharing options...
Recommended Posts