michael:
They are widget_id 687 and widget_id 782 you can still access all your data via
ACP -> MODULES -> DEVELOPER -> TOOLS -> DATABASE ADMIN
It used to be that you could go to SITE BUILDER and use PAGE BROWSER to MODIFY the code on any page( at least it seems like it used to be this way) In the past this has been the way I used to retrieve the code for the page. ( see attachment which is missing the MODIFY button)
Because Once I save the code to the widget I cannot alter it again because it wont open again in Site Builder- so In the past I would copy the code from the MODIFY button- then edit it....then delete the page and remake it with the new edited code. So I am wondering when or if the MODIFY button was removed?
I have just lived with the fact that the page cannot be navigated away from on mobile devices without closing the browser after spending days trying to understand why it didnt work...now my reason for wanting to edit the page is their is now an ANDROID version that I wish to add a link to on the page...
DATABASE ADMIN....HMM....I would rather be sandblasted in the face with lawn sticker than to open that up
UPDATE
I just removed this
<script src="http://igioel.com/HitchCalendar/js/jquery-1.8.2.min.js">
<script src="http://igioel.com/HitchCalendar/js/jquery-ui-1.9.1.custom.js">
From the code and reposted the remaining code on a test page- the results of not being able to edit the widget are the same.
I am not sure if removing the jquery was proper troubleshooting but the result was the same
So then I removed ALL of the following from the code and reposted it on a test page
<script src="http://igioel.com/HitchCalendar/js/curtis.calendar.min.js">
<script src="http://igioel.com/HitchCalendar/js/jquery-1.8.2.min.js">
<script src="http://igioel.com/HitchCalendar/js/jquery-ui-1.9.1.custom.js">
<script src="http://igioel.com/HitchCalendar/js/externalCode.js">
The Site Builder widget still will not open the widget for editing even with all the jquery and JS removed...experiencing the same issue with all of it removed...
updated by @derrickhand300: 08/23/16 05:00:41AM