Yes on both:
To change the text you would use the Title Attribute
The title is automatically linked like the icon.
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.
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.
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.
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.
Great! We’ll mark the issue as resolved. If you are happy with the plugin and it’s support, consider leaving a review!
Hmmm, for some reason we can not mark this issue as resolved, are you able to mark it resolved?
I’ve checked “Reply and mark as resolved” let’s see if it works.
That did the trick! Thank you and make it a great day.