Page 1 of 1
staggered tabs (comments, votes...)
Posted: 06 Oct 2009, 17:14
by rachko69
Hello,
Rather than use the Phoca Gallery (last version) and when set to use the comments and rating, tabs are arranged in this way
http://tochnovreme.sytes.net/index.php? ... 8&Itemid=7
Help please
Re: staggered tabs (comments, votes...)
Posted: 06 Oct 2009, 20:31
by Jan
Hi, seems like some template issue (css) try to test it with some other template e.g. rhuk_milkyway, try to check if some other extensions doesn't add some css which can be in conflict with tabs css
Jan
Re: staggered tabs (comments, votes...)
Posted: 08 Oct 2009, 08:47
by rachko69
thanks, I installed JComments, when you uninstall all be fine. The bad thing is that I need JComments
Re: staggered tabs (comments, votes...)
Posted: 24 Oct 2009, 17:11
by rachko69
Here's how you solve the problem:
In file /components/com_jcomments/tpl/default/style.css:
section /*comment*/
row:
#comments {margin: 0;padding: 0;width: 100%;text-align: left;text-decoration: none;text-transform: none;text-indent: 0;}
replace with:
#comments {margin: 0;padding:4px 10px;margin-left:3px;text-align: left;text-decoration: none;text-transform: none;text-indent: 0;}
for mi its work

Re: staggered tabs (comments, votes...)
Posted: 30 Oct 2009, 19:02
by Jan
In 2.6.0 this is solved because in 2.6.0 the displaying JComments comments for categories and images in Phoca Gallery is possible.
Jan