staggered tabs (comments, votes...)

Phoca Gallery - image gallery extension
rachko69
Phoca Member
Phoca Member
Posts: 11
Joined: 06 Oct 2009, 16:53

staggered tabs (comments, votes...)

Post 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
:x
Help please
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: staggered tabs (comments, votes...)

Post 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 :idea:

Jan
If you find Phoca extensions useful, please support the project
rachko69
Phoca Member
Phoca Member
Posts: 11
Joined: 06 Oct 2009, 16:53

Re: staggered tabs (comments, votes...)

Post by rachko69 »

thanks, I installed JComments, when you uninstall all be fine. The bad thing is that I need JComments
rachko69
Phoca Member
Phoca Member
Posts: 11
Joined: 06 Oct 2009, 16:53

Re: staggered tabs (comments, votes...)

Post 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 :twisted:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: staggered tabs (comments, votes...)

Post 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
If you find Phoca extensions useful, please support the project
Post Reply