<div id="footer-social">
<a href="" class="online-reservation">Online Reservations</a>
<a class="social-icon fb" href="https://www.facebook.com/Laurium-Manor-Inn-93454247661/"></a>
- <a class="social-icon instagram" href=""></a>
+ <a class="social-icon instagram" href="https://www.instagram.com/lauriummanorinn/"></a>
</div>
</div>
</div>
wp_enqueue_style( 'nivo-lightbox', get_template_directory_uri() . '/css/nivo-lightbox.css' );
wp_enqueue_style( 'animate', get_template_directory_uri() . '/css/animate.css' );
wp_enqueue_style( 'slick', get_template_directory_uri() . '/css/slick.css' );
- wp_enqueue_style('accesspress-parallax-woocommerce',get_template_directory_uri().'/woocommerce/ap-parallax-style.css');
+ wp_enqueue_style('accesspress-parallax-woocommerce',get_template_directory_uri().'/woocommerce/ap-parallax-style.css');
wp_enqueue_style( 'accesspress-parallax-style', get_stylesheet_uri() );
wp_enqueue_style( 'accesspress-parallax-responsive', get_template_directory_uri() . '/css/responsive.css' );
<div class="social-header">
<a href="" class="online-reservation">Online Reservations</a>
<a class="social-icon fb" href="https://www.facebook.com/Laurium-Manor-Inn-93454247661/"></a>
- <a class="social-icon instagram" href=""></a>
+ <a class="social-icon instagram" href="https://www.instagram.com/lauriummanorinn/"></a>
</div>
<div class="flex-box">
$('.portfolio-listing').first().children('.portfolio-list').on("click", function(e){
e.preventDefault();
});
- let portfolio_bottom = $('.portfolio-listing').last();
- portfolio_bottom.children('a').first().attr('href', 'https://clients.innroad.com/kingsail/property.aspx').attr('target', '_blank');
- portfolio_bottom.children('a:eq(1)').attr('href', window.pages.area);
- portfolio_bottom.children('a').last().attr('href', window.pages.amenities);
+
+ $("li.menu-item").each(function(){
+ let preserved = $(this).children('a').html();
+ let stripped = $(this).children("a").text();
+ $(this).attr("data-stripped", stripped);
+ $(this).attr("data-preserved", preserved)
+ });
+ if( $(window).width() < 1001){
+ $("li.menu-item").each(function(){
+ $(this).children('a').text( $(this).data("stripped") );
+ });
+ };
+ $(window).on('resize', function(){
+ if( $(window).width() < 1001){
+ $("li.menu-item").each(function(){
+ $(this).children('a').text($(this).children("a").text() );
+ })
+ }else{
+ $("li.menu-item").each(function(){
+ $(this).children('a').html( $(this).data("preserved") );
+ })
+ }
+ });
});
\ No newline at end of file
<?php if (glm_get_clientinfo_option('tollfree')) :?>
<span><?php echo glm_get_clientinfo_option('tollfree');?></span>
<?php endif;?>
- <a class="mail_1 location-mail" href="<?php echo get_permalink(); ?>">Contact Us</a>
+ <a class="mail_1 location-mail" href="<?php echo get_permalink(925); ?>">Contact Us</a>
</div>
<div class="location_2 address-container"></div>
<?php
position: relative;
line-height: 1;
}
-
+@media (max-width: 1000px){
+ .menu-toggle{
+ position: relative;
+ top: 18px;
+ right: 5px;
+ }
+}
@media (min-width: 1000px){
#site-navigation > .menu{
position: relative;