wpfundi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error after upgrading Word pressWarning: require(/home/marcthree/public_html/wp-includes/class-wp-list-util.php): failed to open stream: No such file or directory in /home/marcthree/public_html/wp-settings.php on line 97
Fatal error: require(): Failed opening required ‘/home/marcthree/public_html/wp-includes/class-wp-list-util.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/marcthree/public_html/wp-settings.php on line 97
It seems the upgrade didn’t finish 100% and some files are missing. You will need to manually carry out the upgrade by uploading the WordPress files via FTP.
Forum: Fixing WordPress
In reply to: Uploads folder organizationIs it possible that storing images this way is slowing the site down significantly?
No this won’t slow down your site, it might be the website theme or one of the plugin making your website to be slow. Have you tried switching to twentysixteen theme or deactivating all plugins to see how the website loads?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Plugin option not available on Product pageI had the same issue on one of my clients site and I did the following to fix the issue:
Open woocommerce-bulk-discount.php file
1) On line 65 change
add_action( 'woocommerce_loaded', array( $this, 'woocommerce_loaded' ) );
toadd_action( 'woocommerce_init', array( $this, 'woocommerce_loaded' ) );
2) On line 83 & 84 change
add_filter( 'woocommerce_product_write_panel_tabs', array( $this, 'action_product_write_panel_tabs' ) ); add_filter( 'woocommerce_product_write_panels', array( $this, 'action_product_write_panels' ) );
to
add_action( 'woocommerce_product_write_panel_tabs', array( $this, 'action_product_write_panel_tabs' ) ); add_action( 'woocommerce_product_write_panels', array( $this, 'action_product_write_panels' ) );
ok, note ??
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] don't have permission to access safiweb.co.keThis is fixed, my web host was doing some updates to the server.
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] Is there shortcodeAt the moment the plugin does not support shortcode
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] Add link 'View More Posts' below posts listHey,
Thank you for using the plugin.
Its possible to add “View More Posts” link under the list but you will need to make adjustments to core plugin file.
I will add this in the next version/update.
issue solved
Hey Jo,
I have rectified the space issue.
Kind Regards,
AnthonySorry for late response.
What version of WP are you using? What theme are you using?
Is it possible I take a look at the wp-admin side of your site? Visit the site url on FAQ and leave me a message on the contact us page.
Kind Regards,
AnthonySorry to hear that but I don’t know if you have tried this extra css feature that come’s with the plugin…you copy ‘advanced-recent-posts-widget.css’ inside the plugin css folder to your active theme directory (i.e /wp-content/themes/mytheme) and you make your customization there.
Kind Regards,
AnthonyForum: Plugins
In reply to: [New Plugin] Advanced Recent Posts WidgetHey,
It has an option “Show post thumbnail” check the FAQs here and also your theme should support post thumbnails.
For custom taxonomies support, it’s a feature I will be adding by end of next week.
About “an option to automatically have it display the categories of the page the widget is on” – I will add this feature in the next release or update(end of next week)
Regards,
AnthonyBy end of next week.
Kind Regards,
AnthonyIn my next update, I will include taxonomies ??
Forum: Fixing WordPress
In reply to: Removing Categories and Archives From Side Baredit your sidebar.php