Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • billrust Friend
    #163706

    http://gmha.net/new/index.php/about-gmha

    There are 2 sets of unordered list items on this page. IN my editor, I see the bullet point next to the items. They are in the page source as well. Why do they not show up on the public side?

    Thanks,
    Bill

    khoand Friend
    #390254

    Hi,
    – Because css is defined in http://gmha.net/new/plugins/system/jat3/jat3/base-themes/default/css/addons.css file


    ul {
    list-style: none;
    }

    – Solution:
    + remove previous code
    + or, when you edit article, you add style=”list-style: circle; ” into <ul> like this

    <ul style="list-style: circle; ">

    billrust Friend
    #390258

    <em>@khoand 239132 wrote:</em><blockquote>Hi,
    – Because css is defined in http://gmha.net/new/plugins/system/jat3/jat3/base-themes/default/css/addons.css file


    ul {
    list-style: none;
    }

    – Solution:
    + remove previous code
    + or, when you edit article, you add style=”list-style: circle; ” into <ul> like this

    <ul style="list-style: circle; ">
    </blockquote>

    Thanks, I made the change in the editor, and assigned the text to “disk”.

    Now they stick way out to the left of the article content though, alignment doesn’t look right at all. Looked for the css tag in FireBug and I don’t see the setting to move those bullets to the right so they line up with the rest of the body text.

    The problem with messing with the ul style here, is it affects the element site-wide. So if I fix the alignment on an article by adding 30px for padding, it ruins the footer menus.

    khoand Friend
    #390351

    <blockquote>Now they stick way out to the left of the article content though, alignment doesn’t look right at all. Looked for the css tag in FireBug and I don’t see the setting to move those bullets to the right so they line up with the rest of the body text.</blockquote>
    You add this code

    padding-left:30px;
    into style of <ul>
    <blockquote>The problem with messing with the ul style here, is it affects the element site-wide. So if I fix the alignment on an article by adding 30px for padding, it ruins the footer menus.</blockquote>
    Because your css, find this code from http://gmha.net/new/templates/ja_portfolio/css/template.css file


    #ja-botsl-1 .ja-moduletable ul li a, #ja-botsl-1 .moduletable ul li a {
    background: url(../images/bullet.png) no-repeat 0px 5px; <--remove this line
    color: #88888A;
    padding-left: 12px;
    }

    billrust Friend
    #390422

    <em>@khoand 239281 wrote:</em><blockquote>You add this code

    padding-left:30px;
    into style of <ul>

    Because your css, find this code from http://gmha.net/new/templates/ja_portfolio/css/template.css file


    #ja-botsl-1 .ja-moduletable ul li a, #ja-botsl-1 .moduletable ul li a {
    background: url(../images/bullet.png) no-repeat 0px 5px; <--remove this line
    color: #88888A;
    padding-left: 12px;
    }

    </blockquote>

    Thank you. I just added it (padding-left:30px;) inline within the article, and that seems to fix the issue.

    billrust Friend
    #492372

    Having this problem again…

    http://franson.bwpcommunications.com/master-planning-studies

    Under where it says “Expertise includes:” there is an un-ordered list. I can see the code in the source and in the editor, but not on the front-end.

    Thanks,
    Bill

    phong nam Friend
    #492486

    Hi Bill,

    Can you send me a PM with your admin for checking this issue ?
    Because i tried on with the Chrome developer tool with any luck. I need to check your admin.

    Leo

    billrust Friend
    #492893

    <em>@Leo Burnetts 372350 wrote:</em><blockquote>Hi Bill,

    Can you send me a PM with your admin for checking this issue ?
    Because i tried on with the Chrome developer tool with any luck. I need to check your admin.

    Leo</blockquote>

    Sorry, I totally missed your reply here! PM’ing you a log-in now.

    Thanks,
    Bill

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

This topic contains 8 replies, has 3 voices, and was last updated by  billrust 11 years, 5 months ago.

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