ektz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: css questionin ur index.php file, please try to put this code.
<div style="clear:both;"> </div>
just after ..
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
and before
<?php get_footer(); ?>
let me know if that helps.
Forum: Themes and Templates
In reply to: WP List Pages, Please help me edit this codeyeah 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
In reply to: 100,000 articles in WordPress?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
In reply to: Blank CSS for WordPressWhat 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.
https://falconerdesigns.com/2008/01/13/blank-wordpress-theme/
Forum: Themes and Templates
In reply to: Problems with Mamopress (by Ekta Paneri)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
In reply to: Post Formattingi am talking about “index.php” actually.
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!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
In reply to: Moving around a Horizontal Menu?!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
In reply to: Post Formattingcan u check whats the div selector code before and after
<?php get_content(); ?>
.. that might be creating this problem.Forum: Themes and Templates
In reply to: Including some HTML in the headeroh and btw, remove [nospam] from email id. ??
Forum: Themes and Templates
In reply to: IE7 really shocked me! (sidebar again)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
In reply to: Including some HTML in the headerjust 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
In reply to: Moving around a Horizontal Menu?!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
In reply to: Adding comments creates duplicate poststhis 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
In reply to: wp_list_cats odd behaviour in themein 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.