Title: places's Replies | WordPress.org

---

# places

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492405)
 * Yes, but you forgot the $ before highlight
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [1 blog, 2 different WP installations 2 different sqls](https://wordpress.org/support/topic/1-blog-2-different-wp-installations-2-different-sqls/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/1-blog-2-different-wp-installations-2-different-sqls/#post-492403)
 * If you want posting in both blogs that would be very difficult.
 * If you just want to mirror the one database that would be a little easier.
 * 1) Keep track of the changes in the database.
    2) Move the data to the other 
   server (encrypted) and 3) update the second database.
 * Another possibility is to send every new post, page… to the second server.
 * Both possibilities require php-skills.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [changing templates](https://wordpress.org/support/topic/changing-templates-1/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/changing-templates-1/#post-492763)
 * Have a look at
 * [http://codex.wordpress.org/Blog_Design_and_Layout](http://codex.wordpress.org/Blog_Design_and_Layout)
 * Especially
 * [http://codex.wordpress.org/WordPress_Lessons#Designing_Your_WordPress_Site](http://codex.wordpress.org/WordPress_Lessons#Designing_Your_WordPress_Site)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492396)
 * You are testing if the actual page is a page, try something like
 * if (is_home()) $highlight1=”current”; elseif (!is_page()) $highlight2=”current”;
 * Use higlight1 for the class in home
    Use higlight2 for the class in gallery
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492376)
 * You always serve the gallery-li without highlighting:
 * <li class=””>[](https://wordpress.org/wp-gallery2.php?output_format=md)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hm Footer img is on the left](https://wordpress.org/support/topic/hm-footer-img-is-on-the-left/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/hm-footer-img-is-on-the-left/#post-492305)
 * It looks like an error in yur css. Have a look at the footer-styles.
 * Another possibility is that you forgot to close or open the last div.
 * EDIT:
    OK I got the url from your picture:
 * You have the page-tag, which is centered, and two enclosed frames, which are 
   floating left.
    I think you closed the page-div before you opened the second 
   frame(2).
 * Have a look at
    [http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danischa.xetaspace.net%2Findex.php](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danischa.xetaspace.net%2Findex.php)
 * It says, your code wants to close an unopened div at the end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [1 blog, 2 different WP installations 2 different sqls](https://wordpress.org/support/topic/1-blog-2-different-wp-installations-2-different-sqls/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/1-blog-2-different-wp-installations-2-different-sqls/#post-492167)
 * Do you have access to the scripts? Is it possible to upload your own scripts?
 * By the way, why do you want to have two blogs. It is easier to link from your
   own site to your new blog (or integrate as frame?)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post alignment](https://wordpress.org/support/topic/post-alignment-2/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/post-alignment-2/#post-491375)
 * Have a look at your themes where the content begins.
 * Above that (like div id=content or table id=content) insert
    <?php if (is_home())
   echo “<div><img src=yourimage></div>” ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [header image not shown](https://wordpress.org/support/topic/header-image-not-shown/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/header-image-not-shown/#post-490849)
 * The code I posted is in your htmö-source. I do not know, if it is part of this
   Wordspew Plugin, or if you have to have a look in your theme-files.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [301 redirect from http to https](https://wordpress.org/support/topic/301-redirect-from-http-to-https/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/301-redirect-from-http-to-https/#post-473712)
 * If you just want to redirect one or two pages set the rewrite rules like
 * RewriteRule ^page1(.*) [https://%](https://%){SERVER_NAME}/page1$1 [R,L]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with bullets](https://wordpress.org/support/topic/problem-with-bullets/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/problem-with-bullets/#post-490847)
 * Have a look for a second definition in your style-sheets, perhaps something like
   a background/img definition for li?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [header image not shown](https://wordpress.org/support/topic/header-image-not-shown/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/header-image-not-shown/#post-490696)
 * You have this code in your webpage, it changes the wanted image to [http://www.danischa.xetaspace.net/wp-content/themes/default/images/header-img.php?upper=FF9999&lower=FFCCCC](http://www.danischa.xetaspace.net/wp-content/themes/default/images/header-img.php?upper=FF9999&lower=FFCCCC)
 * 
    <!-- Added By Wordspew Plugin. Version 1.16 --> <link rel="stylesheet" href
   ="http://www.danischa.xetaspace.net/wp-content/plugins/wordspew/css.php" type
   ="text/css" /> <script type="text/javascript" src="http://www.danischa.xetaspace.
   net/wp-content/plugins/wordspew/fatAjax.php"></script> <style type='text/css'
   > <!--#header { background: url('http://www.danischa.xetaspace.net/wp-content/
   themes/default/images/header-img.php?upper=FF9999&lower=FFCCCC') no-repeat bottom
   center; } #headerimg h1 a, #headerimg h1 a:visited, #headerimg .description {
   color: #E3E3E3; } --></style> </head> <body> <div id="page">
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [header image not shown](https://wordpress.org/support/topic/header-image-not-shown/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/header-image-not-shown/#post-490693)
 * I see an image:
 * [http://www.danischa.xetaspace.net/wp-content/themes/default/images/header-img.php?upper=FF9999&lower=FFCCCC](http://www.danischa.xetaspace.net/wp-content/themes/default/images/header-img.php?upper=FF9999&lower=FFCCCC)
 * on both sites.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [301 redirect from http to https](https://wordpress.org/support/topic/301-redirect-from-http-to-https/)
 *  [places](https://wordpress.org/support/users/places/)
 * (@places)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/301-redirect-from-http-to-https/#post-473710)
 * RewriteEngine On
    RewriteCond %{HTTPS} !=on RewriteRule ^(.*) [https://%](https://%){
   SERVER_NAME}/$1 [R,L]

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