extremely slow response getting there for me. Also tried the link you provided for frogboy's site. very slow to get there.
It will be slow for the first few requests, but it should get faster as you click around. The Activity tab may be very slow due to the amount of querying it's doing.
quoting postFYI, if you do not already have a personal page, you will not be able to create one for the time being.
So, for those of us who already have one, can we edit the existing content?
Depends, what content are you looking to modify? There is no "Settings" page yet but it will be coming later.
Using the link you provided as an example,in the "Gallery" tab the skin descriptions are partially obscuring the thumbnails and the ratings stars are hanging off of the left edge of the box. Also the filter (View:) is mostly covered by the "page 1 of 12" graphic. It looks the same on my gallery page.
Win7 64 bit and IE8
Simple CSS issue, will fix it with the next update. The descriptions are supposed to obscure the thumbnails partially. We may update that page again and make it look like the existing WinCustomize gallery pages (eg: https://www.wincustomize.com/explore/windowblinds)
All looks well with my personal page. Thanks for the update.
Is an option being considered that would allow the user to change background colors and text?
Probably not. I'd prefer to keep a consistent look and feel to the site.
Looks nice, but I get this when selecting the photo tab:-
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Is anyone else having this problem?
Bara