Phoca 2 beta, joomla 1.6 and Artisteer

Phoca Guestbook - creating guestbooks in Joomla! CMS
Matthew
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 26 Jan 2011, 22:46

Phoca 2 beta, joomla 1.6 and Artisteer

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

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post 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
If you find Phoca extensions useful, please support the project
deraad
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 06 Feb 2011, 15:42

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post by deraad »

Hello
I have the same problem. Where is the file to change stored exactly?
Regards,
Gerard
Matthew
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 26 Jan 2011, 22:46

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post by Matthew »

Hello Jan,

thank you for your answer, but i cannot find a "strong" tag in my templates css. :(
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post by Jan »

Hi, if there is no such rule, then you should add this rule to your css.

Jan
If you find Phoca extensions useful, please support the project
rmwgeurts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 05 Jul 2011, 18:49

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post 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!!
rmwgeurts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 05 Jul 2011, 18:49

Re: Phoca 2 beta, joomla 1.6 and Artisteer

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

Re: Phoca 2 beta, joomla 1.6 and Artisteer

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply