No bullets in unsorted lists with K2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jan 22, 2013 12:30 am
Reply with quote
Report this post
When creating unsorted lists with K2 nothing shows. When creating lists with the joomla default and lists created with the default option doesn't show there either unless selected a specific form like circle, square, disk, in the other hand with K2 shows nothing. When using the Beez default template everything works fine so i suppose there is a problem with the template.
I had the same problem with the music free so i thought to try the fashion template which was the most similar to the music style by signing up a Joomla subscription but to my surprise i have the same problem.

Everything is to the latest version, joomla 2.5.8, K2 2.6.2 and the template too.
Any idea where the problem could reside?


ps. typography works fine, but as i need the site to be used from less expert users i'd like that they could create unsorted lists by a simple click like in an office program.
User avatar
Fresh Boarder

GK User
Tue Jan 22, 2013 1:45 pm
Reply with quote
Report this post
I have tried to install another template too (publisher) and it partially works now. But i have always to select a specific bullet (circle, disk, square) and when in default it still shows nothing.
Is there a way at least to change the default on disk?
User avatar
Fresh Boarder

GK User
Wed Jan 23, 2013 8:12 pm
Reply with quote
Report this post
Ok, here i am again spamming my own post on an issue where it shouldn't even exist from the moment Gagickpro is pubblishing their templates to be compatible with this extension.
I understand that a bug or a compatibility issue could arise, as i understand that maybe i'm doing something wrong but, after reinstalling joomla for the 3rd time, with the quickstart package and to my surprise i see that even with the default installation the problem still persists... that makes me think that i'm doing nothing wrong and that the problem resides somewhere else.

Here you can see the demo site, where i have tried to create an unsorted list with the joomlas' default article manager where i was able to create both unsorted and numbered lists:
http://www.clickartist.it/index.php/tem ... stay-young

and here you can see that in the article created with K2, the unsorted list doesn't work:
http://www.clickartist.it/index.php/201 ... -top-model

I have followed the same procedure in both the articles with the default installation, without changing nothing in th options neither of K2 nor of the template.

I would be glad to know if there is a solution to this, if there is a bug or anything, because i have got the same problem with 3 different templates (music free, fashion, publisher).

Thank you.
User avatar
Fresh Boarder

Konrad M
Mon Jan 28, 2013 10:17 am
Reply with quote
Report this post
Hi,
please go to joomla.css file nad find:
Code: Select all
article.item-page ul:not(.pagenav) li {
   margin: 0;
   padding: 2px 0 2px 28px;
   line-height: 1.8em;
   list-style: none;
   overflow: inherit;
   background: url(../images/style1/typography/bullet-square1.png) no-repeat 0 6px;
}
article.item-page ul:not(.pagenav)  {
   margin: 2em 0;
   padding: 0;   
}

and change it to:
Code: Select all
article.item-page ul:not(.pagenav) li,
article.itemView .itemFullText li  {
   margin: 0;
   padding: 2px 0 2px 28px;
   line-height: 1.8em;
   list-style: none;
   overflow: inherit;
   background: url(../images/style1/typography/bullet-square1.png) no-repeat 0 6px;
}
article.item-page ul:not(.pagenav),
article.itemView .itemFullText ul  {
   margin: 2em 0;
   padding: 0;   
}
User avatar

GK User
Mon Jan 28, 2013 5:29 pm
Reply with quote
Report this post
Hello Konrad and thank you for the reply.

I have done the modification you proposed, initially on the demo i had installed, where now the unsorted list becomes visible but in the meanwhile the sorted list gets converted to an unsorted too.

After that, i tried with a fresh install of joomla where happens the same thing (both lists now becomes unsorted) but if you check the home page you'll notice that there is no change and the initial problem continues.

Home> http://www.clickartist.it/
Both lists are unsorted> http://www.clickartist.it/index.php/com ... rova-lista

The home page is set to >K2 » Latest items from (one or more) users or categories.

If i make something wrong or you'd like access to the backend let me know.

Antony
User avatar
Fresh Boarder

Konrad M
Tue Jan 29, 2013 10:45 am
Reply with quote
Report this post
Please change my erlier code to this one:
Code: Select all
article.item-page ul:not(.pagenav) li,
section#k2Container .itemFullText ul li,
section#k2Container .itemIntroText ul li   {
   margin: 0;
   padding: 2px 0 2px 28px;
   line-height: 1.8em;
   list-style: none;
   overflow: inherit;
   background: url(../images/style1/typography/bullet-square1.png) no-repeat 0 6px;
}
article.item-page ul:not(.pagenav),
section#k2Container .itemFullText ul,
section#k2Container .itemIntroText ul  {
   margin: 2em 0;
   padding: 0;   
}
User avatar

GK User
Tue Jan 29, 2013 3:20 pm
Reply with quote
Report this post
The
Code: Select all
section#k2Container .itemIntroText ul li
works well, the other line for the full text still doesn't. Hope i'm not mistaking something.
User avatar
Fresh Boarder

Konrad M
Tue Jan 29, 2013 3:25 pm
Reply with quote
Report this post
This one will work for both:
Code: Select all
article.item-page ul:not(.pagenav) li,
article#k2Container .itemFullText ul li,
section#k2Container .itemIntroText ul li   {
   margin: 0;
   padding: 2px 0 2px 28px;
   line-height: 1.8em;
   list-style: none;
   overflow: inherit;
   background: url(../images/style1/typography/bullet-square1.png) no-repeat 0 6px;
}
article.item-page ul:not(.pagenav),
article#k2Container .itemFullText ul,
section#k2Container .itemIntroText ul  {
   margin: 2em 0;
   padding: 0;   
}
User avatar

GK User
Tue Jan 29, 2013 6:21 pm
Reply with quote
Report this post
Now seems to be solved.

Thank you very much for your support.
User avatar
Fresh Boarder

GK User
Mon May 13, 2013 4:53 pm
Reply with quote
Report this post
In case could be useful to someone else, in order to display bullets in the k2 user details etc. i had to enter a couple of lines too and the complete code is as follows:
Code: Select all
article.item-page ul:not(.pagenav) li,
article#k2Container .itemFullText ul li,
article#k2Container .itemAuthorDetails ul li,
section#k2Container .itemAuthorBlock ul li,
section#k2Container .itemIntroText ul li {
  margin: 0;
  padding: 2px 0 2px 28px;
  line-height: 1.8em;
  list-style: none;
  overflow: inherit;
  background: url(../images/style1/typography/bullet-square1.png) no-repeat 0 6px;
}
article.item-page ul:not(.pagenav),
article#k2Container .itemFullText ul,
article#k2Container .itemAuthorDetails ul,
section#k2Container .itemAuthorBlock ul,
section#k2Container .itemIntroText ul  {
  margin: 2em 0;
  padding: 0; 
}


cheers
User avatar
Fresh Boarder

GK User
Wed Sep 17, 2014 1:15 pm
Reply with quote
Report this post
I do have the same problem. Bullets appear in Joomla Article together with publisher template but dont appear in K2 articles.
User avatar
Fresh Boarder


cron