Support Forum

  • Page:
  • 1

removing the dot

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

I'd like to remove the "dot" that is shown before each tweet, which I believe is generated by <li>.

I had the same issue with the 1.5 version, which was solved. I tried to duplicate the solution but the 2.5 version seem to have a different code that I couldn't apply.

I'd appreciate any help.

Thank you very much in advance!
  • sushismb's Avatar
  • sushismb
  • Free Extensions
  • 13 posts
  • Karma: 0
The administrator has disabled public write access.
This would be coming from a conflict with either your template css or another extension.

You would have to add a link to the site for someone to be able to help.
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
Hello Robwent,

Thank you for your response.

Unfortunately, the site is being worked offline.

With the old version, this was the solution;

To remove DOT, quote out or erase following from /modules/mod_jTweet/css/jTweet.css

/ul.tweet_list
/{
/background: none;
/}

But I don't find exactly that on the new version.

I hope you could probably get some idea on how to eliminate the dot from the above.

If not, then I should wait to complete the site and have it uploaded first.

Thanks!
  • sushismb's Avatar
  • sushismb
  • Free Extensions
  • 13 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

You could try adding:

li {list-style-type: none;}

As Rob says, we need a linnk really. Shooting in the dark otherwise.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Hello,

It took a while but I uploaded the site.

www.mainews.ph

You'll see a "dot" on each and every twitter entry. That is what I want to remove.

You'll also see a "dot" on each paragraph on the left side, which I think maybe linked to the same issue. I want to remove that altogether, so if there would be a solution to do so, I'd really appreciate it.

Thank you very much in advance!
  • sushismb's Avatar
  • sushismb
  • Free Extensions
  • 13 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

For twitter

.jTweet.shadow li {background: none;}


You are running css compression but the "paragraph" styling is coming from the template list styling


.column ul li

{background: url("/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif") no-repeat scroll 20px 7px transparent;}


Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hello Paul,

Thank you very much for your response.

I just liked to clarify that;

.jTweet.shadow li {background: none;}

... the above could be found in jTweet.css.

.column ul li

... could be found in the template.css file?

Thank you!
  • sushismb's Avatar
  • sushismb
  • Free Extensions
  • 13 posts
  • Karma: 0
The administrator has disabled public write access.
Since you are using css compression we can't point you directly to source css file. I am very sorry :(
  • Zuzuzu's Avatar
  • Zuzuzu
  • LIfetime Developer - Big Bamboo
  • 1925 posts
  • 107 Thanks
  • Karma: 67
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers