Results 1 to 10 of 156

Hybrid View

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

    Default Re: Image Titles Support Thread

    The images are used as foreground images, so if they are larger than the "standard" space your title occupies they will expand the header box.

    Also, if the standard title has padding, that will be added to the image dimensions. Code to account for this is posted in the Hiding the sidebox heading fonts/links.... thread, post #14.

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

    Default Re: Image Titles Support Thread

    I hope someone can help --

    I am trying to change the Whos Online text in the sidebox to an image. I originally used the instructions HERE and was successful in changing everything except whos online.

    So then I downloaded and installed the Image Titles and I am a bit confused about this part

    Name your header title images like boxhead-categories.gif and save in /your_template/buttons/your_language/. Look in view source to get the box id at the top of each sidebox output.

    Ok so what exactly do you do with the box id - where exactly does it go?
    Thanks!





    http://scrapwithnikki.com/shoppe

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

    Default Re: Image Titles Support Thread

    The image filename for each sidebox needs to include the name (id) of the sidebox.

    The categories box has an id of categories, so its image file will be named boxhead-categories.gif.

  4. #4
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Installing Image Titles makes sideboxes go away on home page!

    Hi Glenn,
    I've been chipping away at this all afternoon, looking at endless posts but have not found a similar problem.
    Let me just start by saying the same thing everyone else does - I'm a total ZenCart noob - I've put together quite a few other CMS sites, and see how dramatically different ZC is from the others I've done.
    So, I installed the awesome Image Titles mod so that I could add images to my sidebar boxes, and hopefully eventually to the main level of my dropdown menu as well (but that's a whole nother problem right now!). The template is a heavily modified version of Apple Zen (not even close to being finished tweaking with yet...)
    The very first thing that happened was that I lost all the sideboxes and the main navigation bar on the main page - they just completely disappeared when I refreshed the page after the initial install of the files. When you click on the link for "Great Gifts" it takes you to a different page, and there they are again! I'm trying not to panic, but...why??? All I did was rename the folders as instructed, and add some images (at least some are correctly named, or they wouldn't show up at all, right?), although I MIGHT have touched some other files while I floundering around before I discovered the mod... Do you have any ideas about what I could have done to mess this up??
    Here's the link to the main page
    http://purple-eggplant.com/zc

    This is such a great mod - absolutely perfect for my needs!
    Thanks so much in advance,
    barleywine

  5. #5
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Quote Originally Posted by gjh42 View Post
    The image filename for each sidebox needs to include the name (id) of the sidebox.

    The categories box has an id of categories, so its image file will be named boxhead-categories.gif.
    ok I've tried and goes in english language.
    The question is where do I find the name (id) of the sidebox?

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

    Default Re: Image Titles Support Thread

    You can use a different image for each language; the code automatically uses the image that matches the current language in the shop. When the customer has selected Italian, the code will look for a file in /includes/templates/your_template/buttons/italian/.

    To find the name of any sidebox, you can do a view source and look at the HTML that is being output. For Categories, look for the set of category links in the code, and note at the top of that list:
    <div id="categories">

    The id stays the same no matter the language in use, so you would use the same filename for images in any language. They should be saved in the appropriate language folder in /buttons/.

  7. #7
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    sorry but also for the image that goes I don't understand.

    If i view the code of page it looks
    <div class="leftBoxContainer" id="categories" style="width: 150px">
    <h3 class="leftBoxHeading" id="categoriesHeading"><img src="includes/templates/sugar/buttons/english/boxhead-categories.gif" alt="" width="100" height="20" /></h3>
    <div id="categoriesContent" class="sideBoxContent">
    <hr id="catBoxDivider" />
    i have insert copying by you
    boxhead-categories.gif but where I saw that I have to insert boxhead before image.gif?

    thank you for patience

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

    Default Re: Image Titles Support Thread

    You have boxhead-categories.gif saved in
    includes/templates/sugar/buttons/english/boxhead-categories.gif, but not in includes/templates/sugar/buttons/italian/boxhead-categories.gif.

    If you want the same image for both languages, just copy the file into the other language's /buttons/language/ folder.

    If you want different images for each language, save each one with the same name, but in the correct language folder.

  9. #9
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Quote Originally Posted by scrapwithnikki View Post
    I hope someone can help --

    I am trying to change the Whos Online text in the sidebox to an image. I originally used the instructions HERE and was successful in changing everything except whos online.

    So then I downloaded and installed the Image Titles and I am a bit confused about this part

    Name your header title images like boxhead-categories.gif and save in /your_template/buttons/your_language/. Look in view source to get the box id at the top of each sidebox output.

    Ok so what exactly do you do with the box id - where exactly does it go?
    Thanks!





    http://scrapwithnikki.com/shoppe


    I added my own section for who's online up near currencies and it seemed to work (in english.php)

 

 

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