martafont
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Placing MSML rightHi,
The <div id=”language”>
<?php if ( function_exists( ‘the_msls’ ) ) the_msls(); ?>
</div> is already there, and works perfect appearing left side (as It is now).I want it exactly where it is now, but on the right side, just on top of the main menu. I know it might be something easy and stupid but I just did not found out how (and where) to put the code.
Do I have to put this on the style.css????
#language { position:absolute; top:34px; right:7px; }
#language a { margin-left:5px; }thanks a lot
Forum: Plugins
In reply to: [Multisite Language Switcher] Language does not change in admin settingsYes I have both packages installed but in my wp-config there is no such a line. Where exactly should I add It?
thanx
Forum: Networking WordPress
In reply to: My second site is not appearing on the main menu of WP adminAwesome!!!! Solved.
Thanks big big time! I was driving nuts.
Forum: Networking WordPress
In reply to: My second site is not appearing on the main menu of WP adminI see. No, they have different users.
Mysite.es –> User1, that appears to be the “admin one”
Mysite.cat –> User2So by removing my second site username will be solved?
Thanks