I have switched the template back on so you can look at it. https://www.zappasbirds.com
Printable View
I have switched the template back on so you can look at it. https://www.zappasbirds.com
Here are a couple of screen shots of the page source view.
Attachment 15016
Attachment 15017
As you can see several links with http are the built in links that I had no control over. Any help you can give me would be great.
This looks like a problem and it not template related:
<img src='http://www.ebates.com/referral/2012/global_files/images/ebates_logo.png' alt='Ebates Coupons and Cash Back' height='31' width='171' border='0'/></a>
You can also do a developers toolkit search for this:
and find out where it is located in the template files and switch over to the HTTPS_SERVERCode:<?php HTTP_SERVER . DIR_WS_CATALOG;?>
Thanks,
Anne
I did that and corrected the ebates thing but still no change. There are still http links to pages that I cannot find as they are in the template. This is one, <li><a href="http://www.zappasbirds.com/index.php?main_page=shopping_cart"><i class="fa fa-shopping-cart" title="Shopping Cart"></i>0 - $0.00</a></li>
Then there are these and this is just on the home page, <li class="minfo-links"><a href="http://www.zappasbirds.com/index.php?main_page=shippinginfo" class="minfo">Information</a>
<ul class="level2">
<li><a href="http://www.zappasbirds.com/index.php?main_page=shippinginfo">Customer Service</a>
<ul>
<li><a href="http://www.zappasbirds.com/index.php?main_page=about_us">About Us</a></li>
<li><a href="https://www.zappasbirds.com/index.php?main_page=login">Log In</a></li>
<li><a href="https://www.zappasbirds.com/index.php?main_page=create_account">Create Account</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=shippinginfo">Shipping & Returns</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=privacy">Privacy Notice</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=conditions">Conditions of Use</a></li>
</ul>
</li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=site_map">General Info</a>
<ul>
<li><a href="http://www.zappasbirds.com/index.php?main_page=site_map">Site Map</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=discount_coupon">Discount Coupons</a></li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
</ul>
</li>
<li><a href="http://www.zappasbirds.com/index.php?main_page=site_map">Useful Links</a>
<ul>
Then this one is the link associated with my logo in the header. Which all I did was edit the file with the new logo name and change the sizes. I didn't add the link, the template did.
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://www.zappasbirds.com/"><img src="includes/templates/westminster_new/images/lglogo.jpg" alt="Zappa Aviaries" title=" Zappa Aviaries " width="850" height="175" /></a> </div>
But the http calls go on and on.
I just checked your home page and there is no ssl problem. It was your hard coded http image that you added and not a template problem.
This is not a problem with the template. If you check the code used to call your logo, for example, against the default code in 1.5.4 template default's header file you will see that they are the same.
template default:
westminster new:Code:<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>
Code:<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>
Thanks,
Anne
I'd like to move the product description tabs from the top of the product to below the attribute section.
I thought that this template comes with tabs at the bottom by default, as on this demo page
http://zenlyzen.com/zen-cart-respons...ex.php?ifrm=wn
maybe you've changed something during the install, a link to your site might help.
Thanks for this nice template, Anne!!
Anyone else have a problem when on Android on a phone and the category menu is so long drops below the bottom of the screen it won't let you scroll down the menu to get to the parts below the screen? It keeps closing the menu when I try to scroll down.