Nate
Forum Replies Created
-
Perhaps a clue: In dev tools, when I set my responsive viewport to 767px or less, I get:
chromewebdata/:1 Refused to display 'https://m.facebook.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
Anything greater than 767px, it works fine.
Some Googling seems to indicate this is a Meta issue.
I have the same problem. Works on my site when viewed on desktop but not when viewed on mobile.
Forum: Themes and Templates
In reply to: [Astra] Filtering post meta on archive/cat/search pagesAh yes! For the Blog/Archive structure, it is right there when you scroll down. But for the Single Post structure, I needed to click the little “>” in the Post Title Area, and then I found those settings. Again, many thanks!
Forum: Themes and Templates
In reply to: [Astra] Filtering post meta on archive/cat/search pagesGreat, I was able to fix it via the Customizer for Blog/Archive. Looks like in order to do the same for Single Post requires Pro, so I kept the astra_single_post_meta filter in my functions.php and now everything is fixed.
Thank you!
Forum: Plugins
In reply to: [Optimize More!] PHP Warning creating large logsI think that took care of it. Thank you!
Gilbert you are right. Thank you for that proof. Marking resolved.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] PHP deprecated dynamic propertyYes I am running PHP 8.2. Thanks
I eagerly await this fix too. A critical part of my blog page is Spectra’s Post Grid blocks, but because of this bug, users cannot use the pagination buttons and are stuck with however many posts are initially shown. Clicking the buttons generates the following error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading ‘_callAjax’)
at HTMLAnchorElement. ((index):7:983)
window.UAGBPostGrid._callAjax({Looking forward to the fix!
- This reply was modified 1 year, 5 months ago by Nate.
Forum: Plugins
In reply to: [Widget for Social Page Feeds] 6.2 Update breaks the pluginHi Milap,
Thank you for your reply. I deactivated and deleted the plugin. Then I reinstalled it, but the issue is the same. (I assume it is ok that I kept the plugin’s shortcodes on my site when I deleted the plugin and then re-installed it.)
I found that if I change my PHP version to 7.4, then the WordPress Appearance->Widgets page successfully loads, but I still can’t add the Facebook widget. When I go to PHP 8.0, then the widget page is broken.The plugin still appears to work on the frontend (both PHP 7.4 and PHP 8.0) because I am using shortcodes. But I do hope the issue can be fixed, because I cannot write the shortcode sometimes unless I can see the options in the widget block (especially as you just added a new parameter for the block in v6.2).
I am not sure I want to restore my entire site to an earlier backup just to test if the plugin version 6.1 allows me to load the Widgets page with PHP 8.0.But I can say with plugin version 6.2, the Widgets page loads with PHP 7.4, but the Widgets page does not work for me with plugin version 6.2 and PHP 8.0.
Here is a snippet of wp-admin logs:
[12-Feb-2023 22:12:52 UTC] PHP Warning: in_array() expects parameter 2 to be array, string given in /home4/goseongg/public_html/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 151
[12-Feb-2023 22:20:00 UTC] PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /home4/goseongg/public_html/wp-content/plugins/facebook-pagelike-widget/fb_class.php:151
Stack trace: 0 /home4/goseongg/public_html/wp-content/plugins/facebook-pagelike-widget/fb_class.php(151): in_array('timeline', 'timeline') 1 /home4/goseongg/public_html/wp-includes/class-wp-widget.php(535): facebook_widget->form(Array) 2 /home4/goseongg/public_html/wp-includes/widgets.php(2049): WP_Widget->form_callback(Array) 3 /home4/goseongg/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php(701): wp_render_widget_control('fbw_id-2') 4 /home4/goseongg/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php(154): WP_REST_Widgets_Controller->prepare_item_for_response(Array, Object(WP_REST_Request)) 5 /home4/goseongg/public_html/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Widgets_Controller->get_items(Object(WP_REST_Request)) 6 /home4/goseongg/public_html/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request(Object(WP_REST_Request), '/wp/v2/widgets', Array, NULL) 7 /home4/goseongg/public_html/wp-includes/rest-api.php(535): WP_REST_Server->dispatch(Object(WP_REST_Request)) 8 /home4/goseongg/public_html/wp-includes/rest-api.php(2884): rest_do_request(Object(WP_REST_Request)) 9 [internal function]: rest_preload_api_request(Array, '/wp/v2/widgets?…') 10 /home4/goseongg/public_html/wp-includes/block-editor.php(638): array_reduce(Array, 'rest_preload_ap…', Array) 11 /home4/goseongg/public_html/wp-admin/widgets-form-blocks.php(26): block_editor_rest_api_preload(Array, Object(WP_Block_Editor_Context)) 12 /home4/goseongg/public_html/wp-admin/widgets.php(32): require('/home4/goseongg…') 13 {main} thrown in /home4/goseongg/public_html/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 151- This reply was modified 1 year, 9 months ago by Nate.
Forum: Plugins
In reply to: [Optimize More!] PHP Warning with PHP8.2Looks like no more warnings, thanks!
Yes Alex that seems to have fixed it! Thanks!
Update: Spectra has fixed this in version 2.0.15
@doops Do you also experience this?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Manual BackUps Not WorkingI have errors suddenly too. Using latest version released today 1.22.22
Hello @andrei202 , I tried those settings as you described and disabled and cleared my caching but the issue doesn’t seem to change.
- This reply was modified 2 years, 2 months ago by Nate.