Results 1 to 3 of 3
-
16th Oct 2012, 04:33 PM #1OPMember
[jQuery] Please help me with this code
Hello friends,
I have this website: http://gridporn.net
The theme is not compatible with the screen resolution 1920x1080
This is an issue between the carousel grid and the users screen resolution.
The issue is the active post in the gridlist appears to the right.. not in the middle of the screen like was suppose to appear.
Look at the screen shot below:
http://i.imgur.com/xqgLe.jpg (ADULT CONTENT)
Now look how must appear:
http://i.imgur.com/1YUYc.jpg (ADULT CONTENT)
Can someone help me fix that?
-----------------------------------------------
EDIT
-----------------------------------------------
I fixed the issue above, but not at 100% yet, now I have a different issue (smaller)
I changed:
PHP Code:jQuery(window).resize(function() {
jQuery(".caroufredsel_wrapper").css({
marginLeft: (Math.ceil(jQuery(window).width() - 900 ) / 2) - 900
});
}).resize();
PHP Code:if (jQuery(window).width() ==1920){
var screen1920= 2700;
}else{
var screen1920= 900;
}
jQuery(window).resize(function() {
jQuery(".caroufredsel_wrapper").css({
marginLeft: (Math.ceil(jQuery(window).width() - screen1920 ) / 2) - 900
});
}).resize();
The website layout now looks good using the resolution 1920x1080. Everything works fine, except one thing...
The posts that appears in the middle are the older posts ;(
Take a look: http://i.imgur.com/9KQoX.jpg
Instead of appearing the last posts first...
Take a look: http://i.imgur.com/yWX27.jpg
Is easy to fix this little issue? :-)
Thanks,
TimDivvy Reviewed by Divvy on . Please help me with this code Hello friends, I have this website: http://gridporn.net The theme is not compatible with the screen resolution 1920x1080 This is an issue between the carousel grid and the users screen resolution. The issue is the active post in the gridlist appears to the right.. not in the middle of the screen like was suppose to appear. Look at the screen shot below: http://i.imgur.com/xqgLe.jpg (ADULT CONTENT) Rating: 5
-
17th Oct 2012, 07:31 PM #2OPMember
Bump for me
-
18th Oct 2012, 08:04 PM #3OPMember
Please, someone?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help With Letitbit Js To BB Code aka Embedding streaming code in forums
By JoomlaZ in forum Web Development AreaReplies: 1Last Post: 3rd Apr 2012, 09:50 AM -
need help with php code
By itmees in forum Web Development AreaReplies: 6Last Post: 22nd Mar 2012, 10:01 AM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
{LF} a code
By DeathNote in forum Web Application/Script SupportReplies: 2Last Post: 23rd Oct 2010, 04:18 AM -
[vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
By Ghost Dog 13 in forum Webmaster ResourcesReplies: 13Last Post: 26th Sep 2009, 06:19 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...