Jeremy Herve
Forum Replies Created
-
Forum: Plugins
In reply to: [Automattic For Agencies Client] MultisiteThey’re not promoted for Multisite, no, but I wanted to warn you anyway, since features like backups can be an appeal for new agencies.
Forum: Plugins
In reply to: [Automattic For Agencies Client] MultisiteHi!
The plugin does work with multisite. You can network-activate it if you intend to connect each site of the network to WordPress.com, or you can activate it only on the sites where you want to use it.
I should note, however, that some of the features offered via Automattic For Agencies aren’t compatible with Multisite. Our backups feature, for example, cannot be used on Multisite.
I hope this helps.
Forum: Plugins
In reply to: [Traktivity] Front end updateIf i understand this correctly, we can pull the traktivity data using query loop.
But in this case the front end display in terms of format/design etc, I’ll have to manage myself?Exactly. You can build your own templates in the site editor, either from scratch or following the existing patterns available in your theme. In there, you can choose what meta data to display (type, genre, year, show, season, episode number, featured image) and where you want to display it in the template.
Forum: Plugins
In reply to: [Traktivity] tmDB connection issueI am unable to get to the TMDB weblinks
Do you have an example of a link that doesn’t work for you? TMDB seems to be available for me right now. This link, for example, works:
Forum: Plugins
In reply to: [Traktivity] Front end updateHi there!
I need to update the plugin’s description because this is indeed outdated. A frontend for the plugin isn’t that useful anymore since you can build one yourself using the site editor now. Check this thread for more information about that, and a quick demo video:
https://wordpress.org/support/topic/traktivity-modernization/#post-18268323
Forum: Reviews
In reply to: [Posts On This Day] НЕ подходитHi there!
Thanks for the review. I translated it, and it seems you’re experiencing issues with the plugin:
Doesn’t work.
It only makes a list of all the posts for that day. There are hundreds of them on our site. We don’t need that many. We need to select from them. That feature doesn’t exist.As you can see on the screenshot of the widget settings shown here, the settings allow you to choose how many posts you want to display in the widget. Adjust that setting and the widget should work for you. 👍

- This reply was modified 6 months, 3 weeks ago by Jeremy Herve. Reason: Add screenshot of interface
Forum: Plugins
In reply to: [REST API Post Embeds] Problem without Jetpack.Thank you for the report. I’ve just released a new version of the plugin that should fix your issue. Could you update and let me know how it goes?
Hi there,
I’ve been looking into this issue, but I haven’t been able to reproduce. When I create a Featured Image using the Featured Image from URL (FIFU) plugin, it is properly displayed on the site, using Jetpack’s Image CDN.
Do you experience this issue with all featured images on your site, regardless of their original URL and location, or does this happen with specific images, maybe coming from a specific domain?
Do you see a broken image everywhere where the image should be displayed (on the home page, on the single post view, …), or only in specific locations?
If possible, coud you post a link to one of the broken images here, so I can find out more about the problem?
Thank you!
Hey there! We did indeed make some changes and improvements to the feature in the past release, and as a result that code snippet no longer works. If you’d like to disable those external image sources, you can use the following code snippet instead:
add_filter(
'jetpack_tools_to_include',
function ( $tools ) {
$index = array_search( 'external-media/external-media.php', $tools, true );
if ( $index ) {
unset( $tools[ $index ] );
}
return $tools;
}
);Forum: Plugins
In reply to: [ActivityPub] Feasibility of Enabling ActivityPub on ko.wordpress.orgI wanted to jump in to mention this GitHub issue, opened to discuss if it were technically possible to run the ActivityPub plugin on the WordPress.org network:
https://github.com/WordPress/wporg-news-2021/issues/425
I would encourage you to post there if you’d like the plugin to be enabled on rosetta sites.
Technical Feasibility Analysis
A parsing check shows that Jetpack is not enabled on wordpress.org itself, but it is active on subdomains and subdirectory sites.
[…]
Since wordpress.org can enable federation via the ActivityPub plugin, this means it is compatible with Jetpack.
The ActivityPub plugin is not related to the Jetpack plugin. You can use one on your site without using the other. You consequently do not have to worry about the Jetpack plugin when considering using the ActivityPub plugin on a site.
I will submit this suggestion to the Jetpack repository.
Thanks for the report, and thank you for submitting a patch! I just replied to your suggestion on GitHub.
Forum: Plugins
In reply to: [Traktivity] Traktivity ModernizationAre those the widgets you had in mind? Was there a specific widget that you wanted to include on your site?
Looking at the widgets on that page, I think the site editor makes it relatively easy to build such widgets today. In the video below, I spent a few minutes trying to build a small widget. It’s not perfect of course, I didn’t really attempt to style the widget, but I think that’s a good example of how you can start.
Forum: Plugins
In reply to: [Traktivity] Traktivity ModernizationI’m not actively working on the plugin right now, but I’d be happy to make some improvements if you have some ideas or feedback!
I must say I don’t think it’s really worth making changes to the plugin for the frontend of a site. WordPress’ site editor has come a long way, and I find it’s really useful to leverage all the details that are logged by the Traktivity plugin. It’s become really easy to display TV episodes and all their meta data for example, by just inserting “Show”, “Season”, “Genre”, and other blocks into my theme’s templates.
That said, if you can think of different data that would be worth logging from the Trakt API, so it can be accessed and displayed on the frontend if necessary, I’m all ears! Don’t hesitate to share your ideas here in this thread.
Thank you!
Forum: Plugins
In reply to: [Post Views for Jetpack] No statsThis may happen if your site is no longer correctly connected to WordPress.com. I would recommend that you go to Jetpack > Dashboard in your WordPress dashboard, and disconnect then reconnect your site to your WordPress.com account.
If that doesn’t help, you’ll want to make sure there are no code snippets you may have added to your site that may impact the display of post views.
Let me know how this goes.
Forum: Fixing WordPress
In reply to: Wordfence finds strange Malware since last wp updateThe 3 links included in the details are link to the WordPress.org profiles of WordPress contributors, ordered alphabetically. There is nothing malicious about those 3 links.
We cannot really say for sure without knowing the contents of the full
wp-content/cache/object/transient/c57/714/c5771431dda2dad8b3f284fef2548038.phpfile, but it is possible that the caching plugin installed on your site is caching a list of contributors credited for the release of the version of WordPress currently installed on your site. This list would be similar to the list of contributors you can see when going toyoursite.com/wp-admin/credits.php.I would recommend that you examine the contents of that file to try to understand its source, and to check if there are any links that seem malicious in that file.
You could also contact the WordFence support team about this. They offer premium support for their premium customers via this page. They should be able to advise you on next steps, such as marking the file as ignored to exclude it from scans, making some changes to your caching solution if necessary, or addressing any spam infection you may be having.