Magento theme integration -


hi i'm trying figure out theme implementation in magento. it's first magento community edition installation , first theme try. problem i'm ecnoutering footer.phtml in not showing in front-end showing default footer .and 1 more thing, in screensort u'll see default content coming want disable "cms homepage content goes here"

here file structure:

/var/www/projects/magento_mag/app/design/frontend/mypackage/mag/magento_theme/templates/html 

here have created html files in template. header , content part showing in front-end footer part not showing here screensort , footer html

enter image description here

    <?php /**  * copyright © 2015 magento. rights reserved.  * see copying.txt license details.  */  // @codingstandardsignorefile  ?>  <!-- footer container -->     <div class="footer-container">       <div class="footer">         <div class="footercol">            </div>          <!-- footer botom bar -->         <address class="copyright">         entering site, @ vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. et harum quidem rerum facilis est et expedita distinctio. nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime.         </address>       </div>     </div>   </div>   <!-- white shadow wrapper end here -->    </div> 

as see have dumped theme files in magento folder have not set demo content of theme. if demo content theme have read document comes theme , follow instructions , set cms page per requirement. if demo content not provided have can disble cms content on home page admin panel. login in admin panel -> navigate cms -> pages -> search page have content displaying in home page , disable it.

if need other please let me know. if can give me access can have it.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -