Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    help question EZ-Page Link Images

    Hello,

    Sorry if this double post gets people mad, but I thought I should clarify my question:

    I have a bunch of ez-pages; contact us; about us; etc...

    The links are appearing in my header.

    I would like to change this links so that they display as an image instead of text.

    Any help would be greatly appreciated....

    Thanks

  2. #2

    Default Re: EZ-Page Link Images

    I'm also trying to do the same thing, but I wasn't able to find anything in the forums

  3. #3
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: EZ-Page Link Images

    Ditto - same here and have been seraching for days but can find nothing...even in the tuts instructions on changing to images does not apply to all sidebox content as I cannot change the IMPORTANT LINKS, WHO'S ONLINE or SEARCH from text to images...

    Anyone know???
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: EZ-Page Link Images

    Quote Originally Posted by untitled10101 View Post
    Hello,

    Sorry if this double post gets people mad, but I thought I should clarify my question:

    I have a bunch of ez-pages; contact us; about us; etc...

    The links are appearing in my header.

    I would like to change this links so that they display as an image instead of text.

    Any help would be greatly appreciated....

    Thanks
    Quote Originally Posted by cherry_red_boutique View Post
    I'm also trying to do the same thing, but I wasn't able to find anything in the forums
    Quote Originally Posted by BDCreations View Post
    Ditto - same here and have been seraching for days but can find nothing...even in the tuts instructions on changing to images does not apply to all sidebox content as I cannot change the IMPORTANT LINKS, WHO'S ONLINE or SEARCH from text to images...

    Anyone know???
    You can style the links in your stylesheet.css

    find and/or add the following declaration:

    Code:
    #navEZPagesTop a {
    	padding: 0 0.5em 0 0.5em;
    background-image: url(../YOUR_IMAGE.???) no-repeat;
    	color: #854401;
    }

    add a background-image (as indicated by the highlighted portion) and adjust the padding and color to whatever you need.

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: EZ-Page Link Images

    Quote Originally Posted by BDCreations View Post
    Ditto - same here and have been seraching for days but can find nothing...even in the tuts instructions on changing to images does not apply to all sidebox content as I cannot change the IMPORTANT LINKS, WHO'S ONLINE or SEARCH from text to images...

    Anyone know???
    SEARCH can be found in languages/english.php
    define('BOX_HEADING_SEARCH', 'Search');

    WHO'S ONLINE can be found in languages/english/whos_online.php
    define('BOX_HEADING_WHOS_ONLINE', 'Who\'s Online');

    IMPORTANT LINKS can be found in languages/english/extra_definitions/ez_pages_definitions.php
    define('BOX_HEADING_EZPAGES','Important Links');

    With this information you should be able to use the instructions in the tutorials for using images for sidebox headers.

  6. #6
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: EZ-Page Link Images

    Quote Originally Posted by clydejones View Post
    SEARCH can be found in languages/english.php
    define('BOX_HEADING_SEARCH', 'Search');

    WHO'S ONLINE can be found in languages/english/whos_online.php
    define('BOX_HEADING_WHOS_ONLINE', 'Who\'s Online');

    IMPORTANT LINKS can be found in languages/english/extra_definitions/ez_pages_definitions.php
    define('BOX_HEADING_EZPAGES','Important Links');

    With this information you should be able to use the instructions in the tutorials for using images for sidebox headers.
    How about using images for the Ez page links at the top. What I'm trying to do is make EZpages for affiliate links they would be listed across the top and the bottom of every page just like the text links would be for the ezpages .. so instead of having :home: Text:ex1:ez2:ez3:etc: I would have Home: Image1: Images2: Image3: Image4: and so on i'm trying to find the ez page files to see if there is a specific place where it tells it to be text and see if i can add an image .. or does anyone know of a different way I can accomplish this

    Please see the images attached image6 is the way it is now with text image 7 is the way I'd like it to be (or similar) with images

    Thank you
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Image6.jpg 
Views:	237 
Size:	14.5 KB 
ID:	3466   Click image for larger version. 

Name:	Image7.jpg 
Views:	246 
Size:	31.1 KB 
ID:	3467  
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  7. #7
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: EZ-Page Link Images

    Just wanted to post that I found a solution to my problem after some researching .. i went in and edited my tpl_header and make custom links below the reference to the logo and ezpages to add my images and links and then edited my stylesheet to reflect the new "navmainwrapper" section i added and to adjust the size looks / works great
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  8. #8
    Join Date
    Nov 2007
    Location
    Girona (Spain)
    Posts
    31
    Plugin Contributions
    0

    Default Re: EZ-Page Link Images

    Hi, Noneya99

    I'm just trying to do the same. Display images instead text on navezpagestop. You say you added links to your images? I will be very grateful to you if you could transcribe an example of what you had done.

    You added it below the highlighted in red?

    PHP Code:
    [COLOR="Red"]<!--bof-header ezpage links-->[/COLOR]
    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
    <?php 
    require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
    <?php 
    ?>
    <!--eof-header ezpage links-->
    </div>
    <?php ?>
    Thank you in advance

  9. #9
    Join Date
    Nov 2007
    Location
    Girona (Spain)
    Posts
    31
    Plugin Contributions
    0

    Default Re: EZ-Page Link Images

    Hi!

    I'm still trying to figure what code I have to add or modify to tpl_header to show images on navezpagestop instead of text. I don't know very much about php and I'm totally lost with this.

    Does anybody knows how to do it and bring me some help.

    Thank you very much in advance.

  10. #10
    Join Date
    Nov 2007
    Location
    Girona (Spain)
    Posts
    31
    Plugin Contributions
    0

    Idea or Suggestion Re: EZ-Page Link Images

    Hello to everyone,

    Finally, after hours looking for how to insert images in the ez-pages nav bar, I have created an image-map that it's quite near my first idea. I explain what I do with the idea it could help someone else.

    I modify the tpl_header.php this way:

    PHP Code:
    <img src="http://www.yoursite.com/root where you have your image/yourimagename.jpg" usemap="#yourmapname" width="xxx" height="xxx" border="0" style="margin-left: xxxpx" style="margin-top:xxxpx" style="margin-right:xxxpx" />
    <
    map name="yourmapname">
    <
    area shape="rect" coords="0,0,73,36" href="your domain internal link" />
    </
    map
    Following this tutorial: http://www.lissaexplains.com/fun6.shtml

    You can see it working in http://www.catacracks.es
    Eventhough only "And1" link is configured right now.

    Hope it could be useful.

    see you!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 External link to images get Error 404 page no found
    By DArnaez in forum General Questions
    Replies: 17
    Last Post: 4 Jun 2013, 04:02 PM
  2. Rollover Images and Add Product to Cart With Link in an EZ Page
    By cleverpork in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2011, 11:38 PM
  3. Replies: 1
    Last Post: 1 Jul 2009, 08:09 PM
  4. Replies: 2
    Last Post: 7 Feb 2008, 03:21 PM
  5. ez page link as images
    By christienicole in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jun 2006, 12:25 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