New Improved Fish Eye Bottom Menu
New Improved Fish Eye Bottom Menu
Thanks to Eddy, I have Updated the Fish Eye Bottom Menu!
Demo: http://www.star57.com/extensions/fisheye/index2.php
Icons are centered in the frame.
You can select internal or external urls.
Change textsize fontcolor,fontsize,fontname.
Change how height the images slide.
Set the link to open _blank or _self.
You can set on every page another fontsize,color etc for the text.
Inserted also the pngfix for IE6 browsers.
Selectable Gallery for Menu Items instead of manually on each!
Dock Menu is an open source GPL and MIT Project, free for all uses.
Both the Extension and the Extension Maker File
http://www.star57.com/extensions/fishey ... ckmenu.zip
Let me know if you have issues. Thanks
Eddy has one that will allow, spacing between icons, and the menu words show at all times. Please see his at
viewtopic.php?t=18393
Demo: http://www.star57.com/extensions/fisheye/index2.php
Icons are centered in the frame.
You can select internal or external urls.
Change textsize fontcolor,fontsize,fontname.
Change how height the images slide.
Set the link to open _blank or _self.
You can set on every page another fontsize,color etc for the text.
Inserted also the pngfix for IE6 browsers.
Selectable Gallery for Menu Items instead of manually on each!
Dock Menu is an open source GPL and MIT Project, free for all uses.
Both the Extension and the Extension Maker File
http://www.star57.com/extensions/fishey ... ckmenu.zip
Let me know if you have issues. Thanks
Eddy has one that will allow, spacing between icons, and the menu words show at all times. Please see his at
viewtopic.php?t=18393
Last edited by star57 on Tue Apr 07, 2009 12:18 pm, edited 1 time in total.
- madebyibloo
-
- Posts: 366
- Joined: Fri Mar 27, 2009 3:58 pm
- Location: East Yorkshire, United Kingdom
- Contact:
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
This is the site I use.audier wrote:very nice, eny suggestons for downloading images for this one? my graficak skills aren't very good.
http://www.freeiconsweb.com/
Re: New Improved Fish Eye Bottom Menu
Hi,
I'm noticing an issue with the FishEye menu in Internet Explorer. I absolutely love this extension, but I am having issues with it in Internet Explorer. In Internet Explorer, go to this page:
http://www.ktravisj.com/contact.html
If it loads fine, clear your cache, close your browser, and try again. The point is, SOMETIMES it loads horribly incorrectly, it just throws all of the buttons into a little square, stacked on top of each other, and doesn't really do anything.
I was wondering: how could I fix that/stop it from happening? Does it have anything to do with the other icons on the bottom left corner of the page?
Thanks for any insight anyone can give me on this.
--etcbbu
I'm noticing an issue with the FishEye menu in Internet Explorer. I absolutely love this extension, but I am having issues with it in Internet Explorer. In Internet Explorer, go to this page:
http://www.ktravisj.com/contact.html
If it loads fine, clear your cache, close your browser, and try again. The point is, SOMETIMES it loads horribly incorrectly, it just throws all of the buttons into a little square, stacked on top of each other, and doesn't really do anything.
I was wondering: how could I fix that/stop it from happening? Does it have anything to do with the other icons on the bottom left corner of the page?
Thanks for any insight anyone can give me on this.
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: New Improved Fish Eye Bottom Menu
IE has a "Compatibility View" setting in tools. If this is turned on, it often displays menus in an odd way. Check that first.
In my IE 8 your menu works fine.
In my IE 8 your menu works fine.
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New Improved Fish Eye Bottom Menu
Think this is more likely a compatibility issue with the iQuery used on the page the Fish Eye Is using a older version of jQuery and is causing the conflict you can try this code ny placing between<head></head>tags in HTML properties if this doesnt work try asking the builder to update to same jquery used in WB which is 1.4.2
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Re: New Improved Fish Eye Bottom Menu
@protectourlands
Thanks for the suggestion! I appreciate it, but, I want to make sure it can work even if the user doesn't have that set..I'd like to get it to where I can assume it works, whether a user has that enabled or not. If I can't, I may have to bite the bullet and drop this extension. I really don't wanna do that, though..
@BaconFries:
Well, in WB I
- went to my "Contact" page
- at the top of the screen, clicked Page >> Page HTML
- went to the between<head></head>tags tab
- pasted
- clicked OK
- published
Loaded up my page in IE 8, on my Windows 7 OS, default browser settings, and it still did the weird load thing. And then, when I refreshed the page it was fixed (which is the problem it's been having).
But, I can't assume users will always refresh the page to fix it. Do you think it has anything to do with the fact that it's an HTML page, and needs to be a .PHP page or something..? That shouldn't matter really,right?
I guess my only option is to get in touch with the author and ask the author to update the jQuery by which this extension is constructed to 1.4.2? Is there anything else you could recommend I might be able to do..?
Thank both of y'all so far! I want to get this thing fixed..
--etcbbu
Thanks for the suggestion! I appreciate it, but, I want to make sure it can work even if the user doesn't have that set..I'd like to get it to where I can assume it works, whether a user has that enabled or not. If I can't, I may have to bite the bullet and drop this extension. I really don't wanna do that, though..
@BaconFries:
Well, in WB I
- went to my "Contact" page
- at the top of the screen, clicked Page >> Page HTML
- went to the between<head></head>tags tab
- pasted
Code: Select all
<script type="text/javascript">
jQuery.noConflict();
</script>
- published
Loaded up my page in IE 8, on my Windows 7 OS, default browser settings, and it still did the weird load thing. And then, when I refreshed the page it was fixed (which is the problem it's been having).
But, I can't assume users will always refresh the page to fix it. Do you think it has anything to do with the fact that it's an HTML page, and needs to be a .PHP page or something..? That shouldn't matter really,right?
I guess my only option is to get in touch with the author and ask the author to update the jQuery by which this extension is constructed to 1.4.2? Is there anything else you could recommend I might be able to do..?
Thank both of y'all so far! I want to get this thing fixed..
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New Improved Fish Eye Bottom Menu
@ etcbbu have you tried it again??/ I would clear all the browser cache and then reload page...as you mentioned you had to refresh page to get it to show correct..this was like clearing the cache and so it showed correctly it should now be ok...
Re: New Improved Fish Eye Bottom Menu
Well, yeah, I mean, refreshing makes it work just fine. But again, I want this to be able to work on first try without the user's having to do that, because I'm working off of the assumption that users will not think to refresh the page, on their own.
And the thing is, it does just that in FireFox and Chrome--it works first try, every time, without fail.
--etcbbu
And the thing is, it does just that in FireFox and Chrome--it works first try, every time, without fail.
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Re: New Improved Fish Eye Bottom Menu
Anyone have any more ideas on what I could do, on this?? And does anyone happen to know the best way to contact star57, who is the author of this extension? There are various e-mails on this person's website.
--etcbbu
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New Improved Fish Eye Bottom Menu
I guess you may have to just be patient and wait for Star to reply...Eddy made a similar extension that was based around this one you can find it in the extension index or just wait on Star replying...
Re: New Improved Fish Eye Bottom Menu
All right, that is cool. If I do not hear back from star for a while, I will check out Eddy's extension too.
Thanks BaconFries, I really do appreciate your posts with this.
--etcbbu
Thanks BaconFries, I really do appreciate your posts with this.
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Re: New Improved Fish Eye Bottom Menu
Darn! I tried out Eddy's menu (which I like a lot, too), and it does the same thing, in Internet Explorer sometimes!
http://www.ktravisj.com/fisheyeeddy.html
I will ask my question in Eddy's topic now, too.
Thanks!
--etcbbu
http://www.ktravisj.com/fisheyeeddy.html
I will ask my question in Eddy's topic now, too.
Thanks!
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: New Improved Fish Eye Bottom Menu
Your menu works fine here in both IE8 32 and 64 bit. I believe it is the IE "compatibility view" option that is throwing you off.
Re: New Improved Fish Eye Bottom Menu
protectourlands:
Thank you for that input; would you happen to know offhand if that is an option that just really turned on or off, by default, on the casual IE user's browser? It it's an end-user issue, I can't really do much about it. I guess I might just put static images, side-by-side instead of the fish-eye or dock-menu. I really like the thing though.
I just want to be sure that all users see all those little images, first time, every time, they load the page, in every browser type, you know? Like, I don't want to assume the end-user will think, "This looks weird, I better refresh the page and see if that helps" because not everyone thinks to do that.
--etcbbu
Thank you for that input; would you happen to know offhand if that is an option that just really turned on or off, by default, on the casual IE user's browser? It it's an end-user issue, I can't really do much about it. I guess I might just put static images, side-by-side instead of the fish-eye or dock-menu. I really like the thing though.
I just want to be sure that all users see all those little images, first time, every time, they load the page, in every browser type, you know? Like, I don't want to assume the end-user will think, "This looks weird, I better refresh the page and see if that helps" because not everyone thinks to do that.
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New Improved Fish Eye Bottom Menu
Try adding the meta tag into your web pages this will save users having to turn it on when they view your site <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Re: New Improved Fish Eye Bottom Menu
@BaconFries:
Would I put
In the "Start of Page" tab, in my "Page HTML" in WB?
(and also, I saw what you posted in the http://wysiwygwebbuilder.com/forum/view ... 58#p186358 topic, and have since responded to it as well; thanks.)
--etcbbu
Would I put
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
(and also, I saw what you posted in the http://wysiwygwebbuilder.com/forum/view ... 58#p186358 topic, and have since responded to it as well; thanks.)
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New Improved Fish Eye Bottom Menu
In Web Builder just open Page Properties>Meta Tags>User Defined and insert, this will place it in the correct place.....
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Re: New Improved Fish Eye Bottom Menu
Seems like a good idea, but:
Check the page in IE (http://ktravisj.com/contact.html ; don't forget, clear your cache, close your browser, and load it up one time, too). It seems like it's still doing it sometimes. And also, now, it's not loading the image and the shape-image that are supposed to be on the bottom right corner of the page! (Just click another page to see what I'm talking about)
:-/
--etcbbu
Check the page in IE (http://ktravisj.com/contact.html ; don't forget, clear your cache, close your browser, and load it up one time, too). It seems like it's still doing it sometimes. And also, now, it's not loading the image and the shape-image that are supposed to be on the bottom right corner of the page! (Just click another page to see what I'm talking about)
:-/
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: New Improved Fish Eye Bottom Menu
Put it Between head tags. I'm curious to see if this works.
Re: New Improved Fish Eye Bottom Menu
@protectourlands:
Thank you for the suggestion--you mentioned you were interested to see if it worked, too; sorry that it looks like it's still doing the same thing. I just added that to the Between head area in "Page HTML". Check the page in IE (http://ktravisj.com/contact.html ; don't forget, clear your cache, close your browser, and load it up one time, too). It seems like it's still doing it. And then still, it's also not loading the image and the shape-image that are supposed to be on the bottom right corner of the page! (Just click another page to see what I'm talking about)
:-/
--etcbbu
Thank you for the suggestion--you mentioned you were interested to see if it worked, too; sorry that it looks like it's still doing the same thing. I just added that to the Between head area in "Page HTML". Check the page in IE (http://ktravisj.com/contact.html ; don't forget, clear your cache, close your browser, and load it up one time, too). It seems like it's still doing it. And then still, it's also not loading the image and the shape-image that are supposed to be on the bottom right corner of the page! (Just click another page to see what I'm talking about)
:-/
--etcbbu
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Re: New Improved Fish Eye Bottom Menu
(***MY PROBLEM HAS BEEN SOLVED, THANKS TO BaconFries AND Eddy, SEE HERE:***)
http://wysiwygwebbuilder.com/forum/view ... 87#p186487
http://wysiwygwebbuilder.com/forum/view ... 87#p186487
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://ktravisj.com