• Hey guys and girls, i have a website (www.jennyrpromotions.co.uk – the blog page is the link for the page on wordpress that will be the blog). Ive made myself a new page using a theme that i made, i know that the theme is setup right cause its in there and working nicely. HOWEVER, here is the part im not getting, non of the content is showing up apart from a blank list (i do have a list in that page template, but just not blank), my styling is put in a seperate css file called main.css for the style of my whole website. could you run me through to get this page to look like the rest of my site if that is possible? i have the template page setup with the php call on the top, so i can edit that page, how do i get styling to work and images to show up on that page.

    Thanks in advance, Samuel235!

Viewing 12 replies - 1 through 12 (of 12 total)
  • the website is not more than a line of nav buttons; and the whole list of nav buttons is linking to nowhere:

    example:
    <li><a class="nm" href="#"><img src="images/btn_nav_blog.png" alt=""></a></li>

    consider putting some real links into the nav to existing sub-pages or to the blog page.

    Thread Starter samuel235

    (@samuel235)

    Yeh but even the images on that nav bar isnt working, nor the styling. is it cause the styling is in a external css file in that folder or? :/

    i see some ‘odd’ font style with the wording for each button –

    however, this is a pure html/css problem, and not a wordpress question.
    besides, there is not a single bit of wordpress code in the linked site.

    try to clear the browser cache – press ‘reload’ or press ‘CTRL F5’

    Thread Starter samuel235

    (@samuel235)

    Just cleared the cache, still all im getting on that 1 wordpress page is a white page with 8 bullet points going vertically, thats it.

    start by posting a link to the wordpress page with the problem;

    have you copied main.css (or a corresponding stylesheet) into the wordpress theme, and the background images into the /images folder of the theme?

    Thread Starter samuel235

    (@samuel235)

    http://www.jennyrpromotions.co.uk/blog – then click on sample page.

    the css file for that page is in the same folder as that, so the linking should work, the images i have put in the same folder again in a folder called images.

    this will not work with relative paths to the stylesheet and the images.

    try and use absolute file paths.

    Thread Starter samuel235

    (@samuel235)

    By absolute you mean; “<link rel=”stylesheet” type=”text/css” href=”www.jennyrpromotions.co.uk/main.css” />” instead of “<link rel=”stylesheet” type=”text/css” href=”main.css” />”. Right?

    If so, that isnt working either :/

    try:
    href="http://www.jennyrpromotions.co.uk/main.css"

    Thread Starter samuel235

    (@samuel235)

    <link rel=”stylesheet” type=”text/css” href=”www.jennyrpromotions.co.uk/main.css” />?

    yes – <link rel="stylesheet" type="text/css" href="http://www.jennyrpromotions.co.uk/main.css" />

    Thread Starter samuel235

    (@samuel235)

    Nope, that doesn’t work either :/

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Styling not working? :S’ is closed to new replies.