Title: crispyapplepie's Replies | WordPress.org

---

# crispyapplepie

  [  ](https://wordpress.org/support/users/crispyapplepie/)

 *   [Profile](https://wordpress.org/support/users/crispyapplepie/)
 *   [Topics Started](https://wordpress.org/support/users/crispyapplepie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/crispyapplepie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/crispyapplepie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/crispyapplepie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/crispyapplepie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/crispyapplepie/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729872)
 * Update: still hasn’t been fixed 🙁
 * By the way, I’m using Firefox. THe problem manifested itself in the same way 
   in the OPera browser too.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729843)
 * Ektz, that was very kind of you to help with the suggestion.
 * I implemented the code, and unfortunately, it did not work.
 * I am very appreciate of your help though 🙂 🙂 🙂 🙂 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Right hand Sidebar Problem](https://wordpress.org/support/topic/right-hand-sidebar-problem/)
 *  [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/right-hand-sidebar-problem/#post-730402)
 * I just clicked your blog and everything looked perfectly aligned… you must have
   fixed it (?)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729773)
 * arghhhhhhhhhhhhh… ignore my reply from a few seconds ago. my brain must be filled
   with dust, lol.
 * **I did find the call for sidebar, it’s under the FOOTER, strangely. **
 * Here is the footer.php’s contents:
 *     ```
       <!-- begin footer -->
       </div>
   
       <?php get_sidebar(); ?>
   
       </div>
       <div id="footer">
       <?php wp_footer(); ?>
   
       </div>
       </body>
       </html>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729772)
 * Boober,
 * You’re right, I searched in vain through “index.php” and “page.php”, and there
   WAS no call for the sidebar. I thought this was very bizarre, u**ntil I finally
   found it, but it was under the FUNCTIONS.php** page. I didn’t even know this 
   was abnormal (since this is my first installation of wordpress)
 * Here is functions.php, copied and pasted:
 *     ```
       <?php
       if ( function_exists('register_sidebar') )
       	register_sidebar();
       ?>
       ```
   
 * _This is a strange problem, I really appreciate your concern and anyone else 
   who does consider to help!!! 🙂_
 * It’s my first attempt at wordpress but the goal is to create a nifty little blog
   for one of my best friends. Her birthday is coming up in less than a week, and
   she’s been such an endearing, loyal friend I wanted to give her her own WordPress
   blog to manage her budding photography hobby 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729634)
 * _Addendum_: If you need to look at any more source code for PHP files, please
   let me know; if you could hint out which directory/folder I could locate that
   PHP file in my WordPress FTP, I’ll track it down and post it for you
 * 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729633)
 * _Okay, back. Here are the codes:_
 * [“page.php”](http://wordpress.pastebin.ca/970459)
    [comments.php](http://wordpress.pastebin.ca/970467)
   [functions.php](http://wordpress.pastebin.ca/970468) [header.php](http://wordpress.pastebin.ca/970469)
   [footer.php](http://wordpress.pastebin.ca/970466) [sidebar.php](http://wordpress.pastebin.ca/970472)
   [index.php](http://wordpress.pastebin.ca/970473)
 * I’m SO sorry there are so many files, but I’m sure you don’t need to look at 
   half of them! 🙂
 * (I hope)
 * **Thank you SO MUCH!!! **
 * _:::::Sending cosmic waves of gratitude and fortune :::::_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-3-2/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/css-question-3-2/#post-729632)
 * Apologies, boober. You are definitely right on that one. I had completely forgotten
   into oblivion that PHP coding is not visible under source code, sorry!!!
 * I went under “Theme Editor” in my admin, and saw index.php, page.php, comments.
   php, footer.php, functions.php, header.php, sidebar.php
 * I’m not 100% sure which corresponds to which, so I will post codes for each one…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My posts to the Theme support thread MYSTERIOUSLY disappear…](https://wordpress.org/support/topic/my-posts-to-the-theme-support-thread-mysteriously-disappear/)
 *  Thread Starter [crispyapplepie](https://wordpress.org/support/users/crispyapplepie/)
 * (@crispyapplepie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/my-posts-to-the-theme-support-thread-mysteriously-disappear/#post-727527)
 * Ah! I had no idea! I under the impression that we should post some code so as
   to help the reader.
 * This makes sense, thank you very much otto42 🙂
 * off to repost without HTML code!

Viewing 9 replies - 1 through 9 (of 9 total)