Title: ektz's Replies | WordPress.org

---

# ektz

  [  ](https://wordpress.org/support/users/ektz/)

 *   [Profile](https://wordpress.org/support/users/ektz/)
 *   [Topics Started](https://wordpress.org/support/users/ektz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ektz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ektz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ektz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ektz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ektz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/ektz/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ektz/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/css-question-3-2/#post-729817)
 * in ur index.php file, please try to put this code.
 * `<div style="clear:both;">&nbsp;</div>`
 * just after ..
 * `<?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;'));?
   >`
 * and before
 * `<?php get_footer(); ?>`
 * let me know if that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WP List Pages, Please help me edit this code](https://wordpress.org/support/topic/wp-list-pages-please-help-me-edit-this-code/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-list-pages-please-help-me-edit-this-code/#post-716275)
 * yeah you should particularly style the ul li tag’s css for menu. if you could
   send me the code for showing the page navi, i would be able to help u better.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [100,000 articles in WordPress?](https://wordpress.org/support/topic/100000-articles-in-wordpress/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/100000-articles-in-wordpress/#post-731144)
 * number of articles shouldn’t be a problem. the slow loading is due to something
   else. if you could share your link, it would clear the picture of the problem
   u are facing.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blank CSS for WordPress](https://wordpress.org/support/topic/blank-css-for-wordpress/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/blank-css-for-wordpress/#post-679650)
 * What you ask for is already there. Take a look at this .. you’ll find your blank
   theme. i couldn’t find the link on author’s site so i uploaded it at my blog 
   for people to download.
 * [http://falconerdesigns.com/2008/01/13/blank-wordpress-theme/](http://falconerdesigns.com/2008/01/13/blank-wordpress-theme/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problems with Mamopress (by Ekta Paneri)](https://wordpress.org/support/topic/problems-with-mamopress-by-ekta-paneri/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/problems-with-mamopress-by-ekta-paneri/#post-554149)
 * I remember someone else told me the same thing about my theme. and i guess it
   was the problem with visual rich editor, as in probably some “div” tags that 
   are left unclosed in the post, were disrupting the layout.
 * what i can suggest is, you make a post, and when it looks like disrupting the
   layout, you edit it from the “code” window, and not the visual rich editer, and
   see if its because of the unclosed tag problem.
 * keep me updated.
    Ekta.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post Formatting](https://wordpress.org/support/topic/post-formatting-3/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/post-formatting-3/#post-548830)
 * i am talking about “index.php” actually.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Moving around a Horizontal Menu?!](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/#post-549496)
 * it should. but again, kubrik has header height css attrib in two places. first
   is the style.css file and another is in header.php file. did u make changes at
   both?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Moving around a Horizontal Menu?!](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/#post-549491)
 * then u should find the css code for `#header` in style.css and change the “height”
   attribute to ur needs. after adding the first code i gave. it should work.
 * Ekta.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post Formatting](https://wordpress.org/support/topic/post-formatting-3/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/post-formatting-3/#post-548826)
 * can u check whats the div selector code before and after `<?php get_content();?
   >`.. that might be creating this problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Including some HTML in the header](https://wordpress.org/support/topic/including-some-html-in-the-header/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/including-some-html-in-the-header/#post-549976)
 * oh and btw, remove [nospam] from email id. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE7 really shocked me! (sidebar again)](https://wordpress.org/support/topic/ie7-really-shocked-me-sidebar-again/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/ie7-really-shocked-me-sidebar-again/#post-549457)
 * erm. this is surprising.. am not able to see ur site. as in, even outside the
   frames, i cant see the blog.
 * is the site down?
 * Ekta
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Including some HTML in the header](https://wordpress.org/support/topic/including-some-html-in-the-header/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/including-some-html-in-the-header/#post-549975)
 * just to get a clear picture, let me ask you this..
 * you want to use the header and footer from that site, and in middle ur blog, 
   right?
 * if yes, i think i can help you.
 * mail me at ekta@[nospam]falconerdesigns.com with theme zip file u want to use.
   i will be glad to help you with code adition.
 * Ekta.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Moving around a Horizontal Menu?!](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/moving-around-a-horizontal-menu/#post-549456)
 * you can add this to start with, which will mean, that the nav menu wont be over
   ur post.
 * `#navmenu { margin: 0 0 10px 0;}`
 * as for the menu to go up.. you might need to change the css for the header margin.
   which theme u are using as the base?
 * Ekta.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding comments creates duplicate posts](https://wordpress.org/support/topic/adding-comments-creates-duplicate-posts/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-creates-duplicate-posts/#post-549408)
 * this is something totally new!! 🙂 i have used pride&prejudice for quite sometime
   on my blog before releasing it in public.. anyways, let me try and give another
   comment there on some other post, and see whether thats re-posting itself or 
   not.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_list_cats odd behaviour in theme](https://wordpress.org/support/topic/wp_list_cats-odd-behaviour-in-theme/)
 *  [ektz](https://wordpress.org/support/users/ektz/)
 * (@ektz)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/wp_list_cats-odd-behaviour-in-theme/#post-549293)
 * in sidebar.php file, you need to change the code for the categories to show in
   proper way, with required attributes.
    normally it would be something like..
 *     ```
       <?php wp_list_cats('optioncount=1'); ?>
       ```
   
 * Change it to this at below to remove the count beside the category name, sort
   the categories by name and remove the nested thing.
 *     ```
       <?php wp_list_cats('sort_column=name&hierarchical=0'); ?>
       ```
   
 * hope this works.
    Ekta.

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/ektz/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ektz/replies/page/2/?output_format=md)