maltfield
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Nested (reddit-like), Threaded CommentsAs posted on GitHub, here’s what I’m looking for:
The screenshots above shows the bottom of a blog post on my website.
The comments section includes a lot of nested lemmy comments, which were orginally made on this lemmy post that linked to my wordpress article. Each comment has an upvote and downvote button, so readers of my blog can like or dislike each federated ActivityPub Note directly. There is also set of filter buttons at the top, where users can sort the order that the comments appear.
For more info, see:
Forum: Plugins
In reply to: [ActivityPub] Nested (reddit-like), Threaded CommentsI created a feature request to add “like” and “dislike” buttons for comments here:
Forum: Plugins
In reply to: [ActivityPub] Nested (reddit-like), Threaded Comments> All interactions from the fediverse will be stored as classic posts with threading support.
Do viewers of my wordpress site’s ActivityPub interactions have the ability to interact with these others’ posts (comments) by clicking an upvote button (ActivityPub Like = Mastodon Boost) or downvote (ActivitPub Disklike = Lemmy downvote) directly on my wordpress page?
And can a viewer of my wodpress site’s ActivityPub interactions have the ability to dynamically change the order of appearance (sort) these posts (comments) by chronological order, number of likes, total score (likes – dislikes), etc?
Forum: Themes and Templates
In reply to: [Astra] GitHub repo for ‘astra-sites’ pluginAs a workaround, you can checkout the SVN (mirror?) as follows
mkdir -p sandbox/astra-sites/
cd sandbox/astra-sites/
svn co https://plugins.svn.www.ads-software.com/astra-sites/trunk…but that doesn’t help in submitting PRs or tickets
Forum: Themes and Templates
In reply to: [Neve] Theme Customize Page (/wp-admin/customize.php) is EmptyOur server is a VPS (though currently I’m just testing on a VM on my laptop). Anyway, I am the admin responsible for the server’s configuration.
This security hardening is intentional. It’s a best-practice feature that’s built-into WordPress. It shouldn’t cause any issues to install the theme the traditional way with
scp
.I reported the bug here:
Forum: Themes and Templates
In reply to: [Neve] How to download Starter SiteAnd it can be imported from the WordPress Dashboard > Neve > Starter Sites.
Well that may work. Can you tell me where the starter site content is stored so I can manually download it,
scp
it to my server, and then import it as described above?Is the payload for these Starter Sites on GitHub?
Or maybe you can link me to code that downloads the Starter Sites, so I can trace through it and figure out how to download the Starter Sites with
wget
orcurl
?Where is the relevant code that downloads the Starter Sites?
Forum: Themes and Templates
In reply to: [Neve] Theme Customize Page (/wp-admin/customize.php) is Emptylet me know how you’ve installed Neve?
Download .zip with
wget
,scp
to server,unzip
inwp-content/themes/
foldercan you please try install it from Appearance > Themes > Add New Theme > search for Neve and Install & Activate.
I cannot.
For security reasons, wordpress config is set with
WP_HTTP_BLOCK_EXTERNAL
. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we usescp
andssh
.define( 'WP_HTTP_BLOCK_EXTERNAL', true );
Forum: Themes and Templates
In reply to: [GeneratePress] How to download Starter site from Site LibraryWow, if Starter Site themes literally can’t be installed on hardened wordpress servers, then I guess it doesn’t make any sense to buy GP Premium ??
- This reply was modified 5 months, 1 week ago by maltfield.
I opened a ticket for this here:
@sterndata hashes do not provide authenticity checks. They’re for integrity checking (eg corrupt downloads), not security.
I’m asking about signatures, for security. See the ticket linked-to in OP:
- This reply was modified 8 months, 3 weeks ago by maltfield.