collimarco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Add the Inter fontThanks, it works!
Forum: Themes and Templates
In reply to: [GeneratePress] Add the Inter fontIn the Typography section there isn’t any Font Manager section… There is only “body” and titles. And when I search Inter for “body” for example I get “No results found”.
Forum: Themes and Templates
In reply to: [GeneratePress] Add the Inter fontit should work if you type it manually and enable the Google fonts API trigger.
Can you please explain the steps? When I type “Inter” in the font search (in Typography section) it doesn’t appear.
Forum: Themes and Templates
In reply to: [GeneratePress] Add the Inter font@fernandoazarcon2 It would be nice to be able to choose the Inter font directly in the Typography section, without having to perform all those steps. Moreover that is useful if you have many blogs.
Consider that Inter is a widespread and trending font used by Tailwind, not a minor one.
Could you consider adding it to the list of fonts?
Forum: Themes and Templates
In reply to: [Twenty Twenty] Gallery position issueI found a workaround: add
margin: auto !important;
to the gallery block using custom CSS.In any case this is a bug / regression of the theme and should be fixed.
Forum: Fixing WordPress
In reply to: Set title and body of new post using link params@smit08 Yes, it’s safe because I set the params to safe values. Is it possible to achieve that without custom plugins? What params (names) should I use in the URL? Thanks
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Related posts based on linksThanks for the reply!
If you are planning to add posts selected manually, maybe you can also add an option like this:
“Consider post links as selected manually”
Note that StackOverflow for example, in the sidebar, shows both related links detected automatically and the links cited manually in the posts.
Forum: Themes and Templates
In reply to: [Eksell] Add footer widgetsNow that 5.8 is released, is there any way to add a block (e.g. text / call to action) to the footer of Eksell?
That would be extremely useful
I have the same issue.
Twenty fifteen crops the featured image with arbitrary dimensions…
I have also check in Settings -> Media and there aren’t any images defined with that size. The size is probably defined inside the theme and this very annoying! All the covers are cropped…
Have you found any solution?
Forum: Plugins
In reply to: [Pushpad Web Push Notifications] Metabox implementation ?– android
My android version is 4.22, 5.1.(Samsung galaxy)On old versions of Android you probably need additional steps in order to enable push notifications.
See the comments here: https://blog.pushpad.xyz/2016/11/how-to-enable-or-block-push-notifications-from-your-browser-preferences/– safari.
I set that email of pushpad.xyz account and an email of apple developer account getting APNs certificate are not same. is this a problem?This is not a problem.
There’s probably something wrong with the generation of the certificates. You can try to generate them again:
https://pushpad.xyz/docs/certificates_and_keys
If you have a link to your website (where you have the button) I can take a look at it.Remember that only Safari desktop supports push notifications.
Best regards
Forum: Plugins
In reply to: [Pushpad Web Push Notifications] Metabox implementation ?Any internationalization planed ?
Some users have already requested i18n for Pushpad Express: I’ll take your feedback into consideration and send you an email if we add that feature.
BTW if you use Pushpad Pro, then you don’t have any i18n issue, because it just display the default browser dialog (which is obviously in the correct language for the user).
Have a nice day!
Forum: Plugins
In reply to: [Pushpad Web Push Notifications] Metabox implementation ?Hi!
The metabox is the box displayed when you are writing a new post: it allows to send a notification about the new post directly from WordPress.
So, no, that is not an alternative way to collect subscriptions to push notifications.
However we appreciate feedback: what would you like to see instead of a button? Do you expect a widget in the page corner? A modal dialog? Or something else?
If you use Pushpad Pro then you can show the browser dialog to allow push notifications directly, without having to display a button. Go to your WordPress Dashboard -> Pushpad -> Settings and select “Prompt users on page load”.
Solved by this commit.
Forum: Fixing WordPress
In reply to: XML RPC doesn’t work on localhostI have another question: when WP notifies the update services, does it call a specific function (e.g. weblogUpdates.ping)? If so, what function is called?
In general, what kind of data does WP send to each URL listed into the update services?
I am a bit confused about this topic, but unfortunately I can’t find much documentation…
Forum: Fixing WordPress
In reply to: XML RPC doesn’t work on localhostCan you ping localhost from a command line?
Yes, I can:
C:\Users\Marco>ping localhost Esecuzione di Ping LAPTOP-Marco [::1] da ::1 con 32 byte di dati: Risposta da ::1: durata<1ms Risposta da ::1: durata<1ms Risposta da ::1: durata<1ms Risposta da ::1: durata<1ms Statistiche Ping per ::1: Pacchetti: Trasmessi = 4, Ricevuti = 4, Persi = 0 (0% persi), Tempo approssimativo percorsi andata/ritorno in millisecondi: Minimo = 0ms, Massimo = 0ms, Medio = 0ms
The issue is this: https://bugs.php.net/bug.php?id=44335