How to add a PayPal button?
Category: General questionsWhy are edits not showing on front end?
Category: General questionsWhat is a cached page?
Category: General questionsHow can I clear page cache?
Category: General questionsHow can I create a scrolling banner?
Category: General questionsHow do I add a new item to my menu?
Category: General questions
How to add a PayPal button?
#1. Is to create a PayPal account at PayPal.com
#2. Log into PayPal and select the Merchant Services tab at the top of the page.
#3. Select the Buy Now Button under the "Tools for existing PayPal merchants"
#4. Fill in the field that you require and select Create Button.
#5. Then there will be a box with some text in it that you will copy.
#6. Log into your website backend and find the page to add your button too.
#7. Then add new pagecontent and select the option Plain HTML under Special Elements.
#8. Select the HTML tab and past the code your just copied from PayPal into the page and save.
#9. View the page to make sure the button showed up and is in the correct position.
Why are edits not showing on front end?
There could be several reasons for this. You should check to make sure that the Page, or the content element is not 'hidden'.
Some content elements or items added to storage folders will default to have the hide flag set. Go back and verify that this flag is not set.
It could be that the page is cached. This means that a version of the page was created by the front end, and it does not know that you have modified the content for the page.
You can either clear cache in backend. see the FAQ question about how to clear cache.
What is a cached page?
A cached page is a page that is a temporary copy rather than re-fetching or recomputing the original data, so that the average access time is shorter.
By default most of the pages are cached so the users get better response. Pages are usually cached for about 24 hours and the page cache is cleared automatically.
You can set a page to be cached or not cached. In the page properties, in the general section is a flag for "not cached". check this and this page will not be cached.
How can I clear page cache?
You can clear the cache for a specific page in the backend.
- Go to the page you want cleared.
- Go to List view
- Click on the clear cache button -

You must do this for each page you want to clear.
This is normally only needed when you are editing content and want to see the content immediately and the system did not display the content because it was cached.
How can I create a scrolling banner?
On a page, create a HTML content element. In the HTML section add the HTML code below. Change the text in second line to what you want to scroll across the screen.
<center> <marquee style="width:440px;background:silver;color:navy;">
*** replace this row with text you want to scroll ***
</center></marquee>
How do I add a new item to my menu?
Adding a menu item is as easy as adding a page to your website. In your page map in the backend (center section), click on page icon where you want a new page and click new in the popup menu.
By adding the page to your map, the name of the page will now show up in your menu.
