Floating menu
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Floating menu
Hello. I know I posted this before a long time, but I hava question.
I have this code:
I put it here: Try AP >> Display >> Homepage >> Message content
And then I add this to CSS:
It works only on homepage.
But I want to make it visible also when I go from the homeplage to a forum or a topic.
For now when I click somewhere else this disappears.
Here are screens.

And here is the screen when I access a forum with topics inside it.

I want to see this floating menu also in every forum and topic.
Is this possible?
Thank you very much.
I have this code:
- Code:
<ul class="floating-menu">
<li>
<a href="http://the-citadel.secretstories.org/t31-topic">
<img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/48/Actions-mail-mark-task-icon.png" border="0" alt="ПРАВИЛА"/>
</a>
</li>
<li>
<a href="http://the-citadel.secretstories.org/f51-forum">
<img src="http://i1098.photobucket.com/albums/g380/leahdyre23/AscensionBook1Ascensionjpeg-1.jpg" border="0" alt="Възнесение"/>
</a>
</li>
<li>
<a href="http://the-citadel.secretstories.org/f35-forum">
<img src="http://i41.servimg.com/u/f41/13/91/36/12/png8a10.png" border="0" alt="Ревюта"/>
</a>
</li>
<li>
<a href="http://the-citadel.secretstories.org/f22-forum">
<img src="http://icons.iconarchive.com/icons/itzikgur/my-seven/48/Books-2-icon.png" border="0" alt="КНИГИ"/>
</a>
</li>
<li>
<a href="http://the-citadel.secretstories.org/c9-category">
<img src="http://icons.iconarchive.com/icons/john-freeborn/ipad/48/iPad-with-keyboard-icon.png" border="0" alt="Роул Плей"/>
</a>
</li>
</ul>
I put it here: Try AP >> Display >> Homepage >> Message content
And then I add this to CSS:
- Code:
ul.floating-menu {
left: 10px;
padding: 4px;
position: fixed;
top: 35%;
}
It works only on homepage.
But I want to make it visible also when I go from the homeplage to a forum or a topic.
For now when I click somewhere else this disappears.
Here are screens.

And here is the screen when I access a forum with topics inside it.

I want to see this floating menu also in every forum and topic.
Is this possible?
Thank you very much.
Last edited by viankova on February 23rd 2012, 9:20 am; edited 1 time in total
Re: Floating menu
Well you put it in homepage message so of course it's only gonna show on the homepage.
Put it in an announcement or widget for it to be on all pages.
Put it in an announcement or widget for it to be on all pages.
Re: Floating menu
LGforum wrote:Well you put it in homepage message so of course it's only gonna show on the homepage.
Put it in an announcement or widget for it to be on all pages.
How?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by viankova on February 23rd 2012, 1:35 am








