Hi,
1. How do I change the default logo and Footer?
2. Can I use a standard page for the index page layout?
3. Is it possible to have a separate header image slider on each page?
Thanks
Tariq Ahmed
Hi,
1. How do I change the default logo and Footer?
2. Can I use a standard page for the index page layout?
3. Is it possible to have a separate header image slider on each page?
Thanks
Tariq Ahmed
One more question
1. Is there a list of shortcodes compatible with this template?
How do I adjust the height of the logo on the site?
Hello? can Anyone please help with my questions above?
How can I add a telephone number & Twitter and Facebook icons at the top right of the header section?
Thanks
Hi tahirahmed,
I'll just go through your questions one by one:
You can change the logo by replacing the image in the folder of the skin you are using. So for the default skin, you would replace the logo.png in images1>logo.png.
The footer can be changed in footer.php. Just search for:
Fill In your own Copyright info here and remove mine after purchasing
You can use a post or edit the index.php with your own HTML. You could also use the get_page function in the index.php if you wanted to use a specific page created via wordpress. See: http://codex.wordpress.org/Function_Reference/get_page
A separate image slider on each page would take quite a bit of customization. It is possible, but not something we could help you with via support.
I don't believe there are any shortcodes for this theme no.
You can adjust the height of the logo by opening style.css and looking for:
#logo a{
display:block;
height:127px;
width:313px;
text-indent:-9999px;
position:absolute;
outline:none;
}
Adjust the height attribute to your needs.
You'll need to create a new div in the header.php to and then put in your icons with links there. Either just above the h1 id='logo' or the head, depending on how you want it to look.
Regards,
Devin
You must log in to post.