GeorgBNM
Forum Replies Created
-
Hi @ilianskia,
sorry for late reply!
Glad your solution worked for you.From my side, we’ve solved it with another active plugin and don’t need Popup maker any more.
Best,
GeorgHi @kimmyx,
We have similar problems. Since last Saturday, after a while our servers were overloaded. It take us a while to figure out that this is coming from your plugin.
Disabling the plugin fixes the issue and let the servers cool down… ??
Hope, you get it fixed soon.
Best,
GeorgForum: Plugins
In reply to: [XML Sitemap & Google News] internal server error 500Thank you, @ravanh,
Highly appreciated.
Forum: Plugins
In reply to: [XML Sitemap & Google News] internal server error 500Hi @ravanh,
got it fixed with your workaround with Code Snippets collision:
On lines 545 and 551 of that file (near the bottom) you should see add_filter( 'posts_request', '__return_false' );
Place two slashes in front of both of them so they will look like //add_filter( 'posts_request', '__return_false' );As we use Code Snippets also, the code seems not fixed by them.
Thank you!
GeorgForum: Plugins
In reply to: [XML Sitemap & Google News] internal server error 500Seems you fixed it, but we have the problem also.
Google News sitemap is working.
XML Sitemap (post & page) gives sporadic Error 500.
Any idea, @ravanh?
Best,
GeorgForum: Plugins
In reply to: [Prisna GWT - Google Website Translator] Make Google-Logo staticOK,
thank you!
Best,
GeorgForum: Plugins
In reply to: [Yoast SEO] Hide RSS excerpt messageHi Maybellyne,
thanks for your answer!
Yes, this is a solution, if nothing should be shown. That’s clear enough.
But I want this to be shown on normal feed https://domain.com/feed/ and NOT on https://domain.com/category/feed/.Searching the web I found a solution, which I’ve configured for me.
Maybe it will help some others?add_action( 'rss_tag_pre', function( $tag ) { $yoastrss = filter_input( INPUT_GET, '_yoastrss', FILTER_SANITIZE_STRING ); if( 'yes' === $yoastrss) add_filter( 'wpseo_include_rss_footer', true, full ); elseif( 'no' === $yoastrss) add_filter( 'wpseo_include_rss_footer', false, full ); } );
You have to add
?_yoastrss=no
at the end of your feed URL (https://domain.com/category/feed/)for deactivating this in a special feed!Best,
GeorgBNMForum: Plugins
In reply to: [Yoast SEO] Removing “nofollow” attribution link from Yoast SEO RSS feedHi John,
thank you for this solution!
In this context, I have another question:
Can the whole Yoast excerpt message be hidden case by case, e.g. via a GET parameter? I would like this not to show up for certain feeds.
Do you have any idea?
Thanks a lot in advance!
Best,
GeorgBNMHi Tobias,
sorry for my misjudgement.
I don’t know, if you could not delete any posts.
I apologize for that.Thank you!
Best,
GeorgForum: Plugins
In reply to: [OneSignal - Web Push Notifications] AJAX error with Table PressYes,
I’m facing the same problem.
This needs to be solved asap.Thanks,
GeorgIt’s not the fine way to simply delete posts, Tobias. I had the same problem as I reported in the deleted post and now I’ve found out what it was. For me it was a plugin conflict with OneSignal 2.0.0. A temporary rollback to previous will solve this issue.
Thanks,
GeorgForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – Kioken Blocks] No blocks (Local by Flywheel)Hi @sj_o,
thanks for the input.
Since I try those things with or without browser incognito mode, this should not solve my issue, i think.But I give it a try asap.
Thanks.
Best,
GeorgForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – Kioken Blocks] No blocks (Local by Flywheel)Hi Onur,
I know this is not a real solution, but I take the code from last revision (blocks.build.js) and it is working now for me. It seems the code is not complete in the actual plugin version. Maybe you look after it?
Thanks!
Best,
GeorgForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – Kioken Blocks] No blocks (Local by Flywheel)Thanks Onur,
so i must trying my luck with Lightning also, for this case.
Best,
GeorgForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – Kioken Blocks] No blocks (Local by Flywheel)Did this, but sadly no change.
Best,
Georg