koim86 Posted September 20, 2015 Share Posted September 20, 2015 Hi Guys, I have a question. i followd this url to convert the deafualt boodstrap theme to a three colum theme. but now the three coloms on the end of the page are very small. (see link). i cannot get them back in full width. Can anybody help me te get/hook these back on the bottum of the page in full width?(see picture) my page: link greetings, Mike Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 20, 2015 Share Posted September 20, 2015 hi...your blockcmsinfo and blockfacebook modules call the hook home and hook home all in side this <div class="center_column col-xs-12 col-sm-6" id="center_column"> please remove the both modules hook and set the footer hook and then try its.thanks Link to comment Share on other sites More sharing options...
koim86 Posted September 20, 2015 Author Share Posted September 20, 2015 Hi, i tried but i cannot hool them to the footer.. how do i hook them to the footer? mike. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 20, 2015 Share Posted September 20, 2015 hi...you can change the your modules php file..thanks.. Link to comment Share on other sites More sharing options...
koim86 Posted September 20, 2015 Author Share Posted September 20, 2015 can you give me the location of the files? i use the default bootstrap. thanks! Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 20, 2015 Share Posted September 20, 2015 hi.. you can find the here modules/blockfacebook/blockfacebook.php and code is public function install() { return parent::install() && Configuration::updateValue('blockfacebook_url', 'https://www.facebook.com/prestashop') && $this->registerHook('displayHome') && $this->registerHook('displayHeader'); } change $this->registerHook('displayHome') to $this->registerHook('footer') public function hookDisplayHome() { if (!$this->isCached('blockfacebook.tpl', $this->getCacheId())) { $facebookurl = Configuration::get('blockfacebook_url'); if (!strstr($facebookurl, 'facebook.com')) $facebookurl = 'https://www.facebook.com/'.$facebookurl; $this->context->smarty->assign('facebookurl', $facebookurl); } return $this->display(__FILE__, 'blockfacebook.tpl', $this->getCacheId()); } public function hookDisplayHome() to public function hookFooter($params)first take the backup and after change its same as blockcmsinfoonce changes is done the uninstall modules and install..thanks Link to comment Share on other sites More sharing options...
koim86 Posted September 20, 2015 Author Share Posted September 20, 2015 Great! thats it. only now i need to lower the green part at the left and right side... do you know how to do that? i'm not that good at coding.. sorry... (see picture) mike. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 20, 2015 Share Posted September 20, 2015 hi..sorry, i don't understand your questions.? thanks Link to comment Share on other sites More sharing options...
koim86 Posted September 20, 2015 Author Share Posted September 20, 2015 (edited) thanks solved! greeting, Michael Edited September 20, 2015 by koim86 (see edit history) Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 29, 2015 Share Posted September 29, 2015 thanks solved! greeting, Michael sorry for long reply. most welcome thanks... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now