Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 159
  1. #111
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: CSS buttons v2.x

    Quote Originally Posted by kachinas View Post
    "Change your Quantity by highlighting the number in the box, correcting the quantity and clicking this button"
    When I search all files (bottom of the page) using de developers toolkit for Change your quantity by highlighting I get:
    Searching 918 files ... for: Change your quantity by highlighting

    /home/p/domains/beterelektro.nl/public_html/includes/languages/english/icon_names.php

    Line #22 : define('ICON_UPDATE_ALT', 'Change your quantity by highlighting the number in the box, correcting the quantity and clicking this button.');

    Match Lines found: 1
    In general: if a search fails try a smaller part of the phrase and search all files.

  2. #112
    Join Date
    Jan 2009
    Location
    Arizona
    Posts
    24
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    Thanks so much to Paul & to Sawhorse. I hadn't thought of the that page, and it works great. I love these buttons!

    Thanks again, soooo much!
    Sandy

  3. #113
    Join Date
    Jan 2009
    Location
    Arizona
    Posts
    24
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    Paul,
    I installed your CSS mod on one of my sites, and it works great. The buttons are such an improvement. My only real problem was what appears to be previously noted, my gv edit doesn't isn't accessible. I have 1.38a new install, with only the security patch and css added. I had installed both the catalog and admin side.

    However, as I so loved the buttons, I decided to add it to my other site, but not install the admin portion. The buttons work great, installation was a snap, and I do NOT have the gv edit button problem on that site at all!

    Somehow, it appears the problem is in the admin portion.

    Just wanted to let you know for reference in case it can help others. I can work around the problem on the first site as it appears this is something being worked on. But I hadn't seen anyone point out this anomaly.

    Thanks so much for the great css buttons!

    Sandy



    However, I

  4. #114
    Join Date
    Oct 2009
    Posts
    1
    Plugin Contributions
    0

    application error Re: CSS buttons v2.x

    Hi everybody,

    I have some problems with the mod and i hope you could help me.

    I have copied both lange folder and rename them. Now i have english spanish and german.
    In English works everything fine.

    But in German it still shows me the old buttons. And in Spanish no Buttons

    Please help this mod is brillant and it would be great to have it working in all language.

    Saludos

    Netelb

  5. #115
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    The only information I can give you is found in the CSS_read_me.txt as follows:

    The CSS files are sent to the browser in this order: (and alphabetically within each case of more than one match):



    style*.css // are always loaded and at least ONE should contain site-wide properties.

    language_stylesheet.css // changes to ALL pages, when that language is used

    page_name.css // changes to one page

    language_page_name.css // changes to one page, when that language is used

    c_??_??.css // changes to all info pages in a category

    language_c_??_??.css // changes to all info pages in a category, when that language is used

    m_??.css // changes to a manufacturer's listing page

    language_m_??.css // changes to a manufacturer's listing page, when that language is used

    p_??.css // changes to a product's info page

    language_p_??.css // changes to a product's info page, when that language is used

    print*.css // printer-friendly global usage site-wide changes for printing-only

    The 'stylesheet.css' always loads first and should contain the bulk of your CSS selectors. Each file loaded takes priority over previously loaded file(s). To save loading time, only new selectors or selectors whose properties you wish to change should be in the optional CSS files. You can have different overrides for the same page, in different languages, because the two would never be called at the same time.

    If someone selected the French language on your site, the 'french_stylesheet.css' would also be loaded. It should only contain the site-wide changes you want to make to 'stylesheet.css'. For example, change a 'background-image' for your French customers.

    If someone went to any of the other pages, that page's CSS file would be loaded. Possibly you want different 'background-image' & 'background-color' on each of 'page_x' pages. Possibly you do not want a border around '.plainBox' most of the time, but on a couple of pages you do... and on one of those pages you want it in black and the other in red.

    Possibly you created a NEW tag and did a <span class="newtag"> in your Privacy Statement. It is defined in only one CSS file, 'german_privacy.css' as '.newtag { text-transform: uppercase }' Because, in Germany, that phrase must be in all CAPS, but not in other countries.

    Use your CSS files and the standard tags as much as possible, just change their properties when needed. If possible, DON'T HACK the core code. Use your CSS files to do the work for you. When the style coding has been removed from the ZenCart code and people have to decide if they want to go without the upgrade ~or~ undo all their hacks and finally learn about CSS... your site will still be up and running.

    Additional information is contained in the 'read_me' file in the common folder.

    Juxi Zoza

    03/15/05
    Sawhorse

  6. #116
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    I wan't to have some buttons with a different color, but I can't seemed to succees with it.
    Tried adding 'background-color: #xxxxxx;' to a specific button.

    How can I make it work?

    Regards,
    Nick

  7. #117
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: CSS buttons v2.x

    Did you remove "!important" from the default background setting?

    (edit: if that does not help do you have an url so i can take a look?)

  8. #118
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    Yes, succes.
    Missed it in the readme or this thread somewhere... but thank you, Paul.

  9. #119
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    help question Re: CSS buttons v2.x

    I've just discovered this mod.
    I already know how to modify html_output.php to render all css buttons in ems...email or PM me if you want more info on this topic.
    I notice the buttons stylesheet in this mod still uses pixels.
    Has anyone successfully got this buttons stylesheet to work correctly with EMS instead of px for the .cssButton class??
    If so, how?? Meanwhile I'll experiment on my own...
    Thank you, Tom

  10. #120
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    help question Re: CSS buttons v2.x

    How do I diagnose why ONLY the 'Buy Now' buttons are not given CSS buttons??

    I already commented out the two strtolower lines in html_output.php.

    Thank you, Tom

 

 
Page 12 of 16 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. v151 Disable CSS buttons for some buttons and not others
    By longstockings in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Nov 2013, 04:00 PM
  2. Help with using css buttons, "update cart' does not use the css buttons?
    By trinitypres in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jan 2011, 04:34 PM
  3. CSS buttons not fully working for some buttons in my shopping_cart page
    By chasery in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Apr 2010, 07:37 PM
  4. Using CSS Buttons yet still see graphic buttons on some pages
    By newbie73 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jul 2007, 12:51 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