Update the link for logo on small
Remove console.log in js
<a href="#" class="mail"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/mail.png"></a>
</div>
<div class="show-for-small-down small-6 columns">
- <a href="index.html"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-gables-logo.png"></a>
+ <a href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-gables-logo.png"></a>
</div>
<div class="show-for-small-down right small-6 columns">
<p id="phone">231-547-9261</p>
var isSmall = Foundation.utils.is_small_only();
if (isSmall) {
$("#gg-open-table-container").detach().appendTo('#gg-open-table-mobile-container');
- console.log('small');
} else {
$("#gg-open-table-container").detach().appendTo('#primary-sidebar');
- console.log('not small');
}
}, 900));
});
\ No newline at end of file
var isSmall = Foundation.utils.is_small_only();
if (isSmall) {
$("#gg-open-table-container").detach().appendTo('#gg-open-table-mobile-container');
- console.log('small');
} else {
$("#gg-open-table-container").detach().appendTo('#primary-sidebar');
- console.log('not small');
}
}, 900));
});
\ No newline at end of file