alirezaok Posted July 17, 2014 Share Posted July 17, 2014 hi i want to edit HTML code of block that showes some images in default bootstrap theme. exactly I showes where I want to edit by red strock in attached image. where is the html code of it in prestashop files? thanks Link to comment Share on other sites More sharing options...
vekia Posted July 17, 2014 Share Posted July 17, 2014 hello this feature is a part of module called theme configurator you can manage images on module configuration page if you want to modify .tpl files you have to edit module .tpl file it's located in directory /modules/themeconfigurator/ remember that this file can be overrided by template (/themes/YOUR_THEME/modules/themeconfigurator) Link to comment Share on other sites More sharing options...
alirezaok Posted July 20, 2014 Author Share Posted July 20, 2014 in /modules/themeconfigurator/ there is not .tbl file. also there is not this folder: /themes/YOUR_THEME/modules/themeconfigurator Link to comment Share on other sites More sharing options...
Atomic Penguins Posted July 21, 2014 Share Posted July 21, 2014 Hi alirezaok, What exactly do you want to do with that block? If you want to add a custom DIV on that position, you can edit the index.tpl. Go to /themes/YOUR_THEME/index.tpl You can see these codes: {if isset($HOOK_HOME) && $HOOK_HOME|trim} <div class="clearfix">{$HOOK_HOME}</div> {/if} Inside the <div class="clearfix"> is where you put in your custom code. If you want to change the images on that block, you can login to your Prestashop Admin Panel, and go to Modules and search for Theme Configuration. I hope this is what you're looking for! Atomic Penguins 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