Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Please To Have Your Opinions (aka Dummy Wants To Edit 150+ Categories Again) (http://www.greenguysboard.com/board/showthread.php?t=67281)

Cleo 2015-04-22 09:08 AM

Quote:

Originally Posted by Greenguy (Post 538242)
That's good bingo! |thumb I also made some progress on the button |lol|

http://www.link-o-rama.com/greenguy/1-slide.htm

The close button isn't working for me using Safari.

Greenguy 2015-04-22 09:17 AM

Quote:

Originally Posted by Cleo (Post 538244)
The close button isn't working for me using Safari.

Yup - I've got to sort out 2 things:
1 - Get the "close" button to work
2 - Get the "slide menu left" button to hover on the top left of the page, even when the user scrolls down

Greenguy 2015-04-22 09:47 AM

Quote:

Originally Posted by Greenguy (Post 538246)
1 - Get the "close" button to work

Fixed! Figured out that I had to take out all the other options from the javascript file |thumb

...and I literally did this the 1st time it worked |banana|

Cleo 2015-04-22 09:53 AM

Quote:

Originally Posted by Greenguy (Post 538250)
Fixed! Figured out that I had to take out all the other options from the javascript file |thumb

...and I literally did this the 1st time it worked |banana|

Had to clear my cache and refresh the page and it worked. |thumb

pc 2015-04-22 09:57 AM

|thumb Looks good on my samsung note4

Greenguy 2015-04-22 09:59 AM

IT WORKS!!!!! |banana||bananna||banana||bananna||banana|

http://www.link-o-rama.com/greenguy/1template.htm

Now, to put it on all of the category pages & I *think* I can do it with a quick Search & Replace |pray|

pc 2015-04-22 10:11 AM

Slide munu button make position absolute and top:0;left:0 or float left depending on your doctype.

Greenguy 2015-04-22 10:17 AM

Quote:

Originally Posted by pc (Post 538254)
Slide munu button make position absolute and top:0;left:0 or float left depending on your doctype.

Like this?

Code:

.selector
{
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}


Greenguy 2015-04-22 10:26 AM

Actually, position: absolute; didn't work, so I went back to position: fixed;

Code:

.selector
{
  position: fixed;
  float: left;
  top: 0;
  left: 0;
}


Greenguy 2015-04-22 10:54 AM

Before I forget: THANK YOU to pc & Cleo & anyone else that chipped in helping me out with this. I really do appreciate it |shake|

pc 2015-04-22 11:39 AM

|shake|

pc 2015-04-23 03:14 AM

Quote:

Originally Posted by Greenguy (Post 538258)
Actually, position: absolute; didn't work, so I went back to position: fixed;

Code:

.selector
{
  position: fixed;
  float: left;
  top: 0;
  left: 0;
}


Yes you are correct.
For some unknown reason I wrote absolute.

You know I did all this on my samsung phone during my offline work breaks. :)

Greenguy 2015-04-23 08:53 AM

Quote:

Originally Posted by pc (Post 538270)
You know I did all this on my samsung phone during my offline work breaks. :)

...and I do truly appreciate it!!! |bow|

ecchi 2015-04-24 03:40 AM

Sorry to give you more work when you think you are finished but:

You really need some code that identifies the surfer's browser, and if they have IE8 or lower, gives them a message advising them that the site does not work "properly" in their browser and advising them to upgrade. Because the code that creates your slider just dumps everything at the top of the page in IE, making the page look shit, and most people will not know why, and just assume the site was designed by a lousy webmaster and badmouth you.

Also, Google expects "compatibility" and I'm told that they downgrade listings of sites that are not 100% compatible.

Greenguy 2015-04-24 08:20 AM

Quote:

Originally Posted by Greenguy (Post 538043)
I just looked at LOR's stats:
Browser: 29% use IE, but only 7% of those use IE8 or older (so only about 2.3% of all LOR's surfers)...

No disrespect, but maybe there's truth to them being advised to upgrade |couch|

ecchi 2015-04-24 03:55 PM

Quote:

Originally Posted by Greenguy (Post 538289)
No disrespect, but maybe there's truth to them being advised to upgrade |couch|

Yeah, more $$$$ for Mr Gates!!!

|sahke|
|happymoney|

Seriously though, LOR will look shit in IE8 if you don't "detour" IE8 users. You get two buttons at the top, neither of which works, then it dumps the entire menu on the screen, one column, font size about 4. Annoyingly, the one bit of your code that does work is the bit that makes the button hover, so you get a non working button following you down the page. It really does look like a page designed by a 5 year old after their first lesson at HTML. 99.9% of surfers won't know that the reason for this is because their browser is old, and will simply assume you are incompetent. Sadly there is that Twitter thing nowadays, and a couple of pissed of surfers with bugs up their asses combined with a few re-tweets of "LOR is shit" posts could kill your reputation and kill LOR.

Also, I'm told (but have been given no proof) that if your site is not IE8 compatible and does not redirect IE8 surfers to a warning page, Google assume it is badly designed overall and really drop your ranking.

All this shit, just to make Bill Gates richer, is it worth it?

pc 2015-04-24 04:12 PM

That was long time ago to the internet standards
http://www.computerworld.com/article...n-nov--15.html

Greenguy 2015-04-25 08:31 AM

I did change the settings on my IE Tab Extension for Chrome to see what you were talking about. 40 people yesterday either left or did one hell of a lot of scrolling |lol|

Seriously, HTML5 doesn't even work in IE8, right? Just upgrade! I once LOVED Netscape Navigator 2.0 until 3.01 Gold came out & you could see animated gifs moving :D

ecchi 2015-04-25 01:44 PM

Quote:

Originally Posted by Greenguy (Post 538307)
Just upgrade! I once LOVED Netscape Navigator 2.0 until 3.01 Gold came out & you could see animated gifs moving :D

You are missing my point. I have upgraded, I have Vista (for my sins) and would have W7 if I hadn't been screwed over by a computer company. I have no love of XP (prefer it to Vista, but 98 was better) because I have no love of Microsoft. If I were expecting you to design LOR to my taste I would be expecting you to design it for the Workbench/Kickstart Os/GUI on an Amiga (1200 or "Big Box").

The point I am making is this: A lot of people still use XP IE8, not only are you pissing them off and risking a Twitterstorm against LOR, you are also NOT GETTING THEIR MONEY. Your own figures (which are incredibly low compared with mine and Google's figures) state that about 1 in 40 of your surfers use IE8, so that will be 1 dollar out of 40 you won't be making. If you can afford to throw away that money, then you are doing better than the rest of us (and if you are that rich, send some to me to finance my next film).

Keep ignoring the "inconvenient" surfers, and your sales will drop, the mortgage won't get paid, and you will end up living in "New Hooverville".

Ain't I just a ray of sunshine on a Saturday!

Greenguy 2015-05-13 01:24 PM

ECCHI! I thought of a work-around so it works in IE7!!!

http://www.link-o-rama.com/greenguy/mlinks.htm
(well, until you scroll down past copyright/footer :D)

ecchi 2015-05-14 10:56 AM

Quote:

Originally Posted by Greenguy (Post 538644)
ECCHI! I thought of a work-around so it works in IE7!!!

http://www.link-o-rama.com/greenguy/mlinks.htm
(well, until you scroll down past copyright/footer :D)

The menu dump beneath the copyright is not a problem because: Who the hell scrolls that far down?


All times are GMT -4. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc