pawellabaj
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] 403 error when trying overlayIn my case, this was caused by the Web Application Firewall set by my hosting provider.
I can see the following entries in the error logs:
ModSecurity: Access denied with code 403 (phase 2). Pattern match ... at ARGS_NAMES:object_type. [file "/usr/share/waf/23_SQL_SQLi.conf"] [line "18"] [id "211540"] [rev "12"] [msg "COMODO WAF: Blind SQL Injection Attack||||2"] [data "Matched Data: object_type found within ARGS_NAMES:object_type: object_type"] [severity "CRITICAL"] [tag "CWAF"] [tag "SQLi"]
`
The workaround that is working for me is to remove
object_type
parameter from the query string by usingfb_og_image_overlay_url
filter.@parakeet check error logs on your server, maybe you have the similar reason for the issue?
- This reply was modified 2 years, 11 months ago by pawellabaj.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] 403 error when trying overlay@parakeet I don’t get it.
This is the example of 403 error I gave – I wanted to show that I have the same problem as you.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] 403 error when trying overlayI have the same problem.
Here is the example of generated overlayed URL: https://foto.labaj.com.pl/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/fbimg.php?is_home=0&is_front_page=0&object_type=post&post_id=2884&object_id=2884&img=https%253A%252F%252Ffoto.labaj.com.pl%252Fwp-content%252Fuploads%252F2022%252F02%252FP2040812_2400-NI.jpg
It worked before enabling SSL.
Do I need to change sth in WP settings?I face similiar (the same?) problem:
Uncaught TypeError: Cannot assign to read only property 'children' of object '#<Object>' at Ji (admin.js?ver=1642434993:1:124833) at renderWithHooks (react-dom.860550b4.js:15015:20) at mountIndeterminateComponent (react-dom.860550b4.js:17841:15) at beginWork (react-dom.860550b4.js:19079:18) at HTMLUnknownElement.callCallback (react-dom.860550b4.js:3942:16) at Object.invokeGuardedCallbackDev (react-dom.860550b4.js:3991:18) at invokeGuardedCallback (react-dom.860550b4.js:4053:33) at beginWork$1 (react-dom.860550b4.js:23994:9) at performUnitOfWork (react-dom.860550b4.js:22806:14) at workLoopSync (react-dom.860550b4.js:22737:7)
The above error occurred in the <Ji> component: at Ji (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:124794) at Qi at div at x (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:153525) at ur (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:44906) at dr at div at x (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:153525) at sr (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:44872) at fr at div at x (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:153525) at vn (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:1:33469) at wn at Qe (https://localhost:8080/wp-content/plugins/meow-gallery//app/admin.js?ver=1642434993:26:45176)
Wordpress: 5.8.3
Meow Gallery: 4.2.2- This reply was modified 3 years, 2 months ago by pawellabaj.
- This reply was modified 3 years, 2 months ago by pawellabaj.
- This reply was modified 3 years, 2 months ago by pawellabaj.
I have enabled “Photonic Lightbox for non-Photonic Images” to handle
Photonic's lightbox for non-Photonic images
by default.On one page I have dynamic table with images. When I sort or filter the table, lightbox displays wrong images.
I want to disable the plugin on that page and keep it on others.
Thank you @sayontan for the explanation.
Forum: Plugins
In reply to: [Yoast SEO] wpseo_sitemap_urlimages filter doesn’t workHi @mazedulislamkhan ,
When I updated the code with passing
['src', 'title']
the image appeared in the sitemap.Now I can work on adding images I need.
Thanks for help
Forum: Plugins
In reply to: [Yoast SEO] wpseo_sitemap_urlimages filter doesn’t workI’ve added the code that I paste in the snippet to functions.php of the theme I use.
I’m, sure that functions from that file are being called as other “modifications” work.
As I understand how the filter should work, at least one image should be added to every post I have in a sitemap. However, there are no images at all in the sitemap.
Is there any other “mechanism” that could remove images?
I have found solution fro the problem in this post – https://productforums.google.com/forum/#!topic/photos/c7BAhJUjtS0;context-place=forum/photos
Solution is to use third party code that uses Picasa API, i.e. “Event Gallery” – a browser tool https://www.svenbluege.de/picasa/v1.1/
You can make feed for your album full public, so it works with Photonic plugin
There is problem with album created in Google Photos – their feeds are not public even album is shared for everyone.
Plugin works only with albums created previuosly in Picasa or Google+ – they are visible with
Hi Sayontan,
Thank you for the answer.
It is strange that feed is not accessible while my album is shared and public.There is no way in Google+ to create album from there – there is no support fro Photos and Albums in G+ now ??
I’ll search for solution in a different way.