Forums

Different Output (8 posts)

  1. davy_yg
    Member
    Posted 3 months ago #

    Hi, I wonder why:

    Page in wordpress that has top navigation

    different from:

    Extra Page in wordpress that uses extra side navigation

    The codes are almost the same. I copy paste it. But why the output are different ? Both of them also uses:

    <?php get_header(); ?>

    It appears the extra page has it's css disactivated. That is strange since both of them connected to the same page, header.php

    Any idea ?

  2. alchymyth
    The Sweeper
    Posted 3 months ago #

    what is the code in header.php of the local site to link the stylesheets?

  3. davy_yg
    Member
    Posted 3 months ago #

    This is the code:

    <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="screen" />

  4. Chip Bennett
    Member
    Posted 3 months ago #

    It will be difficult to troubleshoot when the issue is being output by your localhost, that we can't see.

  5. davy_yg
    Member
    Posted 3 months ago #

    Strange, it looks invisible to:

    Extra Page in wordpress that uses extra side navigation

    Well, in my localhost I can see something, except that the css seems to be disabled.

  6. Chip Bennett
    Member
    Posted 3 months ago #

    Sounds like you have an issue with your localhost environment.

  7. davy_yg
    Member
    Posted 3 months ago #

    Well it looks invisible online:

    Extra Page in wordpress that uses extra side navigation

    and visible in localhost except that the css seems to be disactivated.
    I wonder if it is outside wordpress scope since I am creating my own page outside of the top navigation ?

    See, I can see: The about page clearly. (connected to css)

  8. davy_yg
    Member
    Posted 3 months ago #

    So how ? Why it this:

    About

    Different from:

    About Vision

Reply

You must log in to post.

About this Topic

Tags

No tags yet.