1

(1 replies, posted in Support zone)

Edit:

2. Certain pages that are available to edit are NOT* showing up in the restrict pages list.

2

(1 replies, posted in Support zone)

I am having two problems with restricting pages.

1. I have restricted a user from editing certain pages but when I log in as them I can still edit those restricted pages.
2. Certain pages that are available to edit are now showing up in the restrict pages list.

I have some pages on my site that load only when a link is clicked using Javascript, they are not showing up in simpleCMS, is there a way to make this work?

$("#book-a-legend-link").click(function(){
    $('#book-a-legend').load('http://legendsinconcert.expertinternetmarketing.com/book-a-legend.php');
});