My .info domain isn't working fine while My .com domain is working fine

Discussion in 'WordPress' started by zwars, Jul 6, 2012.

  1. #1
    eternick.info.jpg



    eternick.com.jpg


    can anyone please help me with my .info domain layout i mean the theme is not correctly placed

    this happens to two of my domains each have .com and .info

    thanks for helping
     
    zwars, Jul 6, 2012 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    Are you sure that the code of both themes is the same? I suggest reuploading it again.

    In any case, we need URLs to find out what's going on, screenshots are not really helpful.
     
    Devtard, Jul 7, 2012 IP
  3. zwars

    zwars Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    zwars, Jul 7, 2012 IP
  4. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #4
    In both sites you didn't close the sidebar </div> and also please open the <ul> tag and close like an example, it will resolve your issues

    <!-- begin sidebar -->
    <div id='menu-left'>
    <ul>
    <li id="recent-posts-2" class="widget widget_recent_entries"> <h2 class="widgettitle">Recent Posts</h2>
    <ul>
    <li><a href="http://eternick.info/hello-world/" title="&#8220;THE LARGEST ROOM IN THE WORLD IS THE ROOM FOR SELF IMPROVEMENT&#8221;">&#8220;THE LARGEST ROOM IN THE WORLD IS THE ROOM FOR SELF IMPROVEMENT&#8221;</a></li>
    </ul>
    </li>
    <li id="recent-comments-2" class="widget widget_recent_comments"><h2 class="widgettitle">Recent Comments</h2>
    <ul id="recentcomments"></ul></li>
    <li id="meta-2" class="widget widget_meta"><h2 class="widgettitle">Meta</h2>
    <ul>
    <li><a href="http://eternick.info/wordpress/wp-login.php">Log in</a></li>
    <li><a href="http://eternick.info/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
    <li><a href="http://eternick.info/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
    <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
    </ul>
    </li>
    </ul>
    </div>
    <!-- end sidebar -->
     
    ashishkg, Jul 7, 2012 IP
  5. zwars

    zwars Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i am using wordpress and i didn't make any changes to the editor sidebar ,I am not really sure about editing the sidebar.php (my html is suck)

    the .info should be okay just like the .com site as both of them are not edited in the sidebar.php

    i didn't configure or do anything to both .com and .info sidebar.php

    .com and .info should have shown the same result

    because i am really doing both of them the same way

    believe me i didn't touch any of the appearance -> editor tab

    so i would be afraid if u ask me to edit it like u suggested

     
    zwars, Jul 7, 2012 IP
  6. zwars

    zwars Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    here is my sidebar.php code below

    please highlight the wrong part and if something is missing just let me know

    the appearance -> editor tab show the different code from the "view page source" code

    this will clarify the html to me more clearly rather than "view page source"


    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    <!-- begin sidebar -->
    <div id='menu-left'>
    <?php if ( !function_exists('dynamic_sidebar')
    || !dynamic_sidebar() ) : ?>

    <ul>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </ul>





    <ul>
    <?php wp_list_pages('title_li=<h2>Main Menu</h2>'); ?>
    </ul>
    <h2><?php _e('Categories'); ?></h2>
    <ul>
    <li id="categories">
    <ul>
    <?php wp_list_cats(); ?>
    </ul>
    </li>
    <li id="archives"><h2><?php _e('Archives'); ?></h2>

    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>
    <?php get_links_list(); ?>

    </ul>

    <ul>
    <li id="archives"><h2><?php _e('Syndication'); ?></h2>

    <ul>
    <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">Entries RSS</abbr>'); ?></a></li>
    <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    </ul>

    </li>
    </ul>


    <ul>
    <li id="meta"><h2><?php _e('Meta'); ?></h2>

    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="RSS Feed of Posts">RSS</abbr>'); ?></a></li>
    <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('RSS Feed of Comments'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
    <?php wp_meta(); ?>
    </ul>
    </li>
    </ul>
    </div>
    <?php endif; ?>

    <!-- end sidebar -->
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
     
    zwars, Jul 7, 2012 IP
  7. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #7
    Hello Mistake in your code please replace this code please compare first and there is most of the changes needed because if you see the all the <ul> tags are not start and close properly

    <!-- begin sidebar -->
    <div id='menu-left'>
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
    <ul>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </ul>

    <ul>
    <?php wp_list_pages('title_li=<h2>Main Menu</h2>'); ?>
    </ul>
    <h2><?php _e('Categories'); ?></h2>
    <ul>
    <li id="categories">
    <ul>
    <?php wp_list_cats(); ?>
    </ul>
    </li>
    <li id="archives"><h2><?php _e('Archives'); ?></h2>

    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>
    <?php get_links_list(); ?>

    </ul>

    <ul>
    <li id="archives"><h2><?php _e('Syndication'); ?></h2>

    <ul>
    <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">Entries RSS</abbr>'); ?></a></li>
    <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    </ul>

    </li>
    </ul>


    <ul>
    <li id="meta"><h2><?php _e('Meta'); ?></h2>

    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="RSS Feed of Posts">RSS</abbr>'); ?></a></li>
    <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('RSS Feed of Comments'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
    <?php wp_meta(); ?>
    </ul>
    </li>
    </ul>
    <?php endif; ?>
    </div>
    <!-- end sidebar -->
     
    ashishkg, Jul 8, 2012 IP
  8. zwars

    zwars Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    HELL YEAH !

    NOW IT IS SHOWING PROPERLY !

    thanks ashishkg !

    check out eternick.info and eternote.info :)


     
    zwars, Jul 8, 2012 IP
  9. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #9
    Thanks zwars and welcome..
    If you need any other help you will PM me or contact me via Skype/Gtalk: ashishkg17
    This is my site vrtechnologies.info

    Thanks
     
    ashishkg, Jul 8, 2012 IP