Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Stupid Button Text Question?

    How do I change, or better yet, remove, the text next to the buttons at the bottom of the screen?

    http://www.digitalenlarging.com/inde...&products_id=9

    I've been through button files, I've been through english files, I've even gone in search of modules...

    I'm stumped.

    And funny looking too...

    Oh, and while I'm at it... Looks like the "Ask a Question" tab is 404'ed... Time to figure out how to point it at Contact Us, I suppose... Why anyone would want to is beyond me... Argh.

  2. #2
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Button Text Question?

    Okay - trial and error - seems the "alt" text is the "real" text... At least in this case... Still 404ed on the one, but almost there...

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Stupid Button Text Question?

    Looks like a missing define problem with the 404 - it's looking for FILENAME_ASK_A_QUESTION

    Were you aware that your product info pages are cut off on the right in IE7?

    http://www.stevesh.com/test/pic.jpg

  4. #4
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Button Text Question?

    Ouch. Oh, great... Something tells me I'm going to be up all night now...

  5. #5
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Button Text Question?

    Well, I can nuke the override, and it works... but I'd rather have stuff in tighter...

    This is the area with the offending code (I think...) - any hints?

    <!--bof Main Product Image -->
    <div id="productMainImage" class="centeredContent back">
    <?php
    if (zen_not_null($products_image)) {
    ?>
    <?php
    /**
    * display the main product image
    */
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
    <?php
    }
    ?>
    <!--eof Main Product Image-->

    <!--bof Prev/Next top position -->
    <?php if (PRODUCT_INFO_PREVIOUS_NEXT == 1 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
    <?php
    /**
    * display the product previous/next helper
    */
    require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
    <?php } ?>
    <!--eof Prev/Next top position-->

  6. #6
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Button Text Question?

    Okay, heck with it... Reverted to the unmodded product info display template, and turned off pretty much everything but the "buy the darn thing" button in the admin - How do the products look for you now? I wanna make this easy/simple for the customers...

    (5 days until the advertising hits the street, but I've got major meeting on Thursday/Friday)

 

 

Similar Threads

  1. v139h ckeditor plugin--text size question-source button
    By DarkAngel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Jun 2013, 08:22 PM
  2. stupid question...
    By jbnyc in forum Basic Configuration
    Replies: 11
    Last Post: 12 Sep 2011, 10:41 PM
  3. Stupid question about editing welcome text on main page
    By musicfreer in forum General Questions
    Replies: 3
    Last Post: 15 Jan 2009, 05:34 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