Title: andym's Replies | WordPress.org

---

# andym

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [unable to change theme, dashboard only shows current theme](https://wordpress.org/support/topic/unable-to-change-theme-dashboard-only-shows-current-theme/)
 *  [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [11 years ago](https://wordpress.org/support/topic/unable-to-change-theme-dashboard-only-shows-current-theme/#post-5873378)
 * Thanks Tara, that solved a problem I’ve spent all day on. Three WordPress themes
   and my custom theme in the themes directory but only Twenty Fifteen showing up
   in the dashboard.
    First define default theme in config.sys then re-install wp-
   admin. Thought it might be due to local development setup (Vagrant / Scotch Box)–
   hope others find this! Incidentally the other themes are still not visable!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Multiple categories require lots of hard-coded text](https://wordpress.org/support/topic/multiple-categories-require-lots-of-hard-coded-text/)
 *  Thread Starter [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multiple-categories-require-lots-of-hard-coded-text/#post-4539619)
 * Thanks, I tried this but the text didn’t appear (roots theme). I think there’s
   simply too much content for this approach (the admin/categories page goes on 
   forever!). I’m trying to replicate this: [http://www.bryntawe.swansea.sch.uk/pe.php](http://www.bryntawe.swansea.sch.uk/pe.php)–
   content under “Monthly News” tab is pulled in from WordPress in this non-wordpress
   page:
 *     ```
       define('WP_USE_THEMES', false);
       require('./wp/wp-load.php');
   
       query_posts('cat=33&showposts=10');
       ```
   
 * If I could just put this in a WP page I’d be there!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Thirteen Sidebar Overlapping Footer](https://wordpress.org/support/topic/twenty-thirteen-sidebar-overlapping-footer/)
 *  [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/twenty-thirteen-sidebar-overlapping-footer/#post-4115397)
 * The position of the footer is determined by the main content. The sidebar is 
   absolutely positioned so exerts no influence over the rest of the page. Thus 
   if the sidebar is taller than the main content it will overlap (and go beyond)
   the footer. Setting a minimum height for the main content greater than the height
   of the sidebar is one solution. You could use javascript to dynamically calculate
   and apply this (not for small screens which display a single column!!)
    Looking
   at your page the difference in height is too great for a good looking solution–
   I suggest you re-arrange the page layout or choose a different theme!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Preserved HTML Editor Markup] Compatibility with table plug-in](https://wordpress.org/support/topic/compatibility-with-table-plug-in/)
 *  Thread Starter [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/compatibility-with-table-plug-in/#post-3564013)
 * Thanks for reply. Now successfully using this plug-in with MCE Table Buttons 
   Plug-in.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blog to the future](https://wordpress.org/support/topic/blog-to-the-future/)
 *  [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/blog-to-the-future/page/3/#post-36691)
 * I dont think the plugin will work with 1.5. I’m trying to do something similar
   to Mr X but I want ONLY future events to show. This can be achieved by changing
   post_gmt <= to post_gmt >= in line 489 of classes.php. The problem is that categories
   only show up for posts in the past. Any ideas where I might be able to change
   this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blog to the future](https://wordpress.org/support/topic/blog-to-the-future/)
 *  [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/blog-to-the-future/page/3/#post-36690)
 * I’m trying to do something similar – I ONLY want future events to show. This 
   can be achieved by changing `post_gmt <=` to `post_gmt >=` in line 489 of classes.
   php. The problem is that categories only show up for posts in the past. Any ideas
   where I might be able to change this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Date format changes not taking effect](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/)
 *  Thread Starter [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/#post-147374)
 * Perfect – thanks for your help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Date format changes not taking effect](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/)
 *  Thread Starter [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/#post-147359)
 * Not quite sure what you mean Podz. Have deleted all posts and added one new –
   format still incorrect!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Date format changes not taking effect](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/)
 *  Thread Starter [andym](https://wordpress.org/support/users/andym/)
 * (@andym)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/date-format-changes-not-taking-effect/#post-147344)
 * Sorry, but what is a hard refresh? Site at [http://www.mabb.co.uk/twys/](http://www.mabb.co.uk/twys/)

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