Page 11 of 40 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 393
  1. #101
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Quote Originally Posted by picaflor-azul View Post
    I doubt that this is effecting your sales. According to these stats, only about 3% of users are still using ie8:

    http://www.w3schools.com/browsers/browsers_explorer.asp

    I actually did not customize these buttons in any way, so I can't even guess as to the problem. It seems to be related to the floating. I won't take a whole lot of time to get the buttons floating correctly, but to make it so they show, add this to the bottom of your stylesheet.css file:

    Code:
    .ie8 #shoppingCartDefault .forward{float:none;}
    .ie8 #shoppingCartDefault .back{float:none;}
    Thanks,

    Anne

    Thank you so much. That works!
    Nancy

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by nfallat View Post
    Thank you so much. That works!
    Nancy
    I am happy that it worked ;)

    Thanks,

    Anne

  3. #103
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Hi Anne,

    Hope you are well. I have messed up somewhere it seems. I am working on www.floweryard.digi-blue.co.uk, using version 1.5.1.

    I have removed the slide show from the home page and added my own text. I then went to admin - configuration - layout settings, disabled the right column and increased the left column to 225px. Now everything that is in the centre column is displayed at the bottom. I tried to set it to 175 px, but this does not work. What can I do to get the centre column, even in categories, to display in the correct position next to my left column?

    Kind regards

    B

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by barendfaber View Post
    Hi Anne,

    Hope you are well. I have messed up somewhere it seems. I am working on www.floweryard.digi-blue.co.uk, using version 1.5.1.

    I have removed the slide show from the home page and added my own text. I then went to admin - configuration - layout settings, disabled the right column and increased the left column to 225px. Now everything that is in the centre column is displayed at the bottom. I tried to set it to 175 px, but this does not work. What can I do to get the centre column, even in categories, to display in the correct position next to my left column?

    Kind regards

    B
    This may be related to a bug in the includes/templates/responsive_all_business/common/tpl_header.php file.

    Find this code:

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
                  if (HEADER_SALES_TEXT != '') {
    ?>
          <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div></div>
    <?php
                  }
    ?>
    <?php
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
    ?>
          <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                    }
                  }
    ?>
        </div>
    
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    
    
    </div>
    
    <br class="clearBoth" />
    <!--eof-branding display-->
    and replace it with this:

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEX
    T) . '</a>'; ?></div>
                <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
          if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div></div>
    <?php
         }
    ?>
    <?php
        if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
          if ($banner->RecordCount() > 0) {
    ?>
            <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                                                                                                       }
        }
    ?>
    
    
        <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

    Thanks,

    Anne

  5. #105
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Hi Anne,

    Thank you for the quick reply. Tried to replace it, but this makes the site disappear apart from the background.

    B

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by barendfaber View Post
    Hi Anne,

    Thank you for the quick reply. Tried to replace it, but this makes the site disappear apart from the background.

    B
    I replaced the code in the template demo and it worked:

    http://zenlyzen.com/responsive/index...e_all_business

    Be sure that you are copying and pasting the exact block of code and that there are no weird line breaks in the pasted code.

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
         <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>    
      <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
     if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div></div>
    <?php
      }
    ?>
    <?php
        if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
          if ($banner->RecordCount() > 0) {
    ?>
            <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                                                                                                       }
        }
    ?>
        <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>                                                                                                                                                                
    
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    Thanks,

    Anne

  7. #107
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Hi Anne,

    I am sure I copied the code correctly, seems I didn't! Jut copied the code from the last response, deleted on tpl_header.php and pasted, and wow, it now works! Thank you ever so much for helping with this on a day off!

    Best,

    B

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by barendfaber View Post
    Hi Anne,

    I am sure I copied the code correctly, seems I didn't! Jut copied the code from the last response, deleted on tpl_header.php and pasted, and wow, it now works! Thank you ever so much for helping with this on a day off!

    Best,

    B
    I am happy that it worked ;)

    Thanks,

    Anne

  9. #109
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Hi Anne,

    This is Nancy again with promstobeaches.com using Responsive All Business.

    http://www.promstobeaches.com/

    Forgive me if I already asked and solved this problem before. I thought I did but, if so, it is a problem again. Version 1.5.1.

    IE8 browsing results in security warning pop up when going to SSL pages. Is there a fix for that in the stylesheet? Also security pop up in the admin.
    Thanks,
    Nancy

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by nfallat View Post
    Hi Anne,

    This is Nancy again with promstobeaches.com using Responsive All Business.

    http://www.promstobeaches.com/

    Forgive me if I already asked and solved this problem before. I thought I did but, if so, it is a problem again. Version 1.5.1.

    IE8 browsing results in security warning pop up when going to SSL pages. Is there a fix for that in the stylesheet? Also security pop up in the admin.
    Thanks,
    Nancy
    This is not being caused by the template. You have probably hard coded non ssl links or images somewhere in the template.

    Thanks,

    Anne

 

 
Page 11 of 40 FirstFirst ... 91011121321 ... 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