CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 120 users online: 4 members, 81 guests and 35 bots.
Members: flyingfisch, nsg, tifreak8x.
Bots: VoilaBot (4), Spinn3r (1), MSN/Bing (1), Magpie Crawler (2), VoilaBot (7), Googlebot (18), MSN/Bing (2).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
    » Goto page Previous  1, 2, 3 ... 12, 13, 14, 15  Next
» View previous topic :: View next topic  
Author Message
_player1537


Guru-in-Training


Joined: 25 Nov 2009
Posts: 2958

Posted: 05 Mar 2012 10:45:50 pm    Post subject:

Nonono, this is all for pop-out SAX. The color scheme throughout C6M is awesome, but I think it should be applied to pop-out SAX better. The scrollbars show up on pop-out SAX, and changing/removing that one line gets rid of them.
_________________
http://tanner.myserverathome.com
Back to top
seana11


Super-Expert


Joined: 23 May 2011
Posts: 833
Location: Well, the sign says "You are here"...

Posted: 05 Mar 2012 10:48:24 pm    Post subject:

Just a question, will the [code] element ever be fixed?
_________________

Code:
-----BEGIN GEEK CODE BLOCK-----
GCS d- s+: a---@ C+++ UL++ P L+++ E- W++ N o? K? w--- O? M--
V- PS++(--) PE- Y+ PGP t 5? X(+) R tv-- b++(+++) DI+(++)
D(+) G e-(*)>++@ h! r!>+++ y?
------END GEEK CODE BLOCK------
decoded
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 05 Mar 2012 10:49:30 pm    Post subject:

Hm, I think that because Pop-out SAX uses a different header than C6M, so the C6M stylesheet isn't being applied. At least, that was the case when we were going through the process of adding in "Switch to..." links. We may have added the proper CSS. I'll look into it ASAP.

Seana, in the foreseeable future no. It bugs the hell out of me too. All the methods I've implemented don't work. I can hide overflow on the forum index, search results but I just can't hide that code overflow in the post body for some reason. I'll look around for a script, perhaps, that inserts line breaks or something.
_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55762
Location: Earth, Sol, Milky Way

Posted: 21 Mar 2012 06:11:15 pm    Post subject:

The mobile Pop-Out SAX doesn't have a login form, so it just displays a grey screen if you're not logged in. Logging in elsewhere fixes this.
_________________


Back to top
_player1537


Guru-in-Training


Joined: 25 Nov 2009
Posts: 2958

Posted: 21 Mar 2012 06:14:58 pm    Post subject:

http://img.removedfromgame.com/imgs/pop-out-sax.png

That's an image of my issue Smile
_________________
http://tanner.myserverathome.com
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 21 Mar 2012 06:28:34 pm    Post subject:



Here's a picture of the fix Smile
_________________


-Alex
Back to top
_player1537


Guru-in-Training


Joined: 25 Nov 2009
Posts: 2958

Posted: 21 Mar 2012 06:50:03 pm    Post subject:

This may just be a Chrome issue, instead of whatever you're using, but, could you change a few more lines?

Code:
<div id="ajaxinfobox" style="color: #000; overflow: scroll;">

// to

<div id="ajaxinfobox" style="color: #000;">

Code:
a.saxgray:hover, a.saxblack:hover {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px; text-decoration: underline;}

// to

a.saxgray:hover, a.saxblack:hover {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;}

Code:
.outer {
   width: 482px;
}

// to

.outer {
}
That should fix most of the issues I am having to make it look like: http://img.removedfromgame.com/imgs/sax-fixes.png

Edit: Also,

Code:
a.saxgray, a.saxblack {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px; text-decoration: none;}

// to


a.saxgray, a.saxblack {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}

_________________
http://tanner.myserverathome.com
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 22 Mar 2012 02:43:11 am    Post subject:

Can do.

Actually, .outer{} didn't exist in any form within C6M before today/my edits. I'm not sure what's causing pop-out sax to be so narrow. That element is only there to keep the switch link centered with sax. Hence why I mentioned I'd fix it in a few days on IRC. It will either require me to restyle pop-out sax in C6M. The div container, outer, was actually the width of the browser window, so the issue likely falls on the table itself, but I couldn't find a width value there, but I didn't look very hard.

When I get around to doing this, I plan to change the div container for the theme switch from div.copyright to something else. I think Kerm used the theme for the copyright box for the switch link as it matched what he wanted anyways. I'll check the default footer to make sure it's not using div.copyright as well Razz
_________________


-Alex
Back to top
Deep Thought


Expert


Joined: 11 Mar 2010
Posts: 739
Location: The Universe

Posted: 28 Jun 2012 12:29:20 am    Post subject:

Just started using the mobile site, and in general I like it so far. I have a couple of suggestions though:
  • Could the font be changed back to a sans-serif font, like the desktop site and SAX mobile?
  • It'd be nice if images and videos had a max-width property to keep them inside the post boundary. As it is now, the whole viewport gets zoomed out to show large images, and with user resizing turned off, the text is almost unreadable.

_________________
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 28 Jun 2012 03:22:19 am    Post subject:

Yeah, oddly enough I set all images to width:100%, not sure why some extend beyond. I'll look into it. Videos may be a more difficult task but I'll experiment with it.
_________________


-Alex
Back to top
lafferjm


Calculator Deity


Joined: 14 Mar 2006
Posts: 1529
Location: at my house

Posted: 28 Jun 2012 08:35:45 am    Post subject:

One issue I have had happening recently is after using the mobile version. When I get on my home computer and login I will still be set to mobile version, and the button at the bottom to switch to desktop doesn't work.
_________________

Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 28 Jun 2012 12:49:15 pm    Post subject:

That's odd. The link at the bottom is a JavaScipt cookie setter, I believe, and would have no affect on other devices.
_________________


-Alex
Back to top
Deep Thought


Expert


Joined: 11 Mar 2010
Posts: 739
Location: The Universe

Posted: 29 Jun 2012 12:41:39 am    Post subject:

comicIDIOT wrote:
Yeah, oddly enough I set all images to width:100%, not sure why some extend beyond. I'll look into it. Videos may be a more difficult task but I'll experiment with it.
Strange, I don't see that rule at all in the inspector when I select the image on this page, for instance. (Adding the rule in myself fixes the problem nicely.)

And just as a related suggestion, what about max-width instead of just width? That way small images show up normally.
_________________
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 29 Jun 2012 02:18:07 am    Post subject:

Err. That's what I meant to write, max-width. It's hard to socialize and compose a post in one 15 minute break. Haha.

I'll take another look for it. It could be that I broke the parent chain and it only applies to front page news now or something, but it was there at some point.
_________________


-Alex
Back to top
Deep Thought


Expert


Joined: 11 Mar 2010
Posts: 739
Location: The Universe

Posted: 30 Jun 2012 12:32:11 am    Post subject:

More suggestions:
  • Could mobile SAX be made to show some sort of simple login screen if the user isnt logged on? Currently it's just a blank page, and to start using it I need to go to the forum site, log on, and go back and refresh.
  • The Login link (next to Welcome Guest) on the front page is red on a maroon background, nearly unreadable.

_________________
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 30 Jun 2012 12:56:16 am    Post subject:

I'll see what I can do about SAX showing a login. It's more Kerm's work than mine there. Regarding the new posts, I can't find the initial report but it's a known bug that I can not track down. It's been a while since I looked at the HTML & CSS so I'll implement as many of the above reports as possible right now. Hopefully my absence, loss of knowledge of the code and my new IDE app will help.

I'll also go through these posts and update the first post with reports/suggestions & fixes.

It appears the max width for images got over-written when KermM added fullscreen support to the YouTube videos. That's also when we YouTube videos started appearing on C6M. I'm not sure how well it'll work but I set the video width to 100% and the height blank, it doesn't scale on my iPhone but YouTube videos in posts don't go beyond the page. The videos on news posts are another story. I'll track down the template for those and adjust the HTML template.

I forced the text "Go to the new posts" and the line it's on to use white, with both properties set to !important. If it doesn't stay I'll check out the a:visited, a:links, etc.

Update: And it still shows up red.
_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55762
Location: Earth, Sol, Milky Way

Posted: 19 Sep 2012 04:04:51 pm    Post subject:

DuckDave says something is wrong with viewing the archives:

Quote:
17:03:28 (C) DuckDive: Template->make_filename(): Error - template file not found: site/archives_folder.tpl
17:03:14 (#) KermM: DuckDave: Ahhh, are you using the mobile theme?

_________________


Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 19 Sep 2012 06:09:33 pm    Post subject:

I can view the archives just fine under C6M. Hm, could be an older theme. I'll check the FTP when I get a chance.
_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55762
Location: Earth, Sol, Milky Way

Posted: 19 Sep 2012 11:18:52 pm    Post subject:

comicIDIOT wrote:
I can view the archives just fine under C6M. Hm, could be an older theme. I'll check the FTP when I get a chance.
Ahhh, that's an excellent point. I just assumed he was on C6m (he logged off when I asked about what theme he was using), since the archives seem to be working fine under Cemetech6, but I bet you're right about that. I can check from the ACP. Apologies for the false alarm!
_________________


Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5107
Location: SFBA, California

Posted: 20 Sep 2012 12:34:46 pm    Post subject:

It's okay, C6 and C6M are the two popular themes, I assume, so it was logical Smile
_________________


-Alex
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3 ... 12, 13, 14, 15  Next
» View previous topic :: View next topic  
Page 13 of 15 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.039629 seconds.