Page 15 of 40 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 393
  1. #141
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    Hi Anne,

    I would like to remove the slideshow navigation controls so that the main page text appears right below the slides. For the life of me, I can't figure out how to do this. Can you help? Thanks.

    Russ

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by RescoCCC View Post
    Hi Anne,

    I would like to remove the slideshow navigation controls so that the main page text appears right below the slides. For the life of me, I can't figure out how to do this. Can you help? Thanks.

    Russ
    If you post a link to your site I can take a look ;)

    Thanks,

    Anne

  3. #143
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    It's currently in my sand box here:

    http://www.rescoccc.net/zen/store2/
    Last edited by RescoCCC; 7 Jul 2014 at 07:52 PM.

  4. #144
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    Okay, I figured out how to remove the controls. For anybody interested, edit includes/templates/template_name/common/tpl_home_slider.php.

    Find:

    <script type="text/javascript">
    $(function() {
    $('#slides').slidesjs({
    width: 590,
    height: 332,
    play: {
    active: true,
    auto: true,
    interval: '<?php echo RAB_SLIDES_PLAY ?>',
    pauseOnHover: true,
    restartDelay: 2500
    }
    });
    });
    </script>

    Change to:

    <script type="text/javascript">
    $(function() {
    $('#slides').slidesjs({
    width: 590,
    height: 332,
    navigation:false,
    pagination: false,
    play: {
    active: false,
    auto: true,
    interval: '<?php echo RAB_SLIDES_PLAY ?>',
    pauseOnHover: true,
    restartDelay: 2500
    }
    });
    });
    </script>

    BUT, I still have a big gap between the slide and the home page text. Any ideas?

  5. #145
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    Figured that one out too. It was just a simple matter of changing the height. Duh!

  6. #146
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    PS: Thanks, Anne, for another fantastic template!

  7. #147
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    And, another question please. I would like to add more slides than just the five. I edited tpl_home_slider.php to add this additional line:

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

    Then I added banner group rabslide6 with another slide image. No joy. Is there another file I need to edit? Thanks.

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by RescoCCC View Post
    And, another question please. I would like to add more slides than just the five. I edited tpl_home_slider.php to add this additional line:

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

    Then I added banner group rabslide6 with another slide image. No joy. Is there another file I need to edit? Thanks.
    I am happy that you like the template ;)

    If you do a forum search for how to add a new banner group, there are great step by step explanations ;) The easiest way would be to just hard code the new slide and add this to the tpl_home_slider.php:

    Code:
    <li><a href="your url"><img src="your image name"   alt="your alt name" /></a></li>
    T'hanks,

    Anne

  9. #149
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    Thanks, Anne, but I would like my client to have the ability to add a slide using banner manager. Any way to do that?

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by RescoCCC View Post
    Thanks, Anne, but I would like my client to have the ability to add a slide using banner manager. Any way to do that?
    Yes, there are a few different posts with complete instructions for adding a new banner group ;) In addition to adding the code to the pho files, you will need to add in the constant to the database configuration table.

    Thanks,

    Anne

 

 
Page 15 of 40 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 994
    Last Post: 23 Apr 2019, 04:44 PM
  2. Help with Responsive All Business Template Links
    By StevenUK in forum General Questions
    Replies: 6
    Last Post: 9 Dec 2015, 04:24 PM
  3. v154 How Do I Install : Responsive All Business Template into Zen Cart
    By StevenUK in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 4 Dec 2015, 01:16 PM
  4. .xcf file in All Business template
    By johnn196703 in forum Customization from the Admin
    Replies: 3
    Last Post: 27 Apr 2012, 06:35 PM
  5. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM

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