gavinr
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: registerBlockType category options?Yes, that helps a lot. Thanks!
Forum: Plugins
In reply to: [Inline Footnotes] Feature SuggestionThanks for the suggestion. Seems reasonable – I’ll add it to the list to add in the future.
Forum: Plugins
In reply to: [Embed Webmap] Specific search featuresYou can take the url you get from ArcGIS Online and place it into an iframe HTML tag on a WordPress post or page.
Forum: Plugins
In reply to: [Embed Webmap] Specific search featuresI don’t think this plugin will do what you’re interested in doing. You’ll probably want to look into Web AppBuilder: https://www.esri.com/en-us/arcgis/products/web-appbuilder/overview
Forum: Plugins
In reply to: [Embed Webmap] Embed Arcgis maps from other sourceHi, you cannot embed app urls with this plugin, but you have a few options:
1. Embed the link above into your WordPress page using an old-fashioned iframe. Something like this:
<iframe scrolling="no" src="https://syke.maps.arcgis.com/apps/webappviewer/index.html?id=a446e987496b4d8794b307e882da718a" width="100%" frameborder="0"></iframe>
2. Embed the web map that is within you app through this WP Plugin:
[webmap id="0e3d61651d6b452abcd09ab6851ab004"]
I hope this helps!
Forum: Plugins
In reply to: [Embed Webmap] Content Can’t Be Shown in a FrameThank you for the bug report. I do not see that issue on my server – I’m guessing it’s a server setting or something. I did put in a fix into version 2.0.4 to hopefully fix your issues. Could you please update and let me know if that fixed it?
Forum: Plugins
In reply to: [Inline Footnotes] Customizing background colour for title.Version 2.3.0 released with these new options. Thanks!
Forum: Plugins
In reply to: [Inline Footnotes] Customizing background colour for title.Ok, thanks for the request. I will add this to the future features list.
Forum: Plugins
In reply to: [Inline Footnotes] Customizing background colour for title.If you go to “Settings > Inline Footnotes” that is a setting that you can set.
Forum: Plugins
In reply to: [Inline Footnotes] Customizing background colour for title.I’m not following – what color would you like to change? Can you please post a screenshot?
Forum: Plugins
In reply to: [Inline Footnotes] using bracket in title nameBased on this answer, it looks like the best way to do this is to put in the square bracket html code.
I.e. replacing [ by
& # 0 9 1 ;
(remove the spaces) and ] by& # 0 9 3 ;
(remove the spaces) . WordPress will not recognize& # 0 9 3 ;
(remove the spaces) as the end of the shortcode.Forum: Plugins
In reply to: [Inline Footnotes] Not working on mobile?Hi! I just tested on WordPress 5 and they are working for me – can you please post some screenshots and a link to the site?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] How to modify Swift theme?@ampforwp thanks for the response. I need to run some custom code in the “Author box” (author-box.php) to change the name of the author based on a post variable. I don’t see any good hooks for this – Any suggestions?
Forum: Plugins
In reply to: [Embed Webmap] Plugin ‘not a valid plugin’Nick, instead of uploading the ZIP file, try installing directly by going to “Plugins > Add New” and searching for “Embed Webmap” then click the “Install Now” button.
Forum: Plugins
In reply to: [Inline Footnotes] Customizing background colourThat should be correct, except remove the comma. Something like this:
[footnote title="asdf" background_color="green"]example[/footnote]