This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01. Quit MAMP. | |
02. In the finder go to Applications/MAMP/db/mysql56/. | |
03. Delete the log files (in my case ib_logfile0 & ib_logfile1). | |
04. Restart MAMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
.buttons-set { | |
display: none; | |
} | |
h1, h2, h3 { | |
font-size: 16px; | |
color: #666666; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Image from skin folder --> | |
<img src="<?php echo $this->getSkinUrl();?>images/icon-email.svg" /> | |
<!-- Image from wysiwyg folder --> | |
<img src="<?php echo $this->getUrl('') ?>media/wysiwyg/beer-logo.jpg" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Global - Scroll to the top of the page | |
$j(".introView button").click(function(){ | |
$j('html, body').animate({ scrollTop: 0 }, 'slow'); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background: url('../images/arrow-button-next-hov.png') no-repeat right 10px top 50% #00973A; | |
/*--or--*/ | |
background-image: url('../images/icon-filter.svg'); | |
background-size: 30px 30px; | |
background-repeat: no-repeat; | |
background-color: transparent !important; | |
background-position: right 10px bottom 0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Add the following comment code so you can indent the code and it still shows as empty --> | |
<div class="row"> | |
<div id="global-message-inner" class="col-md-12"><!-- | |
--><?php echo $this->getChildHtml('global_messages') ?><!-- | |
--></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="the-search"> | |
<!-- Something here --> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{skin url='images/drinkaware_logo.png'}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Adding Filters to sidebar | |
// ------------------------------------ | |
01. Apply plugin 'WOOF - WooCommerce Products Filter' | |
02. Select 'Settings' from the plugin page | |
03. Select what you would like to filter and how you would like it to look | |
04. Go to the Widgets menu, and drag the 'WOOF - WooCommerce Products Filter' to the sidebar | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Base Plugins | |
// ------------------------------ | |
WooCommerce | |
By WooCommerce | |
// Payment Gateways | |
// ------------------------------ |