Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

Just not working for me.
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Just not working for me.
#7
Just not working for me. 10 Months, 2 Weeks ago Karma: 0
I have installed the new version but still not having any success with this plugin.

I am running Joomla 1.5.13 in Legacy mode
yoo_phoenix template which I have edited the typography.css


h1, h2, h3, h4, h5, h6 { font-family: Pointedly Mad, Arial, Helvetica, sans-serif; }

h1 {
font-weight: normal;
color: #c8001e;
}


and the menu.css file

#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
font-family: Pointedly Mad;
font-weight: bold;
}

my style.css file is

/* P C D T R */
@import "php/css.php";
/* font-size in pts */

.new{
font-family: Pointedly Mad, Georgia, Times, serif;
font-size:25pt;
background-color:#d6dee9;
color:#000;
margin:1em 0;
text-align:center
}
.new a:hover{
color:#d05c00;
}
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11
Re:Just not working for me. 10 Months, 2 Weeks ago Karma: 2
First of download the latest version. It looks like you have an old one.

/* P C D T R */
@import "php/css.php";
/* font-size in pts */

This isn't needed, or you got that line from somewhere else

When you have installed the plugin. Copy you 'Pointedly Mad.ttf/.otf' to '/media/pcdtr/fonts/'. Then edit '/media/pcdtr/css/style.css'

.h1 {
font-family: Pointedly Mad;
font-size: 20pt;
}

Just to test if it works. You dont need to add anything to your typography.css. Because pcDTR doesn't look in that file.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#12
Re:Just not working for me. 10 Months, 2 Weeks ago Karma: 0
I did upgrade to the latest one this morning. The version I have installed is pcDTR 1.9.8. Removed everything in the style.css file and added the above code.....still nothing.
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14
Re:Just not working for me. 10 Months, 2 Weeks ago Karma: 2
Send me a link to you site and i can check it out.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#15
Re:Just not working for me. 10 Months, 2 Weeks ago Karma: 0
www.buckarooleather.org/cms/

I am really just wanting it to change the font on the menu.
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#17
Re:Just not working for me. 10 Months, 2 Weeks ago Karma: 2
Ops sorry.

.h1 {
font-family: PointedlyMad;
font-size: 20pt;
}

Remove the . from .h1 so its only h1

h1 {
font-family: PointedlyMad;
font-size: 20pt;
}
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/10/29 23:15 By flowman.
The administrator has disabled public write access.
 
Go to topPage: 12345
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.