![]() |
![]() |
|
![]() |
![]() |
![]() |
|
|
|
|
LinkBack | Thread Tools |
| Sponsored Links | |||
Advertisement | |||
|
|
#2 | ||
|
Senior Member
|
I have nothing nice to say so I'll get out now
__________________
2013 Circuit Silver 200T Base A/T Debadged: Wings | DD HID Kit: 8000K | DD Stage 2 Interior LED Kit | Switchback LED Turns | VIS CF Trunk | Gemini-AR CF Vented Hood GCP SRI | Forge BOV: Yellow Spring | Tomei Expreme CBE w/ Test Pipe | SFR Tuned | Stance Coilovers "Always Out-Manned, Never Out-Gunned" -SGT Evans Last edited by CrookedH; 12-03-2012 at 09:49 AM. |
||
|
|
|
|
|
#3 | |||
|
Senior Member
Join Date: Nov 2012
Posts: 118
|
Quote:
I agree, so I tried the app, but the AutoGuide app sucks because it crashes a LOT. Once I finally got logged in, I really only use the app to read subscribed threads, so far. Anyway, the popup is unsophisticated. If they can do a popup, they can change the display to work on a phone.
__________________
2012 3.8 R-Spec MT, Becketts Black Pearl-Metallic, Droid Bionic Docked Genesis Emblems/Caps, All Dealer Options, Carbon Filter Removed, Shell V-Power, Meguiar's Polished |
|||
|
|
|
|
|
#4 | |||
|
.........................
Moderator
|
Quote:
If you don't have something constructive to say, just say nothing, and move to another thread.
__________________
What is required for a new FS thread?
Any of these missing means your thread will not be approved.
|
|||
|
|
|
|
|
#5 | ||||
|
Why so serious, Bro?
|
Well... I suppose AutoGuide could drop a cookie that remembers what the user selects the first time so that the popup doesn't occur again in future visits.
All they would have to do is drop this script in the header: HTML Code:
<script type="text/javascript" src="scripts/jquery-1.7.min.js"></script> <script type="text/javascript" src="scripts/jquery.cookies.2.2.0.min.js"></script>` HTML Code:
<script type="text/javascript"> $(document).ready(function() { var id = '#dialog'; //Get the screen height and width var maskHeight = $(document).height(); var maskWidth = $(window).width(); //Set heigth and width to mask to fill up the whole screen $('#mask').css({'width':maskWidth,'height':maskHeight}); //transition effect $('#mask').fadeIn(1000); $('#mask').fadeTo("slow",0.7); //Get the window height and width var winH = $(window).height(); var winW = $(window).width(); //Set the popup window to center $(id).css('top', winH/2-$(id).height()/2); $(id).css('left', winW/2-$(id).width()/2-220); //transition effect $(id).fadeIn(2000); //if close button is clicked $('.window .close').click(function (e) { //Cancel the link behavior e.preventDefault(); $('#mask').hide(); $('.window').hide(); }); //if mask is clicked $('#mask').click(function () { $(this).hide(); $('.window').hide(); }); }); </script> HTML Code:
<div style="top: 199.5px; left: 200px; display: none;" id="dialog" class="window"> XMAS MESSAGE <a href="#" class="close">Shut this popup.</a> </div> HTML Code:
function setCookie() {
$.cookie('test_status', '1', { path: '/', expires: 60 });
return false;
}
__________________
2011 Bathurst Black 2.0T R spec PRW Stage II - <vroom-vroom> Watch Out For The Idiot Behind Me. “Without fear there cannot be courage.” ~Christopher Paolini Quote:
Quote:
Last edited by GenCoupeGeek; 12-03-2012 at 10:30 AM. |
||||
|
|
|
|
|
#6 | ||
|
GenSport KY
Join Date: May 2011
Location: In-between, BFE and You sure do have a pretty mouf.
Posts: 653
|
Odd, I don't get the pop up on my droid phone unless I delete cookies ect. Same with the girls ipad
__________________
Hydrogen and Stupidity, The most common elements in the universe. Say NO! to Import Shark
https://www.facebook.com/SayNoToImportShark?fref=ts |
||
|
|
|
| Sponsored Links | |
Advertisement | |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto guide app popup is extremely obtrusive | cjd82187 | Gencoupe.com Site Issues, Support & Help | 3 | 04-16-2012 03:11 AM |
| Autoblog iPhone app now available in all International App Stores | RSS-Autoblog | Autoblog | 0 | 05-06-2011 01:40 PM |
| APP is now HyundaiCircle? | Yomster | General Discussion | 12 | 04-28-2010 10:45 AM |
| Hyundai APP | sisk | General Discussion | 4 | 10-26-2009 11:40 PM |
| APP no more for gencoupe????? | trackfiend88 | General Discussion | 17 | 10-04-2009 10:38 PM |