Forum Replies Created
-
AuthorPosts
-
Thank you! Looks like that’s working!
On that note, fixed the hamburger menu. I kept putting code in the wrong spot.
Seems like the only way to fix the menu going over top of the logo problem is to make the responsive menu pop up really early. Is that the only solution?
Well, that worked for the main menu but now it made the hamburger menu in the wrong spot (it’s now up way too high). And it still doesn’t solve the problem of the menu being able to go on top of the logo if you start slowly resizing your browser window down.
This is everything I have in quick CSS (including what you put up above.)
@media only screen and (min-width: 768px) { .av-hamburger { display:none!important; } } @media only screen and (max-width: 768px) { .menu-item-top-level { display: none!important; } } .avia-menu.av-main-nav-wrap{ margin-top:-35px!important; } #menu-item-search{ margin-top:35px!important; }
I have this in my wp-config.php:
define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '512M');
The Server memory limit is also set to 1024M, and the post and upload limits are set to 256M.
The page still doesn’t load. I’m not sure why.Thanks! That helped a lot! Now the backend loads, however, the front end still doesn’t load. Any thoughts?
-
AuthorPosts