andreand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Container's Homepage transparentThanks a lot alchymyth!
But, how can I change the container background colour of the homepage?
I mean, how can I say that if it’s homepage, the container background colour is none?
Thanks a lot!
Forum: Installing WordPress
In reply to: Moving to a new serverThanks builtbynorthby!
I’ll try to do so!Forum: Themes and Templates
In reply to: Label attached to the edgeI’d like to say that this label is that kind of labels that seems a tab, but attached at the right edge of the main content of the page.
I’m sure you’ve already seen it.
Some people use it to show a award, other people to add a link to their email contact, other to show a sponsor logo, …
Do you know what I mean? Any tutorial or hack?
Thanks a lot!
Forum: Themes and Templates
In reply to: More than 1 menu, but not hierarchyEsmi, thanks for your help!
David, thanks a lot! I’ll read the tutorial that you send me. It’s exactly what I’m searching for!! ?? So, I expect it solve my problem!
I’ll save to my Delicious, too!
Thanks!!
Forum: Themes and Templates
In reply to: More than 1 menu, but not hierarchyThanks a lot, esmi!
However, I don’t know how to do it … I need more information, please.
What I’d like to do is:
https://www.nomondesign.com/test/wp_multiplemenus.jpgMy theme is called “twentyten”.
I wrote this code in functions.php:
// This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'twentyten' ), 'secondary' => __( 'Secondary Navigation', 'twentyten' ), ) );
and in header.php:
<div id="menu_adicional"> <?php wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'menu_class' => 'secondary', 'fallback_cb' => '') ); ?> </div> <div id="menu_principal"> <?php wp_nav_menu( array( 'theme_location' => 'primary-menu', 'menu_class' => 'primary', 'fallback_cb' => '') ); ?> </div>
But, it doesn’t work …
Could you help me please? You can see the image:
https://www.nomondesign.com/test/wp_multiplemenus.jpgThanks a lot!
Forum: Fixing WordPress
In reply to: Page as post and translatableThanks MichaelH. But it isn’t what I’m searching for.
Please, could someone help me? I can’t believe that anyone hasn’t done a section as a “post” type. And also translatable …
Forum: Installing WordPress
In reply to: How often upgrade?Thanks a lot hooknose, for the details! I’ll do what you suggest.
It seems so logical!Forum: Fixing WordPress
In reply to: Url equal title sectionThanks alchymyth! I found this:
Changing the URL (or “Slug”) of Your Pages:
https://codex.www.ads-software.com/PagesForum: Installing WordPress
In reply to: How often upgrade??? It’s sound great!
Thanks a lot, James + Otto!
Forum: Installing WordPress
In reply to: How often upgrade?So, by upgrading automathically, won’t my theme be damaged? Nor my language files, plugins, … and so on.
Or have I to take care on something?
Thanks a lot!
Forum: Installing WordPress
In reply to: How often upgrade?Thanks, James!
However, I read that this authomatic installation is not recommended, because it could damage some files. So, it is supossed to do “by hand”.
So, I have to upgrade once a month more or less?
Thanks!
Forum: Fixing WordPress
In reply to: How do I set uploads folder 777 permissionsInstructions:
1. Login your FTP
2. wp-content/uploads/
3. right button
4. archives attributes (or something similar)
5. ‘numeric value’: 777Then login your blog and:
1. Settings – Miscellaneous
2. ‘Store uploads in this folder’: wp-content/uploads