Page 8 of 55 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 543
  1. #71
    Join Date
    Dec 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Hi Anne,

    I too am working with the avonlee contempo template .. the same one as Tapper. I am curious.. the top category font weight seems to be tied into the subcategory font weight. when I change it, it changes the other. is there any way for me to get the main category headings in bold and the subcategories in normal weight to seperate the two when the subcats expand?

    Thank you for your help,

    -Brian

  2. #72
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread


    Hi Anne,

    I too am working with the avonlee contempo template .. the same one as Tapper. I am curious.. the top category font weight seems to be tied into the subcategory font weight. when I change it, it changes the other. is there any way for me to get the main category headings in bold and the subcategories in normal weight to seperate the two when the subcats expand?

    Thank you for your help,

    -Brian
    If you can't differentiate these with the classes that are already there, then you will need to add a class to the element that you want to change. Use the developers toolkit to find the files you need to edit.

    Thanks,

    Anne

  3. #73
    Join Date
    May 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Hello!

    First of all, I'd just like to say thank you for making such a wonderful template, and doubly thank you for releasing it for free.

    I am having an issue with the sliding images. I would like to have this feature on my website, but as soon as I add a product it completely disappears. Clicking "home" leads me to the product as well, it seems like I completely lose a default page?

    I have followed the settings on the images you provided in the help file as far as layout settings is concerned, so I am stumped as to why this might be?

    If you could offer any assistance that would be wonderful. Thank you.

  4. #74
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread

    Hello!

    First of all, I'd just like to say thank you for making such a wonderful template, and doubly thank you for releasing it for free.

    I am having an issue with the sliding images. I would like to have this feature on my website, but as soon as I add a product it completely disappears. Clicking "home" leads me to the product as well, it seems like I completely lose a default page?

    I have followed the settings on the images you provided in the help file as far as layout settings is concerned, so I am stumped as to why this might be?

    If you could offer any assistance that would be wonderful. Thank you.
    If you post a link to your site, I will take a look.

    Switch back to the classic template and see if this still happens when you click on the home link.

    Thanks,

    Anne

  5. #75
    Join Date
    May 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site, I will take a look.

    Switch back to the classic template and see if this still happens when you click on the home link.

    Thanks,

    Anne
    Hi Anne, thanks for your quick reply.

    When I switch back to the default classic template, everything is working as it should.

    I have been looking through the Avonlee Contempo configuration, fiddling around and have yet to come up with a solution.

    As long as I put the product in a category (which is fine, that's what I intended to do anyway), the sliding images don't disappear. However now I have noticed that the left hand menu that is meant to display the categories is non-existant.

    Unfortunately I cannot provide you a link to the site as I am running it on my local server, to eventually upload to the main site upon completion.

  6. #76
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread

    Hi Anne, thanks for your quick reply.

    When I switch back to the default classic template, everything is working as it should.

    I have been looking through the Avonlee Contempo configuration, fiddling around and have yet to come up with a solution.

    As long as I put the product in a category (which is fine, that's what I intended to do anyway), the sliding images don't disappear. However now I have noticed that the left hand menu that is meant to display the categories is non-existant.

    Unfortunately I cannot provide you a link to the site as I am running it on my local server, to eventually upload to the main site upon completion.
    This is not a template bug. There are too many people using it successfully The template only uses overrides and does not effect any core functionality. I would recommend removing the template and re-installing it.

    Thanks,

    Anne

  7. #77
    Join Date
    Feb 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Hi Anne
    Gorgeous template!. I have downloaded this template and am currently having a play with it on 1.3.9. With regards to the main_page using the define_pages_editor, I am not able to put any html under the slide script. When I try it throws the slides out and they end up in a column on the page.

    This is what I did to cause this:
    <?php


    define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
    define(IMAGE2,'slide2.jpg');
    define(IMAGE3,'slide3.jpg');
    define(IMAGE4,'slide4.jpg');
    define(IMAGE5,'slide5.jpg');

    define(URL1,'http://www.picaflor-azul.com');
    define(URL2,'http://www.picaflor-azul.com');
    define(URL3,'http://www.picaflor-azul.com');
    define(URL4,'http://www.picaflor-azul.com');
    define(URL5,'http://www.picaflor-azul.com');



    ?>
    <script type="text/javascript" src="includes/templates/avonlee_contempo/jscript/jscript_easySlider.js"></script>

    <script type="text/javascript">
    $(document).ready(function(){

    $("#slider").easySlider({
    auto: true,
    continuous: true,
    numeric: true
    });

    });
    </script>



    <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>
    <br><br>

    The break codes i put at the end upset it and I lost the slides.

    Is there someway to get text under the slides and before the New Products banner?

  8. #78
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread


    The break codes i put at the end upset it and I lost the slides.

    Is there someway to get text under the slides and before the New Products banner?
    In the install.txt file it specifies to only use the plain text editor when editing the define_main_page.php via the zen cart admin. This is because the html editor will break the code. If you edit the page using the plain text editor you can add your code or just open the includes/languages/english/html_includes/avonlee_contempo/define_main_page.php in your favorite plain text editor and make the changes.

    I would recommend uploading the original define_main_page.php that comes with the template package and starting from there.

    Thanks,

    Anne

  9. #79
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Hi Annie, Good Day!

    May i know how to make the link from Excel format to htm? I have convert the Excel format (table) into htm, then upload into my host server. After that, I have key in the message is.

    Please CLICK HERE to see estimated postage to your country.

    Once I click on the CLICK HERE, it apper the following message.

    Not Found

    The requested URL /inteposteng.htm was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Please advice... I cant found any solution for this ..

    Thank you. Regards, Jean
    Last edited by Orkid; 16 May 2011 at 11:52 AM. Reason: I have solved it finally ... sorry for confused..

  10. #80
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread


    Hi Annie, Good Day!

    May i know how to make the link from Excel format to htm? I have convert the Excel format (table) into htm, then upload into my host server. After that, I have key in the message is.

    Please CLICK HERE to see estimated postage to your country.

    Once I click on the CLICK HERE, it apper the following message.

    Not Found

    The requested URL /inteposteng.htm was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Please advice... I cant found any solution for this ..

    Thank you. Regards, Jean
    I am sorry, but I have no idea what you are asking? Can you be more specific? What section of which page are you trying to modify? Are you trying to convert an excel document into html? If this is so then this is not a template specific question. I would recommend posting on a different forum for help or searching on google or the excel documentation for your answer.

    Thanks,

    Anne

 

 
Page 8 of 55 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. How to make the "PRODUCT DETAILS" button not display ? (Avonlee Contempo Template)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Apr 2014, 04:04 PM
  2. Replies: 2
    Last Post: 4 Mar 2014, 08:58 PM
  3. How to change the product image display mode "Avonlee Contempo template" ?
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Feb 2014, 10:32 AM
  4. About "Avonlee Contempo" Template - Layout , store logo and product description
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Feb 2014, 08:27 AM
  5. Avonlee Contempo template
    By nothingnuaghty in forum Addon Templates
    Replies: 2
    Last Post: 15 Dec 2010, 08:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR