Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Need Help Coding Search Button For Firefox

    In the #navMainSearch, the search button in the header is perfectly placed in IE, not so in Firefox and Chrome.

    #navMainSearch {float:right;margin-top:-25px;position:relative;z-index:15000;}
    .search-header-button {vertical-align:middle;margin-left:-4px;margin-top:4px;}

    Changes Needed:

    margin-left:-6px for firefox and chrome
    margin-top:-3px for firefox

    Still have to check safari, but I’ll just copy from the others.

    Can you show me how to word the changes in stylesheet, please.

    I'm also having no luck removing the word OFF from the sale price in Specials. I thought this was it in includes/languages/overrides folder/english.php:

    define('PRODUCT_PRICE_SALE','Sale: ');

    but the OFF is still showing up.

    http://designerperfumesnob.authsafe....html?cPath=656

    Thanks!

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Need Help Coding Search Button For Firefox

    Quote Originally Posted by traytray View Post
    Can you show me how to word the changes in stylesheet, please.
    This may help.
    http://www.thesitewizard.com/css/excludecss.shtml

    Quote Originally Posted by traytray View Post
    I'm also having no luck removing the word OFF from the sale price in Specials.
    Try using the 'developers toolkit' and perform a search for 'OFF' (sadly there are lots of them), however, by searching the results you should be able to identify the file that produces this text.

    Cheers
    Rod.

    ps. Attempting to get a site to look good across all browsers and all screen resolutions can be an exercise in futility. That isn't to say you shouldn't try, but do keep in mind that sooner or later you'll hit the law of diminishing returns... Meaning that the time spent trying to 'perfect' things isn't repaid by an increase in sales.

  3. #3

    Default Re: Need Help Coding Search Button For Firefox

    Hi,

    The language constants you need to edit in order to remove the word off are:
    define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
    define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off');

    They are in the english.php file

    /includes/languages/piccadilly_posh/english.php
    or
    /includes/languages/english.php

  4. #4
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Need Help Coding Search Button For Firefox

    Quote Originally Posted by responsivezc View Post
    Hi,

    The language constants you need to edit in order to remove the word off are:
    define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
    define('PRODUCT_PRICE_DISCOUNT_AMOUNT','##off');

    They are in the english.php file

    /includes/languages/piccadilly_posh/english.php
    or
    /includes/languages/english.php
    That did it! It was driving me crazy. This looks so much better. Thanks!

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Need Help Coding Search Button For Firefox

    Still looking for help in this area if anybody can help:

    In the #navMainSearch, the search button in the header is perfectly placed in IE, not so in Firefox and Chrome.

    #navMainSearch {float:right;margin-top:-25px;position:relative;z-index:15000;}
    .search-header-button {vertical-align:middle;margin-left:-4px;margin-top:4px;}

    Changes Needed:

    margin-left:-6px for firefox and chrome
    margin-top:-3px for firefox

    Still have to check safari, but I’ll just copy from the others.

    Can you show me how to word the changes in stylesheet, please.

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Help Coding Search Button For Firefox

    Did you check the link RodG provided ?

 

 

Similar Threads

  1. need coding help for google search attribute availability
    By snowsports in forum General Questions
    Replies: 1
    Last Post: 7 Nov 2011, 08:02 PM
  2. Need simple coding help for Shopping Cart in Header
    By georgiepants in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Apr 2010, 03:25 AM
  3. CSS Issue - Search Button Wraps in Firefox
    By stephenmorris2000 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Sep 2007, 12:55 PM
  4. I need coding help BAD...... :(
    By g0d4lm1ty in forum General Questions
    Replies: 3
    Last Post: 22 Sep 2006, 07:47 AM

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