Page 2 of 15 FirstFirst 123412 ... LastLast
Results 11 to 20 of 149
  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: CSS3 Buttons [support thread]

    Yeah.. you need to modify the stylesheet to set the colors to your liking..
    Quote Originally Posted by HeathenMagic View Post
    Hello there,

    This is a fantastic mod, many thanks. With the 1.1 release, I noticed in all browsers that the 'Search' , 'Continue' (on checkout) and on login seem to have a greyed out image, then the yellow button appears only on rollover. Does anyone else have the same thing? I noticed they are all submit buttons, does that have any bearing at all?

    Thanks in advance.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: CSS3 Buttons [support thread]

    Like DivaVocals said, you'll need to customize the colors to match your scheme. The stylesheet_css_buttons.css file includes comments indicating where you plug the color codes for which type of button (link vs submit). FWIW, I used the contact_us page as a vehicle to testing/verifying my button colors, since there's both a link button (Back) and a submit button (er, Submit) on the page.

    I haven't looked at any of the gradient-related styling yet, but will put that on the list of things to look at.

  3. #13
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    Like DivaVocals said, you'll need to customize the colors to match your scheme. The stylesheet_css_buttons.css file includes comments indicating where you plug the color codes for which type of button (link vs submit). FWIW, I used the contact_us page as a vehicle to testing/verifying my button colors, since there's both a link button (Back) and a submit button (er, Submit) on the page.

    I haven't looked at any of the gradient-related styling yet, but will put that on the list of things to look at.
    Thanks for your help and Diva Vocals. Guess I am still a bit green when it comes to CSS. I will make the changes as outlined, great mod by the way.

  4. #14
    Join Date
    Jun 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Certainly better than the "stock" CSS buttons. Installed and worked great. readme.html was short, accurate, and to the point. Job well done.

  5. #15
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Help!

    I loaded up the CSS3 Buttons addon with great expectations after reading in the forum, but I have problems.

    There appears to be buttons in front of the CSS buttons. On the shopping cart page both the Continue Shopping and Checkout buttons appear with other buttons overtop. These buttons are a different size and color.

    How do I get rid of these other buttons?

    Also, the css file does not validate.

    What am I doing wrong and/or how do I fix this. I would like to use the buttons. the ones that do not have any overlays look great.

    Dave

    P.S. Here are the validation problems.

    http://www.poolcuesexpress.com/store...ss_buttons.css
    6 .button, input.button, input.cssButtonHover Property -moz-box-shadow doesn't exist : inset 0 1px 0 0 #dbd8c0
    7 .button, input.button, input.cssButtonHover Property -webkit-box-shadow doesn't exist : inset 0 1px 0 0 #dbd8c0
    9 .button, input.button, input.cssButtonHover Property -moz-border-radius doesn't exist : 6px
    10 .button, input.button, input.cssButtonHover Property -webkit-border-radius doesn't exist : 6px
    Last edited by top hatt; 19 Aug 2012 at 05:33 PM. Reason: Additional information

  6. #16
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: CSS3 Buttons [support thread]

    The validation problems you identified are there for the older, pre-ratified versions of the box-shadow and border-radius CSS tags. If you require the CSS to validate, just remove those statements (but the buttons won't be rounded/shadowed unless the user's browser supports the "ratified" versions of the tags).

    Looking at the HTML generated for your site, you're loading three CSS button stylesheets:

    stylesheet_css_buttons-mod1.css, stylesheet_css_buttons-orig.css and stylesheet_css_buttons.css

    If you want to keep a history file, rename it to stylesheet_css_buttons.css-mod1, stylesheet_css_buttons.css-orig, ...

    That way, only the one stylesheet will actually be loaded.

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: CSS3 Buttons [support thread]

    Your stylesheet_css_buttons-orig.css file is "interfering" with the styling.

  8. #18
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Hi:

    Thanks. I lost my mind trying to keep track of the changes.

    I took out the 4 lines of code and the buttons look right. When I use Compatibility View the buttons are square. Oh Well.

    Thanks again for the quick response.

    Dave

  9. #19
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by top hatt View Post
    Hi:

    Thanks. I lost my mind trying to keep track of the changes.

    I took out the 4 lines of code and the buttons look right. When I use Compatibility View the buttons are square. Oh Well.

    Thanks again for the quick response.

    Dave
    Wanted to throw in my theree cents for whatever it's worth.. The code for the pre-ratified versions of the box-shadow and border-radius CSS tags not validating is NOT a sign of any REAL issue.. Many CSS hacks won't validate (especially the browsers specific hacks) For example many of the well know hacks needed to make IE behave will NOT validate, but they are needed to make IE behave since Microsoft continues to INSIST on not following standards.. I personally prefer that the site WORK the way it should and not get hung up on the what the CSS validator says..

    This guys POV sums up my feelings on CSS validation -- thought you might find it useful..:
    You should not view validation (even markup validation) as the holy grail of good code. The validator should just be a useful guide that helps you correct any actual errors that you’ve missed.

    I rarely validate my stylesheets. I will validate markup when a project is finished, but I’ll almost never validate my stylesheets. I know that CSS hacks and vendor prefixes will cause all sorts of errors and warnings to be spit out, so for that reason, I rarely bother with it.

    If my CSS does what I want it to, then to me it’s valid. But occasionally I will check large stylesheets for actual errors. It’s just not something I do as habitually as markup validation.
    Last edited by DivaVocals; 20 Aug 2012 at 04:25 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #20
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    I could use some more guidance with regards to the buttons.

    I want to make the Add To Cart button larger and more pronounced. When I do that the Search button gets bigger also. I would like the Search button to stay the same size.

    I want the Check Out button larger and more pronounced. The same size as the Add to Cart button. When I do that the Continue Shopping and the Shipping Estimator buttons get bigger also. I would like them to be the same size as the Search button.

    I want the Previous Return Next buttons to be smaller. Right now they get bigger with the size of the Check Out button.

    I someone could point me in the right direction on one of these issues I will try to figure out the rest.

    I have been trying to change the css buttons stylesheet but it hasn't been working. Is that the right place or do I have to do look other places?

    Dave

 

 
Page 2 of 15 FirstFirst 123412 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  3. v150 CSS Buttons for Admin [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 24 Dec 2015, 09:13 PM
  4. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  5. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM

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