bookofjohn
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Cannot delete pluginI resolved my issue. I deleted the plugin from the File Manager.
Forum: Plugins
In reply to: [Code Snippets] Cannot delete pluginI’m having the same problem. This is the error message I get:
“Deletion failed: There has been a critical error on this website.Learn more about troubleshooting WordPress.”
Forum: Plugins
In reply to: [WordPress Popular Posts] WP Update/Plugin Broken/HTML5 Support Didn’t WorkAlso, if this is the only fix, where in the theme’s function.php file do I put this code:
/**
- Adds support for HTML5 script tags
*/
add_theme_support( ‘html5’, array(‘script’) );
Forum: Plugins
In reply to: [WordPress Popular Posts] WP Update/Plugin Broken/HTML5 Support Didn’t WorkI tried the second part (Snippets plugin), the one that doesn’t requiring editing the php file because I’m not comfortable with that. I have VERY basic knowledge, and if I screw up, I’ll have to hire someone to fix it.
Is that the only option? Do you plan to update your plugin?
Forum: Plugins
In reply to: [WordPress Popular Posts] Popular Posts disapeared after wp6.4 updateI’m having similar issues after the WordPress update. Sidebar: “Sorry. No data so far.”
And I’m still using this in a widget:
[wpp limit=5 post_type=’post’ range=’last24hours’ thumbnail_width=150 thumbnail_height=150 stats_views=0]
Forum: Plugins
In reply to: [WordPress Popular Posts] PHP Fatal Error with version 6.3.0When I tried to replace the code with the new version, this is what I got:
Your PHP code changes were not applied due to an error on line 270 of file wp-content/plugins/wordpress-popular-posts/src/Shortcode/Posts.php. Please fix and try saving again.syntax error, unexpected token “*”, expecting end of file
Forum: Plugins
In reply to: [WordPress Popular Posts] Where to put wpp_get_mostpopular()?Hello — An issue popped up after I updated the plug-in a few minutes ago. I see the lines in the sidebar after the update:
Warning: Undefined property: WordPressPopularPosts\Shortcode\Posts::$config in /home/blackcom/public_html/wp-content/plugins/wordpress-popular-posts/src/Traits/QueriesPosts.php on line 29
Warning: Trying to access array offset on value of type null in /home/blackcom/public_html/wp-content/plugins/wordpress-popular-posts/src/Traits/QueriesPosts.php on line 29
Warning: Trying to access array offset on value of type null in /home/blackcom/public_html/wp-content/plugins/wordpress-popular-posts/src/Traits/QueriesPosts.php on line 29
Warning: Trying to access array offset on value of type null in /home/blackcom/public_html/wp-content/plugins/wordpress-popular-posts/src/Traits/QueriesPosts.php on line 29
Forum: Plugins
In reply to: [WordPress Popular Posts] Where to put wpp_get_mostpopular()?That worked! Thanks so much.
Forum: Plugins
In reply to: [WordPress Popular Posts] Where to put wpp_get_mostpopular()?I’ll try that, thanks.
Forum: Plugins
In reply to: [WordPress Popular Posts] Where to put wpp_get_mostpopular()?Forum: Plugins
In reply to: [WordPress Popular Posts] Where to put wpp_get_mostpopular()?This is complicated for a person not well-versed in technical stuff. The widget was perfect, and I’m sad to see it go.
For clarity, are you saying I put the shortcode wpp_get_mostpopular()? in the sidebar.php of the Sahifa code?
- Adds support for HTML5 script tags