Page 2 of 2

Re: Gantry framework

Posted: 13 Aug 2011, 16:08
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.

Re: Gantry framework

Posted: 13 Aug 2011, 16:59
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.

Re: Gantry framework

Posted: 13 Aug 2011, 22:44
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

Re: Gantry framework

Posted: 06 Oct 2011, 14:43
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.

Re: Gantry framework

Posted: 06 Oct 2011, 17:44
by Jan
Ok, thanks for this info.
Jan

Re: Gantry framework

Posted: 08 Oct 2011, 11:53
by FabianN
Thanks for this extension :)

Re: Gantry framework

Posted: 12 Jun 2012, 16:01
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

Re: Gantry framework

Posted: 13 Jun 2012, 16:37
by Jan
Hi, thank you for this info.

Jan