aminepara Posted August 25, 2015 Share Posted August 25, 2015 (edited) Bonjour, Débutant sur prestashop, j'ai creer un module pour avoir un box facebook fan page qui slide de gauche a droite. J'aurai bien aimé utilisé un hook (leftcolumn...) mais moi je le veux sur extreme gauche. J'ai essayer de le creer (le hook) mais sans succes. merci de m'aider. en pj le slider fbslider.zip Edited August 25, 2015 by aminepara (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2015 Share Posted August 25, 2015 Ajouter module avec displayHeader hook et avec styles CSS ajoutent position: fixed; top: 50px; right: 0px; alors il apparaîtra sur le bord de l'écran que vous voulez 1 Link to comment Share on other sites More sharing options...
aminepara Posted August 25, 2015 Author Share Posted August 25, 2015 (edited) Hi vekia, Thank you for your quick response. I changed my .php (and made the change in css) but still doesnt show up. I looked in back office for displayheader hook to add my module (position) from the back office but couldn't find it. Plz help public function install() { if (parent::install() == false || !$this->registerHook('displayHeader')) return false; return true; } public function hookdisplayHeader($params) { return $this->display(__FILE__, 'fbslider.tpl'); } } Edited August 25, 2015 by aminepara (see edit history) Link to comment Share on other sites More sharing options...
aminepara Posted August 29, 2015 Author Share Posted August 29, 2015 well as this didn't work and i got no help im giving up. will put the box in the footer. But still vekia i have another problem with ajax pop up not showing up "the proceed to check" or..... I looked everywhere but nothing, i have ajax on in bloc cart module. https://www.prestashop.com/forums/topic/465938-le-pop-up-panier-natif-de-prestashop-16-ne-marche-pas/ 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