• I am using the pagination shortcode but I don’t want it to show until the customer picks a provider. Is this possible? Below is the code I am using.

    [app_services empty_option=”” select=”Step 1. Select Mediation Length:” show=”Show Availability”]
    [app_service_providers require_service=”1″ empty_option=”By Name” select=”Step 2. Select Mediator:” show=”Show Availability”]
    [app_monthly_schedule require_provider=”1″ title=” ” logged=”Step 3. Choose Day & Time:”]
    [app_pagination require_providers=”1″ step=”1″ month=”1″]
    [app_confirmation title=”Step 4. Confirm Meeting Details:” button_text=”Confirm Meeting” gcal=”Add To Calendar”]

    Also, how do you get the month at the top of the calendar? When you click Next Month the calendar changes but if the 1st is an “off day” there is no indication of what month you are on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello arequimis, I trust you are doing well today!

    There is no out of the box solution to hide months pagination if the provider wasn’t picked. This will require a custom PHP or jQuery code. I am not a code expert, although I found a code that will help you started:
    http://stackoverflow.com/questions/30942958/hide-submit-button-if-selected-option-value-is-null

    how do you get the month at the top of the calendar?

    I can’t replicate the same. Once I click on the next month pagination button the month name is on the right side.

    The month’s name should be right near the calendar. Screenshot:

    If you don’t see it, please make sure that the same behavior happens with the default WordPress theme activated and all the other plugins deactivated.

    Let us know how it went!

    Cheers,
    Nastia

    Thread Starter arequimis

    (@arequimis)

    Since there aren’t any meeting times on the 1st (Saturday), the calendar doesn’t automatically go to the 3rd (Monday). It stays blank without a month until you choose an available day.

    Plugin Contributor Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @arequimis,

    Please change shortcode for app_monthly_schedule for this one

    [app_monthly_schedule require_provider="1" title="START" logged="Step 3. Choose Day & Time:"]

    it will show then month name over the calendar.

    kind regards,
    Kasia

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pagination Shortcode’ is closed to new replies.