Hi there,
Just reporting this debug message with WordPress 6.7 and Powerkit 2.9.4 on every page load (frontend and backend):
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the powerkit domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Thank you,
T
There’s a number of support topics open about the Social aspect of this plugin. Have you abandoned this plugin?
The reddit share link on posts is using https:// versus https://
function modify_reddit_share_url_to_https( $accounts, $share_url, $post_id ) {
if ( isset( $accounts['reddit'] ) ) {
// Modify the Reddit share URL to use HTTPS
$accounts['reddit']['share_url'] = esc_url( 'https://www.reddit.com/submit?url=' . $share_url, null, '' );
}
return $accounts;
}
add_filter( 'powerkit_share_buttons_accounts', 'modify_reddit_share_url_to_https', 20, 3 );
]]>
The Pinterest sharing doesn’t work anymore. The button/link just opens an empty “Create Pin” page on Pinterest. The URL, description and image aren’t passed to it.
]]>Hello.
Your Powerkit plugin not working. When I go in the settings of powerkit plugin there is no option.
Everything is blank, please do something.
I use this site to record the screen of this problem: https://movavi.com/watch/YHeNPG9GPFE .
This is kindly check it!
Hello. Social links module stopped to work. I see blank screen.
]]>I get the following error code when using the alert shortcode, version 2.9.2
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function wp_kses(), 1 passed in /www/htdocs/.../wp-content/plugins/powerkit/modules/basic-elements/templates/alerts.php on line 95 and at least 2 expected in /www/htdocs/.../wp-includes/kses.php:747
Please, add this class .wp-block-jetpack-tiled-gallery
to the Gallery selectors on the Media settings page to support Jetpack galleries by default.
Hello,
Query monitor plugin said in admin there is “HTTP API calls (2)”
can you fix it please ?
WP_oEmbed->discover()
WP_oEmbed->get_provider()
WP_oEmbed->get_data()
WP_oEmbed->get_html()
wp_oembed_get()
Powerkit_Post_Format_UI_Admin->wp_oembed_get()
Powerkit_Post_Format_UI_Admin->media_markup()
Powerkit_Post_Format_UI_Admin->audio_markup()
do_meta_boxes()
the_block_editor_meta_boxes()
In the latest update the Twitter/X logo shows up as blank for both footer links and post share links
]]>The post views extension worked very well with GA4 – but Google apparently has changed some policies.
I get this error now:
Google Post Views Error: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
I hope the developers of the post views extension can quickly fix this. THANKS!
Site is currently in maintenance mode. I’m having issues with numbered lists & styles using Powerkit. Hoping it’s not a theme compatibility issue. Numbered lists using either “pk-heading-numbered” (Formats-> Numbered headings-> Heading 2) look great in post editor but once saved as draft and in preview mode, the bubbled numbers are all the same. Also, whenever using “pk-list-styled” (Formats->Lists->Style) looks great in the editor, but the draft in preview mode shows double numbers in front of each list item. One bubbled and one numbered with decimal.
]]>I would like to point out that there is an error in the Author widget. Under “Display Description” there is the option “Override Description”. This override function does not work. A summary of the standard description is always displayed.
]]>Hi!
I’m using PowerKit on my “Classic Editor” website… but was looking for the possibility of converting to Gutenberg Blocks. In testing, I notice that PowerKit doesn’t seem to have any integration with the Gutenberg Block editor, and I’m wondering if there’s any plan to do that?
For instance, it would be nice to have the “Numbered Heading” and other content formatting features available when working with blocks… but they don’t seem to be there (unless I’m missing them?).
Thanks for any input/help!
Hi, pls can you update the twitter logo or tell me if i can do anything until you update it, because it has the old logo and its not good.
Many Thanks!!
]]>Hey Codesupply team,
A bit of a bug worth fixing: when you use collapsible, the block forces you to use at least two accordions in the block.
When you delete one and save, and reload the page you’re working on, the second re-appears even if you’ve deleted it.
Any chance we can fix this, please? I love that Powerkit includes a clean accordion in a collapsible, but this bug is making my pages look a little unnecessary.
]]>Hey Code Supply team,
Great plugin, but it would be even better if the Table of Contents aspect did something on mobile, like switched to a dropdown at the top that stickied to the top of things, or even gave admins the option to decide where it did that, if it did at all.
Right now, if you set Table of Contents as a widget on the page, it’ll load at the bottom of everything. It’d be great if the class for it did something different and more mobile specific on mobile. Cheers.
]]>Hello, can you confirm if this plugin will be updated to support Google Anallytics 4 (GA4)? It seems Universal Analytics stopped gathering data.
]]>Hi, I would like to ask how can I strip the /channel/ on youtube.com/channel/@my-channel/.
it keeps redirecting to youtube homepage. the correct url should only be: youtube.com/@my-channel/
On the plugin page your FAQ refer to developer documentation, however it returns a 404 error. I am working on a site that is using Powerkit and I would like to extend the newsletter signup to support a submission to a webhook. Could you please help with the developer documentation?
]]>The latest version of Powerkit 2.8.9 has broken the Twitter icon. I guess the developers wanted to change the icon to an “X”, but it doesn’t work.
]]>I’ve used the loco translate plugin, to translate certain parts of powerkit to Dutch. But it just doesn’t seem to show up. It keeps showing English.
I’ve also set the table of contents to collapsed by default, but the default in reality is expanded?
How can I fix these issues? Thanks for helping.
]]>Hi there,
First of all thanks for the wonderful plugin!
Just checking out if it is possible to update the Post View Functionality with GA4 in any time?
Thanks!
]]>Hi CodeSupply – Love Powerkit and your themes!
I’d like to suggest expanding the functionality of the opt-in forms to include Substack — Although Substack does not have an API, there is an interesting workaround that I’ve discovered here: https://docs.substackapi.com/how-to-add-a-substack-signup-form-to-your-website
Having this additional feature integrated into Powerkit and CodeSupply themes seems like a big win, and I’d appreciate it if you would consider doing so.
]]>Hello, can you check these errors, generated by your plugin? (from my PHP Error Log):
[14-Mar-2023 21:25:51 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php:404
Stack trace:
0 /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php(634): powerkit_share_buttons_get_count('facebook', 103225, 'https://www.show…')
1 /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php(868): powerkit_share_buttons(Array, false, true, false, false, true, 'inside', 'inside', 'inside', 'mixed', 'simple', 'bold-light', 'pk-share-button…', NULL, '')
2 /home/showmetechcom/public_html/wp-content/themes/networker/inc/template-tags.php(865): powerkit_share_buttons_location('post-header')
3 /home/showmetechcom/public_html/wp-content/themes/networker/template-parts/entry/entry-header-info.php(18): csco_entry_details('post_meta', false, 'post-header', Array)
4 /home/showmetechcom/public_html/wp-includes/template.php(785): require('/home/showmetec…')
5 /home/showmetechcom/public_html/wp-includes/template.php(718): load_template('/home/showmetec…', false, Array)
6 /home/showmetechcom/public_html/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
7 /home/showmetechcom/public_html/wp-content/themes/networker/template-parts/entry/entry-header.php(51): get_template_part('template-parts/…')
8 /home/showmetechcom/public_html/wp-includes/template.php(785): require('/home/showmetec…')
9 /home/showmetechcom/public_html/wp-includes/template.php(718): load_template('/home/showmetec…', false, Array)
10 /home/showmetechcom/public_html/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
11 /home/showmetechcom/public_html/wp-content/themes/networker/inc/partials.php(226): get_template_part('template-parts/…')
12 /home/showmetechcom/public_html/wp-includes/class-wp-hook.php(308): csco_entry_header('')
13 /home/showmetechcom/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
14 /home/showmetechcom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
15 /home/showmetechcom/public_html/wp-content/themes/networker/single.php(11): do_action('csco_main_befor…')
16 /home/showmetechcom/public_html/wp-includes/template-loader.php(106): include('/home/showmetec…')
17 /home/showmetechcom/public_html/wp-blog-header.php(19): require_once('/home/showmetec…')
18 /home/showmetechcom/public_html/index.php(17): require('/home/showmetec…')
19 {main}
thrown in /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php on line 404
[14-Mar-2023 21:25:54 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php:404
Stack trace:
0 /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php(634): powerkit_share_buttons_get_count('facebook', 133679, 'https://www.show…')
1 /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php(868): powerkit_share_buttons(Array, false, true, false, false, true, 'inside', 'inside', 'inside', 'mixed', 'simple', 'bold-light', 'pk-share-button…', NULL, '')
2 /home/showmetechcom/public_html/wp-content/themes/networker/inc/template-tags.php(865): powerkit_share_buttons_location('post-header')
3 /home/showmetechcom/public_html/wp-content/themes/networker/template-parts/entry/entry-header-info.php(18): csco_entry_details('post_meta', false, 'post-header', Array)
4 /home/showmetechcom/public_html/wp-includes/template.php(785): require('/home/showmetec…')
5 /home/showmetechcom/public_html/wp-includes/template.php(718): load_template('/home/showmetec…', false, Array)
6 /home/showmetechcom/public_html/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
7 /home/showmetechcom/public_html/wp-content/themes/networker/template-parts/entry/entry-header.php(51): get_template_part('template-parts/…')
8 /home/showmetechcom/public_html/wp-includes/template.php(785): require('/home/showmetec…')
9 /home/showmetechcom/public_html/wp-includes/template.php(718): load_template('/home/showmetec…', false, Array)
10 /home/showmetechcom/public_html/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
11 /home/showmetechcom/public_html/wp-content/themes/networker/inc/partials.php(226): get_template_part('template-parts/…')
12 /home/showmetechcom/public_html/wp-includes/class-wp-hook.php(308): csco_entry_header('')
13 /home/showmetechcom/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
14 /home/showmetechcom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
15 /home/showmetechcom/public_html/wp-content/themes/networker/single.php(11): do_action('csco_main_befor…')
16 /home/showmetechcom/public_html/wp-includes/template-loader.php(106): include('/home/showmetec…')
17 /home/showmetechcom/public_html/wp-blog-header.php(19): require_once('/home/showmetec…')
18 /home/showmetechcom/public_html/index.php(17): require('/home/showmetec…')
19 {main}
thrown in /home/showmetechcom/public_html/wp-content/plugins/powerkit/modules/share-buttons/helpers/helper-powerkit-buttons.php on line 404
]]>
Please add google news profile button, flipboard profile link and share button… I never saw anyone requesting for mastodon but it has been added just because you guys use it in your office.
But the one with millions of users and publishers you have refused to make it available.
]]>Unable to create a lightbox for video url from youtube.
Do i need to apply an additional class to the link?
It’s not compatible anymore I think shows none in the select
Use this website to retrieve pageviews numbers None
]]>Hello. I’ve custom theme how I can use share buttons with php tag. Is it possible?
]]>Instead of putting ORDER why not add flipboard as well?
]]>