meestorx
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] inline attachmentThank you. It would be great if this can be remedied in a future version. In what way will reports be affected?
BTW, on a mobile browser using Safari, it opens the attachments inline as expected.Forum: Plugins
In reply to: [Download Monitor] inline attachmentThat’s a good question. I hadn’t verified download operation for quite some time, but likely it changed sometime in 2022. my notes indicate the line in DownloadHandler.php that needed to be edited was originally line 639 (changing “attachment” to “inline”) if that helps?
I use shortcodes, e.g. [download id=”1234″] on the web page.
Clicking the link from the webpage (e.g. a manual from here: https://mindplacesupport.com/kasina/#manuals) makes the pdf download. If I copy/paste the link that download monitor gives, however, it works correctly (appearing inline). (e.g. https://mindplacesupport.com/download/1244/?tmstv=1677770853)
Thank you for your help!
- This reply was modified 1 year, 8 months ago by meestorx.
Forum: Plugins
In reply to: [Download Monitor] inline attachmentTy. Added that, but it’s not quite fixing the issue. It’s better, but not quite there. With that filter added, if I click the link (a pdf file), it still downloads the file, BUT, if I right-click and select “open in new tab” it opens the pdf inline within the new tab. (And before you ask, I do have “open safe files” enabled in Safari) Tested on:
MacOS Ventura 13.2.1/Safari 16.3
MacOS Big Sur 11.7.4/Safari 16.3.1
Windows 10 22H2/Edge 110.0.1587.57
Opens properly in FF, but likely FF handles things differently internally, as it does that regardless of whether the filter is in place or not.- This reply was modified 1 year, 9 months ago by meestorx.
Forum: Plugins
In reply to: [Download Monitor] inline attachmentThank you for your fast reply. That sounds great, but could you be able to give me directions on how to use that to change “attachment” to “inline” in the header exactly?
Forum: Fixing WordPress
In reply to: Stuck in login loopOk, here’s the answer, should anyone run into this one…
Go into mysql, SELECT your WP database and do this:ALTER TABLE wp_usermeta MODIFY COLUMN umeta_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=xx;
where xx is the last record + 1
No idea why that database wasn’t set to auto-increment or why this issue didn’t come up before, or whether what I did will break anything. All I know is I can now access the admin page!
There’s a day I’ll never get back. ??- This reply was modified 1 year, 11 months ago by meestorx.
Forum: Fixing WordPress
In reply to: Stuck in login loopGotcha. No messages shown on the site, but my log file shows:
[Tue Dec 06 19:45:00.392834 2022] [php7:notice] [pid 7535] [client xxx.xxx.xxx.xxx:58235] WordPress database error Duplicate entry '0' for key 'wp_usermeta.PRIMARY' for query INSERT INTO
wp_usermeta
(user_id
,meta_key
,meta_value
) VALUES (2, 'session_tokens', 'a:1: . . [skipped a bit] . ') made by wp_signon, wp_set_auth_cookie, WP_Session_Tokens->create, WP_Session_Tokens->update, WP_User_Meta_Session_Tokens->update_session, WP_User_Meta_Session_Tokens->update_sessions, update_user_meta, update_metadata, add_metadata, referer: https://mindplacesupport.com/wp-login.php?redirect_to=https%3A%2F%2Fmindplacesupport.com%2Fwp-admin%2F&reauth=1Does this shine any light on what’s going wrong?
- This reply was modified 1 year, 11 months ago by meestorx.
Forum: Fixing WordPress
In reply to: Stuck in login loopThank you for that suggestion.
Where will I see the errors?
Is there a wp log file on my server I can check?Forum: Plugins
In reply to: [WooCommerce] Removing WC badge on Home link in DashboardWow! That was hard to find. Thank you SO MUCH!
Forum: Plugins
In reply to: [Download Monitor] Multiple filesTalking about when I add another file using the
+ Add File
button. It seems the user can only choose the latest file?Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsForum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsThank you.
v2.0 fixed the problem!
Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowshow is the example page related to the issue of: ‘2 print popup windows’?
Not sure what you mean.
I’ll try the 2.0 version and see if that fixes the 2 popups.
I’m not totally clear on where to put the shortcodes on a Divi button from the information you gave me. Thank you for trying, though!
Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsI’d also like to know how to use the shortcode in a Divi button if anyone has done that…
Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsI found the documentation, never mind about the icon question. Still don’t know where to find the 2.0 version download though!
Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsThank you for your reply!
It’s at the bottom of this (long) page:
https://wp.remotely-possible.ca/sla-pageIs there a way to change the button from an icon to a regular button with text?
Where would I find the .zip file for the 2.0 release candidate?