mediablox
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletHi Binary,
First thanks for the support and your quick replies.
In response to your last reply I checked what you were saying but I don’t think your plugin is calculating the correct height here. I adjusted the styling of all surrounding elements of the booklet. On widescreen monitors all containing elements have, for example a height of 680px even your “.wp-booklet-container-default” div has these dimensions of 680px but the “.wp-booklet-default” div which contains the calculated width and height for the booklet has a height of 780px. This is the reason why the pages are not totally visible within the iframe.
How is the height calculated? It looks like it just isn’t right.
Check the url again at: https://www.kenmerkonline.nl/lespakket/slager-de-klasThanks.
Frank
Ps. When do you think you will upload a new version again?
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletI’m also getting an error (Uncaught TypeError: undefined is not a function ) in the following code. Looks like the element “.wp-booklet-popup-trigger a” does not exist?
/*—– Set up popups —–*/
booklet.find(“.wp-booklet-popup-trigger a”).wpcolorbox({
rel:”wp-booklet-popup-5360b09f018a9″,
maxWidth:”100%”,
width:”100%”,
scalePhotos:true
});Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletCould it be because i’m loading it inside an iframe? Do you have experience with this?
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletYeah i already tried that one. They are now 724x1024px. on a wide screen they are cropped of at the bottom. It looks like they don’t scale down or something?
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletIt looks like the combination of the booklet being responsive and inserting a width and height for display ratio/proportion is not working correctly.
See the item at: https://www.kenmerkonline.nl/lespakket/slager-de-klas.
When clicking a modal panel with 100% height and width is being opened, but the booklet height is higher than the modal panel (popup)…Could you let me know what’s going wrong? Thanks.
Forum: Plugins
In reply to: [Admin Columns] Filtering not showingI hope this feature will be added soon as I too am in need of this functionality.
Thanks.Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletThanks!
Forum: Plugins
In reply to: [WP Booklet] Object has no method wpbookletThanks for the fast reply. This worked for me!
Forum: Fixing WordPress
In reply to: WordPress or Tiny MCE Advanced adds nbsp tagsNo, the issue is the editor adds nbsp tags around the images when switching between visual and html mode or when clicking the edit image button.
It’s the same issue mentioned here:
https://en.forums.wordpress.com/topic/is-there-a-bug-in-the-visual-editorForum: Fixing WordPress
In reply to: Editor keeps adding new nbsp before and after tagok done that, thanks for the feedback.
Forum: Plugins
In reply to: TinyMCE advanced addsWhat does it add? nbsp tags? I have the same problem!
Anyone have a solution for this?
Forum: Fixing WordPress
In reply to: Editor keeps adding new nbsp before and after tagI have exactly the same problem but only with images. When i click the edit image icon on an image in the editor WordPress add an nbsp; tag before and after the markup of ALL images in the editor.
Does anyone know how to fix this?
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides Stopped WorkingHi Jleuze,
I’m using WP minify but already fixed the problem.
I added the following lines to the exclude field of WP minify and it works like a charm now:
/wp-content/plugins/meteor-slides/js/slideshow.js
/wp-content/plugins/meteor-slides/js/jquery.cycle.all.jsFor some reason your plugin can’t be minified i guess….
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides Stopped WorkingI have the same problem, but i want to keep WP minify to minify all the JS files. I already tried to exclude the Meteor slides files but this does not work. Any suggestions?
Forum: Fixing WordPress
In reply to: Edit Button in add new post/page not working in wordpress 3.2.1I found the problem; In my case it was the custom comment plugin which was interfering with WordPress 3.2.1.