Re: Avonlee Contempo Template Support Thread
i am still not seeing the image. please pm with the url that is supposed to be in the file. the forum keeps truncating the url.
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
spec
i am still not seeing the image. please pm with the url that is supposed to be in the file. the forum keeps truncating the url.
There is no truncating. You'll use a relative url of:
Code:
../images/your background image.jpg
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
2 quick questions:
1. I added a paragraph of text on the main page below the slider. The text is formatted like
<div id="home-text">
<p>
blah...blah...blah
</p>
</div>
The issue is that the text only goes about 3/4 of the way across the template. How can I fix?
2. Can I move the Facebook and Twitter icons from the footer, into the header on the right side, opposite the logo?
Re: Avonlee Contempo Template Support Thread
I figured out issue #2. I just copied the facebook/twitter code from tpl_footer and pasted to tpl_header, just below: <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
<br class="clearBoth" />
Seems to be working...
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
tgotch
2 quick questions:
1. I added a paragraph of text on the main page below the slider. The text is formatted like
<div id="home-text">
<p>
blah...blah...blah
</p>
</div>
The issue is that the text only goes about 3/4 of the way across the template. How can I fix?
2. Can I move the Facebook and Twitter icons from the footer, into the header on the right side, opposite the logo?
If you post a link to your site I can take a look at the home page.
You can move anything around anywhere in the template.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
tgotch
Change:
Code:
#home-text {font-size: 120%;width: 550px;}
to:
Code:
#home-text{font-size:120%;width:700px;margin:0 auto;}
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Thanks Anne, That did the trick!
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
tgotch
Thanks Anne, That did the trick!
Great!
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Hi,
I am trying to install simple google analytics. The instructions say the following:
At the bottom of /includes/templates/[your_template]/common/tpl_main_page.php
Copy and paste the following lines of code (found below) just before the </body> tag:...
I cannot find this file within this directory of this template. Any guidance?