Gantry framework

Phoca PDF - creating PDF documents in Joomla! CMS
bjornkock
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 08 Aug 2011, 01:35

Re: Gantry framework

Post by bjornkock »

I figured out the problem! At the bottom of your joomla.css you need to add closing "//" to your edit. the comment line should look like this now:

Code: Select all

//* PhocaPDF Custom Edits *//
sorry about that.
genman
Phoca Member
Phoca Member
Posts: 10
Joined: 08 Aug 2011, 20:29

Re: Gantry framework

Post by genman »

bjornkock wrote:I figured out the problem! At the bottom of your joomla.css you need to add closing "//" to your edit. the comment line should look like this now:

Code: Select all

//* PhocaPDF Custom Edits *//
sorry about that.
Hello my friend,

I did put the closing comments and it no difference.

I have then tried to remove and reinstall PhocaPDF but removing fails.

Any ideas how do I remove it manually?

I have deleted the "/public_html/administrator/components/" phocapdf, where else does it have files for me to remove?

Your help is much appreciated.
genman
Phoca Member
Phoca Member
Posts: 10
Joined: 08 Aug 2011, 20:29

Re: Gantry framework

Post by genman »

bjornkock wrote:I figured out the problem! At the bottom of your joomla.css you need to add closing "//" to your edit. the comment line should look like this now:

Code: Select all

//* PhocaPDF Custom Edits *//
sorry about that.
Hi,

Alright my friend, I read up on Joomla and manually installed Phoca and then uninstalled and then did a "clean install"

Same with plugin

And then I applied your settings and I am back to "PDF icon" looking like a printer so I have removed all other icons and left the printer so you move the mouse it says "PDF" and thats all for the time being and will have to do.

Thanks for all your help
FabianN
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Oct 2011, 14:37
Contact:

Re: Gantry framework

Post by FabianN »

Hi, the only thing I have done, integrate in the article template (/httpdocs/templates/rt_gantry_j16/html/com_content/article/default.php) and add one line to style1.css (there I do all my css customizing):

Code: Select all

.component-content .pdf-icon a { background-position: -32px 0px;}
This uses the normal joomla css sprite (Print, mail, edit), where also a PDF symbol is included.

I hope that helps.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Gantry framework

Post by Jan »

Ok, thanks for this info.
Jan
If you find Phoca extensions useful, please support the project
FabianN
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Oct 2011, 14:37
Contact:

Re: Gantry framework

Post by FabianN »

Thanks for this extension :)
DoGauss
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 12 Jun 2012, 15:53

Re: Gantry framework

Post by DoGauss »

As I had to you might also have to check your gantry framework based template (I'm using Eris btw.) for override style sheets. As it turned out the "joomla.css" file from within the gantry framework gets overridden by the template so I had to append

Code: Select all

.component-content .pdf-icon a { background-position: -32px 0px;}
at the end of /templates/eris/css/joomla-override.css

Dom
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Gantry framework

Post by Jan »

Hi, thank you for this info.

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