dmfoneill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hope Against HopeThat a relief, only six upgrades to do… beats 20!
Thanks!
Forum: Plugins
In reply to: [Javelin Email Marketing] Subscription TimestampSorry for not getting back to you sooner.
I just did another subscription test at 7:40 PM EST (NY) and when I go to: Manage Newsletter Subscribers
the “Date of Subscription” shows as:
12:39am 25th February 2014
I think I left you a not on running cron too.
I have followed the directions form HostGator but can’t seem to get the subcription for an autoresponder series to run.
Thanks for your help.
David
Forum: Plugins
In reply to: [Timed Content] Another Format QuestionWell noted, Thanks!
Forum: Plugins
In reply to: [Timed Content] Break After Blank ContentWhen I concatenate all lines the
is not generated by WP.Although this is good, it may not be practical if I’m stacking 10-20 timed content instances.
Like I said, I am quite satisfied with the plugin and believe the problem stems from the workings of WP.
Thanks again,
David
Forum: Plugins
In reply to: [Timed Content] Break After Blank ContentThanks for the offer!
First I’m using a page template that allows me to display only contents:<?php /** Template Name: plainpage */ ?> <html> <head> <style type="text/css"> body { background-color: #ffffff; } #page-content { position: relative; margin-top: 0px; margin-left: 0px; } </style> <title><?php wp_title( '|', true, 'right' ); bloginfo('name'); ?></title> <?php wp_head(); ?> </head> <body> <?php while (have_posts()) : the_post(); ?> <div id="page-content"> <?php the_content(); endwhile; ?> </div> </body> </html>Then using this template I stack timed content such as:
[timed-content-server show=”2013-Sep-17 00:01:01 -0400″ hide=”2013-Sep-17 23:59:59 -0400″]<img class=”alignnone size-full wp-image-1144″ alt=”construction” src=”http://wptestsite.fasterlight.net/wp-content/uploads/2013/08/construction.png” width=”315″ height=”320″ />[/timed-content-server]
[timed-content-server show=”2013-Sep-16 00:01:01 -0400″ hide=”2013-Sep-16 23:59:59 -0400″]<img class=”alignnone size-full wp-image-1144″ alt=”construction” src=”http://wptestsite.fasterlight.net/wp-content/uploads/2013/08/construction.png” width=”315″ height=”320″ /><p>Some Text HERE.</p>[/timed-content-server]As mentioned in the previous message, if I don’t remove those filters, on rendering each timed content shows a after it. This appears to be a property of WP and not your plugin.
Regards,
David
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I just uploaded images to the WP Media Library and found nothing in S3. Is there any activity analyzing this problem & fixing it?