Results 1 to 10 of 100

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Firefox inspect element for android

    Spelling errors in stylesheet_zcustom.css.

    Recently found two spelling errors in stylesheet_zcustom.css. These have been fixed in the github repository for the mod.

    To manually change errors, lines 36 and 40 (of the original version) need to bed changed from
    Code:
    .button-top{nargin-top:1px;}
    to
    Code:
    .button-top{margin-top:1px;}
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Firefox inspect element for android

    There is an additional call in stylesheet_colors_split.css that won't show up unless the user changes the actual call later in the file. Line 159
    Code:
    #mainWrapper {background-color:#99ccff;background-color:rgba(153,204,255,0.6);}
    should be deleted as that call is incorrect as far as color. Also, the call is correctly entered in line 203. Line 203 will become 202 after the deletion. You should see no difference in the colors of your site with this deletion.

    In further looking over this mod for inclusion into 1.5.7, we've noticed that the navMainWrapper and some of the css buttons (if used) are using white as the font color.

    Both the navMainWrapper and the buttons use the main color of this mod. That results in the white font looking "washed out" against the main color. Also, all other buttons, headings, etc using the main color have their font set to black (#000).

    We've made three changes to the stylesheet_colors_split.css.

    Line 13 is now
    Code:
    #navMainullia {color: #000; color:rgba(0,0,0,1.0);}
    Line 148 is now
    Code:
    .normal_button {color: #000;}
    Line 265 (266 if you did not delete line 150 as noted above) is now
    Code:
    #navMainulli {border-right:1pxsolid#000;}
    Don't know if another release will be done before 1.5.7 is released but, the most current version is alwys available at our github repository.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Firefox inspect element for android

    Persistence is the sign of a great engineer.

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

    Default Re: Support Thread - Responsive Color Changes for 155

    Just submitted version 2.1.0 to the Plug Ins.

    Fixed some minor spelling errors and added a variable system to prevent having to do massive search and replace operations.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    Concerning the release of 1.5.7.

    With the rise in litigation over website accessibility, we are having to rethink the color change mod and its use of opacity. Being able to "see" multiple layers can be a problem if all the layers have a background color. The combination of background colors and font colors often break the contrast rules of accessibility.

    We have found that the only correct usage is in the menu header in a portrait view of a mobile phone.

    This Color Change Mod can be used with 1.5.7 BUT, will take some thorough massaging to ensure that accessibility is maintained.

    You can check your site's accessibility with the Web Developer extension in Chrome. Under Tools, click on Validate Accessibility.

    We are working on a 1.5.7 color change mod that should be finished soon.

    It will be 1.5.7 specific.

    We will open a new support thread and github for this mod soon.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: Support Thread - Responsive Color Changes for 155

    Is this near completion or will it be a while away?
    I would like to change the responsive classic button on my new install of 1.5.7c.
    Thank you

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    1.5.7c was adjusted such that the accessibility was corrected. Templates are trending away from the current to bootstrap. This puts any change to this mod on the back burner.

    If you will follow the posting tips, we can probably help with your situation BUT, we need to be able to see the code. Pics may we worth a thousand words but they don't help with code.

    If you don't want your site hit by the SEs just yet, use DOT for the period in yoursite.com
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  3. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 229
    Last Post: 28 Jun 2017, 12:32 AM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM

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