Hello.
Which version did you update from?
What exactly is not working?
the ‘jquery’ fix option was removed in version 2.0 as the plugin no longer required that work-around.
Can you share a link to the page in question?
Thanks for the speedy reply.
I was going by the latest image sample so that must be old.
I just updated today – 2.1.3.
Here’s the site page: https://www.compassmedianetworks.com/index.php/sports/ncaa-basketball/
Thanks!
KG
PS – This is the code that I took from the instructions on the latest WP Page:
[print-me target=”div#id_of_element_to_print” title=”Print Schedule”]
However, this is the previous code: [print-me target=”table” class=”scheduleTable” title=”Print Schedule”] which use on our Raiders schedule: https://www.compassmedianetworks.com/index.php/sports/oakland-raiders-football/
Hmm… it seems to be working on our end.
Have you tried clearing your cache, or simply trying to print using a private/incognito window, or another browser?
What exactly is not working as expected?
Update: To be clear, the plugin is working on this page. It’s not working on this page because the target is, as you said: div#id_of_element_to_print this needs to be adjusted to the ID of the element you want to print. Since the target element has no unique ID or class, you can only target the element as in the first example:
[print-me target="table" title="Print Schedule"/]
Are you able to assign a unique ID to the schedule table?
-
This reply was modified 4 years, 6 months ago by
twinpictures.
-
This reply was modified 4 years, 6 months ago by
twinpictures.
-
This reply was modified 4 years, 6 months ago by
twinpictures.
Huh… Yeah, I click on the icon or the “Print Schedule” and nothing happens… in Chrome and Edge. I’ll reboot and see what happens…
Thanks!
KG
Got it. I just added the old parameter back – works now. Thanks!
whew! had us worried for a bit.
ok, glad it all worked out.
issue marked as resolved.