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

[1.5.1 beta] dynamic display-booking-selection not working on selection #1650

Open
chris2deuce opened this issue Dec 28, 2024 · 1 comment
Open

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

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

2 participants