Hello,
I am managing the company photo gallery. I didn't install Piwigo, so there are some things that were set up before I started. I would like to use the Header Manager plugin, but there is already a logo at the top of the page - above the Gallery Title. The logo image is hosted on our domain and it is the same image used by our main website - so it is not in one of the Piwigo photo albums. But I have no idea how to get rid of it so I can just use the Header plugin.
Any ideas of how it may have been done?
Currently no plugins are activated.
Thank you.
Piwigo version: 2.4.7
PHP: 5.4.4-14+deb7u8 (Show info) [2014-04-03 15:12:01]
mysql: 5.5.35-0+wheezy1 [2014-04-03 15:12:01]
Piwigo URL: http://www.multisure.co.za/photogallery
Offline
Hello
check the first Configuration->Option page, header
Offline
Thanks for your reply, Flop25. I am adding a screenshot here of what I see when I go to Configuration > Options. I cannot find anything related to a header...
Last edited by KateS (2014-04-04 08:46:23)
Offline
Hi ,
looking at your page source, your image is being created in the header.
<div id="theHeader">
<div style="width: 265px; float: center">
<img src="http://www.multisure.co.za/images/logo.jpg" />
</div>
<h1>Welcome to the Multisure gallery</h1>
Maybe they have edited the css for the Header, do you have the plugin "LocalFiles Editor" ?
If so post what is shown under the CSS tab (if there is anything)
Regards
Offline
Hi paul105,
There is a LocalFiles Editor plugin. It deactivated. When I activate it, there is nothing under the CSS tab.
Like this:
/* File does not exist and will be created by LocalFiles Editor */
Offline
everything is here http://piwigo.org/doc/doku.php?id=user_ … :customize
so there is: custom template, and personal plugin left
Offline