Page 1 of 1

Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 27 Jan 2011, 12:48
by Matthew
Hi,

and thank you for your great extension. :)

I am using an Artisteer (3.0 beta) generated Template under Joomla 1.6.0 Final with the newest Phoca Guestbook Beta.

And i am having one big problem. The topic; username and email of an existing entry are really big. When switching to an other template its normal. I must have something to do with the joomla css.

Could you please tell me the css class, that Phoca is using for Topic name an email in a Guestbook entry?


Thank you very much :)

Matthias

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 29 Jan 2011, 18:29
by Jan
Hi, there is no class, it is stored in:

table tr td strong, so maybe you should change strong tag css in tables in your css.

Jan

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 06 Feb 2011, 16:22
by deraad
Hello
I have the same problem. Where is the file to change stored exactly?
Regards,
Gerard

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 06 Feb 2011, 21:32
by Matthew
Hello Jan,

thank you for your answer, but i cannot find a "strong" tag in my templates css. :(

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 12 Feb 2011, 23:46
by Jan
Hi, if there is no such rule, then you should add this rule to your css.

Jan

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 05 Jul 2011, 18:56
by rmwgeurts
Hello everybody,

I have the same problems as mentioned above, but Im not very familiar with the CSS stylesheet thing.

Could anybody provide me some "XXX for dummies" instructions to set the font sizes (title,name,e-mail,website) for the phoca guestbook??

-> which CSS stylesheet to edit (the one of the template or a stylesheet from phoca's guestbook?)
-> which rule to add/edit
-> etc.

Thank you so much!!

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 05 Jul 2011, 19:55
by rmwgeurts
Finally, got the solution for artisteer 3 ....

go to:
/templates/template_name/css/template.css

Scroll to the following code, and change the "font-size: 32px;" to a size you like.

Code: Select all

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Posted: 08 Jul 2011, 22:40
by Jan
Ok