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 ?
what is the code in header.php of the local site to link the stylesheets?
davy_yg
Member
Posted 3 months ago #
This is the code:
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="screen" />
It will be difficult to troubleshoot when the issue is being output by your localhost, that we can't see.
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.
Sounds like you have an issue with your localhost environment.
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)
davy_yg
Member
Posted 3 months ago #
So how ? Why it this:
About
Different from:
About Vision