Page 45 of 50 FirstFirst ... 354344454647 ... LastLast
Results 441 to 450 of 498
  1. #441
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    How do you change the size of the Search Box Header (input.search-header-box)?
    17 Years and still just a "Follower." :P

  2. #442
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by masterrusty View Post
    How do you change the size of the Search Box Header (input.search-header-box)?
    I Tried changing .search-header-box in the css. It didn't do anything.
    17 Years and still just a "Follower." :P

  3. #443
    Join Date
    Jun 2017
    Location
    Canada
    Posts
    2
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Clearly I have done something wrong in setting up Winchester Black. I originally had everything listed on the responsive template that come with Zen Cart and the products displayed just fine. Come across Winchester Black and it's exactly what I was looking for so followed the instructions to upload it to the website. The first page is fine but if I click on Categories the products show up but if you try to follow the link, such as Essentials, the page goes dark. Animal Impressions is still in development so nothing is in that category as yet. Could really use some help please. Web site is: https://zyancanada.ca and I'm using a Canadian company called Hostpapa for my hosting. Thank you in advance

  4. #444
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by ZyanEnt View Post
    Clearly I have done something wrong in setting up Winchester Black. The first page is fine but if I click on Categories the products show up but if you try to follow the link, such as Essentials, the page goes dark.
    It actually gives an error message. Check out https://www.zen-cart.com/showthread....-and-try-again and some of the similar threads at the bottom of that post.

  5. #445
    Join Date
    Jun 2017
    Location
    Canada
    Posts
    2
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by dbltoe View Post
    It actually gives an error message. Check out https://www.zen-cart.com/showthread....-and-try-again and some of the similar threads at the bottom of that post.
    I have contacted my host and they are looking into it. Thank you for the suggestion and the prompt reply!!!

  6. #446
    Join Date
    Apr 2007
    Location
    UK
    Posts
    22
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Has anyone else found that with the latest build of Chrome (64), the product images vanish on the product pages? (Winchester Black Template running on 1.5.4)

  7. #447
    Join Date
    Apr 2015
    Location
    Assynt, North West Highlands of Scotland
    Posts
    24
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by Patience View Post
    Anne,
    On the discount coupon page where customers can look up the status of a code, it says "BUTTON_LOOKUP_ALT" where I'm guessing it should say "Submit" or "Lookup".
    I used the Developer's Toolkit and found this in a file called tpl_discount_coupon_default but I have no clue as to what and where I should edit, so that the proper wording shows up.
    Please help if you can! Thanks
    Hi there,
    I wonder if you could let me know what ypu did to fix this...if indeed you did fix it :)
    I have the exact same problem and have looked through the template files carefully but see no omissions. And, in any case, which file could I leave out which would affect only one CSS Button? If anyone could give me a clue as to where to look for this error I would appreciate it.

    PHP? Its all greek to me ;)
    Name:  lookupbutton.jpg
Views: 120
Size:  16.0 KB

  8. #448
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    You should go into your admin->tools->Developers Tool Kit.
    There you should type "BUTTON_LOOKUP_ALT" in the place that includes PHP files search
    and hit the Search button...
    Now you should be surprised to see it defined @/includes/languages/english/button_names.php file
    or other language directory you have...

  9. #449
    Join Date
    Apr 2015
    Location
    Assynt, North West Highlands of Scotland
    Posts
    24
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hi,
    Thanks for your reply.
    I've already searched everywhere in the Dev toolkit and, have indeed found the buttons file but, there would appear to be nothing wrong in that file, i.e. the button lookup is defined as it should be as far as I can tell! I'm currently looking in /includes/templates/template_default/templates/tpl_discount_coupon_default.php but still, as I am not proficient in PHP code, cannot tell if anything is wrong
    Perhaps you can see something wrong?

    PHP Code:
    <?php
    /**
     * @package languageDefines
     * @copyright Copyright 2003-2016 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Author: DrByte  Fri Jan 8 01:41:14 2016 -0500 Modified in v1.5.5 $
     */


    /**
     * define the button images used in the project
     */

    define('BUTTON_IMAGE_ADD_TO_CART''button_add_to_cart.gif');
    define('BUTTON_IMAGE_ADD_ADDRESS''button_add_address.gif');
    define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif');
    define('BUTTON_IMAGE_BACK''button_back.gif');
    define('BUTTON_IMAGE_BUY_NOW''button_buy_now.gif');
    define('BUTTON_IMAGE_CANCEL''button_cancel.gif');
    define('BUTTON_IMAGE_CHANGE_ADDRESS''button_change_address.gif');
    define('BUTTON_IMAGE_CHECKOUT''button_checkout.gif');
    define('BUTTON_IMAGE_CONFIRM_SEND''button_confirm_send.gif');
    define('BUTTON_IMAGE_CONFIRM_ORDER''button_confirm_order.gif');
    define('BUTTON_IMAGE_CONTINUE''button_continue.gif');
    define('BUTTON_IMAGE_CONTINUE_SHOPPING''button_continue_shopping.gif');
    define('BUTTON_IMAGE_DELETE''button_delete.gif');
    define('BUTTON_IMAGE_DELETE_SMALL''button_delete_small.gif');
    define('BUTTON_IMAGE_DOWNLOAD''button_download.gif');
    define('BUTTON_IMAGE_EDIT_SMALL''small_edit.gif');
    define('BUTTON_IMAGE_IN_CART''button_in_cart.gif');
    define('BUTTON_IMAGE_LOGIN''button_login.gif');
    define('BUTTON_IMAGE_NEXT''button_next.gif');
    define('BUTTON_IMAGE_PREVIOUS''button_prev.gif');
    define('BUTTON_IMAGE_REDEEM''button_redeem.gif');
    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST''button_return_to_product_list.gif');
    define('BUTTON_IMAGE_REVIEWS''button_reviews.gif');
    define('BUTTON_IMAGE_SEARCH''button_search.gif');
    define('BUTTON_IMAGE_SEND''button_send.gif');
    define('BUTTON_IMAGE_SEND_A_GIFT_CERT''button_send_a_gift_cert.gif');
    define('BUTTON_IMAGE_SEND_ANOTHER''button_send_another.gif');
    define('BUTTON_IMAGE_SHIPPING_ESTIMATOR''button_shipping_estimator.gif');
    define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
    define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');
    define('BUTTON_IMAGE_SUBMIT''button_submit.gif');
    define('BUTTON_IMAGE_UNSUBSCRIBE''button_unsubscribe.gif');
    define('BUTTON_IMAGE_UPDATE''button_update.gif');
    define('BUTTON_IMAGE_VIEW_SMALL''button_view.gif');
    define('BUTTON_IMAGE_WRITE_REVIEW''button_write_review.gif');

    define('BUTTON_IMAGE_READ_REVIEWS''button_read_reviews.gif');
    define('BUTTON_IMAGE_GOTO_PROD_DETAILS''button_goto_prod_details.gif');
    define('BUTTON_IMAGE_MORE_REVIEWS''button_more_reviews.gif');
    define('BUTTON_IMAGE_CONTINUE_CHECKOUT''button_continue_checkout.gif');
    //define('PREVNEXT_BUTTON_NEXT', '[Next&nbsp;&gt;&gt;]');
    //define('PREVNEXT_BUTTON_LAST', 'LAST&gt;&gt;');


    define('BUTTON_IMAGE_CREATE_ACCOUNT''button_create_account.gif');
    define('BUTTON_IMAGE_LOG_OFF''button_logoff.gif');
    /*
     * ALT text is used as Button Text, or for the ALT tag on image-buttons
     */

    define('BUTTON_CREATE_ACCOUNT_ALT''Sign Up');
    define('BUTTON_LOG_OFF_ALT''Log Off');
    define('BUTTON_ADD_TO_CART_ALT''Add This to My Cart');
    define('BUTTON_ADD_ADDRESS_ALT''Add Address');
    define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','Add Selected to Cart');
    define('BUTTON_BACK_ALT''Back');
    define('BUTTON_BUY_NOW_ALT''Buy Now');
    define('BUTTON_CANCEL_ALT''Cancel');
    define('BUTTON_CHANGE_ADDRESS_ALT''Change Address');
    define('BUTTON_CHECKOUT_ALT''Checkout');
    define('BUTTON_CONFIRM_SEND_ALT''Send Gift Certificate');
    define('BUTTON_CONFIRM_ORDER_ALT''Confirm Order');
    define('BUTTON_CONTINUE_ALT''Continue');
    define('BUTTON_CONTINUE_SHOPPING_ALT''Continue Shopping');
    define('BUTTON_DELETE_ALT''Delete');
    define('BUTTON_DELETE_SMALL_ALT''Delete');
    define('BUTTON_DOWNLOAD_ALT''Download Now');
    define('BUTTON_EDIT_SMALL_ALT''Edit');
    define('BUTTON_IN_CART_ALT''Add to Cart');
    define('BUTTON_LOGIN_ALT''Sign In');
    define('BUTTON_LOOKUP_ALT''Lookup');
    define('BUTTON_NEXT_ALT''Next');
    define('BUTTON_PREVIOUS_ALT''Previous');
    define('BUTTON_REDEEM_ALT''Redeem');
    define('BUTTON_RETURN_TO_PROD_LIST_ALT''Return to the Product List');
    define('BUTTON_REVIEWS_ALT''Go to the Reviews Page');
    define('BUTTON_SEARCH_ALT''Search');
    define('BUTTON_SEND_ALT''Send Now');
    define('BUTTON_SEND_ANOTHER_ALT''Send Another Gift Certificate');
    define('BUTTON_SEND_A_GIFT_CERT_ALT''Send A Gift Certificate');
    define('BUTTON_SHIPPING_ESTIMATOR_ALT''Shipping Estimator');
    define('BUTTON_SOLD_OUT_ALT''Sold Out');
    define('BUTTON_SOLD_OUT_SMALL_ALT''Sold Out');
    define('BUTTON_SUBMIT_ALT''Submit the Information');
    define('BUTTON_UNSUBSCRIBE''Unsubscribe');
    define('BUTTON_UPDATE_ALT''Update');
    define('BUTTON_VIEW_SMALL_ALT''View');
    define('BUTTON_WRITE_REVIEW_ALT''Write Review');
    define('BUTTON_READ_REVIEWS_ALT''Read the Review');
    define('BUTTON_GOTO_PROD_DETAILS_ALT''Go To This Product\'s Details');
    define('BUTTON_MORE_REVIEWS_ALT''Read More Reviews');
    define('BUTTON_VIEW_ALL_ALT''View All');

  10. #450
    Join Date
    Apr 2015
    Location
    Assynt, North West Highlands of Scotland
    Posts
    24
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hi again all,
    Just as an aside, I see that Anne has already answered this query to the original poster and said that it was nothing to do with the Template. However, if one visits the "Demo" posted on this very thread then we see the following:

    http://www.zenlyzen.com/responsive-z...iscount_coupon

    Therefore, I suspect this to be a programming error with the template. Should I place this in the Bugs section?

    James

 

 
Page 45 of 50 FirstFirst ... 354344454647 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 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