Three questions
Permalink1. How do I get in and change navigation buttons?
2. How do I change the footer of the web page?
3. How do I change the e-mail address when someone sends a message through our website?
Thanks.
1) Login into admin panelhttp://yoursite.com/dashboard. Go to full sitemap section and edit or add new page as per your requirement. you can even change the order of dispaly just drag and drop the pahe where you want from sitemap.
2) After login into admin panel click on 'Return to Website' then click on 'Edit' , if footer editable then edit the area. Otherwise if footer is static then go to your active theme folder and then go to elements folder in theme folder you can see a footer.php page there. you will have to change whatever you want. But keep it in your mind you should not delete this line <?php Loader::element('footer_required'); ?>
3) login in admin panel go to dashboard. Click on search user. click the admin. click on edit user. Change the email address with yourr and click on update user button.
1) Login into admin panelhttp://yoursite.com/dashboard. Go to full sitemap section and edit or add new page as per your requirement.
2) After login into admin panel click on 'Return to Website' then click on 'Edit' , if footer editable then edit the area. Otherwise if footer is static then you need to change the footer of active theme.
3) If user send the message by submitting a form which is created using form block of concrete5 then you can edit that and you will find a option 'Notify me by email when people submit this form' in the 'Options' tab . Put your email address there and save the block