Search…

X3 Photo Gallery Support Forums

Search…
 
Costas
Topic Author
Posts: 6
Joined: 16 Mar 2008, 12:34

Removing footer in HTML?

01 Feb 2012, 16:58

I purchased the commercial version of Imagevue, I was wondering how I would go about removing the footer in the HTML version of the gallery that says powered by Imagevue. Thanks.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Removing footer in HTML?

01 Feb 2012, 22:57

Simply add the following in the Settings > Custom CSS > HTML:
Code
#footer { display: none }
firedev.com
 
User avatar
swamphox
Experienced
Posts: 136
Joined: 29 Nov 2007, 07:05

Re: Removing footer

09 Apr 2012, 21:58

Could someone please tell me how to remove the powerpack footer. I DO NOT want this guys ads on my site! thx
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Removing footer in HTML?

10 Apr 2012, 08:48

Have a look at Settings - PowerPack - Footer - Enabled

You can enable/disable the footer, change content, colors, ...

There are no ads, PowerPack just rocks!
 
pueblo23
Posts: 9
Joined: 28 Mar 2010, 15:07

Re: Removing footer in HTML?

10 Apr 2012, 18:58

Nick wrote:Simply add the following in the Settings > Custom CSS > HTML:
Code
#footer { display: none }
hello, any way how to edit footer? add photo copyright disclaimer etc...

thanks!

P.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Removing footer in HTML?

13 Apr 2012, 13:02

You can add some stuff into Setting > SEO > Counters - it will be displayed below. Or if you want to completely replace the footer you will have to do some template editing. HTML gallery template is located in iv-includes/templates/layout.phtml
firedev.com