Craig
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Update just went south …Thanks Tessa. That worked!
Forum: Plugins
In reply to: [WP Accessibility] Image captions brokenGreat news, great plugin. Again, if I can help or test or whatever, reach out.
-Craig
Forum: Plugins
In reply to: [WP Accessibility] Image captions brokenWill gladly help in anyway I can. Thanks!
Forum: Plugins
In reply to: [WP Accessibility] Image captions brokenOnly happens when the plugin is enabled. I now have a bit more information … using the Classic Editor, it happens when in Visual mode, but all works in Text mode.
In other words: Plugin active, using classic editor in the visual tab, when I add a picture from the library, no caption shortcode wraps the image. I go to text tab, adding a picture leaves the caption shortcode. I then disable the plugin and it works in both tabs.
Michael:
I have no desire nor intention to market what I come up with. You are more than welcome to share it with others if you like. Something along these lines is what I am aiming for. Any suggestions will be greatly appreciated as I would rather concentrate on debug and tweaking than starting from scratch.
Thanks for any input.Michael:
At this point we don’t have the funding for design services and I have the abilities (I’m old, I have even done pdf encoding by hand many years ago, etc.). I just thought with the explosion of hyper-local news sites, Newspack, and the such that this would be a great match in that market. I am designing two Newspack sites and a hyper-local magazine. Each needs at least one, probably two pdf versions (different levels of accessibility). I have read all your documentation, thanks. I was looking at using DocRaptor API directly when I stumbled on your plugin.
If interested, I can share what I come up with. I did start playing with Mayer a bit and that’s why I was hoping that you have taken it further in the direction I need.
-CNo errors in console or network tabs. Health Check plugin shows all is well. Tried clearing cookies and cache.
Forum: Plugins
In reply to: [WP Accessibility] Trigger window resize eventThanks!
Forum: Plugins
In reply to: [WP Accessibility] Skiplinks overlaid?Looks like it is the “position:absolute” in .wpa-visible-ltr#skiplints a
-Craig
Forum: Plugins
In reply to: [WP Accessibility] Font change, pop-out button textWell, if you want to be logical about it and follow specifications and stuff … what fun is that?
I agree with all you say (thanks for the good words) but many people do not know you can zoom a browser.
Thanks, keep up the great work.Forum: Plugins
In reply to: [WP Accessibility] Alternate Font sizesPerfect. THANKS.
Forum: Plugins
In reply to: [BuddyMeet] Shortcode – csv for settingsIt has been a while but I believe it did.
Forum: Plugins
In reply to: [Contact Form 7] Writing user metaNever mind … fixed it and don’t see how to remove my post.
GREAT plugin … but you know that!Forum: Plugins
In reply to: [PDF.js Viewer] Search on loadingThomas:
Ok, I did that which is forbidden. I modified some plugin code. But trivially and have it working. It finds the search word and highlights it. Would be nice if the search field opened, but this is great.
I added three lines and now I can add whatever I want to the parameter string sent to the viewer. So I added in your top level code (not in one place, you can understand where):'user_param' => '', $userparam = $incoming_from_handler['user_param']; $final_url .= $userparam;
And all I did for the search was add
user_param=&search=token
to the shortcode.
That gives me tremendous flexibility (and also the ability to really mess up). Should probably use quotes but worked fine without.
Kindly consider adding to the plugin!
-Craig- This reply was modified 4 years, 4 months ago by Craig.
Forum: Plugins
In reply to: [PDF.js Viewer] Search on loadingI did some searching this weekend, and this is definitely above my pay grade but I found these three things and at least two look useful. But then again, you know the code and so much more. I am willing to beta test or whatever help I can offer.
https://github.com/mozilla/pdf.js/issues/9831
https://stackoverflow.com/questions/35501417/how-to-search-with-pdf-js
https://blog.expertrec.com/pdf-js-search-text/