I'm using the PHPmotion script. I've changed the URL in SiteAdmin. I removed the http:// from the url setting there, so that it will work with an SSL. The file that I'm stumped with is the inner_member_profile.htm which is for the My Account part of the script. In this user account, thumbnail images of the users' uploaded videos appear there in their Profile. Below the row of thumbnails is page number links 1 2 3 4 Next >> (see attached image). Before the url change, I could page to the next page of thumbnails, but not after the change. Do you have any ideas? Any suggestion will be appreciated.
sounds like one of your scripts might be blocked -- without seeing the site in question it's impossible to diagnose, but taking a wild guess I'd say you probably have an absolute URI in your markup that's pointing at http. When you go https, EVERYTHING -- images, style, scripts -- MUST be https or it will be blocked by the browser as a security risk. Check your <script src=""> in the markup and make sure none of them say http.