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!
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
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!
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
bettysbargainbin
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
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.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mtechama
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
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
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
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mtechama
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?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mtechama
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.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
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) ?>
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mtechama
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?