App Popup - Genesis Forum: GenCoupe Hyundai Genesis Forums
Please Visit our Site Sponsors

GenCoupe.com is the premier Hyundai Genesis Forum on the internet. Registered Users do not see the above ads.
Reply
 
LinkBack Thread Tools
Old 12-02-2012, 09:21 AM   #1
Member
 
Join Date: Jul 2009
Location: San Antonio, TX
Posts: 44
Default App Popup

Can we get the "there's an app available" popup disabled? Its annoying ask f--k. I don't want the app. The site works just fine on my tablet.
doczaius is offline   Reply With Quote
Sponsored Links
Advertisement
 
Old 12-02-2012, 08:33 PM   #2
Senior Member
 
Sykotik's Avatar
 
Join Date: Jul 2012
Location: Fort Gordon, GA
Posts: 1,054
Garage
Default

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.
Sykotik is offline   Reply With Quote
Old 12-03-2012, 08:44 AM   #3
Senior Member
 
Top Gear's Avatar
 
Join Date: Nov 2012
Posts: 118
Default

Quote:
Originally Posted by Sykotik View Post
Thanks for making a whole new thread for this.... Now get out...
Wow, what a ridiculous non-response, dude.

Quote:
Originally Posted by doczaius View Post
Can we get the "there's an app available" popup disabled? Its annoying ask f--k. I don't want the app. The site works just fine on my tablet.
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
Top Gear is offline   Reply With Quote
Old 12-03-2012, 09:48 AM   #4
.........................
Moderator
 
CrookedH's Avatar
 
Join Date: Apr 2009
Location: ATX
Posts: 11,495
Garage
Default

Quote:
Originally Posted by Sykotik View Post
Thanks for making a whole new thread for this.... Now get out...
Aside from the fact that it was in the wrong section (which is fixed now), how else would you expect something like this to get brought up?

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?
  • Detailed title of item
  • Detailed description of item (specify if its new, used, etc.)
  • Contact information (Phone number OR email preferred - not just Private Messaging)
  • Asking price
  • Location (State if local pickup or if you will ship)
  • Actual Photos of the item
Any of these missing means your thread will not be approved.
CrookedH is offline   Reply With Quote
Old 12-03-2012, 10:26 AM   #5
Why so serious, Bro?
 
GenCoupeGeek's Avatar
 
Join Date: Jun 2012
Location: Hazel Green, Alabama
Posts: 2,380
Garage
Default

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>`
Followed by:

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>
And then this script into the body:

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>
and include this function in the popup code to drop the cookie:

HTML Code:
function setCookie() {
    $.cookie('test_status', '1', { path: '/', expires: 60 });
    return false;
}
Easy peasy.
__________________
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:
Originally Posted by LandoAWD View Post
...you are the most well read person from Alabama I've seen...I look forward to your exorbitantly wordy response...
Quote:
Originally Posted by IETF RFC: 1925
With sufficient thrust, pigs fly just fine.

Last edited by GenCoupeGeek; 12-03-2012 at 10:30 AM.
GenCoupeGeek is offline   Reply With Quote
Old 12-04-2012, 04:24 AM   #6
GenSport KY
 
Molotov Fun's Avatar
 
Join Date: May 2011
Location: In-between, BFE and You sure do have a pretty mouf.
Posts: 653
Default

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
Molotov Fun is offline   Reply With Quote
Sponsored Links
Advertisement
 
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -8. The time now is 02:20 PM.



Powered by vBulletin® Copyright ©2000 - 2013, vBulletin Solutions, Inc.

Garage Plus vBulletin Plugins by Drive Thru Online, Inc.

SEO by vBSEO 3.3.2