Thread: Westminster New

Page 70 of 187 FirstFirst ... 2060686970717280120170 ... LastLast
Results 691 to 700 of 1865
  1. #691
    Join Date
    Feb 2015
    Location
    Frederic, Wisconsin, United States
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New SSL BUG

    I have switched the template back on so you can look at it. https://www.zappasbirds.com

  2. #692
    Join Date
    Feb 2015
    Location
    Frederic, Wisconsin, United States
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New SSL BUG

    Here are a couple of screen shots of the page source view.

    Click image for larger version. 

Name:	Screenshot (8).jpg 
Views:	58 
Size:	44.2 KB 
ID:	15016

    Click image for larger version. 

Name:	Screenshot (9).jpg 
Views:	57 
Size:	45.5 KB 
ID:	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.

  3. #693
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New SSL BUG

    Quote Originally Posted by Zappa Aviaries View Post
    I have switched the template back on so you can look at it. https://www.zappasbirds.com
    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:

    Code:
    <?php HTTP_SERVER . DIR_WS_CATALOG;?>
    and find out where it is located in the template files and switch over to the HTTPS_SERVER


    Thanks,

    Anne

  4. #694
    Join Date
    Feb 2015
    Location
    Frederic, Wisconsin, United States
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New SSL BUG

    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 &amp; 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.

  5. #695
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New SSL BUG

    Quote Originally Posted by Zappa Aviaries View Post
    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:

    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>
    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>

    Thanks,

    Anne

  6. #696
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Westminster New - move product description tabs below attributes

    I'd like to move the product description tabs from the top of the product to below the attribute section.

  7. #697
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: Westminster New - move product description tabs below attributes

    Quote Originally Posted by thomaswhiteeagle View Post
    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.

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

    Default Re: Westminster New - move product description tabs below attributes

    Quote Originally Posted by thomaswhiteeagle View Post
    I'd like to move the product description tabs from the top of the product to below the attribute section.
    Yes, please post a link to your site and I can take a look.

    You can move page elements around on the product info page by editing the includes/templates/override/templates/tpl_product_info_display.php file.

    Thanks,

    Anne

  9. #699
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Westminster New - move product description tabs below attributes

    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.

    Zen Cart and it's community are the best!!

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

    Default Re: Westminster New - move product description tabs below attributes

    Quote Originally Posted by lankeeyankee View Post
    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.
    If you read this thread you will see the fix posted for this.

    Thanks,

    Anne

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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