Adding new pages to website

3 replies · opened Jul 6, 2022

TtfyJul 6, 2022

Hello,

I am a newbie so this may sound stupid. I am making our company website which can be seen here: https://magydostravel.com/

Now i want to add tour pages for each tour program visible on homepage.

I am trying to modify event-single-full-width-image.html as my standard tour page. I am deleting header and footer parts. Then copying those from homepage html and pasting to this tour page. Am i doing it right? Is there an easier way to do it? Thank you.

SSemicolon WebSTAFFJul 6, 2022

Hello,

Unfortunately, since this is an HTML Template, you will need to change the Files individually and you will need to manually copy/paste the HTML Codes for the Headers/Footers to all the Templates.

However, it is Definitely Possible by having a Centralized File for the Menu and this can be achieved easily using PHP. Please use the following steps:

  1. Change the .html Extension of your files to .php .

  2. Create a File named header.php and add the Header Codes to it.

  3. Then, include this file in the Header Area. Example:

<?php include('header.php'); ?>

This will definitely work fine. Same goes for the Footer Codes as well. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

TtfyJul 7, 2022

I see thank you. Is there a way to create a site control panel and control certain parts of the tour page so anyone can easily create a new tour page? Is it possible to at least direct me to a tutorial or a template? thank you.

SSemicolon WebSTAFFJul 8, 2022

Hello,

This is currently not included or integrated by default with Canvas. Canvas is only provided as a Static HTML5/CSS3 Template and further integrations to expand the functionality must be done manually or with the help of a Freelancer. We currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . We are always here to help with all the issues relating to the functionality included with Canvas.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Adding new pages to website · Canvas Template Support