• Resolved gpjens

    (@gpjens)


    website I am working on: http://www.helgelandmuseum.no

    I am using two different stylesheets for this website. One for the pages, and one for when you’re reading posts(example: http://helgelandmuseum.no/archives/5220)

    As you can see in the archive-link, the link bullets in left menu is gone..?? The links “Hva skjer.. , Barn og unge, Butikk” are not in the page-system, but are just links pasted directly in a text-widget, and the bullets are also adressed to in the text-widget, like this:

    <img width=5 height=13 src=”wp-content/themes/export/images/BlockContentBullets.png”> Butikk

    Where is my error? I don’t understand why the bullets should be gone when I am in my posts-stylesheet? It should have nothing to do with the stylesheet, as the bullets are adressed firectly in the text-widget..

    Help, please!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter gpjens

    (@gpjens)

    Thanx for reply! 🙂

    Will do 🙂 Not sure how I use firebug, but I guess I can click elements and check if adresses and codes related to my bullets are ok… (?)

    I checkd my css side-by-side, and the post and page css have exactly the same section for widgets. Page-css only has a different margin in the post-section (where post text and images are shown.. that’s why this is so frustrating.. hmf!)

    I guess I can click elements and check if adresses and codes related to my bullets are ok

    Try using right-click & “Inspect Element”.

    Thread Starter gpjens

    (@gpjens)

    I can’t seem to figure this out with Firebug… 🙁

    Both my styles has this block for the widgets:

    }

    .art-BlockContent-body ul li {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: none;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 16px;
    line-height: 150%;
    line-height: 1.5em;
    padding: 0px 0 0px 11px;
    background-image: url(‘images/BlockContentBullets.png’);
    background-repeat: no-repeat;
    }

    Both are copy, so they are exactly the same. Why isn’t one style showing the bullets?

    Bullets here: http://helgelandmuseum.no/
    No bullets here: http://helgelandmuseum.no/archives/6144

    As mention earlyer, bullets are gone when posts are showing (using my own news-stylesheet when in posts).

    Thread Starter gpjens

    (@gpjens)

    Solved!!

    For some reason, I hade to add the whole adresse to the bullets in the text widget to be able to show the link-bullets when in post/news-style..

    But thanks for your help guys! 🙂

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

The topic ‘Problems with dual css’ is closed to new replies.