Melroy
Forum Replies Created
-
Forum: Plugins
In reply to: [Show Future Posts on Single Post] Doesn't work on new WordPress ReleaseTry:
https://www.paulund.co.uk/how-to-display-future-posts-in-wordpressIn combi with for example “PHP Text Widget”
Never mind, my issue is solved by adding <?php wp_footer(); ?> in the footer. I forgot that in my theme.
Forum: Plugins
In reply to: Show caption text instead of title in Fancybox for WordPress pluginNo UaMV, you use the alt instead of the Caption text. This is something else!
Forum: Plugins
In reply to: [FancyBox for WordPress] title does not appearIt also never worked for me, maybe because this is the first time I install this plugin using the latest WordPress version as well.
I got another problem also:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set iWhen using the Bit.ly:
Please look at:
https://slopjong.de/2012/03/31/curl-follow-locations-with-safe_mode-enabled-or-open_basedir-set/Forum: Plugins
In reply to: [MP Tweet List] Fatal error: Cannot redeclare class OAuthExceptionI got still the same issue, can’t there by any fix that will check if the class is already defined before re-defining the OAuthException class again :(!?
Forum: Plugins
In reply to: [MailMan Widget] [Plugin: MailMan Widget] Improved fetcherNew version (!):
Pastebin linkForum: Fixing WordPress
In reply to: Widgets Not showing, using Meta-Morphosis themediv is hidden?
Forum: Fixing WordPress
In reply to: [Plugin: All in One SEO Pack] Getting Warning: array_slice() messageYep, I was too lasy to find it xD
Remove this:
Highest <?php $uri = "https://donations.semperfiwebdesign.com/category/highest-donations/feed/"; include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss($uri); $maxitems = 5; $items = array_slice($rss->items, 0, $maxitems); ?> <ul> <?php if (empty($items)) echo '<li>No items</li>'; else foreach ( $items as $item ) : ?> <li><a href='<?php echo $item['description']; ?>' title='<?php echo $item['title']; ?>'> <?php echo $item['title']; ?> </a></li> <?php endforeach; ?> </ul> Donations <?php $uri = "https://donations.semperfiwebdesign.com/category/all-in-one-seo-pack/feed/"; include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss($uri); $maxitems = 5; $items = array_slice($rss->items, 0, $maxitems); ?>
Forum: Fixing WordPress
In reply to: [Plugin: All in One SEO Pack] Getting Warning: array_slice() messageStrange same problem.
The first time I visit this plug-in page I doesn’t have this problem. After refresh I do.
Please debug All in One SEO Pack.
Forum: Fixing WordPress
In reply to: [Plugin: All in One SEO Pack] Getting Warning: array_slice() messageStrange same problem. Probably not very important bug.