Print option not working
-
Ever since I updated the graphene theme to 1.9.3, the print function does not work even though i have enabled ‘Enable print CSS for single posts and pages?’ and selected ‘Show print button’ in the print options in theme settings.
The print button does show on my site but i cannot click on the print icon. Please help
Admin
Link to your site?
Hi,
I report the same!
http://abbaye-landevennec.cef.fr/site2014/
(My site is under construction and I’m pretty new to these things.)
Thanks for your work, all you coding people! ;p
Same here, although I’m sure it used to?
I’ve just done some testing and found that because I added these lines to my custom CSS style;
.page .entry-title {
display: none;
}This seemed to disable the print button.
I don’t want page titles on my site, hence the custom CSS, but I would like to retain the print button, any ideas?
Cheers and thanks for a great theme.
Mod
Quote:This seemed to disable the print button.Nope. The print button is not part of that element, afaik.
Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Mod
I’ve had some time to play around with this and can verify that if you hide the page titles with custom CSS as described above, the printer icon will remain but the link to it disappears, although the printer icon is not part of the element being targeted by that css selector. Possibly a JavaScript issue?
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
