Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 156
  1. #111
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    I saved it in my custom template/buttons/english folder, just as it says to in the instructions.

    Here's the code, all I changed was the file extension:

    PHP Code:
    <?php
    /**
     *
     * @copyright Copyright 2010 Glenn Herbert
     * @license http://www.gnu.org/licenses/ GNU Public License V3.0
     * //includes/languages/english/extra_definitions/your_template/image_titles_defines.php
     * Images for Titles  by Glenn Herbert (gjh42)    2010-09-01
     */
     
    define('IMAGE_TITLES_EXT','.jpg');// or .jpg, .png, etc.
    ?>
    Thanks for the help. I've triple checked that all files are in the right place and still, no code is even showing up for any of the title images at all. I just don't know what's up.

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

    Default Re: Image Titles Support Thread

    That is odd. Everything you describe is correct. I would probably need to be inside your admin to get any more useful info. The filename would not show in view source unless the replacement code found the file; thus, it is not looking in the same place as your file is. Check if all the mod files look like good files. One could be corrupted and disable the function - in that case, re-uploading the files would fix it.

  3. #113
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    I figured it out, please forgive. I had used an underscore instead of a hyphen in the image name...habit, I suppose :) . Thanks for your help and for the mod!

  4. #114
    Join Date
    May 2010
    Location
    Portugal
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Hi,

    Anyone knows how to get this to work with the center box also purchased products?
    I canīt get it to work

    hereīs a example
    http://pedradatattoosupplies.com/ind...oducts_id=1093


    Thx in advance

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

    Default Re: Image Titles Support Thread

    The code that calls the substitution could be put in the "also purchased" file, probably quite easily. I don't have access to my test site right now to locate the file, but I can do it when I get home.

  6. #116
    Join Date
    May 2010
    Location
    Portugal
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Iīve been trying to figure it out but I donīt know much about coding... The background image just disapeared after I installed the images 4 titles, so some file must be in conflict...

    Just in case if you want to check it out hereīs the example again
    http://pedradatattoosupplies.com/ind...oducts_id=1093

    Thx in advance

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

    Default Re: Image Titles Support Thread

    The file to edit would be
    /includes/modules/your_template/also_purchased_products.php.

    Find line 47:
    PHP Code:
        $title '<h2 class="centerBoxHeading">' TEXT_ALSO_PURCHASED_PRODUCTS '</h2>';

    //change to

        
    $title '<h2 class="centerBoxHeading">' title_image_exists(TEXT_ALSO_PURCHASED_PRODUCTS'centerboxhead-alsopurchased') . '</h2>'
    Save your image as centerboxhead-alsopurchased.gif.

  8. #118
    Join Date
    May 2010
    Location
    Portugal
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Itīs working

    Thx again

    Keep up the good work

  9. #119
    Join Date
    Dec 2010
    Posts
    248
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Hi I'm using the mod which is great!!

    Should the headings or can the headings categories, Search, information etc be clickable or links?

    I'm not sure if it's this mod or what but I've got text under the images. I did post about this in another part of the forum but I'm still not sure how to get rid of it.

    Here's what I posted in another thread

    "On my website I noticed that the featured products banner looks like the bottom has colour missing from it.
    If you get your mouse and click the left mouse button while scrolling across underneath the banner there is wording that also says featured product??

    Any idea how I remove the text??"

    website is www.lovetovape.com.au
    Last edited by maxy007; 19 Jan 2011 at 11:09 AM. Reason: added web addy

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

    Default Re: Image Titles Support Thread

    You may have installed Images for Titles, but it is not being used for any of your headings that I can see. You are still seeing the effects of the previous replacement or addition of background-images; you probably need to remove those (I don't know how since I don't know what originally put them there). IT will replace the text in the output with <img> code, not a background-image. You do need to have your image files named and saved exactly according to the instructions.

 

 
Page 12 of 16 FirstFirst ... 21011121314 ... 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