Coffe and ZOO

GK User
Sat Apr 30, 2011 8:28 pm
I installed on my site coffe, the site built with joomla 15 and ZOO. I noted that there are difficulties with the display of the page created for the cookbook.

I thought it was a mistake on my site or configuration, so I tried to create an environment with quickstart coffee and then I installed zoo, and configured everything like the original site. Page faults are always present.

I did the same thing with coffee quickstart J16, also in this case see the same mistakes.

Have you suggestions for me to correctly display the pages which are managed with the zoo?

I enclose some pictures of the wrong layout.

This is the correctly layout

Joso

P.S.: sorry my bad english

errore_1_coffe_zoo2.4.6.JPG


errore_2_coffe_zoo2.4.6.JPG
User avatar
Fresh Boarder

teitbite
Sun May 01, 2011 3:04 pm
Hi

Can We please see Your site ? Give Us the url to the correct page using ZOO.
User avatar
Moderator

GK User
Sun May 01, 2011 3:17 pm
teitbite wrote:Hi

Can We please see Your site ? Give Us the url to the correct page using ZOO.


well, you can follow this link for site in building: www.blogoso.it/acoffe for j15 and www.blogoso.it/acoffe6 for j16.

live site is: www.blogoso.it

Thanks
Joso
User avatar
Fresh Boarder

teitbite
Sun May 01, 2011 9:42 pm
Hi

There is some style code missing. please try to add this to override.css (remember to enable using of this file in template configuration)

Code: Select all
ul.width25 {
width:25%;
float:left;
}
User avatar
Moderator

GK User
Sun May 01, 2011 10:29 pm
Hi

I would try adding this lines on override.css file:

Code: Select all
#yoo-zoo .frontpage-categories .sub-categories.sub-categories-col-4 ul {width:100%!important;}
#yoo-zoo .frontpage-categories .sub-categories.sub-categories-col-4 li {width: 25%;display: inline-block}


This should look like this:

screen_2011-05-02.png



Cheers ;)
User avatar
Platinum Boarder

GK User
Mon May 02, 2011 12:58 pm
I put the string in override.css, and enabled it into the template.
But know that you can see only three columns instead of 4.
Then the other problem of the teaser layout of the item has not yet correct ...

other suggest??

thanks
Joso
User avatar
Fresh Boarder

GK User
Tue May 03, 2011 7:38 pm
sorry for bump, I still have not solved the issue, and this makes me sad because I wanted to use that template for my site. .... can you give me another suggestions??


Thanks
User avatar
Fresh Boarder

GK User
Wed May 04, 2011 12:18 pm
guys .. really ...:blink:

take the code that Seichinha suggested out again and put this one in instead:

#yoo-zoo ul {clear: none;}

CSSEdit.jpg


btw. responsible is line 43 in your template.css
ul { list-style:none; clear:both; }
well ... the "clear" is good for nothing or am I missing soemthing?
User avatar
Fresh Boarder

GK User
Wed May 04, 2011 12:33 pm
btw I just looked at the 1.5 version of it ...
User avatar
Fresh Boarder

GK User
Wed May 04, 2011 4:05 pm
Henning-B wrote:guys .. really ...:blink:

take the code that Seichinha suggested out again and put this one in instead:

#yoo-zoo ul {clear: none;}



lol touché ;)

Where was i ? :whistle:
User avatar
Platinum Boarder

GK User
Wed May 04, 2011 9:13 pm
guys .. really ...

take the code that Seichinha suggested out again and put this one in instead:

#yoo-zoo ul {clear: none;}


Well, thanks very much.
I tried just as you can see, this script works fine. www.blogoso.it/acoffe6

Joso
User avatar
Fresh Boarder


cron