• Resolved jezza101

    (@jezza101)


    I set one tweet time for each day Mon through to Fri on the schedule tab and then hit save. All seemed OK.

    I noticed that the next tweet time is on Thursday, but tomorrow is Wednesday so that’s not right I thought!

    I re-loaded the schedule page and sure enough there was no time under Wednesday. I set it again and saved.

    Reloaded and again there is no time under Wednesday!

    However, I then noticed that Sunday had the time that I just set for Wednesday! I cleared this, repeated and got the same result!

    Is Wednesday being saved to Sunday?!

    (PS what’s the name of the custom post meta field that you store the post’s Tweet templates in? I have 100 or so posts and would like to add a couple of templates to all of them as a one off update.)

    https://www.ads-software.com/plugins/tweet-wheel/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author NerdCow

    (@nerdcow)

    Hi there,

    Thank you for writing in.

    I am very sorry you experience issue with the scheduling part. It is indeed very strange! Is there a chance your website’s timezone (Settings > General) is set to a different one that your personal location? The plugin doesn’t use server’s time, but website’s. Just a thought.

    However this doesn’t really explain why your time would disappear from particular days. I will look into it on my end let you know if I can reproduce the issue. Thank you very much for bringing this up to me. Hopefully we can solve this matter very soon.

    The post meta field you are looking for is named “twp_post_templates” and it contains an array of all assigned templates.

    If it helps, you can retrieve a default tweet template by using
    TWP()->tweet()->get_default_template()
    function and check for characters count with
    twp_character_counter( $raw_text, $post_id )
    function. Feel free to open the includes/helpers.php file to find all useful functions.

    Hope this helps you ??

    Tomasz

    Thread Starter jezza101

    (@jezza101)

    Thanks for the tips, much appreciated. The helpers sound very useful, I will have a look in.

    Plugin Author NerdCow

    (@nerdcow)

    Hi,

    Just to let you know I found an issue with Wednesday and Sunday scheduling and I’m aiming to release a fix fairly soon.

    Please stay tuned!

    Tomasz

    Plugin Author NerdCow

    (@nerdcow)

    Hi,

    I have just released an update, a new version 1.0.4 which addresses the problem in the schedule. Please let me know if that helped. If not, do not hesitate to contact me and I will try to advise further.

    Tomasz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug in setting up Schedule?’ is closed to new replies.