jdaniel
Forum Replies Created
-
Forum: Plugins
In reply to: [Osom Author Pro] Using Gutenberg editorI would also love to see this great plugin using Gutenberg! ??
- This reply was modified 3 years, 11 months ago by jdaniel.
Forum: Plugins
In reply to: [Osom Author Pro] Editing the “/book/ permalinkI have the same question.
And after I added this (which works for the slugs):
add_filter( 'genesis_author_pro_archive_slug', 'custom_author_pro_archive_slug' ); function custom_author_pro_archive_slug() { return 'products'; } add_filter( 'genesis_author_pro_book_slug', 'custom_author_pro_book_slug' ); function custom_author_pro_book_slug() { return 'product'; }
… I now have the problem to see the content. It’s only generation 404 when I click on it. Any ideas?
Same here, thanks a lot!
Nope, no custom code / manually added filter here.
Update: I just tested it with 1.5.4 – works fine! So it must be related to the latest update which causes this issue.
Sounds great, thanks a lot ?? (It’s crazy how many fonts they load – even when you manually replaced all fonts with self hosted fonts in your theme’s style.css.)
(I wish it wouldn’t be activated by default. But at least I can deactivate it, which is nice. Privacy by design however is king ?? )
Wow, that’s great. Thanks for pointing this out to me, very valuable feature!
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] How to change last30 to last60?Thank you so much, @braekling, this sounds great. I definitely will wait for the next update ??
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] How to change last30 to last60?I am not a coder myself, so unfortunately this is not possible for me …
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] How to use different weight fontSounds great, thanks a lot! ??
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] How to use different weight fontHello,
I have a similar request. I think to simply upload single fonts doesn’t allow them to be grouped to a family, which has the huge css advantage of using something like this:
@font-face { font-family: 'Moderat'; src: url('fonts/Moderat-Regular.eot'); src: url('fonts/Moderat-Regular.woff2') format('woff2'), url('fonts/Moderat-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
and
@font-face { font-family: 'Moderat'; src: url('fonts/Moderat-Bold-Italic.eot'); src: url('fonts/Moderat-Bold-Italic.woff2') format('woff2'), url('fonts/Moderat-Bold-Italic.woff') format('woff'); font-weight: bold; font-style: italic; }
Here’s a perfect example of how I think it should be, with weight and style declaration: https://docs.elementor.com/article/276-custom-fonts
Best
Daniel- This reply was modified 4 years, 5 months ago by jdaniel.
Sounds great. Would be a reason to buy PRO – if you offer lifetime licenses. ??
I see. Thanks! Whenever it’s possible, I’d love to use your solution. However, self hosted fonts are a must have feature for me. For one because of corporate design, and also because of data protection (privacy by design), so as less external connections as possible.
Forum: Plugins
In reply to: [Simple Social Icons] Embed with shortcode or as a Gutenberg block?Thanks, that would be great. Small thing with a huge impact. Widgets seem to become irrelevant and I try to avoid using them with building new websites alltogether.