I have found my fix. I have uninstalled Zen LightBox and installed Zen ColorBox instead.
Printable View
Hi Anne,
I think I may have stumbled across an SSL problem which seems to be linked to href="http://link-for-non-js-users.html" which is in the <div class="slide-out-div"> for the left-slide-out. Firstly on the SSL site it seems to throw up an error "Only Secure Content is displayed", if you choose to ignore this warning, the left slide box displays as expected, if you ignore it the left side box displays at the very bottom of the page as a static item. Also, when choosing to ignore the warning, you are directed to the http:// site rather than remainig on the https:// site.
The website I refer too is https://www.blackfishcampus.com
I have attached images of the URL Bar in IE9 (but it also occurs in Chrome, Firefox and Opera) and the warning I refer too.
Please can you offer any advice as to how to overcome this problem?
Many thanks in advance,
Bob
Hi Anne,
Thanks for the input, but now I am little confused. I made the changes in admin/includes/configure.php and /includes/configure.php but I can't for the life of me see where to make the changes in the /includes/templates/westminster/common/html_header.php!
This is the code at the top of that file, in my site.
I already have the Base href set to SSL should I be changing something else?
* load the module for generating page meta-tags
*/
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
/**
* output main page HEAD tag and related headers/meta-tags, etc
*/
?>
<?php
// (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)
if (!class_exists('Mobile_Detect')) {
include_once(DIR_WS_CLASSES . 'Mobile_Detect.php');
$detect = new Mobile_Detect;
}
// (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
<head>
<title><?php echo META_TAG_TITLE; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
<meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart® Team. Responsive zen cart design by Picaflor Azul. " />
<meta name="generator" content="shopping cart program by Zen Cart®, http://www.zen-cart.com eCommerce" />
<?php // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<?php // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>
<?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance' || $robotsNoIndex === true) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
<?php if (defined('FAVICON')) { ?>
<link rel="icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<?php } //endif FAVICON ?>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
<?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
<link rel="canonical" href="<?php echo $canonicalLink; ?>" />
<?php } ?>
<?php
Hi Anne,
Disregard my last, I was looking at the wrong file, should have been tpl_main_page - READ THE DAMN MESSAGE BOB!!! DOH!
:blush:
Will give it a try and see what happens.
Bob
I just submitted an updated version of the template package. Thank you to everyone who posted about bugs and a big thank you to Steve (torvista) who pointed out a list of improvements :smile:
04/02/2015-------new readme file
04/02/2015-------updated php mobile detect to version 2.8.12
04/02/2015-------remove #menu code from reponsive_tablet.css
04/02/2015-------remove margin-top from #navMainWrapper{margin-top:-100px;width:42%;} from responsive_tablet.css
04/02/2015-------http://www.zen-cart.com/showthread.php?216242-Winchester-Black-Responsive-Template&p=1274723#post1274723
04/02/2015-------corrected set_function in installer file
04/02/2015-------cleaned up includes/languages/english/winchester_responsive/button_names.php
04/02/2015-------cleaned up includes/languages/english/winchester_responsive/header.php
04/02/2015-------updated includes/languages/english/winchester_responsive/checkout_shipping.php
04/02/2015-------updated includes/languages/english/winchester_responsive/meta_tags.php
04/02/2015-------updated includes/languages/english/winchester_responsive/product_info.php
04/02/2015-------updated includes/modules/sideboxes/winchester_responsive/information.php
04/02/2015-------updated includes/templates/winchester_responsive/common/html_header.php
04/02/2015-------updated YOUR_ADMIN_FOLDER/layout_controller.php
04/02/2015-------added template screen shot
04/02/2015-------fixed validation error in includes/templates/winchester_responsive/sideboxes/tpl_new_products.php
04/02/2015-------fixed validation error in includes/languages/english/extra_definitions/winchester_responsive/winchester_responsive_defines.php
04/02/2015-------fixed validation error in includes/templates/winchester_responsive/templates/tpl_dgReview.php
04/02/2015-------updated includes/languages/winchester_responsive/english.php
04/02/2015-------installed zen colorbox
As always if you find any bugs or have suggestions for improvements, please post them here so I can include them in the next update.
Thanks,
Anne
Great template, but I have a problem with multilanguage web. English without problem. But I offer website in German, Czech and French language and if I edit for ex. ABOUT US , website show me "O n�s". I use 1.5.4 version with UTF8, what is it possible to change? Old items, like "Conditions of use",... are without problems with accents...
THX