Drupal White Screen only on product page? - drupal

I am pulling my hair out at this question. I have found many things of white screen of death and have tried many methods. Only my product page appears as a white background. However, links are still shown. I have tried clearing cache which didnt work as well as adding code to php and even looking a error logs which I understand none of. They all start with HTTP. But I dont think thats my problem. The theme I am using is aqua prospa . Plus I find it odd the this is only shown on my product page? Is there any way to fix this? Any suggestions would be grateful thank you!!

Related

Why Is My Wordpress Theme Losing CSS On Mobile?

I'm working on a Wordpress theme over at http://mbgb.co.uk/blog
Up in-till an hour ago all was OK, now however whenever accessing the site with mobile dimensions, the previous CSS has disappeared. I've tried going back to previous CSS but that's not working and to my knowledge I've not touched any other part of the build.
Any advice?
Thanks in advance.
I have checked the url you mentioned.
Found some weird tags.
Please open your website and view your page source(Ctrl + U).
Preferably in Mozilla Firfox. As there the errors will be highlighted.
Please see the attached screenshots.
Go through the page source and resolve the things that are making these occur.
Please check
Please check
Did you checked if there are css rules that make your CSS appear only for desktop screens? This could be only explainable reason.
I'd just left a tag out - one day I'll learn not to panic. Sorry guys.

Sidebar pushed below content in an individual post (WordPress)

Everything is fine on the main page, but when I go into any individual post, the side bar is getting pushed off and showing up right down the button of the page (below the comments).
It's pretty obvious that there is some kind of sizing/width issue and I've played around with a lot of the widths in firebug but just can't seem to find where it's going wrong.
I'm new yo wordpress so clear steps to solve this problem are high appreciated
Thanks in advance for any help!
Link to single post: http://www.misslittletouch.com/2013/08/27/temporada-deco/E
I've just solved it.
Downloaded this plugin that fixed everything alone.
http://wordpress.org/plugins/twenty-eleven-theme-extensions/installation/

Google Chrome Css Issues And WordPress Child Theme

I've been working on my first WordPress child theme for a couple of days and have it looking just fine in firefox but when I check in chrome there's odd issues and no matter how hard I try and can't seem to resolve them.
You can check the site out here...
http://stevefleming.co.uk
And the list of issues I've found are...
Front page: Main text to right of lemon is screwed up.
Widgets: All the headings have disappeared
Navigation: Gone!
Blog Title (and the rest): lemon has gone and top margin/padding has changed.
Blog: List of articles is missing thumbnails
I'm hoping that somebody more experienced than myself can spot the mistakes easily because I've been going round in circles for hours.
Thanks in advance
Steve
Just in case anybody with similar issues comes along the answer to all my problems was connected with the list of fonts the theme was listing. The first one on the list wasn't on my machine and Firefox correctly traversed the list and picked one but Chrome didn't
Instead of failing gracefully and giving some kind of message bits that relied on those fonts just didn't show.
I'm learning to loathe Chrome more and more each day.
Steve

WordPress Flashes

My Wordpress has a nasty white flashing going on everytime I load a page - Is there a fix for sort of things? It is a very lightweight page, so it's not a weight issue.
Thanks
Sounds like FOUC, but we can't be sure, because you haven't posted a URL or any code.
See https://stackoverflow.com/search?q=fouc

Sidebar pushed below content in individual post (Wordpress)

I'm designing a blog in Wordpress using the Thesis Framework and there is an issue that I just can't seem to find a fix to:
Basically everything is fine on the main page, but when I go into any individual post, the side bar is getting pushed off and showing up right down the button of the page (below the comments).
It's pretty obvious that there is some kind of sizing/width issue and I've played around with a lot of the widths in firebug but just can't seem to find where it's going wrong. I can't find a difference between the main page and post pages either.
Any help would be greatly appreciated! A specific solution would be ideal because I've already spent a lot of time tinkering with it to try and address the issue.
Thanks in advance for any help!
I had this problem as well with the thesis framework. I found two reasons where it produced a similar mistake on my blog:
The first reason is that the sidebar + content area is bigger than you container. That would make the sidebar go below the the content. Make sure also that the content of the sidebar is also smaller than the sidebar. I had a Facebook box in the sidebar that was bigger, thus pushed the whole sidebar below the content.
An other reason was a plugin that I had installed. If you have any plugins installed try and see if one of those is interfering with the sidebar layout.
If that doesn't work you can also post a snippet of the code so that I can look at it.
I often have this problem when editing a page in html (text) mode and forget a closing tag, most notably a . If using tables, a missing , or similar will cause this.
So, in brief, make sure all your opening tags have a corresponding close tag.
Make sure the html is syntax-error free. I had the same problem and the culprit was a wrong closing tag (<b/>)

Resources