andym
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unable to change theme, dashboard only shows current themeThanks 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
In reply to: Multiple categories require lots of hard-coded textThanks, 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: https://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
In reply to: Twenty Thirteen Sidebar Overlapping FooterThe 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
In reply to: [Preserved HTML Editor Markup] Compatibility with table plug-inThanks for reply. Now successfully using this plug-in with MCE Table Buttons Plug-in.
Forum: Fixing WordPress
In reply to: blog to the futureI 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
In reply to: blog to the futureI’m trying to do something similar – I ONLY want future events to show. This can be achieved by changing
post_gmt <=
topost_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
In reply to: Date format changes not taking effectPerfect – thanks for your help
Forum: Fixing WordPress
In reply to: Date format changes not taking effectNot quite sure what you mean Podz. Have deleted all posts and added one new – format still incorrect!
Forum: Fixing WordPress
In reply to: Date format changes not taking effectSorry, but what is a hard refresh? Site at https://www.mabb.co.uk/twys/