• Resolved vmyap

    (@vmyap)


    i downloaded the theme from phoenixrealm (https://phoenixrealm.com/2006/02/20/iridium/) and it was great, but the theme has some quirks and errors. when i click previous entry link below, the css theme is gone and just plain ugly texts, then the left column has no links caregory, how do I add links on that left column (i want the automatic integration that most themes uses, i meant by that is, wordpress has a link manager right so when you add links its should come out in the sidebar or left column with the catergories but with this theme it doesnt.) second how will I add stuff on the left column like images? I was able to do it with the milc theme by just adding the code in the sidebar.php now that doesn’t work.

    also here’s my site https://vmyap.uni.cc

    i’m new in css so maybe somebody here can help me out. ty in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m not seeing the problem you describe on your site. Also, you appear to have a links list up and running. All’s well?

    Thread Starter vmyap

    (@vmyap)

    sorry didn’t update you guys, i was able to fix it yesterday by looking at the docs in wordpress it turns out that i didn’t include the server site in the header.php thats why on second page and 3rd pages the css won’t show up. the link part, i got the solution also by reading the documents.

    now how do i change my font size of the post title, i want to make it smaller?

    and how do i apply text decoration or link properties on my posts? cause it you look closely you won’t notice that theres some links in the post that i made.

    ty in advance.

    Thread Starter vmyap

    (@vmyap)

    ok found out the title font size but i can’t change it, it ruins the theme.

    Can you let us know exactly what you did to fix the CSS problem on other pages? I’m having the same issue and don’t know what to do.

    If there already is a fix somewhere, would someone mind posting a link?

    Thanks.

    btw, url= https://moltomarcato.com

    Okay I understand now.

    For anyone who is still trying to figure this out, here’s what the problem is:

    This is what header.php looks like when downloaded.

    <link rel="stylesheet" type="text/css" href="wp-content/themes/Iridium/style.css"/>
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="wp-content/themes/Iridium/ie.css"/>

    It should be
    <link rel="stylesheet" type="text/css" href="/wp-content/themes/Iridium/style.css"/>
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="/wp-content/themes/Iridium/ie.css"/>

    You need that slash before the wp-content to signify that it’s a relative location.
    =]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘problem with wp theme iridium’ is closed to new replies.