erez88
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_header() in (…)An update for those who may encounter the same problem in the future:
I have absolutely no idea what causes the issue. I GUESS that a modification of index.php has made a series of irreversible effects on a wide array of other files, including the SQL database itself (by irreversible I mean that restoring any of those files will no longer have any effect).
So I installed a new WP with an all new database. This of course works. Sorry, but no news here.
Forum: Plugins
In reply to: [Yoast SEO] How Can I Remove "HOME > " from Breadcrumbs?Hi cr8ivmedia, thanks, but your suggestion didn’t work for me ??
Forum: Themes and Templates
In reply to: [Responsive] center menu to pageWorking solution for menu: (put into your child-theme’s stylesheet)
@media screen and (min-width: 981px) { .menu { text-align:center } .menu li { display:inline-block; float:none; margin-left: -5px; } .menu li li { display:block; text-align:left } }
Working solution for footer: (same)
copyright { text-align: right; } .powered { text-align: left; }
Forum: Themes and Templates
In reply to: [Responsive] center footer content to pageIf anyone else needs a solution: https://cyberchimps.com/forum-topic/center-menu-and-footer-content-to-page ??
Oh excellent, thanks for the feedback!
Okay. I managed to do it. It might not be optimal but it works:
.mtphr-dnt-tick {height:28px; margin-top:4px;}
(to the child theme’s stylesheet)Forum: Themes and Templates
In reply to: [Responsive] center menu to pageThanks, friend! let me know when you come across something ??
Forum: Themes and Templates
In reply to: [Responsive] center menu to pageThanks, Brad! I’m afraid this doesn’t work though, quite simply, nothing happens…
I should also add, that I brought the logo down to the menu, so now they’re on the same baseline. The logo should center with the rest of the menu, so it looks like this: https://erezhenya.com/random_files/wp_forum/menu.png
P.S.- sorry I unable link to the page, I test it on my localhost…