magento-boilerplate | HTML5 Twitter Bootstrap 3.1 Magento Boilerplate | Frontend Framework library
kandi X-RAY | magento-boilerplate Summary
kandi X-RAY | magento-boilerplate Summary
HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of magento-boilerplate
magento-boilerplate Key Features
magento-boilerplate Examples and Code Snippets
Community Discussions
Trending Discussions on magento-boilerplate
QUESTION
My theme is called 'mytheme/custom' and theme should fallback to 'mytheme/default' before 'base/default', but for some reason, my Magento shop keeps falling back to 'base/default'.
I have tried to debug some of the core code to get a better idea of what is happening and after playing around with getFilename method within "/app/code/core/Mage/Core/Model/Design/Package.php" it seems to me that automatically used 'base/default' unless code specifically loads 'mytheme/custom'...
Additionally, to that, I have noticed that one of my bootstrap observers is not being triggered, which is meant to attach on load. "https://github.com/webcomm/magento-boilerplate"
This is happening when I have moved Magento to a different hosting location, I have to assume that their might be some type of customization in place which prevents things working for a different domain name?
Update 1: I have checked "System" -> "Configuration" -> "Advanced" and module is enabled, but when i added var_dump with exit to the observer, nothing happens
Update 2: I have found out that only default modules are being loaded!
...ANSWER
Answered 2017-Oct-07 at 19:47The issue was with the cache. DB still was on the old server, so if I was to clear the cache, it will not take effect on the new server, due to which I had to clear it manually.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install magento-boilerplate
To begin, you should create a new folder with your new theme name (e.g. mytheme) under app/design/frontend/boilerplate/mytheme and skin/frontend/boilerplate/mytheme. From here, you'll want to install the site and enable the theme through Magento's design configuration. Firstly, install your site like any other Magento installation. There's plenty of guides out there on that. Then, visit System > Configuration > Design and change the package from default to boilerplate. Additionally, change the translations, templates, skin, layout and default to whatever you named your theme (such as mytheme). The process we like to stick with when developing is have our dependencies managed for us, and use a task runner to compile them into CSS / JavaScript files which are served to the user. You don't have to do this, however it's a great way to save time down the track, even if there's a bit of a learning curve to begin with.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page