Invalid property value after plugin updates

Home Forums Legacy Support Support queries How-to & Troubleshooting Invalid property value after plugin updates

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #367958
    Diego
    Participant
    Hi: I updated a few plugins from VP today, and after updating, course buttons have an invalid property value for background color Where can I fix this? CSS
    #368016
    Veronica
    Moderator
    hi the image is not so clear please share the details in a private reply we will take a look
    #368051
    Diego
    Participant
    This reply has been marked as private.
    #368094
    Veronica
    Moderator
    This reply has been marked as private.
    #368116
    Diego
    Participant
    Hi Veronica, The urls you show at the video are the ones with the issue, all single course pages. The button background should be lime yellow color (#d0df00) just as in the course catalog, but it shows blue, even in your video. If you open "inspect element" the console will show that the button does have a yellow background color, but it's not loading correctly and has a warning sign of invalid property value. This was not happening before this week's updates.
    #368221
    Veronica
    Moderator
    Aah! now i got your point see: http://prntscr.com/1po346r you have added these two properties in between! it should be like this: http://prntscr.com/1po3zoh now it is working...
    #368288
    Diego
    Participant
    Hi, Veronica: Thanks for the reply. However we did not add these properties or change them in any form. They are coming directly from elementor "Course button", however, the CSS is not being compiled correctly (missing the ; after the color values) and this happened after last week's update, since we didn't change a thing.
    #368410
    Veronica
    Moderator
    This reply has been marked as private.
    #368426
    Diego
    Participant
    This reply has been marked as private.
    #368511
    Veronica
    Moderator
    ok let me check this
    #368514
    Veronica
    Moderator
    hi add this: .single-course .course_button_wrapper .the_course_button a.course_button.button.full{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0 10px!important; background: #D0DF00 !important; border: none !important; color: #1F1646; width: 320px; height: 76px; font-size: 16px; } refer: http://prntscr.com/1qa51a8
    #368553
    Diego
    Participant
    It worked! Thanks a lot. It seems like a workaround tho. I would suggest taking a dive into that for next updates. You can close this thread now. Thanks a lot.
    #368611
    Veronica
    Moderator
    good to know this is solved
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Invalid property value after plugin updates’ is closed to new replies.