is there a way to resize the viewer? it is not displaying the full pages and is just cutting them
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | MEgazine viewer pages.jpg | 110.89 KB | cutecyborg |
| #2 | error page.jpg | 138.39 KB | cutecyborg |
is there a way to resize the viewer? it is not displaying the full pages and is just cutting them
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | MEgazine viewer pages.jpg | 110.89 KB | cutecyborg |
| #2 | error page.jpg | 138.39 KB | cutecyborg |
Comments
Comment #1
adamdicarlo commentedHow so? If you make your web browser window bigger, you can see more of the MegaZine3 UI and the pages, right? What monitor resolution do you have? Do you have MegaZine set up to allow zooming? I'm guessing you just need that active so you can zoom out...
Comment #2
cutecyborg commentedattached is a screenshot of my problem. and i dont seem to understand a thing said by those who have the same problem
there's one more thing. some seconds ago i got an error page telling me "invalide xml data" i have also attached a screenshot of that error. thanks
Comment #3
adamdicarlo commentedThanks for the screenshots.
For your first problem, make sure each page image is 960x1080 or 640x720 in size.
For the second, are you using the "XML Override" text area input for one of your PageFlip pages? Maybe you're not, but it appears a WYSIWYG is shoving HTML into that field even though you left it blank. What WYSIWYG are you using?
Comment #4
cutecyborg commentedi'm using CKEditor for my wysiwyg.
Comment #5
cutecyborg commentedi disabled ckeditor on the xml override field, but i still get the same error
Comment #6
adamdicarlo commentedHave you tried resaving the XML override field on every page node to make sure it's blank?
Comment #7
glizarraga commentedTry checking the /sites/all/modules/pageflip/pageflip_mz3_viewer/pageflip-mz3-viewer-page-xml.tpl.php file and modify the width and height of the img tag on line 18:
I had the same issue and solved this way.
Hope it helps
Comment #8
adamdicarlo commentedThe Drupal way is not to hack core or contrib modules. In this case you can copy the template file you want to override (customize) into your theme's directory first and modify the copy that's there instead. And remember to clear your caches so Drupal can find the new template.