Re: Andover Modern Template Support Thread
Quote:
Anyone know how I can get the links for the scrolling flash images to pen in a new browser window. I have tried various ways to implement the "target=_blank" but apparently not getting it in the right place or method for the php.
In your define_main_page.php replace this:
Code:
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
with this:
Code:
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
In your define_main_page.php replace this:
Code:
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
with this:
Code:
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
Perfect. Thanks for the answer.
Re: Andover Modern Template Support Thread
Re: Andover Modern Template Support Thread
I am trying out this template, very nice, like it a lot... but I dont think is reading the meta_tags.php file, I had the site working properly with another template and this file has not changed...
any ideas...
Re: Andover Modern Template Support Thread
Quote:
I am trying out this template, very nice, like it a lot... but I dont think is reading the meta_tags.php file, I had the site working properly with another template and this file has not changed...
any ideas...
This is not a problem with the template. It sounds like you have not used the overrides properly and did not edit the correct meta tags file:
includes/languages/english/andover_modern/meta_tags.php
Thanks,
Anne
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is not a problem with the template. It sounds like you have not used the overrides properly and did not edit the correct meta tags file:
includes/languages/english/andover_modern/meta_tags.php
Thanks,
Anne
right on! thanks.
Re: Andover Modern Template Support Thread
No problem :smile:
Thanks,
Anne
Re: Andover Modern Template Support Thread
I'm trying to change the color on the top-nav-bk.jpg image from maroon to a soft grey. I actually accomplished it...mostly...but I'm having problems with 5 things. (http://www.debrasglasscraft.com/shopping-cart if you'd like to take a quick look. I'm trying to get the design work done first, before I add items...so it's really bare right now.)
1) I lost the rounded edges and have no idea how to get them back. They really make the page elegant. :smile:
2) I want to change the font colors from white to black, or at least a dark grey that matches the background. Also I want to change the hover color to something other than yellow.
3) Somewhere in the midst of trying to do this, I lost the footer for the home page. It's there on all the other pages, but it's disappeared on the home page. (BTW, how can I change "Home" to "Index"?)
4) How can I get rid of the Home::Contact Us, etc., on the secondary pages?
5) I'd like to center the Copyright 2011...etc. line on the bottom bar that I managed to erase.
Sorry to hit so many things at once...but I figured if I did it this way, I'd get everything answered at once, and wouldn't need to keep pestering you. :wacko:
Thanks in advance for your help!
Re: Andover Modern Template Support Thread
Please disregard the second part of question 3...I just figured out how to change Home to Index. :clap:
Now I just need to figure out how to make the rest of the changes............ :unsure:
Re: Andover Modern Template Support Thread
Quote:
Please disregard the second part of question 3...I just figured out how to change Home to Index.
Now I just need to figure out how to make the rest of the changes............
It looks like your site is not working properly. Check your cache folder for error logs.
Thanks,
Anne