create a button in the header of the mobile menu in the middle of the logo and the menu accordion

It looks like the following code, the z-index works differently on mobile: #masthead:not(.menu-absolute){ z-index: 2000; position: relative; } I’d suggest you put the HTML for that button in the same line as the logo and mobile menu then hide/show it when you need to. It would placed under this HTML <div id=”logo-container-mobile” class=”col-lg-0 logo-container middle”>

Custom page html headings plugin?

You could use a simple custom field and have it displayed on the page template. Assuming you name the custom field “page-heading” this could help you: <?php query_posts(); ?> <?php if(get_post_meta($post->ID, ‘page-heading’, true)): ?> <?php echo get_post_meta($post->ID, ‘page-heading’, true); ?> <?php else : ?> Normal content <?php endif; ?> You should be easily able to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)