begis
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Admin terribly slowBoth sites are one instance of WP…
Problem solved:
1) activating plugins separately from each site instead of using network activation helped a little.
2) updating /etc/hosts with 127.0.0.1 = domain – probably did the trick…
Forum: Networking WordPress
In reply to: Admin terribly slowOK, I did a deep research:
I have 2 sites on 2 different domains, using own template built on TwentyTen, using 15 own plugins and about 25 public plugins… Admin on primary domain (the same as network admin) is slow, admin on secondary domain is OK. 22sec vs. 1 sec page load.
I have tried to use Twenty Thirteen template and no plugins (i have deleted plugins folder), however still slow. On every page.
There are no errors in apache2 log… It looks like some redirect issue, because secondary domain admin (URL is on this domain) works fine…
Forum: Alpha/Beta/RC
In reply to: Admin layout croppedIt was RC3 even full 3.2… After deactivation of all plugins and its reactivation problem disappeared… Strange ??
Forum: Fixing WordPress
In reply to: WordPress 3 Menu (wp_nav_menu) won't updateHi, I have encountered the same problem but in different way. I have 2 servers (not same, but pretty similar configuration both hardware and software).
1) 1st server, menu working fine (more than 60 items in 4 levels in one menu).
2) migrating whole WP to 2nd server (sort like 1:1 copy), everything is all right3) as soon as I try to change (add, delete, move) the menu on 2nd server, after submit menu is cropped to first 30 items.
So it looks like this bug appears just some times.
Any help?
Forum: Fixing WordPress
In reply to: wp_nav_menu add a parent classHi Dan,
I would like to use your piece of code “Nfr_Menu_Walker” as a plugin. Could you point me how to do it? If I just put it into plugin without any apply_filters action, it seems not working.
Of course, I use the wp_nav_menu(‘walker’ => new Nfr_Menu_Walker()) construction…
Thanx Begis
Forum: Everything else WordPress
In reply to: related links in pages2 esmi: thank you very much for your link… I spend like 20 hours of searching through plugins…