Viewing 6 replies - 1 through 6 (of 6 total)
  • froman118

    (@froman118)

    Are you looking at replacing the Link Category title with an image or just the text of each link? On Links you can set the “Image Address” and then turn on an option in your theme or on the My Link Order widget to display the image, “Show Link Image” checkbox.

    Could you expand upon this? I’m having the same issue. I’d like to remove the default Category title from My Link Order with an image.

    My website is a bit more complicated though since I have two sidebar regions side by side and I have My Link Order controlling both lists of links in each one as you can see here: https://www.godaisies.com/lis

    What I’m trying to do is remove “Left” and “Right” which shows up in the default blue bars that my theme provides. I’m going to replace that whole area (Left, Right, and blue bars) with an image. I would just try to CSS the image in place over top of this, but that’s messy and will cause problems down the line.

    I have the same problem. Evan Eckard did this with his Notepad Chaos theme, but I can’t seem to turn off the words “Categories”, “New Posts”, etc. where I want to have a handwritten script image for the title instead.

    p.s. Here is the page I’m working on so you can see the problem… Help, someone! https://www.amycray.com/new

    lpblue,

    Adding this to your CSS will hide those first 3 headers that you have text in the background image for:

    .widget_recent_entries .title h2 { visibility: hidden; }
    .widget_categories .title h2 { visibility: hidden; }
    #linkcat-269 .title h2 { visibility: hidden; }

    Godaisies,

    I’ll need to make a change to the plugin to allow displaying an image instead of text for each link category. This might be a little bit of work and I’ll have to see when I can get it added into the widget. The other option is to change your theme to not use widgets there. Being able to handwrite the template code should allow you to get the results you want.

    Andrew

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: My Link Order] Substitute Title with Image’ is closed to new replies.