2 Questions About Plugins

My first question is about the Appointment+ plugin. On the visitor side of the site, in the appointment setting box there is a line that shows the duration of the appointment. Is there a way to eliminate this line? Most medical offices may note want the duration to be seen.

My second question is about the Theme Switcher plugin. Is there a way to set it up so that it could also select different css design files for the same theme?

Thanks,

Leo Wiles

  • Patrick Cohen
    • Technical Docs Wrangler

    Hi @palent

    Welcome to the forums!

    For your 1st question: yes, you can hide that with CSS. Simply add the following to your theme’s style-sheet:

    .appointments-confirmation-wrapper fieldset div.appointments-confirmation-end {
    display:none;
    }

    For your 2nd question: sure, all you need to do is create 2 child-themes of a single parent. Then set the child-themes as the ones to be switched.

    In the future, when you have 2 distinct questions like this, it’s preferable to create 2 distinct topic threads to avoid confusion.

    Hope this helps! And thanks for being a member :slight_smile:

  • aristath
    • Recruit

    The original poster of this issue is no longer an active member on these forums.

    I am marking this issue as resolved.

    If however at some time the member becomes active again and the issue still exists, don’t hesitate to reopen it and post an update on your current status.

    Cheers!

    Ari.