Sascha_Foerster
Forum Replies Created
-
PHP Version: 7.3.19-1~deb10u1
Wordpress Version: 5.6
Plugin Version: 14.21
Current Theme: Newspaper
Application Used: Own Application
Active Plugins:
Antispam Bee
Avatar Privacy
Disable Emojis (GDPR friendly)
EWWW Image Optimizer
Global SMTP
WPBakery Page Builder
Ninja Forms
Really Simple SSL
Remove Comment IPs
tagDiv Cloud Library
tagDiv Composer
tagDiv Social Counter
tagDiv Standard Pack
Yoast SEO
WP GoToWebinar
WP RocketForum: Plugins
In reply to: [Embed Privacy] Feature request: Complementary tool KlaroThanks a lot! ?? Actually I would need more details and your offer for help, as I am not really a programmer. But I could accept also that my solution is not yet perfect and just wait.
Forum: Plugins
In reply to: [Embed Privacy] Link to data protection information pageThank you all a lot for your replies. I will try it out a later time (but maybe you are faster with development) ??
Forum: Plugins
In reply to: [Embed Privacy] Link to data protection information pageHi Simon,
ok, I found the filter, but I am not enough of a developer to create the code to filter myself (mostly I change existing stuff). For people who are searching the filter:
https://github.com/epiphyt/embed-privacy/commit/9486d49b634bd876d23e09dbaf5f468d6f122115And we use your plugin on our blogs, here is an example:
https://bonn.digital/stcassius-digital-dabei-2-0-bei-den-workshops-im-offenen-jugendtreff/If someone has the code to change to filter, please add it here. Now I will wait for this feature to be integrated. ??
Forum: Plugins
In reply to: [WP GoToWebinar] Three accounts for GoTo@northernbeacheswebsites @aidanmercer1 Actually it is easier: Your main-account should be invited to the other account as “co-organizer”. Or, if this doesn’t work you create a 4th “technical” account without license, but create an API-code for this account and link it with the plugin. Then you can decide for every single webinar, if it should be listed on the website or not without filter. Disadavantage though is, that you now have to add this technical organizer to every webinar.
Just search on the interwebs für “WP GDPR Compliance Hack” and you find thousands of articles, like this one: https://blog.sucuri.net/2018/11/erealitatea-net-hack-corrupts-websites-with-wp-gdpr-compliance-plugin-vulnerability.html
Forum: Plugins
In reply to: [Avatar Privacy] Undefined offset – Avatars not shownSorry for my late reply! I just had to reverse all my manual changes to the child theme, so see, if everything works out!
I’m not sure, if you should make a difference for logging in users to show an avatar with just the id or the email, when not logged in, but now I am happy, because with two checks in my profile, the avatar is shown everywhere, where it should be visible.
I hope this will be added to core, because it should! Thanks for your great support!
Forum: Plugins
In reply to: [Avatar Privacy] Undefined offset – Avatars not shownMaybe I was wrong, so don’t get confused with it. I am not so sure, if maybe caching was helping somehow, I didn’t look into all the details there.
I changed most places with “email” to “ID” and it works well. Had to create a child-theme for that.
Only place, where it doesn’t work is comments: when I add ID, it looks like the author wrote all of the comments. ??
Why is “email” not working here? Is there no way, because I try to avoid to get to many files in my child theme, just this needed changing of 7 files.
Forum: Plugins
In reply to: [Avatar Privacy] Undefined offset – Avatars not shownSorry for my late reply. I appreciate your quick action! I needed some time to look deeper into the problem and learn to use “grep”. We are using the theme “Newspaper”: https://themeforest.net/item/newspaper/5489609
I looked into the files newspapers offers and here is what I found:
./Newspaper/functions.php: $author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size ); ./Newspaper/functions.php: $author_avatar = get_avatar( get_post_meta( $topic_id, '_bbp_anonymous_email', true ), $size ); ./Newspaper/includes/shortcodes/td_block_authors.php: $buffy .= '<a href="' . get_author_posts_url($td_author->ID) . '">' . get_avatar($td_author->user_email, '70') . '</a>'; ./Newspaper/includes/shortcodes/td_block_author.php: $buffy .= '<a href="#">' . get_avatar('', '196') . '</a>'; ./Newspaper/includes/shortcodes/td_block_author.php: $buffy .= '<a href="' . get_author_posts_url($td_author->ID) . '">' . get_avatar($td_author->user_email, '196') . '</a>'; ./Newspaper/includes/wp_booster/td_module_single_base.php: $buffy .= get_avatar(get_the_author_meta('email', $author_id), '96'); ./Newspaper/includes/wp_booster/comments.php: //echo get_avatar($td_comment_auth_email, 50, get_template_directory_uri() . "/images/avatar.jpg"); ./Newspaper/includes/wp_booster/comments.php: echo get_avatar($td_comment_auth_email, 50); ./Newspaper/mobile/comments.php: //echo get_avatar($td_comment_auth_email, 50, get_template_directory_uri() . "/images/avatar.jpg"); ./Newspaper/mobile/comments.php: echo get_avatar($td_comment_auth_email, 50); ./Newspaper/mobile/parts/logged.php: <div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div> ./Newspaper/mobile/parts/login.php: <div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div> ./Newspaper/mobile/author.php: <?php echo get_avatar($part_cur_auth_obj->user_email, '96'); ?> ./Newspaper/parts/logged.php: <div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div> ./Newspaper/parts/login.php: <div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div> ./Newspaper/parts/page-author-box.php: <?php echo get_avatar($part_cur_auth_obj->user_email, '96'); ?> ./Newspaper/parts/header/top-menu.php: get_avatar($current_user->ID, 20) . '<a href="' . get_author_posts_url($current_user->ID) . '" class="td_user_logd_in">' . $current_user->display_name . '</a>' .
Forum: Plugins
In reply to: [FeedWordPress] Breaking YouTube EmbedsI’ve got the same problem and didn’t find any solution: so a big +1 from me. Would be really great to aggregate YouTube-content as well!
Yes. Currently, the plugin doesn’t provide support for monthly view. we have added support for the monthly and other view but, the plugin is in beta stage. we will be releasing it soon.
Which views are supported already then? Agenda-view? Then we might switch to this view as standard in the meantime. Kind regards!
So far, nothing new here… ??
Forum: Plugins
In reply to: [FeedWordPress] Jetpack Sharing don’t work on automatic postSame here. Asked Jetpack for suppport, didn’t help. Switched to IFTTT but it is not the same.
Thank you for your help. I hoped to get out of some legal problems, if I use the preview picture offered in the opengraph, which you could interpret as an acceptance of using it for just that purpose, same as in a robots.txt.
Maybe the picture has to be taken from the website itself, when Feedwordpress copies the html over to the post instead of hoping for the field in the rss-feed itself.
With attachments it’s the same, not every feed offers it.
Maybe I might also use the auto post thumbnail tool with an addition, that a take down notice is very welcome.Thanks, good to know!