• Resolved jambog82

    (@jambog82)


    I want to add the text “Print This Page” next to the icon. How could I do that?

    Also, is it possible to make the text clickable as well as the icon, so no matter if the user clicks the icon or text, the print dialog will still open?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Yes on both:
    To change the text you would use the Title Attribute

    The title is automatically linked like the icon.

    Thread Starter jambog82

    (@jambog82)

    Thanks very much. I overlooked it in the documentation.

    EDIT: I can’t this or the alt attribute to work. I don’t think it is my short code. [print-me do_not_print=”.noprint”] works fine for me, but not title or alt. I’ve looked at my text to make sure no formatting was going on to prevent the shortcode from working. Any suggestions? Thanks.

    • This reply was modified 9 years, 2 months ago by jambog82.
    • This reply was modified 9 years, 2 months ago by jambog82.
    Thread Starter jambog82

    (@jambog82)

    I can’t this or the alt attribute to work. I don’t think it is my short code. [print-me do_not_print=”.noprint”] works fine for me, but not title or alt. I’ve looked at my text to make sure no formatting was going on to prevent the shortcode from working. Any suggestions? Thanks.

    Plugin Contributor twinpictures

    (@twinpictures)

    Be sure you are pasting in TEXT mode (not VISUAL) in the editor.
    Be sure the quotes are actual double quotes and not curly quotes, as will sometime be used when in Visual mode.

    [print-me do_not_print=".noprint" title="Print This Page" /]
    

    If you are still running into issues, include a link so we can see what exactly is bing output on your page.

    • This reply was modified 9 years, 2 months ago by twinpictures.
    Thread Starter jambog82

    (@jambog82)

    Okay, it works great and now I feel silly. It was working all along, but I have my icon to float right. It was putting the title on the left side of the page and I didn’t even see it over there. duh. fixed using CSS

    .printomatictext {
    float: right;
    }

    Thanks for all your help! great plugin.

    Plugin Contributor twinpictures

    (@twinpictures)

    Great! We’ll mark the issue as resolved. If you are happy with the plugin and it’s support, consider leaving a review!

    Plugin Contributor twinpictures

    (@twinpictures)

    Hmmm, for some reason we can not mark this issue as resolved, are you able to mark it resolved?

    Thread Starter jambog82

    (@jambog82)

    I’ve checked “Reply and mark as resolved” let’s see if it works.

    Plugin Contributor twinpictures

    (@twinpictures)

    That did the trick! Thank you and make it a great day.

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

The topic ‘Adding text next to icon’ is closed to new replies.