• Resolved ZLC

    (@kindnessville)


    I’m having trouble with repeating monthly shortcodes. My weekly shortcodes work, but not the monthly. Here’s a simplified version of what I’m attempting to do. By the way, the nested shortcodes with the plugin “Dropshadowbox” and “Contact Form 7″ aren’t the issue. Any help would be greatly appreciated since I am sooooo close. Thank you so much!

    [dropshadowbox align=”center” effect=”lifted-both” width=”80%” height=”” background_color=”#FFFDFD ” border_width=”1″ border_color=”#dddddd” ]
    [time-restrict-repeat type=”monthly” ondate=”22″ offdate=”01″]Some content.
     
    [contact-form-7 id=”10284″ title=”Waiting List”]
     
    [/time-restrict-repeat]
    [time-restrict-repeat type=”monthly” ondate=”01″ offdate=”22″]
    Some content.
    [contact-form-7 id=”13549″ title=”NEXT”][/time-restrict-repeat]
    [/dropshadowbox]

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    Everything seems to be in good order. To me, it seems as though you want one message for one part of the month and another for another part of the month (no overlap). The way you have the dates written though, on the 22nd and the 1st of the month, there will be two messages, since the on time defaults to 00:00:00 if not defined and the offtime defaults to 23:59:59 if not defined. Therefore, you should either bring your on date forward one day (23, 02), or bring your off day back one day (31, 21).

    Let me know if that was the issue.

    Thread Starter ZLC

    (@kindnessville)

    Dave,

    Thank you so much! That was indeed the issue. Resolved! I appreciate how fast you responded too. Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Repeat monthly not working?’ is closed to new replies.