Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 159
  1. #71
    Join Date
    Jul 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    I was "migrating" my template and mods from a 1.3.7.1 cart to a new install of version 1.3.8a and I've obviously done something weird with my CSS_buttons mod code or SQL. The buttons themselves seem to be functioning fine in the new install, but the Configuration->CSS Buttons page is empty when I go into admin. Does anyone recognize this symptom enough to guide me in a direction to look? I did the SQL patching directly through phpMyAdmin and remembered to make all the prefix changes as far as I know. It's possible I did something in a wrong chronological order, though.

    TIA Karen

  2. #72
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: CSS buttons v2.x

    Trying something DIFFERENT!

    What I want to do is use the sliding door method for moving the background image on a CSS button to respond to button state (normal, hover, active).

    This is what I am talking about:

    http://chicagophoto.net/btest

    I have tried to style the stock zencart button css file, and also tried Paul's CSS Buttons mod. Neither are working entirely.

    Ideas / Suggestions?

    -chaddro

  3. #73

    Default Re: CSS buttons v2.x

    Quote Originally Posted by busyMom View Post
    I was "migrating" my template and mods from a 1.3.7.1 cart to a new install of version 1.3.8a and I've obviously done something weird with my CSS_buttons mod code or SQL. The buttons themselves seem to be functioning fine in the new install, but the Configuration->CSS Buttons page is empty when I go into admin. Does anyone recognize this symptom enough to guide me in a direction to look? I did the SQL patching directly through phpMyAdmin and remembered to make all the prefix changes as far as I know. It's possible I did something in a wrong chronological order, though.

    TIA Karen
    Just to clarify -- are you trying to upgrade an existing Zen-Cart database with the SQL for CSS buttons, or is this a totally new database where you're installing CSS buttons for the first time?

    I ask because i've only ever seen a bug like that when installing the SQL patch over an existing install with a different database prefix. (ie, an existing db called zen-cart had CSS buttons installed, the user changed hosts to one that used a prefix and at some point in their install, re-ran the SQL code via the Zen-Cart patch installation utility)

    We eventually fixed it by running the uninstall SQL in the patch installation utility, then re-running the install SQL again -- paulm did a really good job making his code automatically detect prefixes, so it worked out of the box.

  4. #74
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    After I make the changes and upload the functions/html file my site goes blank.....I am running 1.3.8a on a test site.
    Thanks!
    www.mommyandbabyessentials.com/test

  5. #75
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    Quote Originally Posted by helpme View Post
    After I make the changes and upload the functions/html file my site goes blank.....I am running 1.3.8a on a test site.
    Thanks!
    www.mommyandbabyessentials.com/test
    My site goes blank as well! The minute I replace the lines of code in the includes/functions/html_output.php file. I am also running 1.3.8a on a test site with no mods installed.

    Its been asked before... some buttons are "submit" type buttons where they are actually submitting an HTML form. Others are simply links. There must be something in css that you can do to make them equal, but for the life of me I couldn't figure it out.
    This is another problem I am having...

    In FF the normal buttons will not display at the correct height. With FF Dev Tools you can see the actual button div is changing height, but the background color is only remaining directly behind the text at 12px, instead of showing up at 20px. The input buttons will display correctly.

    I tried specifying a height in the 'span.cssButton, span.cssButtonHover' classes, but to no avail...

    In IE, everything is displaying fine.

  6. #76
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: CSS buttons v2.x

    Finding the errors causing blank pages: https://www.zen-cart.com/tutorials/index.php?article=82
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #77
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    Well see, it not all the pages that are going blank. The Contact Us Page just completely gets rid of all buttons, and the Products Pages are completely gone.

    Also, seems it may be the template causing the buttons to display wrong... I tried a different one, and they show up perfect.

  8. #78
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    What templete are you using? I am using Future zen.

  9. #79
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    I was using mostleygrey, then decided to just start from scratch off off the Default Template...

    I DID figure out that to get the normal buttons to display in FF the same as the input buttons I had to remove this from the css_button stylesheet:

    td .cssButton, td .cssButtonHover{
    /* prevents buttons taking the full width of table cells */
    display: inline;
    }
    That wasn't a problem with the Apple Zen template but it was for the Default...

  10. #80
    Join Date
    Nov 2008
    Location
    Planet E
    Posts
    4
    Plugin Contributions
    0

    Default Re: CSS buttons v2.x

    What got me in trouble here (and caused blank pages) was the fact that these files:
    includes/functions/extra_definitions/css_buttons.php
    includes/functions/languages/english/extra_definitions/css_buttons_popups.php

    ...are in a folder called catalog- you have to make sure to upload them to the right place and not just upload the catalogue folder.

 

 
Page 8 of 16 FirstFirst ... 678910 ... 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