If I do decide to put the list on either side, it wouldn't be difficult to do, just time consuming (but not 2 years like last time)
So, what's everyone's opinion? Please vote & comment if you feel it's necessary |shake|
ecchi
2015-04-20 03:35 PM
I voted left (damn my politics :) ) but that is assuming you thin the page to fit. It needs to be "less fixed" if you are going to add more columns. At the moment those fat banners force it too wide for an extra column. Make the size a percentage of the width instead of fixed eg:
Code:
Simple but effective.
Also, the right column is for good sponsor ads, not for housekeeping or menus. You get most clicks in the right column.
Greenguy
2015-04-20 03:48 PM
Oh fuck - when I was testing things, I did it on a bannerless page, so everything fit.
Back to the drawing board I guess.
mOrrI
2015-04-20 05:39 PM
What resolution are you in?
pc
2015-04-21 07:43 AM
Why dont you use the css3 drop down menu from top or slide from left or right ( personally I would choose slide from left ) , that also looks great on mobile phones.)
I would vote for left slide menu but theres no option for that in the pool. Edit.
Greenguy
2015-04-21 09:14 AM
Thanks pc - I will def look into that |thumb
Greenguy
2015-04-21 10:09 AM
OK - looking at what pc posted, I do like the idea of the menu sliding in from the left. But, you need to click a static "button" in order for the menu to appear. Seeing as most of my pages are really long, I thought a "button" that "hovered" on the top left of the page would be a good idea. So no matter where you are on the page, the nav "button" is there on the top left.
My problem, as you might have guessed from all the quotes, is that I'm not sure what these "things" are called in the HTML world. I searched for "hovering button" on that site pc linked to & got a bunch of things for when your mouse moves over a "button" or area of the page.
So if anyone has any tips as far as the wording on what I'm looking for...|shake|
Greenguy
2015-04-21 10:14 AM
...also, does anyone know if it matters that the menu sliding in will be longer/taller than the browser?
pc
2015-04-21 10:14 AM
You can have sliding div stick out like 10px from the left when its on hidden mode. On that 10px space you can have arrow pointing right side or image placed vertically with "menu categories" or whatever you like that serves as a static button.
Also since you have 150 categories or so you can make the panel absolute and scrollable.
I've got a button that is a standard button just sitting on the top of the page. When you click it, a menu does come out from the left, but it's not scrollable, and the "close" button on top doesn't work :(
I've got a button that is a standard button just sitting on the top of the page. When you click it, a menu does come out from the left, but it's not scrollable, and the "close" button on top doesn't work :(
Safari is showing this as an error but I don't know how to fix it.
Also you have the Google Analytics in the wrong place. It should be before the closing head tag.
ecchi
2015-04-21 04:19 PM
I know you probably won't care about this but be aware that I think you will find that what you are trying to do probably won't work in XP IE8. (The broken example does what you said on my Vista box but not on my XP IE8 box. Although, on the bright side, what does appear in XP IE8 is scrollable, which it isn't on Vista!)
ecchi
2015-04-21 04:22 PM
Have you noticed how we are helpfully posting more problems for you, but not giving you one iota of solutions!
We are nice like that. :)
pc
2015-04-21 06:10 PM
Working code below is the http://callmenick.com/post/slide-and...s3-transitions source code with bits of your css but now you have to eliminate things step by step to see what was the problem.
Couldn't figure it out so I started from the begining.
Hope that helps.
Also you have the Google Analytics in the wrong place. It should be before the closing head tag.
I double checked & I have it in the right place according to what's in my analytics account:
Quote:
PHP Implementation
Create a PHP file named "analyticstracking.php" with the code above and include it on each PHP template page. Then, add the following line to each template page immediately after the opening tag:
pc
2015-04-22 07:49 AM
Quote:
Originally Posted by Greenguy
(Post 538235)
Won't putting that base.css on the pages screw up my existing (basic) HTML?
But you can apply separate classes to different tables if yes.
I would take out any unnecessary css styles checking one by one each time if it works or not ( disable chrome cache pages for very often checking for changes )
Greenguy
2015-04-22 08:01 AM
Something just crossed my mind: aside from the style of the button (which I'm pretty sure I can figure out) the script does work as described on that site (except for the Close button)
So what I need to know how to do is this:
Quote:
Originally Posted by pc
(Post 538213)
Also since you have 150 categories or so you can make the panel absolute and scrollable.
I did try to take the height tag out of the css but it loaded just the same.
pc
2015-04-22 08:07 AM
overflow-y:scroll;
The scroll itself you can also nicely style.
Greenguy
2015-04-22 08:24 AM
Quote:
Originally Posted by pc
(Post 538241)
overflow-y:scroll;
The scroll itself you can also nicely style.
That's good bingo! |thumb I also made some progress on the button |lol|
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|
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|