Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the service / provider booking header display #1650

Closed
chris2deuce opened this issue Dec 28, 2024 · 4 comments
Closed

Correct the service / provider booking header display #1650

chris2deuce opened this issue Dec 28, 2024 · 4 comments

Comments

@chris2deuce
Copy link

chris2deuce commented Dec 28, 2024

Seem there is a bug with the new beta version.
On the booking site, under the company name in the header, the dynamic change of service and provider is not working anymore.

In the html code, it should be this part:

  • works in version 1.5.0

     <span>
         mywebsite.de        </span>
    
     <div class="d-flex justify-content-center justify-content-md-start">
         <span class="display-booking-selection">
             Dienstleistung │ Anbieter            </span>
     </div>
    
  • does not work in version 1.5.1b

     <span>
            mywebsite.de        </span>
    
     <div class="d-flex justify-content-center justify-content-md-start">
         <span class="display-selected-service me-1 pe-1 border-end invisible">
             Dienstleistung            </span>
         <span class="display-selected-provider invisible">
             Anbieter            </span>
     </div>
    

I've tried all themes and the bug is still there.

@chris2deuce chris2deuce changed the title [1.5.1 beta] [1.5.1 beta] dynamic display-booking-selection on selection not working Dec 28, 2024
@chris2deuce chris2deuce changed the title [1.5.1 beta] dynamic display-booking-selection on selection not working [1.5.1 beta] dynamic display-booking-selection not working on selection Dec 28, 2024
@Tembew
Copy link

Tembew commented Dec 30, 2024

THe provider updates consistently but the service doesn't consistently update, as far as I can tell

@alextselegidis
Copy link
Owner

Hello!

Thanks, I will take a closer look at this.

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

@alextselegidis
Copy link
Owner

I confirm the service will not update correctly although the provider text updates without problems.

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

@alextselegidis alextselegidis changed the title [1.5.1 beta] dynamic display-booking-selection not working on selection Correct the service / provider booking header display Jan 20, 2025
@alextselegidis
Copy link
Owner

Fixed on develop

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants