mcyzyk
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] ForbiddenForum: Plugins
In reply to: [PDF.js Viewer] ForbiddenI do not recall ever setting anything in my root .htaccess file regarding this, but I’m betting the security plugin we use here (Wordfence) did.
If you were to put that plugin-specific .htaccess file in this plugin’s codebase, though, no harm done? And it would solve a previously vexing issue for other folks who may run into the Forbidden message?
Forum: Plugins
In reply to: [3D Viewer – Display Interactive 3D Models] Model: Degraded renderingFYI, still broken on latest version.
Forum: Plugins
In reply to: [3D Viewer – Display Interactive 3D Models] Model: Degraded renderingForum: Plugins
In reply to: [3D Viewer – Display Interactive 3D Models] Model: Degraded renderingBump!
Forum: Plugins
In reply to: [PDF.js Viewer] file-origin-does-not-match-viewersUnderstood. That makes sense.
I should have reported back: I have moved on to using the Advanced Custom Fields Oembed field for this. Working well!
Mark
Forum: Plugins
In reply to: [PDF.js Viewer] file-origin-does-not-match-viewersOr just simply get rid of that check — then explain in the WP Settings for this plugin that, for remote PDFs, CORS must be properly configured.
Forum: Plugins
In reply to: [PDF.js Viewer] file-origin-does-not-match-viewers…so it would be the addition of some kind of conditional concerning what’s currently checking on local/remote domain and throwing the error if the domain is not local.
if $shortcode_attribute_remote;
SKIP the check that's there now
endif;Forum: Plugins
In reply to: [PDF.js Viewer] file-origin-does-not-match-viewersPut a “remote” attribute on the Shortcode?
[pdfjs-viewer url=http://www.website.com/test.pdf viewer_width=600px viewer_height=700px fullscreen=true download=true print=true remote=true]
Forum: Plugins
In reply to: [Contact Form 7] Restrict reCAPTCHA to Contact 7 form?Thank you! This is really helpful.
Forum: Plugins
In reply to: [Contact Form 7] Restrict reCAPTCHA to Contact 7 form?Thanks!
I read that FAQ before posting here. Does not really address my situation: reCAPTCHA is, somehow, for some reason, active in areas that are NOT Contact Form 7 submittable.
Puzzled. We’ve used both Contact Form 7 with reCAPTCHA on this site for years without incident.
Forum: Plugins
In reply to: [Polylang] Permalinks brokenBump!
Just upgraded to newly updated Polylang.
Still no joy.
Forum: Plugins
In reply to: [Zotpress] Zotpress Search: Result sets duplicatedBump!
Looking in Firefox Inspector, it seems like the search results Object is actually being pulled/returned FOUR times. (“zp: autocomplete response?” below)
zp: autocomplete search starts zotpress.lib.searchbar.min.js:1:2650
zp: show loading for new query zotpress.lib.searchbar.min.js:1:3058
zp: calling zp_get_items with update check? always zotpress.lib.searchbar.min.js:1:2854
zp: is an update needed? true zotpress.lib.searchbar.min.js:1:2922
zp: autocomplete response?
Object { 0: {…}, 1: {…}, 2: {…}, 3: {…}, 4: {…}, 5: {…}, 6: {…}, 7: {…}, 8: {…}, 9: {…}, … }
zotpress.lib.searchbar.min.js:1:3483
zp: request next: 0 request last: 0 zotpress.lib.searchbar.min.js:1:4762
zp: now for the update … zotpress.lib.searchbar.min.js:1:5146
zp: autocomplete search starts zotpress.lib.searchbar.min.js:1:2650
zp: autocomplete response?
Object { 0: {…}, 1: {…}, 2: {…}, 3: {…}, 4: {…}, 5: {…}, 6: {…}, 7: {…}, 8: {…}, 9: {…}, … }
zotpress.lib.searchbar.min.js:1:3483
zp: request next: 0 request last: 0 zotpress.lib.searchbar.min.js:1:4762
zp: calling zp_get_items with update check? always zotpress.lib.searchbar.min.js:1:2854
zp: is an update needed? true zotpress.lib.searchbar.min.js:1:2922
zp: autocomplete search starts zotpress.lib.searchbar.min.js:1:2650
zp: show loading for new query zotpress.lib.searchbar.min.js:1:3058
zp: calling zp_get_items with update check? always zotpress.lib.searchbar.min.js:1:2854
zp: is an update needed? true zotpress.lib.searchbar.min.js:1:2922
zp: autocomplete response?
Object { 0: {…}, 1: {…}, 2: {…}, 3: {…}, 4: {…}, 5: {…}, 6: {…}, 7: {…} }
zotpress.lib.searchbar.min.js:1:3483
zp: request next: 0 request last: 0 zotpress.lib.searchbar.min.js:1:4762
zp: now for the update … zotpress.lib.searchbar.min.js:1:5146
zp: autocomplete search starts zotpress.lib.searchbar.min.js:1:2650
zp: calling zp_get_items with update check? always zotpress.lib.searchbar.min.js:1:2854
zp: is an update needed? false zotpress.lib.searchbar.min.js:1:2922
zp: autocomplete response?
Object { 0: {…}, 1: {…}, 2: {…}, 3: {…}, 4: {…}, 5: {…}, 6: {…}, 7: {…} }
zotpress.lib.searchbar.min.js:1:3483- This reply was modified 1 year, 7 months ago by mcyzyk.
Forum: Plugins
In reply to: [Polylang] Permalinks brokenIs Polylang still a thing?
Giving it one last try before switching plugins (but have used Polylang for years without issue and would rather not switch to something else).
If it is still a thing, would be good if this Permalink issue were fixed in a forthcoming update.