Results 1 to 10 of 13

Hybrid View

  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!

 

 

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