meekomom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Quotes from Audio PlaylistThe simple answers are always the best! Thank you so much. I completely over thought that solution.
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” LinkI found it! It was under the “Theme Functions”
Thank you very much!
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” LinkI can’t find that in the sidebar.php – anywhere else it could be?
Forum: Fixing WordPress
In reply to: All themes work in Firefox, all themes significantly broken in IEWhen this happened to me it was that there was an image that was set wider than the actual column and it pushed everything down. Firefox is forgiving with the math not adding up, but IE needs it all to formulate correctly.
It happened on antother site also that I had sections inside the wrap that would equal larger than the wrap.
Not sure if that’s it, but that’s what fixed mine.
Forum: Fixing WordPress
In reply to: Upload Image – error message – then all my pages disappearI have found part of the answer:
It is that wordpress can’t access the .htaccess file. Unfortunately though this hosting company I can’t make this file visible to change the permissions, but they say they will do it for me.
Hopefully it will resolve all the image and permalink issues disappearing.
Forum: Fixing WordPress
In reply to: Link OrderingI finally found the post that solved it.
http://wordpress.org/support/topic/138546?replies=7#post-747454
Michael – thank you very much for your suggestions!
Forum: Fixing WordPress
In reply to: Trouble with page orderingThank god I just found this. I can’t believe how long I have been staring and wondering why why why!
I think what threw me was that the page order worked at first when I added them in and then stopped. But it was all in the widget.
Forum: Fixing WordPress
In reply to: Link OrderingHmmm. so I deleted all the pages and started over and the first two were fine (Home / Why Use Skyebuilders…) and as soon as I added “expert tips”, it went out of order again. They are numbered 1,2,3.
I also downloaded the page ordering plug in and that doesn’t seem to have an effect on the pages at all.
I don’t understand? Could there be something in the CSS code that would overwrite WP’s ordering system?
http://www.skyebuilders.com/newsite
Thanks!
Forum: Fixing WordPress
In reply to: Text keeps wrapping around imagesYes I agree – my question was vague. I apologize – I posted too soon. I found the code that was calling all images to be left. And really that was all I was looking for was a couple of suggestions that I could look for myself, but it doesn’t mean that I deserve to be called stupid in a round about way bc I didn’t ask a question in the right way.
Here was the code that was calling it.
#contentleft p img { border: none; float: left; margin: 0px 10px 10px 0px; }Forum: Fixing WordPress
In reply to: Link OrderingHey – I thought I was – it works for the other wordpress site I am working on. I added a page ordering plug in also and all the pages are in order. So I am not sure why it’s not taking.
I may just delete them all and try again since I don’t have actual content on them yet… and see if the problem occurs again. Maybe it’s some kind of glitch…
Forum: Fixing WordPress
In reply to: Text keeps wrapping around imagesIt’s on my local computer which is why I didn’t post it. But as soon as I can get it up I will.
Forum: Fixing WordPress
In reply to: Link OrderingI have upgraded and they are still out of order 🙁
Forum: Fixing WordPress
In reply to: Link Orderingoops – here is the link
http://skyebuilders.com/newsite/Forum: Fixing WordPress
In reply to: Link OrderingI thought I had found the solution here
I went into the sidebar.php and replaced the code with this:
<ul> <?php wp_list_pages('sort_column=menu_order'); ?> </ul>but it didn’t work.
Here is a link to the site if anyone can tell me why my links are not ordering by number… ???
Forum: Themes and Templates
In reply to: Changing where the “blog” goesHey, I figured it out!
Go to “Settings”
Click on “READING”And there you will see two drop downs.
One to select the home page and one to select where the blog goes.