Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Plugins
    In reply to: wp-print problem
    Thread Starter tojulius

    (@tojulius)

    cheers mate, nice and easy….i’ll tell gamerz!

    thanx

    Thread Starter tojulius

    (@tojulius)

    nevermind solved the problem

    Thread Starter tojulius

    (@tojulius)

    actually i found where to change the link color, but while it changes the hover color it still does not change the color of the link itself.

    the stylesheet appears as

    a {
    color: #666;
    }

    a img {
    border: none;
    }

    #content a img {
    border: 1px solid #333;
    padding: 4px;
    margin: 2px;
    }

    a:visited {
    color: #444;
    }

    a:hover {
    color: #009;
    }

    Forum: Plugins
    In reply to: wp-print problem
    Thread Starter tojulius

    (@tojulius)

    actually i followed the procedure on the readme file, as i am not using permalink i put

    // Open wp-content/themes/<YOUR THEME NAME>/index.php
    // Note: If you ARE NOT using nice permalink url
    Find:
    ——————————————————————
    <?php while (have_posts()) : the_post(); ?>
    ——————————————————————
    Add Below It:
    ——————————————————————
    “>Print This Article

    That is what i did. The print this article link is showed on either pages or posts but only when i click it on posts i got redirected on the post to print, while when i try to prin a page I got an error message saying ” no post matches your criteria”.

    Gamerz told me it does not work with pages, now if you have another way to make it work, please explain me!

    thanx

    Forum: Plugins
    In reply to: wp-print problem
    Thread Starter tojulius

    (@tojulius)

    I am not linkin it actually and i think it might mìbe the problem.

    Actually i contacted gamerz and he said it is not developed for pages but only for posts.

    So if you can tell me how to do it would be beautiful.

    Thanks

    Julius

Viewing 5 replies - 1 through 5 (of 5 total)