Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter creoadmin

    (@creoadmin)

    Also, I have tried deactivate all of my plugins and that didn’t solve the problem. ??

    Here is what the shortcode on the page looks like:

    [app_service_providers … select=”Please choose a teacher:” empty_option=”Please, select”]

    [app_schedule … logged=”Click on a free time slot to schedule a conference for your child.” date=”2015-02-12″]

    [app_confirmation … title=”Please check the conference details below and confirm:” name=”Your name:” email=”Your email:” phone=”Your phone:” note=”Student Name:” warning_text=”Please fill in the requested field(s)” confirm_text=”We have received your conference appointment. Thanks!”]

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @creoadmin,

    Sorry to hear of the problem you are having.

    I have tested it on my test site using Twenty Twelve theme and the same shortcodes that you have shared above, it worked fine for me.

    I have tested it on your test site and could confirm the issue that it’s not working for you.

    I checked the browser console on visiting your site but didn’t get any JavaScript error message there.

    This can be due to plugin/theme conflict on your site.

    Could you please just try on your development site using default WordPress theme like Twenty Fifteen and deactivating all other plugins as displayed in the following flowchart to know which theme/plugin is conflicting if any and let me know about it so that we can resolve the issue?

    https://premium.wpmudev.org/wp-content/uploads/2013/12/Support-Process-Support-Process.png

    Kind Regards,
    Vinod Dalvi

    Hi @creoadmin,

    I hope you’re doing great today! ?? As we discussed this a bit by email, I’m really glad you were able to get that sorted by upgrading WordPress, hope you’re finding the latest version a huge help (I really love WP updates myself)!

    Thanks for letting us know that resolved it too. Just let us know if there’s anything we can ever assist with!

    Thanks!
    David

    Thread Starter creoadmin

    (@creoadmin)

    Thanks so much!!

    Thread Starter creoadmin

    (@creoadmin)

    Is it possible to put the services providers in alpha order??

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @creoadmin,

    Thank you for your reply.

    Do you want to display services providers in alphabetical order in the front end?

    If then by default it displays like that and you can change this order by using order_by argument of app_service_providers shortcode as displayed below.

    [app_service_providers order_by="name DESC"]

    Regards,
    Vinod Dalvi

    Thread Starter creoadmin

    (@creoadmin)

    Thank YOU! (I should know this…) But, what is the abbreviation code to use for ascending order?

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @creoadmin,

    For ascending order, the shortcode should be used like following.

    [app_service_providers order_by="name ASC"]

    Cheers,
    Vinod Dalvi

    Thread Starter creoadmin

    (@creoadmin)

    Thread Starter creoadmin

    (@creoadmin)

    For some reason, the ASC code isn’t working (its not just that I didn’t know the abbreviation). Any ideas?

    HI
    i had same problem as creoadmin, i tried to deactivate my plugins one by one and for some reason this plugin is making a confict.
    https://www.ads-software.com/plugins/gallery-video/

    Best regards

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Appointment Confirmation is not showing up’ is closed to new replies.