Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi Stefan

    Please use CSS in your theme for this.

    Cheers Chris

    Thread Starter essteffan

    (@essteffan)

    Hy chrigu99
    Thanks for answer me.
    I create into style.css of my theme a class with name fontResizer_minus
    Like this:
    .fontResizer_minus{
    background-image: url(/wp-content/plugins/font-resizer/images/decrease.png);
    }

    .fontResizer_minus:hover{
    background-image: url(/wp-content/plugins/font-resizer/images/decrease-h.png);
    height: 38px;
    width: 59px;
    }
    But is not working, maiby i miss something.

    I am not a programmer(i know some html/css and php) by i can figure out.

    Can you help me?

    Now you will see a botton because i put the image into echo, but the css is not showing nothing

    Thanks in advance

    Thread Starter essteffan

    (@essteffan)

    Hy again
    You are write, it was a css problem
    I shold use float:left; and starting to made sens.

    Thanks for helping me

    Best Regards
    Stefan

    Thread Starter essteffan

    (@essteffan)

    Still got one problem.
    How can i put the font resizer into 2 slidebars?

    Thanks in advance for any answer
    Best regards,
    Stefan

    Thread Starter essteffan

    (@essteffan)

    Solved by installing PHP Code Widget and i put the folowing cod <?php if(function_exists(‘fontResizer_place’)) { fontResizer_place(); } ?>

    Thanks for your hint Stefan!

    Thread Starter essteffan

    (@essteffan)

    Glad to help others 😉

    Solved

    Thread Starter essteffan

    (@essteffan)

    Christoph S. Ackermann that long take you? your last post is 8 months ago! :))

    Clean up can happen even after 8 months :))

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: font-resizer] Add picture instead of A or a’ is closed to new replies.