Page 114 of 116 FirstFirst ... 1464104112113114115116 LastLast
Results 1,131 to 1,140 of 1160
  1. #1131
    Join Date
    Jun 2015
    Location
    Arkansas
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Responsive Sheffield Blue

    First I am very sorry to ask a question that I am sure has been asked a thousand times. I have searched all over the place and cannot seem to find an answer to this. We have installed the Responsive Blue template to our ZenCart v1.5.5 and love it. The only problem is that when you click on an image for a larger image a very small image pops up. An example is at: http://bettysbargainbin.com/store/in...oducts_id=8202

    Any suggestions gang?

    Thanks!

  2. #1132
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    take a look at the below code in /includes/templates/responsive_sheffield_blue/common/html_header.php, is yours the same?

    PHP Code:
    // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)   

    if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {  

        echo 
    '';

    } else {

    $responsive_mobile '<link rel="stylesheet" type="text/css" href="' $template->get_template_dir('.css',DIR_WS_TEMPLATE$current_page_base,'css') . '/' 'responsive_mobile.css' '" />'
    require(
    $template->get_template_dir('responsive_mobile.php',DIR_WS_TEMPLATE$current_page_base,'common'). '/responsive_mobile.php');

    $responsive_tablet '<link rel="stylesheet" type="text/css" href="' $template->get_template_dir('.css',DIR_WS_TEMPLATE$current_page_base,'css') . '/' 'responsive_tablet.css' '" />'
    require(
    $template->get_template_dir('responsive_tablet.php',DIR_WS_TEMPLATE$current_page_base,'common'). '/responsive_tablet.php');

    $responsive_default '<link rel="stylesheet" type="text/css" href="' $template->get_template_dir('.css',DIR_WS_TEMPLATE$current_page_base,'css') . '/' 'responsive_default.css' '" />'

    echo 
    '<link rel="stylesheet" type="text/css" href="' $template->get_template_dir('.css',DIR_WS_TEMPLATE$current_page_base,'css') . '/' 'responsive.css' '" />';

    if (
    $detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') {

        echo 
    $responsive_mobile;


    } else if (
    $detect->isTablet() or $detect->isMobile() && $_SESSION['display_mode']=='isTablet' or $detect->isTablet() && $_SESSION['display_mode']=='isTablet' or $_SESSION['display_mode']=='isTablet'){

        echo 
    $responsive_tablet;


    } else if (
    $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $_SESSION['display_mode']=='isNonResponsive'){

        echo 
    '';

    } else {

        echo 
    $responsive_default;

      }  

    Quote Originally Posted by bettysbargainbin View Post
    First I am very sorry to ask a question that I am sure has been asked a thousand times. I have searched all over the place and cannot seem to find an answer to this. We have installed the Responsive Blue template to our ZenCart v1.5.5 and love it. The only problem is that when you click on an image for a larger image a very small image pops up. An example is at: http://bettysbargainbin.com/store/in...oducts_id=8202

    Any suggestions gang?

    Thanks!

  3. #1133
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by bettysbargainbin View Post
    First I am very sorry to ask a question that I am sure has been asked a thousand times. I have searched all over the place and cannot seem to find an answer to this. We have installed the Responsive Blue template to our ZenCart v1.5.5 and love it. The only problem is that when you click on an image for a larger image a very small image pops up. An example is at: http://bettysbargainbin.com/store/in...oducts_id=8202

    Any suggestions gang?

    Thanks!
    I have been on to your website and when clicking on the image I am presented with a large image
    Learning Fast.
    Eden Craft Supplies

  4. #1134
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Getting an this error:

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: Unexpected token m was received while processing an ajax call. The action you requested could not be completed.

    As when adding item to cart and/checkout.

  5. #1135
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mtechama View Post
    Getting an this error:

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: Unexpected token m was received while processing an ajax call. The action you requested could not be completed.

    As when adding item to cart and/checkout.
    I have been having the same error codes but I cannot remember what I was doing
    Learning Fast.
    Eden Craft Supplies

  6. #1136
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by adb34 View Post
    I have been having the same error codes but I cannot remember what I was doing
    Now I have remembered; I am getting the same error as you when on the front end of the shop trying to login
    Learning Fast.
    Eden Craft Supplies

  7. #1137
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mtechama View Post
    Getting an this error:

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: Unexpected token m was received while processing an ajax call. The action you requested could not be completed.

    As when adding item to cart and/checkout.
    Are you getting any error logs?
    Learning Fast.
    Eden Craft Supplies

  8. #1138
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mtechama View Post
    Getting an this error:

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: Unexpected token m was received while processing an ajax call. The action you requested could not be completed.

    As when adding item to cart and/checkout.
    I have managed to stop this error when a customer is logging in. I do not know if it will help you though. It is not a fix but a work around; it involved two plugin's

    CSS/JS Loader
    Fast and Easy Checkout

    You can get both plugin's from zen-cart website.

    You have to do CSS/JS Loader first before Fast and easy checkout.
    Learning Fast.
    Eden Craft Supplies

  9. #1139
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by adb34 View Post
    I have managed to stop this error when a customer is logging in. I do not know if it will help you though. It is not a fix but a work around; it involved two plugin's

    CSS/JS Loader
    Fast and Easy Checkout

    You can get both plugin's from zen-cart website.

    You have to do CSS/JS Loader first before Fast and easy checkout.
    Now Heck!

    I got this error on the top of my page when installing CSS/JS Loader

    // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) { echo ''; } else { $responsive_mobile = ''; require($template->get_template_dir('responsive_mobile.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/responsive_mobile.php'); $responsive_tablet = ''; require($template->get_template_dir('responsive_tablet.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/responsive_tablet.php'); $responsive_default = ''; echo ''; if ($detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') { echo $responsive_mobile; } else if ($detect->isTablet() or $detect->isMobile() && $_SESSION['display_mode']=='isTablet' or $detect->isTablet() && $_SESSION['display_mode']=='isTablet' or $_SESSION['display_mode']=='isTablet'){ echo $responsive_tablet; } else if ($detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $_SESSION['display_mode']=='isNonResponsive'){ echo ''; } else { echo $responsive_default; } } if($detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isNonResponsive' or $detect->isTablet() && $_SESSION['display_mode']=='isNonResponsive' or $_SESSION['display_mode']=='isNonResponsive'){ $fluidisFixed = 'fluidIsFixed'; } else { $fluidisFixed = ''; } // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>

  10. #1140
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mtechama View Post
    Now Heck!

    I got this error on the top of my page when installing CSS/JS Loader

    // (BOF - 2.1) Responsive DIY Template Default.......
    On which page? admin or customer page?
    Did you merge the pages that needed merging?
    Did you follow the install instructions?
    Learning Fast.
    Eden Craft Supplies

 

 

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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