aka_sh
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: TablePress] Customize tables CSS in the theme's style.cssTobias, thank you for you lightning answer!
Indeed, it worked out, more or less. By the way, why the default background color for a table header is chosen the way it makes the text in the header hard to read? (See the page snippet: )Forum: Networking WordPress
In reply to: Lost access to network siteI just found solution here http://ww.wp.xz.cn/support/topic/recover-super-admin-access-after-username-change
Super Admin staus is kept track of separately. And you have to be logged in as a Super Admin to make another one, so. In your case, the only way to fix it now is in the db.
look in the wp_sitemeta table for the site admins field. you’ll see a value like this:
a:1:{i:0;s:6:”andrea”;}
The 6 means my usenrame has 6 characters. andrea is my username. 🙂 Change whatever you have to your new changed username and that integer.
Thank you, Google! ))
Forum: Networking WordPress
In reply to: Lost access to network siteWell, I’ve got same issue, sir.
My domain.com/wp-admin opens perfectly well, I’m logging in my primary site but there is now link to multisite network. Moreover, “My Sites” lef-menu-item shows correct list of all my network sites.
Can you guess with me what steps fixed the problem?
Forum: Networking WordPress
In reply to: Localised (translated) user names in multisite blogIndeed, sounds promising.. I’ll check it out.
Forum: Networking WordPress
In reply to: Localised (translated) user names in multisite blogIpstenu, thanks for reply!
For the moment I want to display same user differently on different blogs.
Indeed, I forgot about author page (maybe cause I’m not using is), but I guess that “Multisite Language Switcher” plugin will cover me.