ff4500
Forum Replies Created
-
Figured it out…
It needs to be
<?php get_template_part( 'content', 'fdm-menu' ); ?>and the files need to be single-fdm-menu.php and content-fdm-menu.php in order for it to load the single.php and content.php overrides.Guess that I just needed to sleep on it. Thanks!
Hitching on to this question, as I’m trying to do a similar thing, only I can’t seem to get single-fdm-menu-item.php and content-fdm-menu-item.php to override single.php and content.php. I’m using a slightly modified version of TwentyThirteen, but those files haven’t been touched from their originals.
Any idea? I’ve been through the steps above, and no luck. I have the fdm-templates copied from the plugin for customization in the same folder and aren’t having any issues with that. It seems to load in correctly when I add/edit content there.
Whatcha know, that fixed it.
FWIW, I didn’t have any curl errors in my error.log at all with this issue.Thanks guys!
Let me try that and see if it helps. Will report back.
I’m not, actually. I just run my own VPS.
Is there a way to delete it completely from my server and start over? My WP install is up to date and I’ve moved over to using this from the original s3 plugin. Are there necessary tables in mysql that need to be removed for a clean uninstall?
Yes, I tried the Github version when the stable version was giving me blank page issues. And yes, I have the php5-curl package installed.
Pulled from the github repo and completely replaced the existing install. Still comes up as the same version number under WP.
Still having the blank page issue, pulling from the master repo.
Any fix?Forum: Plugins
In reply to: [Amazon S3 for WordPress with CloudFront] Blank screenNope. Haven’t figured anything out, haven’t heard from the Dev.
I have it installed, but I can’t configure anything.Any help people?
Forum: Themes and Templates
In reply to: Custom Field phpfixed it using this code (which is sort of clunky):
<?php if ($image) { echo '<p><img class="article_image" src="'; } ?><?php echo $image; ?><?php if ($image) { echo '"></p>'; } ?>Forum: Themes and Templates
In reply to: Custom Field phpbtw – it’s inspired by this page
Forum: Fixing WordPress
In reply to: replacing h1#header with an image🙂 no problemo.
Forum: Fixing WordPress
In reply to: replacing h1#header with an imagetry changing your link to:
<img src="/clot-logo.png" />
Forum: Fixing WordPress
In reply to: calendar is a no showugh. that’s what i get for using other people’s css.
thanks for pointing out my stupidity.
😉