tknezek Posted November 15 Share Posted November 15 (edited) I'm using Prestashop 8, Classic Theme, and I just created a child theme for it, because I wanted to fine tune the page layout some. That part of the child theme process worked perfectly, but somehow the module I had displayed with the displayBeforeFooter hook (HTML Box) has disappeared? I had an iFrame of my phpList newsletter signup form displayed with the HTML Box module. All of the settings are still exactly as I left them in the back room configuration. But the iframe is not showing anymore. I've cleared my browser cache and reloaded the page, and nothing. I'm completely at a loss. If my settings haven't changed, and my child theme is working fine otherwise, how did that one module just stop working? Edited December 7 by tknezek Found a workaround to the problem (see edit history) Link to comment Share on other sites More sharing options...
Divine Posted November 16 Share Posted November 16 Maybe a JS issue ? if so, try to put the JS folder of your parent theme to the child theme. Link to comment Share on other sites More sharing options...
tknezek Posted November 16 Author Share Posted November 16 Hadn't even thought of that! It didn't end up working, but the js is copied over now, so it won't be an issue with anything else I guess? lol I ended up just putting the iframe code directly into the child theme page.tpl... wish I'd thought of that in the first place. Still doesn't solve the mystery of why the module quit working, but did solve the "make the stuff I want appear on the page where I want it" issue. Link to comment Share on other sites More sharing options...
Divine Posted November 17 Share Posted November 17 Nice ! Don't forget to edit your first post and to add [Solved] in the title 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