kapiljainin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to get navigation bar to fill frameIt is quite difficult to find out where is the problem.
Can you share the theme?
If yes sent it to me at [email protected], I will try to resolve it by check this theme on my local system.
Forum: Themes and Templates
In reply to: Local links work, but not on serverHi Runeshai,
I have checked your blog on different browsers, it works fine on IE.
Please check it after adding following line just before <div id=”spacer”> </div> in template pages:
<div style="clear: both;"></div>
Hope it works.
Kapil JainForum: Themes and Templates
In reply to: using wordpress but without blogsTo remove the circled part, do these things in default wordpress theme:
1. Remove the following code from index.php, archive.php, single.php, search.php (backup current pages before making changes)
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
2. Replace all code from sidebar.php with the following (backup current page before making changes):
<?php /** * @package WordPress * @subpackage Default_Theme */ ?> <div id="sidebar"> <ul> <li> <?php get_search_form(); ?> </li> </ul> </div>
Thanks
Kapil JainForum: Themes and Templates
In reply to: Problem centering my footerHi,
I review the page source of the page and found you missed to close following div tags:
<div class="post hentry category-todrewlover" id="post-70">
<div class="post hentry category-eboutique" id="post-59">
<div class="post hentry category-eboutique" id="post-1">
It may be because of above div tags are not closed.
Forum: Fixing WordPress
In reply to: Title of page’s root ancesterHi,
Following link might help you
https://kapiljain.in/blog/how-to-get-page-root-parent-in-wordpress/
Forum: Themes and Templates
In reply to: using wordpress but without blogsHi Jinal,
To remove circled part, you have to remove code from theme pages.
Just let me know how you want it, I will try to do it for you.
Thanks
Kapil Jain