Viewing Navigation Menu Widget Addition 2

Navigation Menu Widget Addition 2



User: Les C. 11 years ago
Ability to have menu positioned left or right relative to the browser window (not page).
User: Roddy 11 years ago
Can you explain your requirement in a little more detail?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Roddy 11 years ago
A lot of EverWeb users seem to want a full width responsive header and footer like this…

http://everwebcodebox.com/widget-test/responsive-header.html

Is this what you are referring to?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: alexanderwiedl 11 years ago
Full width responsive header & footer: YES!
User: Les C. 11 years ago
Dear Roddy,

That's the one.


L C
User: Les C. 11 years ago
Dear Roddy,

If you are designing a widget for a full-width responsive header, be sure to include all the same features in the current EverWeb widget PLUS the ability to select a custom color for a current page indicator.

Naturally, one would minimally want the ability to have the menu placed left, center, and right.

Adding a custom color bar with adjustable height as you have in your demo would be a plus.
User: Les C. 11 years ago
Dear Roddy,
If you are not in the process of a writing a widget, could you provide the custom code for a fee?

I would also want to ability to select my own font.

Thanks,

L C
User: Roddy 11 years ago
The default navigation "widget" is part of the EverWeb application so that it can automatically add the links as pages are added to the site. At this time, there isn't a way to create a third party widget that will do the same.

The options are to modify the styles of the existing menu as shown HERE or to create your own using HTML and CSS - and maybe some javascript - as shown HERE.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Les C. 11 years ago
Dear Roddy,

Thanks for the links. I don't see anything listed about changing the relative position of the menu bar.

I tried adding the following code to my site head code, but with no results:

<style type="text/css">

#navmenu_menu0 {
float:right;}

</style>


Suggestions?
User: Les C. 11 years ago

<style type="text/css">

#navmenu_menu0 {
float:right;}

</style>


Last edit 11 years ago
User: Les C. 11 years ago
<style type="text/css">

#navmenu_menu0 {
float:right;}

</style>
User: Les C. 11 years ago
#navmenu_menu0 {
float:right;}
User: UncleTod 11 years ago
[quote name=Les C. time=10/06/2014 14:47:55]I would also want to ability to select my own font.

Click on the Nav widget's element on your canvas. Then go to your menubar and select "Format > Fonts > Show Fonts" and then select your font. This font then becomes to font for all text in that element.
User: Les C. 11 years ago
Thanks, Uncle Tod.
User: Les C. 11 years ago
Also pasted the following code in the site header to mark the current page for the selected menu item. Also not working:

#navmenu_menu0 a:active {
color: #FF0033;


Thoughts anyone?


Post Reply
You must login or signup to post.