mdempfle
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced iFrame] Show part of iframe stopped workingHi,
First I thought you have maybe updated and you have the free version again. Have you solved your problem with the excel?
Best regards, Michael
Forum: Plugins
In reply to: [Advanced iFrame] Warning: Undefined array key “replace_iframe_tags”Hi,
replace_iframe_tags should be always available in your database. Have you upgraded from a very old version and did not save the settings in the administration?
Because if you do all missing settings are save to the db normally exist.
Best regards, Michael
The code you send in the screenshot is checking for valid attributes of my plugin. It should actually report invalid attributes like it does.
Best regards, Michael
Hi,
Please see my first post again. There I exactly write what you also found out.
The problem is that your plugin modifies the shortcode attributes of MY plugin. So it seems you globally register your settings to any other plugin.
My plugin has a check that only known attributes are allowed. The reason is that many users make typos in the shortcode attributes and then tell me my plugin does not work properly.
So my main question is – Why do you add your settings to my plugin? I think you use a hook to enhance shortcodes. And unfortunately not only enhance yours but also mine. Not sure how I should provide a hook/filter as you add additional properties.
Best regards, Michael
Forum: Plugins
In reply to: [Advanced iFrame] variables in parameters in the url at the iframeHi,
WordPress does not support nested shortcodes. The parser breaks if you do this. This is why you see what you see.
What you want is already included in the plugin.
In the free version you can do a 1:1 mapping like you do above – see:
https://www.tinywebgallery.com/blog/advanced-iframe/demo-advanced-iframe-2-0
Please read the docu of url_forward_parameter and also here how to use this. https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/url-features
There are also more advanced mappings available if you have the pro version. See the other examples on the link above.
Best regards, Michael
Any feedback? Otherwise I close this thread.
Forum: Plugins
In reply to: [Advanced iFrame] Advanced iFrame block stopped workingAny feedback? Otherwise I close this thread.
Hi,
The plugin does also use internally the iframe tag with a lot around. So I assume there will not be any difference. So first you would need to find out it issue with the page in an ipad.
What can maybe help is to enable the debug mode (Options tab or by adding ?aiEDC=true) because then you see maybe Javascript errors which only happend there.Forum: Plugins
In reply to: [Advanced iFrame] Advanced iFrame block stopped workingI do not know what prevents that in the classic editor nothing is rendered at all. Have you switched to a different theme or disabled some other plugins already?
Best regards, Michael
I got this from my user:
I’m only using the free version of Widget Options – specifically version 4.0.6.1 (latest). The following features are enabled:
Classic Widgets Screen, Gutenberg Page & Post Block Options* , Pages Visibility* , Devices Restriction, Custom Alignment, Hide Title, Classes & ID* , User Login State, Display Logic*. Within those only the asterisked options have configurable features – these are all unticked except the following:
Page Visibility – all features ticked
Classes & ID – only Enable ID Field ticked
Hope this helps, Michael
Forum: Plugins
In reply to: [Advanced iFrame] Advanced iFrame block stopped workingThis does not really make sense for me. The iframe is only hidden if
hide_page_until_loaded
or
hide_page_until_loaded_external
is set to true.
Can you try to simply set both to
hide_page_until_loaded=”false” hide_page_until_loaded_external=”false”
Be aware of you copy this from here ” are normally wrong! Please replace them with normal double quotes.
I forward your info about Widget options to the thread I opened.Best regards, Michael
Forum: Reviews
In reply to: [Advanced iFrame] Awesome plug-inThanks for the feedback ??
Forum: Plugins
In reply to: [Advanced iFrame] Advanced iFrame block stopped workingHi,
This is not the absolute minimum as this still adds many default from the administration you might have changed. Please add
use_shortcode_attributes_only=”true” to your shortcode. Then only the settings in the shortcode are used.
To get the full settings please go to the basic tab and klick on the shortcode generator button. Then you get all defaults you have set. Please also post them here.I have also tried to reproduce the issue with “Widget Options”. Do you have the pro version or have you modified some settings? Also do you have the latest version from them? I just installed it and had no issue with it.
Best regards, Michael
Hi, I also tried to reproduce this on my systems. With the default settings I could not reproduce it. Maybe the user has made some selections which cause that the 2 settings above are added. Maybe he also uses the pro version. I could only test with the free version.
Hope this helps to find the issue.
Best regards, Michael
Forum: Plugins
In reply to: [Advanced iFrame] Advanced iFrame block stopped workinghttps://oldpharosians.org.uk/dover-papers-2/ There is the problem that this plugin does modify the advanced iframe shortcode.
I think they are using a general hook and add their stuff everywhere! I try to get in touch with them.
What you can do: Go to the advenced iframe administration -> options tab -> Check shortcode -> false.
Then the check should be gone.
About https://oldpharosians.org.uk/first-thursday/ can you send me the shortcode? It seems the iframe is simply hidden. Maybe this is a config issue.
Best regards, Michael