tazmet
Forum Replies Created
-
Just writing this to let the community know I’ve searched the internet and come up empty. I may have to change my theme. Anybody know how to fix this? By the way, this is my last message until someone responds. But, I have an RSS feed to this post, so please respond no matter how old this topic is. Thanks.
Since no one has responded, I did some more checking. It seems this page shift is fairly common for center oriented sites. Upon researching, they recommended I update the style sheet with the following code:
html { min-height: 100%; margin-bottom: 1px; }
But the site claimed that you shouldn’t need to do this in Internet explorer. Well, I tried it anyway and the page still shifts from left to right. I can’t be the only one who has used the autumn theme with IE or who has experienced this problem. Anyone?
I thought I should define what I mean by “flick” in case it is confusing. Basically, the entire page for a second appears aligned left, then after a screen flash, it moves to the middle. I just want it to appear in the middle without the screen flash.
Forum: Fixing WordPress
In reply to: WPG2 – How to make thumbnail as mini picture not a square?This definitely worked. Thanks!
Forum: Fixing WordPress
In reply to: How to prevent text from wrapping with multiple images?I believe I found the answer to this and will post it for others benefit. To stop this annoying text wrapping I simply added the following piece of code after every image and text.
<br clear=”left” />
hallelujah! that worked. Credit goes to a user called Kat. Thanks!
I should mention that I also created a class in WPG2 called “alignleft” and used this for all my images. But this had no effect in fixing the above problem. I mention it only in case both had to be done to fix this problem.
Forum: Fixing WordPress
In reply to: WPG2 – How to make thumbnail as mini picture not a square?You were correct. I thought you were talking about a WordPress plugin. I did have the square thumnail module activated. Sorry, I’m new to Gallery. I will play with this and see if it works. But it sounds like I should be able to have custom sizes.
Forum: Fixing WordPress
In reply to: WPG2 – How to make thumbnail as mini picture not a square?I don’t have the plugin you mentioned, but I think you are correct that it is more of a Gallery issue. I checked my gallery settings, and it seems I can only enter one number in the thumbnail size box (tried entering 448×336). So, they make everything a square. Any way around this?