Jane
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact form not sendingFollowing. I’m seeing the same result.
Hi @arrasel403,
Thanks so much for taking the time to help me troubleshoot my issue. Per your advice, I replaced all the odd quote marks with what I think is a single quote. I also updated the PDF I was using to a simpler one. I still can’t get the PDF to display in the 3D Flipbook style. It appears in the simple PDF style where you can scroll through it vertically. Here is the short code that I used:
[embedpress_pdf viewer_style=’flip-book’ theme_mode=’light’ toolbar=’true’ toolbar_position=’bottom’ download=’true’ zoom_in=’true’ zoom_out=’true’ fit_view=’true’]https://www.getty.edu/publications/resources/virtuallibrary/0892362006.pdf[/embedpress_pdf]
Do you see any remaining issues with this short code? Maybe it’s because I’m trying to embed this short code in a Divi website? (though the docs say I should be able to do it)
Hi @arrasel403,
Thanks for your message, the details about the short-code and the link to the documentation page. I have updated my short-code to the following and the frame is still appearing as a basic PDF – scrolling vertically to each page.
[embedpress_pdf viewer_style=’flip-book’ theme_mode=’light’ toolbar=’true’ toolbar_position=’bottom’ download=’true’ zoom_in=’true’ zoom_out=’true’ fit_view=’true’]https://www.nga.gov/sites/default/files/migrate_images/content/dam/ngaweb/education/teachers/arttales_eng_web.pdf[/embedpress_pdf]
Since I include this: viewer_style=’flip-book’
I expected this short-code to display the 3D Flip Book style.
Would you take a look and help me understand what I need to modify in my short-code? Maybe I need the Pro version to achieve what I’m looking for. (I’m looking forward to purchasing the Pro version but I wanted to get a snapshot of how the Flipbook option appears before I do.
I had been experiencing the same issue (blank screen when I selected Add New Popup) as @kosak. When I update the settings, per your suggestion, to use the Classic Editor, the “Add New Popup” screen appears, as expected.
After updating the WooCommerce Stripe Gateway Plugin to version 9.92, I’m seeing the following displayed at the top of the plugins page.
BLIK is enabled – it requires store currency to be set to PLN
giropay is enabled – it requires store currency to be set to EUR
EPS is enabled – it requires store currency to be set to EUR
Bancontact is enabled – it requires store currency to be set to EUR
iDEAL is enabled – it requires store currency to be set to EURI think this is the same as others are experiencing.
I would like your help in advising me of next steps. Should I disable BLIK, giropay, EPS, Bancontact, and iDEAL? If yes, can you point me to where these are enabled? Or should I wait until there is an update to the plugin?
I don’t yet see the new version of AIOS. Do you have an update on the ETA for this version?
Thanks!
HI hjogiupdraftplus – Thanks for the .zip file! Do you have any idea when the next version of the plugin will be available on ww.wp.xz.cn?
Hi @darshanaw,
Thanks so much for your reply and the link to the guide to create an App Password. I followed these steps and everything is working perfectly!
Jane
We’re getting these warning messages, too. Following this thread.
I’m also seeing a similar warning:
PHP Warning: Trying to access array offset on value of type bool in /home2/collabdev14/thecollaborativecom/wp-content/mu-plugins/assets-manager.php on line 270
after updating to PHP 8.2.16
Line 270 is:
return strpos($current_url[‘path’], $rest_url[‘path’], 0) === 0;
Maybe we can figure out the necessary update? I don’t see where “path” is defined or necessary. Maybe we can update to:
return strpos($current_url, $rest_url, 0) === 0;
- This reply was modified 2 years, 2 months ago by Jane.
Forum: Fixing WordPress
In reply to: PHP Warning: Undefined array key “path”Would like to follow this thread. We’re seeing the following PHP warning several times a day:
PHP Warning: Undefined array key “path” in /oursite/wp-includes/canonical.php on line 728
WP 6.4.3
PHP 8.0.30We’re also using WP-Optimize an we are seeing these warnings:
/home/mydomain/wp-includes/canonical.php on lines 714, 725, 728
We have many other sites with similar versions of WordPress and the same version of the theme that aren’t using WP-Optimize and we don’t see these errors.
Forum: Plugins
In reply to: [Contact Form 7] Form with reCaptcha v3 Prompting to Check Not a Robot BoxUpdate: It looks like this message is appearing because it thinks my submission is spam.
Can you advise me how to adjust the reCaptcha v3 threshold so that it will be more forgiving? (reduce it from 0.5 to something lower)
We are seeing this error message as well. Want to reply so we can follow this thread:
Cron reschedule event error for hook: wf_scan_monitor, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {“schedule”:”wf_scan_monitor_interval”,”args”:[],”interval”:60}
Hi vupdraft,
Thanks for your suggestion. I added the line you suggested to the capabilities.php file. And tested again with the WordPress 2021 active and all plugin directories renamed (to simulate deactivating) except for the All in One WP Security & Firewall plugin and I still see the same error. I also see many warning messages in the error_log file. I included the line of code exactly as you had suggested but I’m wondering if it’s not quite correct for my configuration possibly? If you’d like I can send you the text of the error messages in the error_log file or send the file itself somehow.