Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Profile pop-up does not display correctly.
Avatar
Mike Whitney
Member
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 1:19 am

I'm sure there is some css somewhere to edit but it looks to me the pop-up is not displaying correctly.

 

link: http://www.blog.webofgamers.com/forum/

 

I've attached a SS.

 

Thanks.

Mikesp_profile.jpgImage Enlarger

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 14, 2012 - 4:33 am

I think we need to concentrate on the jQuery issue first as this may be related.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mike Whitney
Member
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 9:55 am

jquery issue resolved. Still need help on this one.

 

UPDATE:  Looks like it's just a Chrome issue.  Displays fine in IE and Firefox.

Thanks.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 10:27 am

your wp theme imperial is still throwing js errors...  in

http://www.blog.webofgamers.co.....js?ver=1.0

$(function(){
    $('#slides').slides({
        play: 7000,
        hoverPause: false,
        fadeSpeed: 500,
        effect: 'fade',
        crossfade: true,
        generatePagination: false
    });
});

try changing those $ in there to jQuery...  much safer and better when used with WP..

Avatar
Mike Whitney
Member
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 11:06 am

Hi Papa,

I'm in Arizona too! laugh

 

Anyway I've changed the offending code to no end.  I either get:

  1. Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function (anonymous function)
  2. Uncaught ReferenceError: jquery is not defined (anonymous function)

I'm not familiar with JS.  I know that the JS is being loaded from the Wordpress library before this script.

Here is the complete code as it stands.

// PREVENT FLICKER ON INITIAL LOAD
//=================================================================================================================================

document.write('<style type="text/css">body{display:none}</style>');
jQuery(function($) {
$('body').css('display','block');
});

// HOMEPAGE SLIDER
//=================================================================================================================================

jquery(function(){
jquery('#slides').slides({
play: 7000,
hoverPause: false,
fadeSpeed: 500,
effect: 'fade',
crossfade: true,
generatePagination: false
});
});

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 11:17 am

not quite what I asked for... this:

jQuery(function(){
    jQuery('#slides').slides({
        play: 7000,
        hoverPause: false,
        fadeSpeed: 500,
        effect: 'fade',
        crossfade: true,
        generatePagination: false
    });
});

notice the capital Q...  still might not work... but that is where the error is...

Avatar
Mike Whitney
Member
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 11:20 am

Ok LOL I fixed with the capital Q.

Error gone now.

Still have a display issue on the popup.  As I mentioned though it's only in Chrome, IE, and Firefox display fine.

 

Thanks.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2012 - 1:01 pm

it comes up fine for me with latest Chrome on PC...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625