Pelican template documentation version 1.0
Once you download the Template zip folder, unzip it using any of the free services like WinRAR and make sure you have all the folders including index files, assets folder and PHP file. Now copy the template folder to your desktop for easy access and to prevent overwriting the theme files.
You can use any of your favorite text editors like sublime, Notepad or Atom to start editing the template files.
Pelican Multipurpose Landing Page Template
Head section of all the pages are similar to the above displayed format. However, the stylesheets and fonts used might differ. But the basic structure is almost similar. Now, you'll only need to change/edit the following lines which show impact on the SEO.
Pelican Multipurpose Landing Page Template
Entire body section is divided into the following sections and the number of depends/varies for each demo(page). Listed below are the sections included in the body of Main Demo of Pelican Template.
Find the above code in your index/individual page and change the menu item name and link to your desired one. Repeat the same process for all pages in your theme folder carefully and save it.
Changing font-family is much simpler. Just head to the Google Fonts Collection and copy the link of your desired font and paste it in the head section by replacing the current font. However, to change/vary the font-size you got to look for it in the CSS or note the class name and give it a different size in the custom CSS file.
Add all your images you wish to use in your website to the images folder. Please avoid PNG images as they might consume more space on your servers and consume more bandwidth. Also, PNG images takes ages while uploading them to server.
If quality is a major concern i.e. if you are using photography demo, images of PNG format is a necessity. So, once again use JPG for better performance and PNG for better appearance. Its up to you.
Head to the respective class in the CSS file and look up for the background: url() line and replace the image with your own preferred image and save it. For cover images the optimal size is above 1380px and to be exact the images used in this template demo are 1400 px wide and height is above 800 px.
.hero-2 { background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../images/image-bg.jpg) no-repeat center center; background-size: cover; padding: 150px 0 100px 0; }
Its almost as easy and similar to the above process. Just replace the image 'name' with you own and make sure that the path to the image is correct. Its by default like assets/images/yourimage.jpg.
After done editing your template, save it and check for any broken links or unedited sections. Make sure the images are properly formatted for the lightcase (plugin which is used to popup images) and the are linked to the same image. Now, get ready to upload your website.
When you are finished with the editing, adding your own content and other media save everything. Now, the preferred method to upload the folder to your servers is Filezilla, which is open source and pretty simple to use even by beginners.
These are the primary CSS files used for general front-end styling. Use these to customize your theme even further. All included css will be under assets/css/
All (most of) the jQuery plugins used in this themes are included in the plugins.js file. All included JavaScript falls under assets/js/
You can find the version history (changelog.txt) file on Pelican.zip folder or you can check changelog on theme sale page.
Once again, thank you so much for purchasing this theme. I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
----------------------------------------------------------------------------------------- Version 1.0 - May 24th, 2019 ----------------------------------------------------------------------------------------- -Initial Release