Got it figured out. I had the wrong menu setting. So I created one page for adding the frontend markers, and one for showing the larger map with markers placed.
Add Your Location
and
Where Are You?
When I first fired it up the form labels were all over the screen. I tracked down the problem to the JXTC template.
default.css:220
#adminForm label{font-size: 0.875em;font-weight:bold;line-height:42px;} - changed to 35px
I couldn't see the input boxes too well so I made a personal preference change with the background color in the boxes.
hotspots.css:970 & 1069
background:#fafafa; - changed to (ghostwhite) #F8F8FF
All that ails me now is that the "READ MORE" button does not work. When I click on it, nothing happens. When I save a location/marker, there is no read more in the Hotspots description. Your assistance on this one would be greatly appreciated.
Thank you,
Mark