TungstenE2
Forum Replies Created
-
solved
I had a plugin installed, to disable REST API for unauthenticated users. Seems like an update changed it. Reanabled REST API usage for /wp-statistics/v2/hit solved my issue.
Forum: Plugins
In reply to: [Album Gallery - Embed Flickr Album on WordPress] Plugin broken after v2.2.1this must be a joke, right?
You change the plugin code, but the short code remains the same and you want +7.000 users to manually update all pages? If an average of all users have 20 galeries, this means 140.000 short codes must be manually updated in order for the plugin to work again. There must have been a better implementation or at least a notification bar in WP.
I really liked your plugin, but this is not going in the right direction. Sorry dude.
this must be a joke, right?
You change the plugin code, but the short code remains the same and you want +7.000 users to manually update all pages? If an average of all users have 20 galeries, this means 140.000 short codes must be manually updated in order for the plugin to work again. There must have been a better implementation or at least a notification bar in WP.
I really liked your plugin, but this is not going in the right direction. Sorry dude.
Forum: Plugins
In reply to: [Album Gallery - Embed Flickr Album on WordPress] Plugin broken after v2.2.1v2.2.5 is still broken. I just does not show the gallery, even not the loading spinner. Do you test your plugin before releasing?
Rolled back to 2.2.1 again
Forum: Plugins
In reply to: [Album Gallery - Embed Flickr Album on WordPress] Plugin Version 2.1.7 Errorplease see this ticket https://www.ads-software.com/support/topic/plugin-broken-after-v2-2-1/
Forum: Plugins
In reply to: [WP YouTube Lyte] No thumbnail when I cache locallyHi all, I have the same issue, no thumbnail loaded with local cache enabled. Can you please guide me on how to enable local caching?
Calling /wp-content/plugins/wp-youtube-lyte/lyteCache.php I get error 403.
Do I need to change Wordfence settings or htaccess?
thx
oh, great. thx. Did find the setting page (Customizer > Twentig Options >Fonts > Headings > Page Title Font Size).
Currently the min value for Page Title Font Size (px) is 56. Could you update in order to chage it to smaller values like 20?
thx a lot for the research and feedback. Looking forward to a fix. I assume this might happen with other plugins as well, right?
thx alot, this really helped.
Would be great if you could add this as a feature request to your existing fonts section. I assume this would help also others and I feel this option is missing.
the same would apply for
.singular h1.entry-title { font-size: 26px; }
Having the fonts of titles configurable by the plugin would be great.
And may be one more feature request:
Currently I need child-theme and code in functions.php in order to remove the ‘Category:’ from the tile. Could this be done by a flag in your plugin as well?
function prefix_category_title( $title ) { if ( is_category() ) { $title = single_cat_title( '', false ); } return $title; } add_filter( 'get_the_archive_title', 'prefix_category_title' );
- This reply was modified 4 years, 1 month ago by TungstenE2.
- This reply was modified 4 years, 1 month ago by TungstenE2.
of course, here is the page:
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Update Notificationssame issue here… ??
Forum: Plugins
In reply to: [Yoast SEO] Problem creating tables since last updateyes, thx. This fixed the issue.
huhu, anybody reading here?