Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
mike_m29
Great, thank you Anne
The more I work with your template, the more I like it
That's great!
Thanks,
Anne
Re: Andover Modern Template Support Thread
How do I enable the EZ-page header links?
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
GreenGecko
How do I enable the EZ-page header links?
Go to line 76 in includes/templates/andover_modern/css/stylesheet and remove the :
display:none;
You will need to add the styles for the top ezpage links as the templaet is designed not to use them.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Thank you Anne,
This is a highly altered version of your theme, I have already created the styles for the ez-pages and increased the menu height to accommodate the second row of the ez-page menu bar links.
BTW I also figured out how to control the speed of the java slider, you just need to add a speed element to the java script call like this:
Code:
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true,
speed: 3000
});
});
</script>
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
GreenGecko
Thank you Anne,
This is a highly altered version of your theme, I have already created the styles for the ez-pages and increased the menu height to accommodate the second row of the ez-page menu bar links.
BTW I also figured out how to control the speed of the java slider, you just need to add a speed element to the java script call like this:
Code:
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true,
speed: 3000
});
});
</script>
Thanks for posting! I'll include this in a future update of the template pacakge.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Great template!
I am only 50% confident altering the existing php pages, but if one would like to add a pinterest share button, is the only place to enter/alter the code in:
includes/templates/andover_modern/templates/tpl_product_info_display.php
or does it need altering elsewhere?
thanks, edvon
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
edvon
Great template!
I am only 50% confident altering the existing php pages, but if one would like to add a pinterest share button, is the only place to enter/alter the code in:
includes/templates/andover_modern/templates/tpl_product_info_display.php
or does it need altering elsewhere?
thanks, edvon
If you want a button on the product info page then that is the correct file to edit.
Thanks,
Anne
Re: Andover Modern Template Support Thread
I am having difficulty getting this template to load, my site is only showing what appears to be the background. I checked my cache and found the following error:
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/modules/sideboxes/languages_header.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/lyriclea/public_html/includes/templates/andover_modern/common/tpl_header.php on line 44
Any suggestions as to how to fix this problem?
I just tried to re-upload just the tpl_languages_header.php file again directly to the /www/includes/templates/andover_modern/sideboxes folder but it sill is not functioning
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
billcurley
I am having difficulty getting this template to load, my site is only showing what appears to be the background. I checked my cache and found the following error:
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/modules/sideboxes/languages_header.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/lyriclea/public_html/includes/templates/andover_modern/common/tpl_header.php on line 44
Any suggestions as to how to fix this problem?
I just tried to re-upload just the tpl_languages_header.php file again directly to the /www/includes/templates/andover_modern/sideboxes folder but it sill is not functioning
You have not uploaded all of the template package files to your server or have uploaded them to the wrong directories. Try with a fresh upload. You can also try just uploading the missing
includes/modules/sideboxes/languages_header.php file.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Finally got the silly thing uploaded and installed correctly, thank you for your help.
I am now having an issue with the facebook link not functioning. I edited the test on the footer menu .php file to read as follows:
define('TWITTER', 'http://www.twitter.com/lyricleather');
define('FACEBOOK','http://www.facebook.com/lyricleather');
but I am getting a 404 error file not found message when I click on the link at the bottom of the page.
Any thoughts?