Results 1 to 10 of 149

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    I've had sites where I've organized this file by alphabetical button-name (as indicated in your example, above) and other sites where it made more sense to organize the file by page, as below. It all depends on which way you (or whoever is going to maintain the list) find it easier to locate/verify that all the title-text values are supplied.
    Code:
    define ('CSS_BUTTON_POPUPS_IS_ARRAY', 'true');
    define ('CSSBUTTONS_CATALOG_POPUPS_SHOW_BUTTON_NAMES_TEXT', ': No title defined; see ' . __FILE__);
    $css_button_text = array ();
    switch ($current_page_base) {
      case FILENAME_ACCOUNT_EDIT:
      case FILENAME_ACCOUNT_HISTORY:
      case FILENAME_ACCOUNT_NEWSLETTERS:
      case FILENAME_ACCOUNT_NOTIFICATIONS:
      case FILENAME_ACCOUNT_PASSWORD:
        $css_button_text['button_back'] = 'Return to <em>Manage Your Account</em>';
        $css_button_text['button_forward'] = 'Go somewhere else';
        break;
      case FILENAME_ADDRESS_BOOK_PROCESS:
        $css_button_text['button_back'] = 'Return to your <em>Address Book</em>';
        break;
      default:
        $css_button_text['button_back'] = 'Return to the previous page';
        $css_button_text['button_forward'] = 'Go to the next page';
        break;
    }
    Okay.. I'm gonna play..

    SLIGHT off topic (but kinda related) question:
    Is there similar code for the admin CSS buttons???
    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. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by DivaVocals View Post
    Okay.. I'm gonna play..

    SLIGHT off topic (but kinda related) question:
    Is there similar code for the admin CSS buttons???
    Kinda-sorta-not-exactly-related answer: Nope

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    Kinda-sorta-not-exactly-related answer: Nope
    okay.. will ask more details in the right support thread..
    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.

  4. #4
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Something has happen and now the "checkout" button and the "continued shopping" button on the shopping cart page are just links. Some of the other css buttons formatting has also changed.

    The website is http://www.tissue-box-covers.com/

    The Checkout and continue shopping looks to be links but I am sure that I had these set as css buttons.

    I haven't checked this shopping cart page for some time and maybe I am just confused that it was a button

    Thanks

  5. #5
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    OK I found that adding the mobile template by AlgoZone changed the css settings.

    Thanks to Mike at Geekhost this has been fixed.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    v1.1.1 has been submitted to the plugins' area for review. This version includes the 2015-11-26 security patch required for /includes/functions/html_output.php.

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,530
    Plugin Contributions
    127

    Default Re: CSS3 Buttons [support thread]

    Some parts of the patch were missed; it still needs attention.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 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

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