mostever
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Ie 8 not displaying custom templates properlyYou are a superstar and I thank you for your time. As I mentioned before, I am a copy and paste guy and that is how I found some other template was the way I did that one: <!–
Template Name: tweaker3temp
–>I just forgot to remove it when I changed it to: /*
Template Name: tweaker3temp
*/
yesterday.Again, than you very much for your time. Now I can continue with my theme.
Forum: Themes and Templates
In reply to: Ie 8 not displaying custom templates properlySorry for the no link. I had it there when I was writing the post……
In any case, the link is test.trizeal.com and it is not a coding error on my part. I have done nothing to the theme at all except use a copy of the page.php file. I have changed nothing at all.
Forum: Themes and Templates
In reply to: Ie 8 not displaying custom templates properlyI tried looking at the code from the browser side of things, comparing both the messed up version and the correct version and the only thing I could find different is a few extra spaces at top or the comments from the template.
Is there something WP is adding to the page when you use a template other than the default one?
Forum: Fixing WordPress
In reply to: Screen Options in Dash Board not working on updateWell some how I got it to work, but it is very touchy. I click and drag the item I wan str8 right making sure I am on the top of the list just below the post section and slowly move up the right column. If all the stars are aligned perfectly and you hold your lips just right, just maybe the accept box will appear for a brief second and if you are on your game, you can release the module into the right column.
I successfully repeated this process to add 3 modules to my right side bar only seconds ago. I am still not sure what caused the right sidebar to all of a sudden go nutty like that, but I was using firefox and was able to perform the task in Opera.
After just now logging back into the admin section using firefox I can see that the issue is still there just as it was with Opera. I can move modules, but it really takes some patience and effort.
Forum: Fixing WordPress
In reply to: Screen Options in Dash Board not working on updateThis topic is 12 months old and here I have a very similar issue I can not resolve. i just did a fresh install and have a few plugins available but have not activated any of them yet. After upgrading to the latest version of wp my right column in my “new posts” section is nothing but a blank.
From time to time I can get the gray box to show if I toggle the 1 column and then back to the 2 column, but getting to add a box to the right column is a real pain. If I manage to get the right column to accept one of the options like the publish section, it closes the box and will not allow any others to be added.
What is the deal?
Forum: Your WordPress
In reply to: Almost got it rightThe h1 tag bug is still there, but I got the css worked out so it looks better. I think I will be moving to a new theme in the near future.
Forum: Themes and Templates
In reply to: Single Post Title FormatingGot a fresh copy of the css edited and uploaded. Everything looks fine, and I have no clue what I did wrong in the first place. There are still several issues with this theme that I just can’t grasp yet. I also just finished watching a Thesis them review on artofblog.com. I had contemplated getting the Thesis them before, but I am confident the Thesis theme is in my near future.
Forum: Themes and Templates
In reply to: Single Post Title FormatingI guess all of the above is the least of my worries. Viewing my page in Opera 9.52 and Chrome 3.0.195.38 shows my header completely out of shape. I never even considered viewing in them before because all my html and css testing showed them almost identical across the board.
Find one problem and it always leads to another. I guess Elements of SEO is going bye bye and I will be working on something new. This is sad. To many problems for such a simplistic theme to have.
Forum: Themes and Templates
In reply to: Single Post Title FormatingGreat, now my visual editor stopped working. Both visual and html shows code. Time to shut it down, clear cache, and reboot. I have not changed any files other than theme files, so the fact that the visual editor is now acting up is really weird.
Forum: Themes and Templates
In reply to: Single Post Title FormatingLOL ah, I know better than that. I was trying to do to many things at once. Thanks for the insight. It looks better now. I should probably remove my bug post so as not to confuse anyone. I will continue my search for the real culprit though. Thanks again.
Forum: Themes and Templates
In reply to: Single Post Title FormatingI am sure I can fix the look of this by targeting the #contentleft and adding a more specific rule. This will most likely fix the aesthetics, but I will still have to search and destroy whatever it is that is inserting the h1 tag in the first place.
Forum: Themes and Templates
In reply to: Single Post Title FormatingInteresting. I tried the above temp solution, and it changed all of my title tags to look as the h1 did. This might help in figuring the problem. It is actually ignoring my css rules now and displaying all of the title tags in the much smaller font. I will leave it this way for a bit as I go about investigating more. Thanks for the suggestion.
Forum: Themes and Templates
In reply to: Single Post Title FormatingI am not sure how to answer that. I have a standard installation with a few plugins like, sitemap, seo all in one, feeburner, and cforms. I can make updates to files and see instant results, so I do not believe it to be a caching issue especially since the code is clearly showing a h1 tag being used for several days now.
Forum: Themes and Templates
In reply to: Single Post Title FormatingThanks for the try, but I have done that already. I may not have titled my code above properly, but this is the snipit from the index.php file I have.
<div id=”contentleft”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2>” rel=”bookmark”><?php the_title(); ?></h2>Forum: Themes and Templates
In reply to: How do I create a more exciting navigation system?It’s tough to say. At first it looks like your css rules for the #nav section should work, but then again they call for text-transform:uppercase which tells me that this rule is not being used at all.
I wish I could be of better use to you, but all I can say is I think that rule #nav is not doing a thing. You might want to try a more specific rule, but I am sure there is something else I am missing here.