RalphGL
Forum Replies Created
-
Same here, i think this is another bug.
Even after restarting the apache2 Webserver the “PHP Memory Limit:” values shown on /wp-admin/admin.php?page=elementor-system-info are incorrect. Maybe this information will be checked per cron and not immediatley after changing and reloading the webserver and the page?I think it would be fair and would also reduce dissatisfaction with the plugin if the plugin website clearly communicated which features are free and which are only available to paying users.
As far as the GDPR is concerned, my goal is not to make any snooping software legally secure by an explicit consent of the site visitor, but the goal is data economy. If there are no important reasons to collect data and submit it to Automattic, Google, Facebook or anything else, it should be omitted.
I have not found any useful feature in the free plan for WordPress Multisite Installations, i have installed it for a simple backup solution – but this does not work.
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Show more reviews then 5Even 48h after installing the plugin, only 5 entries are displayed. I have therefore copied and pasted the “outer html” as described. Unfortunately without any success. I have tried the <div> elements one after the other, as I am not sure which one is needed. But unfortunately always without success. Should I see the result immediately, or should I first delete the cache etc.? Can the required div perhaps be described a little more precisely?
Forum: Themes and Templates
In reply to: [Neve] Neve theme get rid of google fontsI also try to remove Google Fonts for DSGVO (gdpr) reasons. I have installed fonts locally at //fonts directory on my webserveer and added CSS but the Google Fonts JS must be removed also. Is there a documentation of all needed steps?
Forum: Plugins
In reply to: [Code Snippets] Used Function create_function() is deprecatedthx – your snippet works fine on my multisite now!
Forum: Plugins
In reply to: [Code Snippets] Used Function create_function() is deprecatedThank you Shea, and sorry for my topic here. This is NOT a Code Snippet-fault!
The deprecated funktion was used in code i used for sorting the sites:function sort_my_sites($blogs) {
$f = create_function(‘$a,$b’,’return strcasecmp($a->blogname,$b->blogname);’);
uasort($blogs, $f);
return $blogs;
}
add_filter(‘get_blogs_of_user’,’sort_my_sites’);Sorry, my php skills are very bad.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Piwik and DSGVO in GermanyNatürlich l?sst sich Matomo DSGVO konform einrichten. Am besten kurz die Suchmaschine des Vertrauens bemühen… Mit diesem Plugin hat das wenig zu tun.
It was no problem to read the e-mail in my case, but handling of malformed e-mails is unpredictable.
Forum: Plugins
In reply to: [Telegram Bot & Channel] Did not get any connection to telegramHi Marco,
thank you for your hint. Maybe my self signed certificate caused an error, so i subscribed to wptele.ga and changed the settings. But it did not change anything. Whether i got any errors nor any messages from and to telegram. I unsubscribed and subscribed the bot again – but my account is not added in the subscriber list.Forum: Plugins
In reply to: [Telegram Bot & Channel] Subscribers without informationI tried to add subscribers (i got a page editor – no idea if this is wright or wrong) and now i have empty subscribers (which are no real subscribers) in the list. How can i remove them? Sorry, but i didn′t get anything to work.
The Wordfence guys think changed code should have a new version number, and i think they are right.
@fritz.barnes Wordfence allow to replace the changed file (in this case the older one) to the original file (in this case the newer one).
But if wordfence – for whatever reason – does not identify all changes of a different version with the same version number the chaos will be perfect.A better workaround IMHO could be a reinstall of all files by ftp.
But, hey @guys at yoast – this is not the way we love to work with WordPress.Best practise should be: if soemone changes (even changes in an included library) a new version number is assigned.
@wfsupport, can you please discuss it with joost to?
https://www.ads-software.com/support/topic/modified-plugin-file-wp-contentpluginswordpress-seoadminclass-pointersphp?replies=5#post-7156762Thank you, for your hint. I solved the problem now with a workaround:
At first i inform in a post about the privacy of the following.
Then I insert — more —.The result: Only users with access right can read the content after — more —.
Unregistered users can only read the content above (even if they access the category page).Thank you very much for this great plugin and keep on ??
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Changing featured content from posts to pagesIs there a solution for “featuring” pages and also posts?