Keyword

Bullet on mod K2_content

  • Strophe
  • Strophe's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56954 by Strophe
Bullet on mod K2_content was created by Strophe
Hi everybody (congrat to team for new site and 2.5!! thank you)

When I put a K2_content module to display 1 item, without author name, avatar, title, etc. only the content of the item, there is a bullet at the begining of the 1st phrase...

But, if I put the text in a table cell, no bullet!!

Any idea to fix that? Thank you.

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #56955 by william white
Replied by william white on topic Re: Bullet on mod K2_content
in the item view you can set div.k2ItemsBlock ul { list-style-type: none; } in the css file
post a link to the site so we can inspect your problem

Please Log in or Create an account to join the conversation.

  • Strophe
  • Strophe's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56956 by Strophe
Replied by Strophe on topic Re: Bullet on mod K2_content
Thank you.
I edit the line 690 of template.css (last version of K2), but same problem, so I remove this "hack".

Here is a test page (made for a problem with s5 tab show module for shape5 team): www.nomadstudio.com/joomla/test-tabshow

and another one: www.nomadstudio.com/joomla/enregistrements
You can see in the bottom in tab_show module. The second tab doesn't have bullet because the text is in a table...

Please Log in or Create an account to join the conversation.

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 11 months ago #56957 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: Bullet on mod K2_content
Hi Strophe,

The bullet disc is not by K2's css. It's from you S5 template.css line 69
					
K2 Rocks \m/

Please Log in or Create an account to join the conversation.

  • Strophe
  • Strophe's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56958 by Strophe
Replied by Strophe on topic Re: Bullet on mod K2_content
Hi Kanan, thank you for your post.
It was a good track, but doesnt work, sorry.

I made an experiment here: this page have the beez 2 theme, and a module K2_content in a K2 test item, with
{loadposition position-10}
, and of the same in position-10 (at bottom of the page).
As you can see, the one with loadmodule have bullet, the other doesn't have...
And this not a S5 theme...

Please Log in or Create an account to join the conversation.

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 11 months ago #56959 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: Bullet on mod K2_content
Hi Strophe,

There are 2 other <ul> css values and because it is in the #main it loads the css from layout.css and html.css

layout.css
					
K2 Rocks \m/

Please Log in or Create an account to join the conversation.

  • Strophe
  • Strophe's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56960 by Strophe
Replied by Strophe on topic Re: Bullet on mod K2_content
Hi Kannan,

I tried to try to do what you said, but my css is really worse than my english, so I d'on't kow where to look at, and why etc.

But I made some experiments with other templates, and I'm now sure that is a K2 bug, so I submitted an issue in the bug tracker, you can find it there .

Thank you for your help, for your time ;)

Please Log in or Create an account to join the conversation.