harryts
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom menu in Twenty ElevenI use localhost for the moment. Subdirectory as follows
…wordpress\wp-content\themes\twentyeleven-childForum: Themes and Templates
In reply to: Custom menu in Twenty Elevenand perform all the customization (fonts, colors, margins etc.) using it/ I have my custom.css etc.
Forum: Themes and Templates
In reply to: Custom menu in Twenty ElevenSure,I created my Child-subdirectory long ago
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenSorry. RTFM: ” You can also drag a menu item a little to the right to make it a submenu” Now it works 🙂
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenI’m in Twenty Eleven. All my small Child changes are about fonts, colors, margins etc., not the code itself. I guess, the default menu, in which I was not able to arrange pages, had the dropdown-option. And when I changed it with “my menu”, the dropdown-option somehow switched off.
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenTwo hours ago everything was OK 🙂 I could see nested pages in my navigation bar, simply the order was strange. After I added some name (‘my menu’) into ‘dashboard – appearance – menus – theme location’, added ‘Home’ to ‘my menu’ and set the proper order, I was not able to see nested pages in my navigation bar any more. Where is the dropdown-option, please?
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenThere is one more problem. In my navigation bar the page order now is OK, but I can’t see nested pages. In Dashboard -> Pages, however, they exist and have the proper Parent (part of my menu). What could be wrong?
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenThanks a lot. Now it works OK
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenOK. Now it looks much better, but the default “Home” (first button) disappears. I probably should convert it from post into page, add to my custom menu and set the order again.
Forum: Themes and Templates
In reply to: how to change page order in top navigation bar in Twenty ElevenI use a localhost for the moment. I guessed this was a typical question resolved long ago. If I can’t change page order using Dashboard (which sounds strange) I’d like to know what php-file should hack in my Child. Thanks
Forum: Themes and Templates
In reply to: Changing the footer in my twenty-eleven child themeThanks. Very simple indeed. The name “site-generator” confuses
About the footer. I already posted this question at http://wordpress.org/support/topic/help-with-site-2?replies=25#post-2532247, but I didn’t get an answer. I’d like not to just remove the wording “Proudly powered by WordPress” completely, which is possible by deleting lines 24-27 in the footer.php-file in my twentyeleven-child theme, but to play a bit with its color and location. For example, set color ##009900 (green) and align it left or right. I guess, I should change some lines in my style.css child file. Thanks.
Forum: Fixing WordPress
In reply to: Help with siteHello. I’d like not to remove the wording “Proudly powered by WordPress” completely (delete lines 24-27 if the footer.php in my twentyeleven-child theme), but just to play s bit with its color and location. For example, set color ##009900 (green) and align it left or right. Thanks.
Forum: Themes and Templates
In reply to: Changing "Leave a Reply" Twenty ElevenOh! Sorry. That was simple: just to change the encoding from ANSI into UTF-8.
Forum: Themes and Templates
In reply to: Changing "Leave a Reply" Twenty ElevenAnother question. How can I change the wording “Leave a Reply” into Cyrillic “Добавить комментарий”? I created the child comments.php-file, but the php-syntax doesn’t understand things like <?php comment_form(array(‘title_reply’=>’Добавить комментарий’)); ?>
Thanks.