test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • wolfemann Friend
    #158309

    Hi again everyone, and thanks for all the help.

    I’m having a weird problem.

    The bullet points <ul> show up in my articles, but don’t show up in the blog view.

    Any ideas?

    Best,
    Micah

    aman204 Friend
    #370236

    Can you please provide in direct site link to take closer look. Also, It would be great if you could also provide in screenshot of area where bullets have been added

    wolfemann Friend
    #370575

    Hi Aman,

    The URL is http://euromil-15.test4bugs.com

    The Home page (blog view) looks like this:

    The Article looks like this:

    Any ideas?

    Best,
    Micah


    1. On-Home-Page-blog-view
    2. Article-view
    aman204 Friend
    #370688

    You can remove this::

    .contentpaneopen td ul li {template.css (line 698)
    background: none repeat scroll 0 0 transparent !important; >>> remove
    float: left;
    margin: 0;
    padding: 0 5px; >> remove
    }

    wolfemann Friend
    #370944

    Thanks Aman. That did it.

    Just so I understand.
    What was causing the problem? The removed lines (background: none repeat scroll 0 0 transparent !important; and padding: 0 5px; ) seem to deal only with the padding and background.

    Why would that effect the bullett points?

    Thank you again!

    Best,
    Micah

    aman204 Friend
    #371034

    <em>@wolfemann 213849 wrote:</em><blockquote>Thanks Aman. That did it.

    Just so I understand.
    What was causing the problem? The removed lines (background: none repeat scroll 0 0 transparent !important; and padding: 0 5px; ) seem to deal only with the padding and background.

    Why would that effect the bullett points?

    Thank you again!

    Best,
    Micah</blockquote>

    Hi Micah,

    Here are the eloborations on how the above properties removal will tend to bring in bullets in clear way 🙂

    1) background: none repeat scroll 0 0 transparent !important; :: !important tends to supersude other properties and over here, it was supersuding the property which brings in background image for bullet point. Also, It is set to none which means that no background image can tend to show if this property exists

    2) padding: 0 5px; :: Removal of this can tend to bring background circle image in clear formation with below padding property shown

    Mainly, The below property attributes will tend to come in effect bringing the bullet in right formation

    .ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {template.css (line 76)
    background: url(“../images/bullet.gif”) no-repeat scroll 20px 7px transparent;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
    }

    wolfemann Friend
    #371268

    Thanks again Aman!
    (or should I say, “professor”) 🙂

    Now I understand what’s going on much better.

    Best,
    Micah.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  wolfemann 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum