How best to update the website design of a live site.
Small Incremental Changes
The easiest safest way is to make small incremental changes, until you achieve your desired website design. e.g. add new banners, change logo, change colours, etc. When you are confident with the system, you may also chose to change a template. But it is wise to test this on a trial site first.
Major Revamp - Approach A
- Create a new page for testing, change it's design template to something that is not being used by the other pages, eg C,D,E,F etc
- Define a stylesheet just for this page only.
- When you are ready to go live, just copy the stylesheet and template to the main stylesheet and template.
- Pitfalls: The menu CSS is defined in another file, and will continue to be active... So you should first move the old menu/catmenu CSS to the main stylesheet, and leave the menu CSS files empty.
Major Revamp - Approach B
- Duplicate the existing site to create a new test/trial site.
- Warning: We must test on the new site, but apply changes eventually to the old site. This is because the old site will have alot of ecommerce and customer enquiry history that we don't want to lose.
- Make a change of the template as required, and take note of everything you do, so you can reapply these same settings to the main/live website.
- Upload all new images into the same directory, so it will make it easier to move those files across to the new site.
- When ready, pick a quiet day to make the change.
- Eventually copy across the template code, and stylesheet code from the test site to the live site.
- Fix up any missing image references, so they are base referenced as: https://www.help.cms-tool.net/images//
Notes
- Templates are defined by HTML code (template A-H) and CSS style (template + menu + catmenu)
- Some templates use a different doctype. That is a historical techy thing you can change in the advanced area, to make HTML/CSS render in a specific way.
- Most images in our websites are now referenced by a baseref of https://www.help.cms-tool.net/images// so it is easy to move code and data between websites, without having to fix up the references. However, the images need to exist in both websites.
- FTP is a fast way to move lots of images. Download the images directory to your computer from old website, then upload to the new website. (or if the images directory already exists, you will need to do it one subdirectory at a time, to avoid overwritting files)
Good luck!
Our CMS is the perfect content management solution for web designers and graphic designers. Read this quick introduction to get you on the right track.
Give other people access to your website, in a full or limited way. This can include staff users, so their activity is tracked, independent SEO people, or staff POS users.
We make extensive use of the ColorBox popup, that popup with the thick rounded black edges.
Click the link for more info
Advanced web designers might like to learn about our CSS approaches going forward, so you can do more interesting things with the basic templates
All blog pages provide individual RSS feeds for the page as well as a combined RSS feed.
Here is the process to follow to import a website designed externally.
The :active option in CSS is actually for an active link on the calling page.. but links only stay active for a split second, when a nwe page is loaded. Heres a quick way to change the class of current page.
Do you want to run advertising on your website? How do you go about it...
What to do if your filesite pages are being overwritten on when the site is published
A quick guide to where to add your js scripts to the custom template
Transfering a Website to a new owner
Please follow this procedure if you need to import a website with lots of pages.
We have Google ReCaptcha V3 and CleanTalk to help prevent spam on forms and forums.
HTML coding is required to enable youtube videos to work via a popup Colorbox video
Learn how we deal with mobile devices, and what else you can do with them.
How do you set the timezone for your country - this can be set in the contact area of your website
Learn more about using the [BANNERHOMES] feature for a rotating homes banner on your home page.
How best to update the website design of a live site
Each page has a unique ID.
Smart Blocks allow you to set and edit content once and have it update in multiple places on your site.
You can choose not to use the CMS for managing your website and upload your own HTML/CSS/JS files.