Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • timmiller Friend
    #157219

    Hey Guys,

    I’ve got a strange issue. I thought it was with the modules, but it is related to the site. It seems that the K2 and Zoo modules are displaying bullet images…please see the attachments.

    site is visualedge.biz/dfwcgi2

    Thanks much

    timmiller Friend
    #365992

    This problem seems to be showing itself in tabbed items, regardless of the module.

    I’d appreciate the help.

    timmiller Friend
    #366004

    Guys,

    I know you are busy- I’d really appreciate it if you could take a look at the site…

    http://www.visualedge.biz/dfwcgi2

    Front page.

    Thanks

    Phan Gam Friend
    #366058

    Hi,
    You can remove bullet image as this way.
    1. Open template.css in /templates/ja_rasite/css/ folder
    2. Goto about line 1507 (style for #ja-topsl li, #ja-botsl li)

    #ja-topsl li, #ja-botsl li {
    background-image:url("../images/bullet2.gif");
    background-position:1px 8px;
    padding-left:10px;
    }

    3. set background-image:none;
    Hope that helps

    timmiller Friend
    #366206

    Thank you so much.

    However, that removes bullets from all modules…if there are as <li> lists…

    Any thoughts?

    Css Magician Friend
    #366479

    Dear timmiller,

    In order to remove bullets from all modules, you can add style to template.css


    div.ja-moduletable ul li, div.ja-module ul li {
    background: none;
    padding-left: 0;
    }

    timmiller Friend
    #366576

    No,
    I’m not sure this was understood. I am now missing bullets in modules which are links to category items…standard joomla bullets. I do not want to loose this. There is a problem in the bullets being backgrounds in some modules…that is not right, that is what i want to fix. Keep links else where.

    Thanks!

    thangnn1510 Friend
    #366653

    Dear timmiller!

    I’ve checked your site and see that bullets are missing. To get them back, plz do the following:

    – Open templates/ja_rasite/css/template.css

    – change this:

    #ja-topsl li, #ja-botsl li {
    background-image: none;
    background-position: 1px 8px;
    padding-left: 10px;
    }to

    #ja-topsl li, #ja-botsl li {
    padding-left: 10px;
    }It will get bullets back to you.

    Hope this helps you!

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

This topic contains 8 replies, has 4 voices, and was last updated by  thangnn1510 13 years, 10 months ago.

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