Announcement

  •  » Extensions
  •  » Additional Pages - Open site in Frame

#1 2018-04-01 14:49:57

flieger28
Member
2018-04-01
3

Additional Pages - Open site in Frame

Hello/Hi/Greetings,

I have a question regarding the Plugin Additional Pages. I have created to pages which appear fine in the Menu on the left side. But when i click on the link it is opened in the full window, the menu frame is gone. Dit i oversee something or is there a way to open it only in the right frame?

The 2 menu items are "Hintergrund" and "Bedienung"

Piwigo version: 2.9.3
PHP version: 7.0.25-nmm1
MySQL version: 5.7.21-nmm1-log
Piwigo URL: https://schiffe.etmn-pictures.de

Offline

 

#2 2018-04-01 20:19:21

executive
Member
2017-08-16
1214

Re: Additional Pages - Open site in Frame

This should get you started:

Code:

<style type="text/css">
#menubar {!important;}
.titrePage {display:none}
.content {max-width:1120px; margin:0 auto 10px auto !important;}
.Online {display:none;}
.content_block {max-width:none;}
 
.myHomePage_photo {text-align: center; margin:50px 0 20px 0;}
.myHomePage_photo a img {border-width:2px; border-style:solid; border-color:#666;}
.myHomePage_links {letter-spacing:2px; text-align:center; margin-bottom:0; font-weight:bold;}
.myHomePage_name {margin-top:30px; letter-spacing:2px; text-align:center;}
</style>
 
<div id="myHomePage">
  <div class="myHomePage_photo">
    <a href="index.php?/categories">[photo id=12345 size=L link=no]</a>
  </div>
 
  <div class="myHomePage_links">
    <a href="index.php?/categories">Albums</a> ● <a href="index.php?/contact">Contact</a>
  </div>
 
  <div class="myHomePage_name">
    by Piwigo.com Team &middot; This is a demo gallery
  </div>
</div>

Offline

 
  •  » Extensions
  •  » Additional Pages - Open site in Frame

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact