Blank space at the bottom of page when using BACK with CHROME - php

Not sure how to ask this question properly.
If you go on the website I'm currently working on:
My Website
The page loads fine, but if you go to another page or link afterwards and then hit BACK, the same page loads with a huge blank space at the bottom. If you refresh the page, it fixes itself. The website pcgamer.com seems to have the same problem.
Here is my HTML/PHP and CSS:
Source Code
EDIT 1: Removing the facebook plugin seems to solve the problem, but how can I use the plugin without having this issue ?

disable facebook like plugin and check it will fix your problem

I just check your web and I think I got your problem. You set .bodymainwrap to has height of 2100px. Please delete the css height:2100px; at .bodymainwrap selector. I'm sure it'll work.

Related

Blank space above header (seems to be random content)

i'm building a Wordpress website from scratch (plugin + template) and made today my header/sidebar.
The problem is that i have a blank space at the top of the website and don't know where it comes from.
When i inspect it i have this.
And here is the blank :
Thanks all...
i'm pretty sure this is due to the wordpress admin bar, try logging off and getting back on your website local host page without being logged on to wordpress. This should be only visible on the admin side, if not once you're logged off, try pasting the source code, will take a look.
thanks for all the answers. Nothing was left in the header.php (checked twice) and tried too to go on the website without being logged but it was not that. I fixed it by sticking by header to top :/
Thanks !

Webpage styling not working after changes

I was making some changes on the header.php file of my wordpress site, related to the flag icons displayed on the top of the webpage.
After that, I loaded back the page and suddenly it all appeared messed. I undoed all the changes I've previosly done, saved and I don't know why but the page is still messed.
Just so you can see how it should be and how it's actually looking like.
I'm sort of desperate because of it, so any clue in what could be causing this is gonna be extremely helpful.
Thanks!
Sometimes with wordpress it needs a bit of time until it's changing. Also try pressing F5 to force refresh, or clear your cache.
Also, you might forgot to add some styles or other file.

Wordpress session gets lost in Mozilla Firefox

I am working with wordpress template. I used my template page for crud functionality. It's working well but one page is creating problem of session. It looses the session in mozilla firefox. If I refresh that page or redirect to another page then the session automatically gets lost.. Can somebody help me wid a solution.. and why on earth is this happening??
P.S: That particular page is working perfectly in chrome,safari and IE i.e it doesnt loose the session.
Thanks!
this is the issue because of the Mozilla's Cache Management
Actually the thing is that wp create meta tag for next and prev. link and to make your performance batter Mozilla Preload Next post which might be the issue you are facing try below code that might help you to resolve the issue
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head');
Add the above line in your functions.php file and this might solve your issue

TinyMCE refresh issue

I'm using TinyMCE, witch is working fine for the most part... when the user saves the page redirects to a a php page that extracts the textfield data and processes it, i wont elaborate cause that's no t the issue... the issue is that when it redirects back to the page... the textfield is blank and i can click on it but not see anything, if i type it enters(but i can't see it), this also happens when i go to the address directly, the only way i can see it is to hit the refresh button... i tried a meta refresh to the page... i tried disabling cache... any ideas would be great... thanks in advance
I was getting this type of error in FF11.tinyMCE creates problem with some latest browsers version.To solve this problem try to get latest version of tinyMCE.

Fancy Box and Jquery Tiny Scroll Bar Prolem

I am working on a page and having problem with the Fancybox close action for the Image gallery in the first button at the bottom, the gallery is closed but overaly is still there. Here is the test link
How ever the same settings are working for the second link "Floor Plan".
Secondly I am using a Tiny Scrollbar plugin for the gallery on the page. The thumbs on the left side have blue scroll bar if they are larger in contents. This scroll bar does not appear in Google Chrome, and sometime don't show up even in other browser if the page loads first time, then I have to refresh the page to show it. Any idea about the problem will be greatly helpful.
Thank you!
First off, I noticed you're suing jQuery 1.3, why?
Here's 1.6:
http://jquery.com/
It isn't that much larger, and its an updated library. That may fix your problem.
If that didn't work, then delete the fancybox.js, re-downlod and put it in again, same with css. Make sure the css is called at the end of your css document.
If that doesn't work, I suggest getting rid of your javascript files one by one until there is only fnaycbo xleft, it's obviously some conflicting code at this point, so you'll have to troubleshoot by trial and error, going through one by one to findout what script is preventing close. I don't have access to your server, so I can't test it.
It's most likely in main.js, so remove that first, and see if fancybox works then!
ETA: Scrollbar fix.
The problem is something is adding a disabled selector, it's javascript. But you could change up tinyscrollbar.js to fix it, or you could go to your css, find the line:
'#scrollbar1 .disable {display:none}
and remove that line entirley, it's causing your scrollbar not to appear in browsers the javascript is (for some reason) disabling in.
In my case I solved with the next modification:
$(document).bind("load", function() { $('#myTinyScrollbar').tinyscrollbar(); });
Well you have an error in console:
d.onClosed is not a function
It could be because:
Your using an old version of jQuery possibly not supported by Fancybox. Try updating to 1.6, though beware legacy plugins or code that could break due to the steep upgrade.
A compression issue. It's possible i.e. the Google Closure could of removed what it saw as "unneeded" code and therefore broke the functionality. Try using uncompressed Fancybox to see if it fixes it, if it does then you know this the issue, rather than your jQuery version.

Categories