Title: constantvariable's Replies | WordPress.org

---

# constantvariable

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223170)
 * Thanks for the reply man.
 * Yeah I’ve tried increasing the wp-config.php file allocation, all the way up 
   to 256M even. No joy! How would I go about checking my host plan’s php allowance?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223143)
 * [http://www.wordpressnonprofit.com/foundation-non-profit/](http://www.wordpressnonprofit.com/foundation-non-profit/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223135)
 * The fresh install is exhibiting the same problems :/
 * What are my options?
 * Thanks for your time by the way, I’d be lost without this!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223126)
 * Thanks, I will.
 * My only concern is that there being duplicates of the theme. Despite renaming“
   wp-content/themes/foundationedit12” and “wp-content/themes/foundationedit12/foundation”
   it’s still showing up as “Foundation” under Appearance -> Theme.
 * The new install will also be titled “Foundation” but I want to preserve the my
   edited version for reference.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223113)
 * Yes, but successfully until now. The update’s seemed to have triggered these 
   problems.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error messages since upgrading. Downgrading not helped.](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-messages-since-upgrading-downgrading-not-helped/#post-3223111)
 * Thanks Esmi.
 * I’ve made considerable headway with this theme and my clients are chuffed with
   the results and are expecting a finished product by Friday.
 * Am I right in thinking my only hope is to reinstall the theme and re-shape it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Footer suddenly eating up content](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/#post-3206096)
 * More specifically, it’s the following image map code causing the footer to stretch:
 *     ```
       #imgmap {
       	position: relative;
       	_zoom: 1;
       }
   
       #imgmap li {
       	position: absolute;
       	display: block;
       	list-style: none;
       	outline:none;
       	overflow: hidden;
       }
   
       #imgmap li a {
       	display: block;
       	width: 100%;
       	height: 100%;
       	_background: url(space.gif);
       	text-indent: -1000em;
       }
   
       #area1 {
       	left: 76px;
       	top: 43px;
       	width: 166px;
       	height: 117px;
       }
   
       #area2 {
       	left: 438px;
       	top: 18px;
       	width: 167px;
       	height: 111px;
       }
   
       #area3 {
       	left: 746px;
       	top: 86px;
       	width: 191px;
       	height: 133px;
       }
   
       #area4 {
       	left: 753px;
       	top: 236px;
       	width: 182px;
       	height: 144px;
       }
   
       #area5 {
       	left: 771px;
       	top: 522px;
       	width: 149px;
       	height: 107px;
       }
   
       #area6 {
       	left: 471px;
       	top: 489px;
       	width: 166px;
       	height: 91px;
       }
   
       #area7 {
       	left: 143px;
       	top: 538px;
       	width: 149px;
       	height: 99px;
       }
   
       #area8 {
       	left: 10px;
       	top: 383px;
       	width: 156px;
       	height: 61px;
       }
       ```
   
 * can you see what would be inducing it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Footer suddenly eating up content](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/#post-3206093)
 * [http://www.wordpressnonprofit.com/foundation-non-profit/](http://www.wordpressnonprofit.com/foundation-non-profit/)
 * I’ve just copied the original CSS over and it corrected the problem, so I’m guessing
   that’s where the issue’s originating from.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Footer suddenly eating up content](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/#post-3206089)
 * It’s commercial in the sense that it’s not WordPress owned, but I didn’t have
   to pay for it.
 * I’m hoping that I can copy over my edited files until the malfunction arises 
   again, thus revealing the problem area.
 * It would suck majorly if I were to have to start again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Footer suddenly eating up content](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/)
 *  Thread Starter [constantvariable](https://wordpress.org/support/users/constantvariable/)
 * (@constantvariable)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-suddenly-eating-up-content/#post-3206075)
 * Thanks for responding.
 * I’ve tried W3’s automatic validator and it didn’t appear to highlight the problem.
 * If I were to rename the theme before I reinstall it, will it preserve my current‘
   theme’ and the edits I’ve made?

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