Mike Meinz
Forum Replies Created
-
Thanks. That worked great!
The overlap also occurs if Previous or Next is clicked and then Today is clicked.
Yes, I agree.
I did not setup this configuration. I inherited it.
Thanks for all that you do.
Solved my own problem.
In Categories menu item, I checked Hide Category icons. This was never checked before and category icons were never displayed until version 3.3.1.
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Strange breadcrumb problemI have the same problem on ELTOWNHALL.COM
Note: Inland Wetland Agency 2020 Materials – May 18 is a relatively new page. I think this is the only page that is nested this deep. Other pages have been around for a long time and their breadcrumbs are fine.
Breadcrumb shows as:
Home ? Inland Wetland Agency 2020 Materials ? Inland Wetland Agency ? Boards & Commissions ? Government ? Inland Wetland Agency 2020 Materials – May 18
Breadcrumb should be:
Home ? Government ? Boards & Commissions ? Inland Wetland Agency ? Inland Wetland Agency 2020 Materials ? Inland Wetland Agency 2020 Materials – May 18
- This reply was modified 4 years, 6 months ago by Mike Meinz.
- This reply was modified 4 years, 6 months ago by Mike Meinz.
Forum: Plugins
In reply to: [Broken Link Checker] Important AnnouncementThis issue was fixed in Version 1.11.10.
https://www.ads-software.com/support/topic/extra-underscore-in-select-statement/
Thanks
Forum: Plugins
In reply to: [Broken Link Checker] Extra underscore in SELECT statementThis issue was fixed in Version 1.11.10.
Forum: Plugins
In reply to: [Broken Link Checker] Important AnnouncementThanks for your efforts on Broken Link Checker.
Please correct this issue:
https://www.ads-software.com/support/topic/extra-underscore-in-select-statement/- This reply was modified 4 years, 11 months ago by Mike Meinz.
Forum: Plugins
In reply to: [Broken Link Checker] Extra underscore in SELECT statementThis problem was identified in three SQL statements in Version 1.11.8. Version 1.11.9 was released some time ago and this problem is still not fixed.
Please remove underscore character in front of blc_instances
broken-link-checker\includes\any-post.php
275 ‘SELECT instance_id FROM'.$wpdb->;prefix.'_blc_instances
WHERE container_id = %d AND container_type = %s’,
303 $q_current_link_ids = ‘SELECT DISTINCT link_id FROM'.$wpdb->prefix.'_blc_instances
WHERE instance_id IN (\”.implode(“‘, ‘”, $current_instance_ids).’\’)’;
317 $wpdb->;query( ‘DELETE FROM'.$wpdb->prefix.'_blc_instances
WHERE instance_id IN (\”.implode(“‘, ‘”, $current_instance_ids).’\’)’ );- This reply was modified 4 years, 11 months ago by Mike Meinz.
- This reply was modified 4 years, 11 months ago by Mike Meinz.
- This reply was modified 4 years, 11 months ago by Mike Meinz.
- This reply was modified 4 years, 11 months ago by Mike Meinz.
- This reply was modified 4 years, 11 months ago by Mike Meinz.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PermissionsI updated to version 3.1.12 this morning.
The issue has been resolved.
Thanks for your help.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PermissionsTo be more specific, the “Edit ? Delete ? Edit Group” links are not displayed.
The previous My Calendar Plugin update was performed on April 13 at 8:56AM EDT.
- This reply was modified 5 years, 6 months ago by Mike Meinz.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Ignoring bookmark anchor tagsThanks Jordy. I sent you a private message via https://meowapps.com/contact
I used https://www.phpliveregex.com/#tab-preg-grep to test and found that the following may work for you.
/400x\d{2,4}.jpg/
I tested with these filenames. The first three were matches.
ffffffff400x400.jpg gggggggg400x200jpg 22222400x100.jpg sssssss200x400.jpg
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Attachments PluginI made the following modifications to Media Cleaner’s scan.php to make Media Cleaner handle the Attachments plugin. I hope you will consider adding this to the standard Media Cleaner plugin.
*** Added to the end of the __construct function in scan.php:
if ( class_exists( 'Attachments' ) ) add_action( 'wpmc_scan_postmeta', array( $this, 'scan_postmeta_attachments' ) );
*** Added to the end of scan.php:
public function scan_postmeta_attachments($id) { $postmeta_images_ids=array(); $attachments_json=get_post_meta($id,'attachments',true); // meta_key=='attachments' $attachments_decoded=is_string($attachments_json) ? json_decode($attachments_json) : false; if (!empty($attachments_decoded )) { foreach ($attachments_decoded as $AttachmentData => $TheAttachment) { foreach($TheAttachment as $AttachmentData => $attachment) { array_push($postmeta_images_ids,$attachment->id); } } } if (!empty($postmeta_images_ids)) { $this->core->add_reference_id($postmeta_images_ids, 'META (ID)' ); } }
*** An example of the format of the JSON string stored in the Meta_Value of Meta_Key==’attachments’ row for the post to which media items are attached
/* Example of Attachments plugin list of attachments to one Page/Post: id = Post_ID of Media Library item title = Title to be displayed when web page is composed. $attachments_json='{"attachments":[{"id":"27316","fields":{"title":"BOS June 20 2018 Regular Meeting Minutes"}},{"id":"27314","fields":{"title":"BOS June 20 2018 Public Hearing Minutes"}},{"id":"27302","fields":{"title":"BOS June 20 2018 Special Meeting Minutes"}},{"id":"27251","fields":{"title":"BOS June 6 2018 Regular Meeting Minutes"}},{"id":"27227","fields":{"title":"BOS June 6 2018 Public Hearing Minutes"}},{"id":"27069","fields":{"title":"BOS May 16 2018 Minutes"}},{"id":"26678","fields":{"title":"BOS April 18 2018 Minutes"}},{"id":"26608","fields":{"title":"BOS April 4 2018 Minutes"}},{"id":"26403","fields":{"title":"BOS March 7 2018 Regular Meeting Minutes"}},{"id":"26350","fields":{"title":"BOS March 7 2018 Special Budget Review Meeting"}},{"id":"26062","fields":{"title":"BOS February 21 2018 Regular Meeting Minutes"}},{"id":"26027","fields":{"title":"BOS February 21 2018 Public Hearing Minutes"}},{"id":"26002","fields":{"title":"BOS February 15 2018 Special Meeting Minutes"}},{"id":"25911","fields":{"title":"BOS February 7 2018 Minutes"}},{"id":"25812","fields":{"title":"BOS February 7 2018 Executive Session Minutes"}},{"id":"25802","fields":{"title":"BOS February 7 2018 Special Meeting Minutes"}},{"id":"25548","fields":{"title":"BOS January 17 2018 Minutes"}},{"id":"25458","fields":{"title":"BOS January 3 2018 Minutes"}}]}'; */
- This reply was modified 5 years, 9 months ago by Mike Meinz.
Forum: Plugins
In reply to: [Participants Database] wp_register_script problem after 1.8.4.8 updateThe previously reported errors did not occur after Participants Database version 1.8.4.9 was installed.
Thank you!