Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The module that I believe you are talking about is called Tabbed Home Page Modules. I would recommend installing that module to get the functionality back.
Thanks,
Anne
:smile:
Thank You for the quick reply that is the mod, I'll reload it up. One other thing I have been working on, I wanted a easy way to put a image on the right side of the header. I did a work around of changing the languages icon to the image and edited the text field I wanted, but I can't find where to change the code to change the hyper link to direct it to a page. This may not be suitable for the topic but while seaching this I couldn't find a header add on to do this.
Thanks for the support
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
DavidR
:smile:
Thank You for the quick reply that is the mod, I'll reload it up. One other thing I have been working on, I wanted a easy way to put a image on the right side of the header. I did a work around of changing the languages icon to the image and edited the text field I wanted, but I can't find where to change the code to change the hyper link to direct it to a page. This may not be suitable for the topic but while seaching this I couldn't find a header add on to do this.
Thanks for the support
You can add anything that you want to the header by editing the includes/templates/andover_modern/common/tpl_header.php file. If you need to adjust positioning you can do this in the includes/templates/andover_modern/css/stylesheet.css file.
Thanks,
Anne
Re: Andover Modern Template Support Thread
I just installed this great template, due to my limited knowledge can not figure out how to make links in the product description to stand out using a different color. http://dolgin.net/zen_dolgin/index.p...&products_id=2
I tried changing the stylesheet.css in includes/templates/andover_modern/css color codes, with no apparent results
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
adolgin
I just installed this great template, due to my limited knowledge can not figure out how to make links in the product description to stand out using a different color.
http://dolgin.net/zen_dolgin/index.p...&products_id=2
I tried changing the stylesheet.css in includes/templates/andover_modern/css color codes, with no apparent results
You can do this by adding this to your stylesheet.css file:
Code:
#productDescription a{color:#your hexidecimal color number here;}
Thanks,
Anne
Re: Andover Modern Template Support Thread
Thank you Ann, I wanted not the whole product description, but the links only.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
adolgin
Thank you Ann, I wanted not the whole product description, but the links only.
Yes, the above code will only style the links.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
adolgin
It worked :-) Thank you!
I am happy that it worked out ;-)
Thanks,
Anne
Re: Andover Modern Template Support Thread
I'm using ZenCart 1.5.1 and your latest version of the Andover Modern template. I keep receiving Debug files with the following warning:
Quote:
PHP Warning: require(includes/templates/template_default/templates/tpl_tell_a_friend_default.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /usr/www/users/xxxxx/xxxxxxx/catalog/includes/templates/andover_modern/common/tpl_main_page.php on line 122
[28-Feb-2013 04:27:29 America/New_York] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_tell_a_friend_default.php' (include_path='.:/usr/local/lib/php') in /usr/www/users/xxxxxxl/xxxxxx/catalog/includes/templates/andover_modern/common/tpl_main_page.php on line 122
It appears that the template is looking for a tpl_tell_a_friend_default.php template file, but I can find no such file in my original download of ZenCart or anywhere else. Any ideas on how I can correct this?
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
gwynwyffar
I'm using ZenCart 1.5.1 and your latest version of the Andover Modern template. I keep receiving Debug files with the following warning:
It appears that the template is looking for a tpl_tell_a_friend_default.php template file, but I can find no such file in my original download of ZenCart or anywhere else. Any ideas on how I can correct this?
The tell a friend was removed in the latest version of zen cart for secuirty reasons.
There is no tpl_main_page.php included in the template package so you must have copied this file from an old version of zen cart.
Thanks,
Anne