Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 156
  1. #101
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    Bugfix:

    Symptom: New Products centerbox when in a category and not using image replacement shows only the category name, and not the "New Products for Month" text.

    Solution: In /includes/modules/your_template/new_products.php, line 86, replace the . with , as shown:

    title_image_exists(sprintf(TABLE_HEADING_NEW_PRODUCTS . strftime('%B'))

    title_image_exists(sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B'))

    This fix will be in v2.1, which I will submit as soon as I finish testing the flexible centerbox images.


    I see you already found the bug:)

  2. #102
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Titles Support Thread

    That new fix worked to bring back the New Products for the month text on the category pages, but it will not replace the text with the image on category page.

  3. #103
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    I have finished testing the new code for new_products.php, so I will attach a zip of the file for now. You can replace your copy with this one.
    Last edited by gjh42; 19 Nov 2010 at 11:36 AM.

  4. #104
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Titles Support Thread

    ok, I uploaded the new file...

    Now it's back to the text on main page (no image replacement) and on the category pages, it's still just text as well...

  5. #105
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    From the v2.1 readme:

    Name your header title images centerboxhead-featured.gif, centerboxhead-new.gif, and centerboxhead-specials.gif and save in /your_template/buttons/your_language/.
    If you want distinct images for the current month and category where applicable, name the images like centerboxhead-new-03.gif or centerboxhead-new-03-cat23.gif.
    Replace 03 with the month number (01 = January) and 23 with the category id.


    Other languages may have special characters like umlauts in month names; since I don't know if those could cause problems when used in filenames, I changed the filename code to use the month number instead of name.

  6. #106
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Titles Support Thread

    Ah, didn't know you just now changed the image naming convention. I changed the image filename to reference the month in digit and it's working now. Image showing on both main page and category pages. Thanks for quick update.

  7. #107
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    I have installed this and it just isn't working for me. I can't even see the code for the image when I view the source. It is a freshly upgraded site, runnign 1.3.9h, with a custom template and all of the files loaded to the appropriate folders. Can you help?

    http://www.paperbagstudios.com/shoppe

    Thanks!

  8. #108
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    The most likely cause if the files are in the correct places is image names, What titles are you trying to replace, and what are the filenames you are using?

  9. #109
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    But it doesn't even show any image names at all in the source code...and, I did already change the file to reflect a .jpg instead of a .gif and the file name is boxhead-categories.jpg. I've only put one in to check and see if it worked and since I can't even see the code, I don't know for sure what to name the others, anyway...

  10. #110
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    The title for the categories sidebox, then? That would be the correct filename; what folder did you save it in?

    It might be helpful to post a copy of the actual define for filetype as it is now.

 

 
Page 11 of 16 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. Additional Image Titles [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 67
    Last Post: 16 Sep 2011, 04:28 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