close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Change footer once for entire site. (via web admin)

Thread began 5/13/2013 2:08 pm by elevy388997 | Last modified 5/14/2013 7:13 am by Jason Byrnes | 1254 views | 4 replies |

elevy388997Beta Tester

Change section once for entire site. (via web admin)

So I am working on converting an existing site to a CMS and I am wondering how can it be so the client can change the site wide section without having to do it for each page?

For example, the left third of the clients' footer is for small announcements. It could be text, an image etc but if I make it a CMS region on each page, won't the client have to click on each page in the admin and change the info to the new one?

Sign in to reply to this post

Jason ByrnesWebAssist

create a plugin page and add that CMS Section to the plugin page.

then you can add the plugin page to each page in the site.

Sign in to reply to this post

elevy388997Beta Tester

Are you talking about using Framework Builder? Is that the same as what I was thinking about doing:

I was thinking about making a kind of "Master" page that isn't included in the menu, but had the same assets to it. Then I would take the code generated on the master page and put it wherever I wanted the section.

For example:

<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Master', 'Tagline'); ?>

Putting that on the homepage in the tagline area.

Sign in to reply to this post

elevy388997Beta Tester

Without flooding the forum with another thread...I got everything to work but I lost some jQuery Functionality. On this page - www.djembroiderycenter.com/services.php I had a working jQuery accordion setup. Then I made the section an powerCMS area and it doesn't work anymore. All of the correct code is there when I check the sections source code view. Should I set it up some other way?

Sign in to reply to this post

Jason ByrnesWebAssist

the problem is caused by conflicting version of jquery on the page.



near the top of the head section, you include jquery version 1.9.1
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

then further down you include version 1.4.2:
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
var currentYear = (new Date).getFullYear();
$(document).ready(function() {
$("#year").text( (new Date).getFullYear() );
});
</script>

those 2 are causing a conflict, causing the accordion to fail.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...