Onclick only working once on the site

I went in and removed the export function which was still on the Solutions Button. I published again and tried to see if it would work. Now I am not seeing the warning anymore but it still is not working. After I click on the first page I can no longer click the buttons at the top to have them show the multi state box. Here is what I got in the console log after the export function change.

First Click on the Solutions Button:
“root”: {

“insertId”:“…51JWZ8aSO8Duieqg.Be3VO”
“timestamp”:“2021-10-19T19:11:09.782Z”
“severity”:“INFO”

“labels”: { “siteUrl”:“https://jhullman.wixsite.com/website
“namespace”:“Velo”
“tenantId”:“cb9ee415-b435-4fc3-a253-32fe2921ccef”
“viewMode”:“Site”
“revision”:“239”
}

“operation”: { “id”:“…6FThs3fj_CkuTohprIejuA”
“producer”:“/network-management-security”
“first”:false
“last”:false
}

“sourceLocation”: {}

“jsonPayload”: { “message”:“Solutions”
}
“receiveTimestamp”:“2021-10-19T19:11:13.001Z”
}

This is what I got after it changed pages from clicking an option in the multi state box. It would not show the multi state box on the second page and here is the log from those clicks:
“root”: {

“insertId”:“…51JWZ8aSO8Duieqg.Be3VO”
“timestamp”:“2021-10-19T19:11:09.782Z”
“severity”:“INFO”

“labels”: { “siteUrl”:“https://jhullman.wixsite.com/website
“namespace”:“Velo”
“tenantId”:“cb9ee415-b435-4fc3-a253-32fe2921ccef”
“viewMode”:“Site”
“revision”:“239”
}

“operation”: { “id”:“…6FThs3fj_CkuTohprIejuA”
“producer”:“/network-management-security”
“first”:false
“last”:false
}

“sourceLocation”: {}

“jsonPayload”: { “message”:“Solutions”
}
“receiveTimestamp”:“2021-10-19T19:11:13.001Z”
}