Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

bullets and ZT2 module

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

Hi
I try to display the bullets in unordered lists in K2 article text with ZT2 module loaded via loadposition,.
The trouble is that if I add code to custom.css - ZT2 module view is damaged simultanously - two column view is changed to one column view.
How to do it to save the ZT2 module view, please? The page is here: www.witraze.info/1235-okno-1-wierze-w-boga-ojca-wszechmogacego-teofania-imienia-boga
regards Tomek.
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
Hi

Are we referring to the k2 text content outside of the module?

e.g. the text starting "Boga Jedynego Wszechmogącego. Odpowiedział Bóg Mojżeszowi: JESTEM KTÓRY JESTEM ...."

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul
Yes exactly - only K2 item text. The sentence you pasted is the first item of unordered list.

Thanks Tomek
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
Last Edit: 8 years 6 months ago by witraze.
The administrator has disabled public write access.
Try adding

#zenkit ul li {list-style-type: circle}

or which ever bullet type you want to add - disc is also popular
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would check to see if other elements are affected which you don't want a bullet style to apply to

e.g. I can the print / email icons have a bullet

in this try adding #zenkit .buttons li {list-style-type:none;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul indeed!.

#zenkit ul li {list-style-type: circle;}
#zenkit .buttons li {list-style-type:none;}

works but I have to add

#zenkit .k2ItemList li {list-style-type:none;}

to prevent display of bullets on k2 Category page in the list of items

In my previous trials I added "margin-left" previously to move the bullets to the right to even them with the text. It was wrong as it damaged ZT2 module layout (only one column visible). Any other way to move the bullets to the right?

regards Tomek
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
I think I'd add a class name to the ul and target it that way with css

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

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

Happy Campers