Okay
  Public Ticket #3661861
Course purchase buttons malfunction
Closed

Comments

  •  1
    kezalkoatlj started the conversation

    When viewing the course, the purchase buttons load incorrectly, changing size and text (the price disappears, and part of the text is missing, the font changes). Additionally, next to the purchase button, where the price is already indicated, there is a duplicated price that is not clickable. https://fex.net/uk/s/sf4o3vb https://fex.net/uk/s/cl33sax

    We also want to clarify how we can organize the course purchase buttons if there are several options to access the course, as seen here? The only option we have found is to create a dropdown list, but it only opens if you specifically click on the arrow to expand the list, which is very inconvenient. https://fex.net/uk/s/savo9fp



  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    strong.course_button.button.full a > span {
        display: none;
    }
  •  1
    kezalkoatlj replied

    We've added it, but the issue remains:

    Attached files:  кнопки нов.mp4

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .the_course_button strong {
        display: none;
    }
  •  1
    kezalkoatlj replied

    Thank you, we are testing to see if this resolves the issue.

  • [deleted] replied

    sure.

  •  1
    kezalkoatlj replied

    We checked, and it didn't help. Additionally, a loading button line has appeared.

    Attached files:  Кнопки.mp4

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .paid_course.is-loading strong{
        display:none!important;
    }


  •  1
    kezalkoatlj replied

    We have checked, and it still isn't working.

    Attached files:  111н.mp4

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .course_button.full.button.paid_course strong {display:none;}
    strong.course_button.button.full a span strong{display:none !important;}
    
  •  1
    kezalkoatlj replied

    What was this supposed to fix? We inserted the code fragment, but nothing changed.

  • [deleted] replied

    this css code suppose to remove the extra pricing shown in the course button there .

  •  1
    kezalkoatlj replied

    But unfortunately, this doesn't work; the second price is still displayed.

    https://prnt.sc/vgpVRqprL2nI

  • [deleted] replied

    well yes that price will show , since the css was not for to hide that price , to remove that price simply edit the course layout in elementor from wp-admin -> vibebp-> course layout then click on that pricing and remove that block .