Robby Barnes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Help with page backgroundThanks, Maheswar. Worked like a charm. / Robby
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Problem after WP update to 6.7Thanks again. I tried your suggested changes, with no success in WP version 6.7.
Apparently the problem was in that version. Today they offered (and I upgraded to) v. 6.7.1 and the problem went away. Next time I suppose I should wait a week or so to start troubleshooting…
Best wishes,
Robby Barnes
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Problem after WP update to 6.7Hello again,
Sorry if I wasn’t clear enough that I have been using the Simple Taxonomy plugin since 2013, and your Refresh version since roughly 2020 when the original plugin no longer worked on updated WP versions.
Responding to your question, my FE Authors taxonomy can be used on either Page or Attachment type, but it is mainly needed for WP pages.
As far as I know, all of the pages made up until the WP 6.7 update are functioning as normal and the problem occurs in adding FE Author terms to new pages or making changes to existing pages.
There are 2 templates on which the taxonomy is used:
- article-no-subtitle.php
- article-page.php
To hopefully simplify things, I have put a copy of the article-no-subtitle page template in Pastebin at
I hope it can facilitate troubleshooting on your end.
As to why the taxonomy works on your system and not on my WP install, I am wondering if this might relate to something going on at my host’s server or some change to my database made my the auto-update option I had set in my Admin dashboard.
I have a good recent site backup that I could restore, but would prefer to solve the problem in the updated WP / Theme / Plugin configuration.
Looking forward to hearing from you again,
Robby Barnes
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Problem after WP update to 6.7Hello again,
I re-set the
Display Terms with Posts
option toContent and excerpt
as you suggested, but the problem remained.Below I am pasting a copy of the page template for you to look at.
First, I would like to report some troubleshooting I have done on a clone of my site. Up to today it was running on WP 6.2. I updated it to 6.7 (PHP 8.3) and the same problem I am having on the main site appeared. I deactivated all plugins except Simple Taxonomy Refreshed and tried to make a new page using the FE Author terms. The problem remained.
I am using the Classic page editor and the FE Authors list appears in the Page Attributes section. It permits me to check boxes in the FE Authors list but when I click Update and view the page the name (in fact the whole “by” line) does not appear. Returning to the editor I see that the selected box is unchecked.
To clarify, I have not made any changes to the page template, which has been in use since 2013. In any case, below is a current copy from SFTP.
Thanks again for any and all help,
Robby
<div id="content-full" class="grid col-940">
<?php while (have_posts()) : the_post(); ?> <?php $options = get_option('responsive_theme_options'); ?> <?php if ($options['breadcrumb'] == 0): ?> <?php echo responsive_breadcrumb_lists(); ?> <?php endif; ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h1 class="post-title"><font color="B40431"><?php the_title(); ?></font></h1>
ID, ‘fe_author’, ‘by ‘, ‘, ‘, ‘ ‘ ); ?> Fifth Estate #post_parent) { $parent = $wpdb->get_row(“SELECT post_title FROM $wpdb->posts WHERE ID = $post->post_parent”); $parent_link = get_permalink($post->post_parent); ?> “>post_title; ?>
<?php if ( comments_open() ) : ?> <div class="post-meta"> <?php responsive_post_meta_data(); ?> <?php if ( comments_open() ) : ?> <span class="comments-link"> <span class="mdash">—</span> <?php comments_popup_link(__('No Comments ↓', 'responsive'), __('1 Comment ↓', 'responsive'), __('% Comments ↓', 'responsive')); ?> </span> <?php endif; ?> </div><!-- end of .post-meta --> <?php endif; ?> <div class="post-entry"> <?php the_content(__('Read more ›', 'responsive')); ?> <?php wp_link_pages(array('before' => '<div class="pagination">' . __('Pages:', 'responsive'), 'after' => '</div>')); ?> </div><!-- end of .post-entry --> <?php if ( comments_open() ) : ?> <div class="post-data"> <?php the_tags(__('Tagged with:', 'responsive') . ' ', ', ', '<br />'); ?> <?php the_category(__('Posted in %s', 'responsive') . ', '); ?> </div><!-- end of .post-data --> <?php endif; ?> <div class="post-edit"><?php edit_post_link(__('Edit', 'responsive')); ?></div> </div><!-- end of #post-<?php the_ID(); ?> --> <?php comments_template( '', true ); ?> <?php endwhile; ?> <?php if ( $wp_query->max_num_pages > 1 ) : ?> <div class="navigation"> <div class="previous"><?php next_posts_link( __( '‹ Older posts', 'responsive' ) ); ?></div> <div class="next"><?php previous_posts_link( __( 'Newer posts ›', 'responsive' ) ); ?></div> </div><!-- end of .navigation --> <?php endif; ?> <?php else : ?> <h1 class="title-404"><?php _e('404 — Fancy meeting you here!', 'responsive'); ?></h1> <p><?php _e('Don't panic, we'll get through this together. Let's explore our options here.', 'responsive'); ?></p> <h6><?php printf( __('You can return %s or search for the page you were looking for.', 'responsive'), sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', esc_url( get_home_url() ), esc_attr__('Home', 'responsive'), esc_attr__('← Home', 'responsive') )); ?></h6> <?php get_search_form(); ?>
</div><!-- end of #content-full -->
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Problem after WP update to 6.7Hello again,
With regard to how I am trying to output the assigned taxonomy elements, including the text of the shortcode or block being used for that, back in 2013 when I started the site, a volunteer (who was a professional programmer) helped me with the site and coded references to the taxonomy into two page templates, one called ‘Article page’ and the other ‘Article–no subtitle.’ I am not a programmer, so I can’t describe the details; but I am familiar with WordPress in general and have admin and SFTP access to the files used for the site.
At this time the custom taxonomy ‘FE Author’ fails to display on pages using either of these templates.
To see how the taxonomy normally works you can access
https://www.fifthestate.org/archive/102-april-2-15-1970/masthead/
Thanks very much for your help this far.
Robby
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Problem after WP update to 6.7Hello and thanks for your reply. Below I am pasting the fe_author taxonomy PHP file contents. For simplicity I will answer your second request in a separate reply.
<?php
/*
Plugin Name: XXX - FE Authors
Version: x.y.z
Plugin URI: https://www.example.com
Description: XXX - Taxonomy FE Authors
Author: XXX - Simple Taxonomy Refreshed Generator
Author URI: https://www.example.com
----
Copyright 2024 - XXX-Author
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
add_action( 'init', 'register_staxo_fe_author', 10 );
function register_staxo_fe_author() {
register_taxonomy( "fe_author",
array (
0 => 'page',
1 => 'attachment',
),
array (
'name' => 'fe_author',
'description' => '',
'labels' =>
array (
'name' => 'FE Authors',
'singular_name' => 'FE Author',
'search_items' => 'Search FE Authors',
'popular_items' => 'Popular FE Authors',
'all_items' => 'All FE Authors',
'parent_item' => 'Parent FE Author',
'parent_item_colon' => 'Parent FE Author:',
'name_field_description' => 'The name is how it appears on your site.',
'slug_field_description' => 'The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.',
'parent_field_description' => 'Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.',
'desc_field_description' => 'The description is not prominent by default; however, some themes may show it.',
'edit_item' => 'Edit FE Author',
'view_item' => 'View FE Author',
'update_item' => 'Update FE Authors',
'add_new_item' => 'Add New FE Author',
'new_item_name' => 'New FE Author Name',
'separate_items_with_commas' => 'Separate terms with commas',
'add_or_remove_items' => 'Add or remove terms',
'choose_from_most_used' => 'Choose from the most used terms',
'not_found' => 'No Terms found',
'no_terms' => 'No Terms',
'filter_by_item' => 'Filter by category',
'items_list_navigation' => 'Terms list navigation',
'items_list' => 'Terms list',
'most_used' => 'Most Used',
'back_to_items' => '← Back to Terms',
'item_link' => 'Category Link',
'item_link_description' => 'A link to a category.',
'name_admin_bar' => '',
'template_name' => 'Category Archives',
'archives' => 'All Categories',
'no_term' => 'No term',
),
'public' => true,
'publicly_queryable' => true,
'hierarchical' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_nav_menus' => true,
'show_tagcloud' => true,
'show_in_quick_edit' => true,
'show_admin_column' => true,
'capabilities' =>
array (
'manage_terms' => 'manage_categories',
'edit_terms' => 'manage_categories',
'delete_terms' => 'manage_categories',
'assign_terms' => 'edit_posts',
),
'rewrite' =>
array (
'slug' => 'fe_author',
'with_front' => true,
'hierarchical' => true,
'ep_mask' => 0,
),
'query_var' => 'fe_author',
'update_count_callback' => '',
'show_in_rest' => true,
'sort' => false,
) );
}
// Display Terms with Posts: none
// Display Terms Before text:
// Display Terms Separator: ,
// Display Terms After text:
// Show Terms in Feeds:Forum: Plugins
In reply to: [WooCommerce] Checkout not connecting to PayPalI was finally able to get in touch with a tech at my Web host, who fixed the problem from his end. Here is part of his explanation of the cause:
“From what I got on the error log, there are web application firewall rules blocking access when checking out items from the https://www.fifthestate.org/checkout/ page. On this case, I went ahead and disabled or whitelisted the said rules, to help prevent them from affecting the checkout page of the site.”
It would be interesting to know why these rules suddenly went into effect.
Forum: Plugins
In reply to: [WooCommerce] Checkout not connecting to PayPalHello carolM29,
Thanks very much for your reply.
I deactivated all plugins except for Woo and put the site on Twenty Twenty-four, but the problem persisted.
I activated PayPal Payments but the problem remained, although the PayPal button was visible.
The latest Fatal Error log is from August 1 (related to WP Rocket, not Woo). Not sure if this is relevant.
I saw a reference to a possible problem with WP Memory Limit ( https://woocommerce.com/document/increasing-the-wordpress-memory-limit/ ) but I don’t know haw to determine the limit being used for my site.
Just throwing this out in case it could be relevant.
I will appreciate any further help you can offer.
Robby
Forum: Plugins
In reply to: [WooCommerce] Checkout and coupons not workingHello,
I have a similar problem. My Checkout page gets an infinite re-try even though WC shows that I am connected to PayPal.
This can be reproduced by inspecting the public page for a product, e.g.:
https://www.fifthestate.org/product-category/print-edition/
Adding a product to the Cart and attempting to Check Out will reveal the infinite re-try.
- WordPress and PHP are up to date
- Things I have tried:
a. De-activated and re-activated all plugins related to WooCommerce
b. Put the site on a different theme (Twenty twenty-four)
c. Changed the payment gateway from PayPal Standard to PayPal Payments
- Restored the site from a previous backup (made shortly before the problem appeared)
- A copy of the latest WooCommerce Status Report is below my name.
I hope this info can be of use and will appreciate any and all help.
Best regards,
Robby Barnes
WordPress Environment
WordPress address (URL): https://www.fifthestate.org
Site address (URL): https://www.fifthestate.org
WC Version: 9.1.4
Legacy REST API Package Version: ? 1.0.4
Action Scheduler Version: ? 3.7.4
Log Directory Writable: ?
WP Version: 6.6.1
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ?
Language: en_US
External object cache: – Server Environment
Server Info: Apache
PHP Version: 8.3.2
PHP Post Max Size: 512 MB
PHP Time Limit: -1
PHP Max Input Vars: 3000
cURL Version: 7.68.0
OpenSSL/1.1.1f
SUHOSIN Installed: –
MySQL Version: 8.0.28-0ubuntu0.20.04.3
Max Upload Size: 512 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ? Database
WC Database Version: 9.1.4
WC Database Prefix: wp_ezn4cd_
Total Database Size: 224.15MB
Database Data Size: 115.59MB
Database Index Size: 108.56MB
wp_ezn4cd_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_ezn4cd_woocommerce_order_items: Data: 0.19MB + Index: 0.08MB + Engine InnoDB
wp_ezn4cd_woocommerce_order_itemmeta: Data: 1.52MB + Index: 1.91MB + Engine InnoDB
wp_ezn4cd_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_ezn4cd_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_ezn4cd_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
smackuci_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_actionscheduler_actions: Data: 1.28MB + Index: 0.20MB + Engine InnoDB
wp_ezn4cd_actionscheduler_claims: Data: 0.45MB + Index: 0.27MB + Engine InnoDB
wp_ezn4cd_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_actionscheduler_logs: Data: 1.22MB + Index: 0.14MB + Engine InnoDB
wp_ezn4cd_bpspro_db_backup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_bpspro_login_security: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_bpspro_seclog_ignore: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_bsearch: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_bsearch_backup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_bsearch_daily: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_bsearch_daily_backup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_comments: Data: 0.29MB + Index: 0.11MB + Engine MyISAM
wp_ezn4cd_contactformmaker: Data: 0.13MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_contactformmaker_blocked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_contactformmaker_submits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_contactformmaker_themes: Data: 0.55MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_contactformmaker_views: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_ewwwio_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_ezn4cd_frmt_form_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_ezn4cd_frmt_form_reports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_frmt_form_views: Data: 0.08MB + Index: 0.16MB + Engine InnoDB
wp_ezn4cd_import_detail_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_import_log_detail: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_import_postID: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_mdf_stat_buffer: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_mdf_stat_tmp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_nf_objectmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_nf_objects: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_nf_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_ninja_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ninja_forms_fav_fields: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ninja_forms_fields: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ninja_forms_subs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_options: Data: 4.23MB + Index: 0.14MB + Engine MyISAM
wp_ezn4cd_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_hash: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_imports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_pmxi_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_post_views: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_postmeta: Data: 10.39MB + Index: 4.55MB + Engine MyISAM
wp_ezn4cd_posts: Data: 40.73MB + Index: 59.21MB + Engine MyISAM
wp_ezn4cd_scck_content_type: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_content_type_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_content_type_fields_detail: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_content_type_fields_detail_tx: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_content_type_fields_group: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_content_type_fields_group_rel: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_scck_menu: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_siq_sync: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_smackcsv_file_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_sph_counter: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_sph_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_taxonomymeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_term_relationships: Data: 0.24MB + Index: 0.49MB + Engine MyISAM
wp_ezn4cd_term_taxonomy: Data: 0.06MB + Index: 0.05MB + Engine MyISAM
wp_ezn4cd_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_terms: Data: 0.06MB + Index: 0.11MB + Engine MyISAM
wp_ezn4cd_ultimate_csv_importer_acf_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ultimate_csv_importer_mappingtemplate: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ultimate_csv_importer_media: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_ultimate_csv_importer_shortcode_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_usermeta: Data: 0.07MB + Index: 0.02MB + Engine MyISAM
wp_ezn4cd_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_visual_form_builder_entries: Data: 0.42MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_visual_form_builder_fields: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_visual_form_builder_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_vs_current_online_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_vs_overall_counter: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wc_customer_lookup: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
wp_ezn4cd_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_ezn4cd_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_wc_order_product_lookup: Data: 0.22MB + Index: 0.28MB + Engine InnoDB
wp_ezn4cd_wc_order_stats: Data: 0.19MB + Index: 0.22MB + Engine InnoDB
wp_ezn4cd_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_ezn4cd_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ezn4cd_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_ezn4cd_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wfBadLeechers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfBlocks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfBlocksAdv: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfConfig: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_wfCrawlers: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_wfFileMods: Data: 0.43MB + Index: 0.13MB + Engine MyISAM
wp_ezn4cd_wfHits: Data: 0.08MB + Index: 0.02MB + Engine MyISAM
wp_ezn4cd_wfHoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfIssues: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfLeechers: Data: 0.05MB + Index: 0.07MB + Engine MyISAM
wp_ezn4cd_wfLockedOut: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfLocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfLogins: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_wfNet404s: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfReverseCache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfScanners: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wfStatus: Data: 0.09MB + Index: 0.03MB + Engine MyISAM
wp_ezn4cd_wfThrottleLog: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_ezn4cd_wfVulnScanners: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wplnst_scans: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_ezn4cd_wplnst_scans_objects: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_ezn4cd_wplnst_urls: Data: 1.52MB + Index: 4.92MB + Engine InnoDB
wp_ezn4cd_wplnst_urls_locations: Data: 3.52MB + Index: 3.69MB + Engine InnoDB
wp_ezn4cd_wplnst_urls_locations_att: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_ezn4cd_wplnst_urls_status: Data: 3.52MB + Index: 1.84MB + Engine InnoDB
wp_ezn4cd_wpr_above_the_fold: Data: 5.52MB + Index: 1.83MB + Engine InnoDB
wp_ezn4cd_wpr_rocket_cache: Data: 1.52MB + Index: 1.84MB + Engine InnoDB
wp_ezn4cd_wpr_rucss_used_css: Data: 4.52MB + Index: 3.94MB + Engine InnoDB
wp_ezn4cd_wsm_bounceVisits: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_browsers: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_countries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wsm_dailyHourlyReport: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_dateWiseBounce: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_dateWiseBounceRate: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_dateWiseFirstVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_dateWisePageViews: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_dateWiseVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_datewise_report: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_hourWiseBounce: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_hourWiseBounceRate: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_hourWiseFirstVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_hourWisePageViews: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_hourWiseVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_logUniqueVisit: Data: 3.52MB + Index: 3.47MB + Engine InnoDB
wp_ezn4cd_wsm_logVisit: Data: 8.52MB + Index: 7.03MB + Engine InnoDB
wp_ezn4cd_wsm_monthWiseBounce: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_monthWiseBounceRate: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_monthWiseFirstVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_monthWisePageViews: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_monthWiseVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_monthlyDailyReport: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_monthwise_report: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_oSystems: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_pageViews: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_regions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_resolutions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_searchEngines: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_toolBars: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_uniqueVisitors: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_url_log: Data: 1.52MB + Index: 0.22MB + Engine InnoDB
wp_ezn4cd_wsm_visitorInfo: Data: 0.00MB + Index: 0.00MB + Engine
wp_ezn4cd_wsm_yearlyMonthlyReport: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wsm_yearwise_report: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wtbp_columns: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wtbp_favorites: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wtbp_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_wtbp_modules_type: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wtbp_tables: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ezn4cd_wtbp_usage_stat: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_xt_statistic: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ezn4cd_yoast_indexable: Data: 3.52MB + Index: 1.92MB + Engine InnoDB
wp_ezn4cd_yoast_indexable_hierarchy: Data: 1.52MB + Index: 0.78MB + Engine InnoDB
wp_ezn4cd_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ezn4cd_yoast_primary_term: Data: 0.33MB + Index: 0.31MB + Engine InnoDB
wp_ezn4cd_yoast_seo_links: Data: 8.52MB + Index: 7.03MB + Engine InnoDB
wp_ezn4cd_yoast_seo_meta: Data: 0.42MB + Index: 0.00MB + Engine InnoDB Post Type Counts
acf: 1
amn_mi-lite: 1
attachment: 1185
awqsf: 1
custom_css: 1
forminator_forms: 1
fpf_fields: 2
is_search_form: 4
mdf_woo_sort: 1
meta_data_filter: 1
nav_menu_item: 23
nf_sub: 2
oembed_cache: 45
page: 5746
post: 2
product: 43
product_variation: 25
shop_order: 1341
shop_order_refund: 8
uwpqsf: 1
wc_product_table: 1
wpa-stats: 1943
wpforms: 1
wpt_product_table: 1
wp_block: 1
wp_global_styles: 1
wp_navigation: 1 Security
Secure connection (HTTPS): ?
Hide errors from visitors: ? Active Plugins (31)
Better Search: by WebberZone – 3.3.1
Classic Editor: by WordPress Contributors – 1.6.4
Column Shortcodes: by Codepress – 1.0.1
Customizer Export/Import: by The Beaver Builder Team – 0.9.7
Disable Embeds: by Pascal Birchler – 1.5.0
DreamHost Panel Login: by DreamHost
danielbachhuber – 1.0.0
Flexible Product Fields: by WP Desk – 2.4.2
Forminator: by WPMU DEV – 1.34.1
List Pages Shortcode: by Ben Huson
Aaron Harp – 1.7.7
Meta Box: by MetaBox.io – 5.9.11
SB Child List: by Sean Barton (Tortoise IT) – 4.5
Search & Filter: by Code Amp – 1.2.16
Simple Custom Post Order: by Colorlib – 2.5.7
Simple Taxonomy Refreshed: by Neil James – 3.2.0
Stealth Login Page: by Jesse Petersen – 4.0.0
TinyMCE Color Picker: by Janneke Van Dorpe – 1.3
UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
DavidAnderson – 2.24.4.1
WooCommerce Product Table Lite: by WC Product Table – 3.8.6
Checkout Field Editor for WooCommerce: by ThemeHigh – 2.0.3
Product Table by WBW: by WBW – 2.0.4
WooCommerce Legacy REST API: by WooCommerce – 1.0.4
WooCommerce PayPal Payments: by WooCommerce – 2.8.3
WooCommerce: by Automattic – 9.1.4
StoreCustomizer: by Kaira – 2.5.7
WordPress Importer: by wordpressdotorg – 0.8.2
Yoast SEO: by Team Yoast – 23.2
WP All Import: by Soflyy – 3.7.7
WP Rocket | Redirect HTTP to HTTPS: by WP Rocket Support Team –
WP Rocket: by WP Media – 3.16.4
WP Visitor Statistics (Real Time Traffic): by osamaesh – 6.9.6
WPMU DEV Dashboard: by WPMU DEV – 4.11.26 Inactive Plugins (2)
WooCommerce Order Test - WP Fix It: by WP Fix It – 3.2
WP Accessibility: by Joe Dolson – 2.1.11 Dropin Plugins ()
advanced-cache.php: advanced-cache.php Settings
API Enabled: ?
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
subscription (subscription)
variable (variable)
variable subscription (variable-subscription)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
Enforce Approved Product Download Directories: –
HPOS feature enabled: –
Order datastore: WC_Order_Data_Store_CPT
HPOS data sync enabled: – Logging
Enabled: ?
Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2
Retention period: 30 days
Level threshold: –
Log directory size: 8 KB WC Pages
Shop base: #16690 - /fe-store/
Cart: #16938 - /cart/ - Contains the [woocommerce_cart] shortcode
Checkout: #16939 - /checkout/ - Contains the [woocommerce_checkout] shortcode
My account: #16940 - /my-account/
Terms and conditions: ? Page not set Theme
Name: Responsive Child Theme
Version: 1.0.0
Author URL: https://themeid.com
Child Theme: ?
Parent Theme Name: Responsive
Parent Theme Version: 5.1.0
Parent Theme Author URL: https://cyberchimps.com
WooCommerce Support: ? Templates
Overrides: – WooCommerce PayPal Payments
Onboarded: ?
Shop country code: US
WooCommerce currency supported: ?
Advanced Card Processing available in country: ?
Pay Later messaging available in country: ?
Webhook status: –
PayPal Vault enabled: –
ACDC Vault enabled: –
Logging enabled: –
Reference Transactions: ?
Used PayPal Checkout plugin: –
Subscriptions Mode: Disabled Admin
Enabled Features: activity-panels
analytics
product-block-editor
coupons
core-profiler
customize-store
customer-effort-score-tracks
import-products-task
experimental-fashion-sample-products
shipping-smart-defaults
shipping-setting-tour
homescreen
marketing
mobile-app-banner
navigation
onboarding
onboarding-tasks
product-custom-fields
remote-inbox-notifications
remote-free-extensions
payment-gateway-suggestions
shipping-label-banner
subscriptions
store-alerts
transient-notices
woo-mobile-welcome
wc-pay-promotion
wc-pay-welcome-page
launch-your-store
Disabled Features: experimental-blocks
minified-js
pattern-toolkit-full-composability
product-pre-publish-modal
printful
settings
async-product-editor-category-field
product-editor-template-system
Daily Cron: ? Next scheduled: 2024-08-17 20:14:44 -08:00
Options: ?
Notes: 7
Onboarding: completed Action Scheduler
Complete: 240
Oldest: 2024-07-17 05:29:58 +0000
Newest: 2024-08-16 21:42:05 +0000
Failed: 506
Oldest: 2022-10-27 08:38:16 +0000
Newest: 2022-12-07 09:38:01 +0000
Pending: 9
Oldest: 2024-08-16 21:43:05 +0000
Newest: 2024-08-17 09:44:27 +0000 Status report information
Generated at: 2024-08-16 13:43:25 -08:00Forum: Fixing WordPress
In reply to: Problem setting parent page attribute using Block EditorHello again,
I will continue using the Classic Editor and hope that it won’t be phased out until the Block Editor’s Parent Page selection dropdown (auto-complete) can be made compatible. Thanks to those who are working to make this happen. / RobbyForum: Reviews
In reply to: [Gutenberg] I wish WordPress would wake up and get rid of Gutenberg.Hi folks,
I can sympathize with Gary Gordon’s problem with Gutenberg, and, yes, looking for solutions in the vastness of WP Support forums sometimes seems as vexing as the original issue.
I have a problem with Gutenberg compatibility that I think and hope could add to discussion of general WP development strategy and responsibility structures for same.
I recently posted a request for troubleshooting help here:
The post relates to a specific problem I am having in converting over from the Classic Editor to Gutenberg.
So far the only reply to my post, which you can read on the same page, is a suggestion that I engage with my Web host to install an alternative database for my WP installation.
In the Web searches leading up to my posting I found that, probably, hundreds of other users have had problems similar mine.
Instead of us each hunting down new databases, wouldn’t it have been advisable for Gutenberg developers to solve the compatibility problem?
My understanding is that WP intend to discontinue the Classic Editor functionality this year (2022). Will Gutenberg compatibility issues be solved before Classic Editor users and their posts and pages are left to their own devices?
Forum: Fixing WordPress
In reply to: Problem setting parent page attribute using Block EditorThanks for your reply, threadi.
To clarify a little, the auto-complete field in my Gutenberg Editor, in addition to one- and two-digit titles, is failing to display many other pages. For example it doesn’t show the Archive page (which is only one level below the Home page) as well as others.
I have been using the Classic Editor for some time. It also has an auto-complete dropdown for selecting a parent page and it displays all pages for me.
Actually, the main reason I decided to switch to the Gutenberg Editor is my understanding that WP will be phasing out the Classic Editor sometime this year. If that is incorrect, I will be glad to just keep on using the Classic Editor.Forum: Plugins
In reply to: [WooCommerce] Error: Billing State / County is a required fieldI have not had any responses to this post in over a week.
Is there a more appropriate forum to post it on?Forum: Plugins
In reply to: [Woo Donations] Who Donated Feedunsubscribe
Forum: Themes and Templates
In reply to: [Responsive] Replacing custom page templateHello again,
Thanks for your help. The page works well, either with the template or the built-in full-page template.
Robby Barnes