keirj
Forum Replies Created
-
Forum: Plugins
In reply to: [Socialize] Google and Twitter buttons not showingOh, sorry, I’m running WP v3.5 too.
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Not showing in editor role?Nice work yo. Saved me some bacon, my bacon that is… Mmmmm bacon….
Forum: Networking WordPress
In reply to: [Migrate Site Settings] awesome – you just broke my site.rest settings, deleted plugin – back to normal.
FYI: using wp multisite, thematic and myriad plugins
@lukio Agh!! You’re amazing! Thanks!
My code looks like this:
<?php echo the_event_start_date('','',''); ?> <?php if (the_event_start_date('','','') !== the_event_end_date('','','') ) { ?> <?php echo the_event_end_date('','',''); ?> <?php } ?> <?php if (the_event_start_date(null,FALSE,'G:i') !== ('0:00') ) { ?> | <?php echo the_event_start_date(null,FALSE,'G:i'); ?> - <?php echo the_event_end_date(null,FALSE,'G:i'); ?> <?php } ?>
@jerboa
Any reason why you couldnt just redirect the home page to the calendar…? Am I being obtuse?
I do the very same thing – using plugin: ‘redirection’.
KJesus, I’m in the same boat!! nobody needs to see the date twice. Ever.
If you find a solution, I would be interested to hear it.
KForum: Plugins
In reply to: [Plugin: Custom Post Template] Automatic Association with Category???Number of approaches covered ere:
Forum: Fixing WordPress
In reply to: [Redirection] Change redirection type / action form pass to 301Found.
Add a 3rd column headed ‘code’ in the place of the column headed ‘hits’ in the export csv..Should read: Source, target, code
KForum: Fixing WordPress
In reply to: wp_nav_menu lacks basic features“Ah! They were turned off in the screen options by default. “
Well spotted, that had me worried!!Forum: Alpha/Beta/RC
In reply to: Plugins: Activate vs. Network ActivateHmm, anybody feel like drawing a diagram. i’m still confused…
Maybe a chart?:
……………………| Activate | Must Use | Network activate
For root site ………|……….|……….|…………..
For root site admin ..|……….|……….|…………..
For child site admin |……….|……….|…………..
For child site user ..|……….|……….|…………..Same issue. Really not good as now spamming important contacts ??
Forum: Plugins
In reply to: [Plugin: Audio Player] Buffers mp3 but only plays after pausingDid you ever find a solution for this?
KForum: Fixing WordPress
In reply to: [Plugin: Private WP suite] Not workingHi Fredrik,
thanks for the response and the email.
I found a partial solution using .htaccess, see below.
I still can’t get the player to buffer the content automatically, but I’m getting close!!
Thanks again
KeirForum: Plugins
In reply to: how to protect media library /uploads folder within a membership sitewwhitehead: I think you’re on the right track. Can you get in touch with me regarding this quick-patch? I would be keen to get your assistance quickly.
More than happy to compensate you for any time I take.
Either post back here, or tweet me at: @kjakich
Thanks
KForum: Fixing WordPress
In reply to: Comment Reply Link MissingHey,
I’m not sure I’ve got your problem straight in my head. But I had a problem with the reply link not showing up. After lots of faffing about, I just copied the ‘comments.php’ template from the ‘Default’ theme into my thoroughly customised theme. It worked!!
K