[Plugin: Google Doc Embedder] Customizing Icons in Viewer Window
-
Hello! First off, I just wanted to mention that this plugin is great, simple, and easy to use!
For the site I’m currently working on, the icons in the viewer don’t make to much sense to the end users. While I understand what the left and right, magnifying glass, and open in new window icons mean, by clients target audience probably won’t.
While I haven’t touched this plugin in a few weeks/month or two ago, when I last worked with it, I had done enough trickery with the proxy.php file and my CSS to load in a custom icon sprite file, and replace all of the icons with words instead of images. (Zoom In/Zoom Out instead of magnifying glass icons)
With that said, I could never seem to get the new sprite images to stay working as I intended, and so I moved onto other stuff I had to get done on the site.
I’ve gone back to looking at this now, and can’t seem to load in my custom sprite file anymore. Here is the code I had changed from the proxy.php file (This was working at one point):
# fix remaining toolbar images $search[] = "/viewer/images/icon_sprites_6.png"; $replace[] = "http://clientsites.ca/superthrifty/wordpress/wp-content/plugins/google-document-embedder/img/icon_sprites_6.png";And from my CSS:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
And finally, the sprite file in question:
Any help with this would be great appreciated!
The topic ‘[Plugin: Google Doc Embedder] Customizing Icons in Viewer Window’ is closed to new replies.