Page 7 of 21 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 208
  1. #61
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by OLD MAN View Post
    I'll will change the layout. Do you have a responsive template set up for rows? I have been playing with your templates and am very impressed. Have you used FEB with them?
    Guessing you switched back to columns from your previous post above? But if you know you want rows always and never use columns then you just have to take away the pl-price call in the css for margin-top. Right now it is set at -50px. Comment that out or remove it and it will solve your rows layout.

    But if you wanted a full solution where you can use grid and rows, let me know and I can pull the files I changed to allow for both.

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

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by yaritai View Post
    Guessing you switched back to columns from your previous post above? But if you know you want rows always and never use columns then you just have to take away the pl-price call in the css for margin-top. Right now it is set at -50px. Comment that out or remove it and it will solve your rows layout.

    But if you wanted a full solution where you can use grid and rows, let me know and I can pull the files I changed to allow for both.
    If you send me the files/changes I can include them in a future template update ;)

    Thanks,

    Anne

  3. #63
    Join Date
    Jul 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by picaflor-azul View Post
    What is FEB? All of the responsive templates come with the grid layout coded by default.

    Thanks,

    Anne
    "FEB" is Fat Finger speech for "FEC" Fast and Easy Checkout.
    Thank You, The Old Man
    The O-ring Store
    We make placing your o-ring order and getting o-rings easy!

  4. #64
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by picaflor-azul View Post
    If you send me the files/changes I can include them in a future template update ;)

    Thanks,

    Anne
    Sure can, just give me some time to get these snippets out from the files and I will send them your way.


    Quote Originally Posted by OLD MAN View Post
    "FEB" is Fat Finger speech for "FEC" Fast and Easy Checkout.
    FEC is a very well done mod that really shortens the checkout process. However, some advice for you is that you MUST do a test install on a development site. Keep a backup of your site for the files and database in case you have to revert back. I can't emphasize this enough as I see on this forum alot that many have troubles with CSS/JS loader which is a requirement to use that mod. CSS/JS loader is a very well done mod that I use on most sites as it gives alot of flexiblity. But the one downfall I see where trouble creeps up is on the use of the autoload folder to load the css and js calls.

    Some advice is:

    1. When you merge in the html_header file it will remove whole blocks of code in the stock zencart calls to stylsheets and js files. You will replace those with the one in FEC. However, for these responsive templates, you WILL want to keep the calls to responsive.css alone and NOT remove it. The reason is that FEC is not programmed to call the responsive files as it is not a stock zencart feature. Or if you are comfortable with php you could add the call to responsive css in the functions for CSS/JS loader. But the former approach is easier for most.

    2) I know that in the past I had issues with FEC on responsive templates. Primarily it was on the fec_confirmation page where the columns would be half width. From what I remember, it was because of a css style to a float on class['*col']>onerow-fluid. Removing the float fixes the half width.

    But as another option you may want to use COWOA as it is easier to implement for most site owners.

  5. #65
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by OLD MAN View Post
    "FEB" is Fat Finger speech for "FEC" Fast and Easy Checkout.
    Lol ;) Yes, I have used fast and easy checkout with my responsive designs. yaritai has given some good advice on implementation.

    Thanks,

    Anne

  6. #66
    Join Date
    Feb 2006
    Posts
    149
    Plugin Contributions
    1

    Default Re: Responsive Avonlee Contempo

    Using zencart 1.5.3. Installed the avonlee responsive template and would like to add more banners to the slide. It looks like it only allows for 5. Can this be done?

    Thanks,

    webmiss

  7. #67
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by webmiss View Post
    Using zencart 1.5.3. Installed the avonlee responsive template and would like to add more banners to the slide. It looks like it only allows for 5. Can this be done?

    Thanks,

    webmiss
    If you want the banners to be admin editable then you need to add a new banner group.

    If not, then you can just add code for another banner to the tpl_home_slider.php file:

    Code:
    <a href="your url" target="_blank"><img src="your image" alt="your alt" title="your title" width="550" height="302" /></a>
    Thanks,

    Anne

  8. #68
    Join Date
    Feb 2006
    Posts
    149
    Plugin Contributions
    1

    Default Re: Responsive Avonlee Contempo

    I did add another banner group, but only 5 of the banners show up.

  9. #69
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Avonlee Contempo

    Quote Originally Posted by webmiss View Post
    I did add another banner group, but only 5 of the banners show up.
    Then you have not added the banner group correctly, or you have not added the code for the new banner group to the tpl_home_slider.php

    Thanks,

    Anne

  10. #70
    Join Date
    Feb 2006
    Posts
    149
    Plugin Contributions
    1

    Default Re: Responsive Avonlee Contempo

    Added this code to tpl_home_slider.php

    <?php
    if (SHOW_BANNERS_GROUP_SETRAV6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETRAV6)) {
    if ($banner->RecordCount() > 0) {
    echo zen_display_banner('static', $banner);
    }
    }
    ?>

    All I did was change SETRAV5 to SETRAV6. Is this incorrect?

 

 
Page 7 of 21 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Avonlee Contempo Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 542
    Last Post: 1 Feb 2018, 05:55 PM
  2. Avonlee Contempo - Center column width
    By Forum5 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2014, 03:54 AM
  3. v152 Slide Show - Avonlee Contempo
    By Forum5 in forum Addon Templates
    Replies: 2
    Last Post: 3 Feb 2014, 06:11 PM
  4. V1.51 Responsive Avonlee left column margin
    By satello in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jan 2014, 04:51 PM
  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