Support Forum

  • Page:
  • 1

span.tweet_join shows a 1

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

I can remove the 1 with

span.tweet_join {display: none;}

but should it be showing something useful instead??
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
The following user(s) said Thank You: wbbz@jmlbmb
Hey Helen,

This has popped up a bit and Ive just managed to replicate it.

Ive added it to the bug list and will get a fix for this soon.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The following user(s) said Thank You: wbbz@jmlbmb
Hi again,

I am playing with this more and trying to put jTweet on MobileJoomla. In iphone template, it shows the "1" as well as the Tweet, and the layout is a bit sloppy. I am open to suggestions.

greenvirginiaschools.org/
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi Helen,

Are you using the latest version of jTweet? v1.6.0
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
yessireebob ;)
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
I can see it in the source, and apparently Mobile Joomla! is not respecting the display:none css that should be hiding that. I went looking in the jTweet source but I really can't see where it is originating from....

Try this in theme.css:

span.tweet_join {
display: none !important;
}

Actually, maybe that is the problem. Mobil Joomla will be using a different stylesheet! Put it there instead :)
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Yeah, MobileJoomla has a bunch of css files, one for each mobile device, so I will put code in each one.

So, do you have any ideas on how to get the layout right... I bet I'll have to put more in the css that matched the jtweet css, eh?
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
well, fumbling with code. I dropped the entire jtweet css file in there plus the tweet_join. Got rid of the "1" but the layout is stacked, and crowded.

How can I get those <br/>s under control?
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
Last Edit: 12 years 9 months ago by Helen Nunley.
The administrator has disabled public write access.
You probably just need to add some padding to the tweet li elements, again in the mobile Joomla css.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

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

Happy Campers