Announcement

#16 2011-03-25 11:57:32

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

Yes i have installed that plugin before but i  only could make a menu with links, random picture and on the personalised menu i can add a new block. But what i want is that i could insert a new menu and paste there text or html codes ...

Offline

 

#17 2011-03-25 13:36:38

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

if you add personal menu you can add html tag ?

exemple

<ul>
  <li><a href="http://piwigo.org">Piwigo</a></li>
  <li><a href="http://piwigo.org/ext">Piwigo Extension</a></li>
</ul>


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#18 2011-03-25 13:47:31

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

In the personalised menu i can add blocks but if i insert a html code, for example a banner it will show on main page and not within that menu...Look at the uploaded image. you will see what im talking about. maybe you can tell me what to do.

Thanks!

Offline

 

#19 2011-03-25 13:49:36

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

You're imposing size with CSS

Can you give me the exact code in MP you put


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#20 2011-03-25 13:50:43

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125">
  <param name="movie" value="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf" />
  <param name="quality" value="high" />
  <param name="allowScriptAccess" value="always" />
  <param name="wmode" value="transparent">
     <embed src="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf"
      quality="high"
      type="application/x-shockwave-flash"
      WMODE="transparent"
      width="480"
      height="125"
      pluginspage="http://www.macromedia.com/go/getflashplayer"
      allowScriptAccess="always" />
</object>

Offline

 

#21 2011-03-25 13:52:58

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

In this menu i want to put more banners...

Offline

 

#22 2011-03-25 14:11:52

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

evryka23 wrote:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125">
  <param name="movie" value="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf" />
  <param name="quality" value="high" />
  <param name="allowScriptAccess" value="always" />
  <param name="wmode" value="transparent">
     <embed src="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf"
      quality="high"
      type="application/x-shockwave-flash"
      WMODE="transparent"
      width="480"
      height="125"
      pluginspage="http://www.macromedia.com/go/getflashplayer"
      allowScriptAccess="always" />
</object>

test with less value
      width="100"


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#23 2011-03-25 14:18:52

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

Okay this shows better, but is not what i really want. I dont want this to show on the main/first page. I want to show only the menu Banners and only when the others click on it to show the banners.

Offline

 

#24 2011-03-25 15:58:10

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

Can you explain more ?

What would you want ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#25 2011-03-25 16:07:16

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

Sorry if i didnt explain good :)
So i dont want to show the banners on the main page i just want one single menu...for example "Partners" and inside in the banners or other text...
What you said is good too, but it shows on the main page and i dont want it. I just want to see those texts or inserted banners when i click on that menu..."partners" or whatever..

Just a simple menu like the others....

This plugin with the add block option is inserting the banner on the main page. Under the other menus.

Offline

 

#26 2011-03-25 16:24:48

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

I am't sure I understood

can you test

<script type="text/javascript">
<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
    for (var i = 1; i<=100; i++) {
        if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
    }
if (d) {d.style.display='block';}
}
//-->
</script>
<dl id="menuA4">
    <ul>
           
            <li onclick="javascript:montre('smenu1');">Banner</li>
                <dd id="smenu1">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125">
  <param name="movie" value="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf" />
  <param name="quality" value="high" />
  <param name="allowScriptAccess" value="always" />
  <param name="wmode" value="transparent">
     <embed src="http://evrykaphotography.xteh.net/image/Bannerem/Bannerem.swf"
      quality="high"
      type="application/x-shockwave-flash"
      WMODE="transparent"
      width="480"
      height="125"
      pluginspage="http://www.macromedia.com/go/getflashplayer"
      allowScriptAccess="always" />
</object>
</dd>
</dl>


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#27 2011-03-25 16:31:08

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

It looks like this:

Offline

 

#28 2011-03-25 16:33:00

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

Soo if you want to see it better enter at my site. Im not sure if i can link something here, but if no pls delete it...
http://evrykaphotography.xteh.net/
There is on the main page.

Offline

 

#29 2011-03-25 17:57:05

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7198

Re: [resolved] How to add the "about" in the menu and insert text inside?

Ok the problem just the theme I look


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#30 2011-03-25 18:04:37

evryka23
Member
2011-03-20
40

Re: [resolved] How to add the "about" in the menu and insert text inside?

Okay if you have an idea how to fix it please tell me.
There isnt another plugin which can help me? or another way to make a menu?

Offline

 

Board footer

Powered by FluxBB

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