pvde
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] DB yoast_indexable & yoast_indexable_hierarchyThank you for responding.
I don’t want to reset or let my site rescan. I want to stop Yoast from filling up these tables overall. I only use Yoast for the SEO Title function since you can add the current date to a title. In that matter, 1/1.5 extra GB in your DB is a complete waste of resources.
How can I stop the plugin from scanning the site? So that after I empty the tables manually it doesn’t start over with the process.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Not OpeningCan you go to settings > Permalinks and just click & save them again?
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Not OpeningI had the same problems for a long time. I turned off the Yoast sitemaps and I started using the ‘standard’ sitemap from WordPress. It works smoothly and Search Console has no problems indexing.
After you switched it off just go to;
https://www.your-url.com/wp-sitemap.xml
I’ve modified some tweaks, in case you want to show more posts/pages in your feed or when you want to hide certain pages, for exampels tags of categories. Just add either of the lines below to your theme’s functions.php;
// WORDPRESS SITEMAP
// INCREASE URL COUNT FROM 1000 TO 5000 PER SITEMAP
add_filter( ‘wp_sitemaps_max_urls’, ‘filter_function_name_9755’, 10, 2 );
function filter_function_name_9755( $max_urls, $object_type ){
return 5000;
}// REMOVE USERS FROM SITEMAP
add_filter(
‘wp_sitemaps_add_provider’,
function( $provider, $name ) {
if ( ‘users’ === $name ) {
return false;
}
return $provider;
},
10,
2);// REMOVE CATEGORIES FROM SITEMAP
add_filter(
‘wp_sitemaps_taxonomies’,
function( $taxonomies ) {
unset( $taxonomies[‘category’] );
return $taxonomies;
}
);// REMOVE TAGS FROM SITEMAP
add_filter(
‘wp_sitemaps_taxonomies’,
function( $taxonomies ) {
unset( $taxonomies[‘post_tag’] );
return $taxonomies;
}
);// REMOVE PAGES FROM SITEMAP
add_filter(
‘wp_sitemaps_post_types’,
function( $post_types ) {
unset( $post_types[‘page’] );
return $post_types;
}
);Forum: Plugins
In reply to: [WooCommerce] Additional information not showingAnyone?
Forum: Plugins
In reply to: [WooCommerce] Additional information not showingHello, it’s not resolved yet.
Nothing worked. It’s still not showing up
Forum: Plugins
In reply to: [WooCommerce] Additional information not showingHello!
If I remove all the Attributes, the “Additional information” tab disappears.
When I put everything back, it shows up again but without the content.
Forum: Plugins
In reply to: [WooCommerce] Additional information not showingHello,
Thanks for sharing the site status. It looks like you still had some plugins and a third-party theme activated. Can you please try after disabling all of them?
I did. It still didn’t work after that.
Here it works:
https://www.reschemical.com/product/6-apb-benzofury/Here it doesn’t:
https://www.reschemical.com/product/4-fma/Forum: Plugins
In reply to: [WooCommerce] Additional information not showingI did as you request. Activated storefront and only the Woocommerce plugin. Still nothing showed up on the ‘Additional information’ tab.
screenshot: https://postimg.cc/75GGJQWY
This is the config. detail:
### WordPress Environment ###WordPress address (URL): https://www.123rc.nl
Site address (URL): https://www.123rc.nl
WC Version: 5.0.0
REST API Version: ? 5.0.0
WC Blocks Version: ? 4.0.0
Action Scheduler Version: ? 3.1.6
WC Admin Version: ? 1.9.0
Log Directory Writable: ?
WP Version: 5.6.2
WP Multisite: –
WP Memory Limit: 1 GB
WP Debug Mode: –
WP Cron: ?
Language: nl_NL
External object cache: –### Server Environment ###
Server Info: nginx/1.18.0
PHP Version: 7.4.15
PHP Post Max Size: 24 MB
PHP Time Limit: 256
PHP Max Input Vars: 50000
cURL Version: 7.29.0
NSS/3.53.1SUHOSIN Installed: –
MySQL Version: 5.5.68-MariaDB
Max Upload Size: 16 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ?### Database ###
WC Database Version: 5.0.0
WC Database Prefix: IuUeR_
Totale databasegrootte: 19.14MB
Database datagrootte: 15.12MB
Database index grootte: 4.02MB
IuUeR_woocommerce_sessions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
IuUeR_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
IuUeR_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
IuUeR_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_actionscheduler_actions: Data: 0.22MB + Index: 0.17MB + Engine InnoDB
IuUeR_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_actionscheduler_logs: Data: 1.42MB + Index: 0.38MB + Engine InnoDB
IuUeR_automatewoo_abandoned_carts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
IuUeR_automatewoo_customers: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
IuUeR_automatewoo_customer_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_automatewoo_events: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_automatewoo_guests: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
IuUeR_automatewoo_guest_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_automatewoo_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_automatewoo_log_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_automatewoo_queue: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_automatewoo_queue_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
IuUeR_commercekit_waitlist: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_commercekit_wishlist: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_commercekit_wishlist_items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_elfsight_instagram_feed_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_elfsight_instagram_feed_ig_user: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_elfsight_instagram_feed_widgets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_followup_coupons: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_coupon_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_followup_customers: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
IuUeR_followup_customer_carts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_customer_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_customer_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_followup_email_excludes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_followup_email_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_followup_email_orders: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
IuUeR_followup_email_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
IuUeR_followup_followup_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_followup_order_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_order_items: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_followup_subscribers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_subscribers_to_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_followup_subscriber_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_options: Data: 5.03MB + Index: 0.19MB + Engine InnoDB
IuUeR_postmeta: Data: 2.47MB + Index: 0.34MB + Engine InnoDB
IuUeR_posts: Data: 2.03MB + Index: 0.13MB + Engine InnoDB
IuUeR_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_css_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_sliders: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_sliders_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_slides: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_usermeta: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
IuUeR_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
IuUeR_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_wc_points_rewards_user_points: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_wc_points_rewards_user_points_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_wc_point_of_sale_sale_reports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
IuUeR_wc_pos_grid_tiles: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
IuUeR_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_wc_warranty_products: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
IuUeR_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
IuUeR_wrd_discounts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_wrd_sent_coupons: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_yoast_indexable: Data: 0.17MB + Index: 0.11MB + Engine InnoDB
IuUeR_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
IuUeR_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
IuUeR_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
IuUeR_yoast_seo_links: Data: 0.06MB + Index: 0.03MB + Engine InnoDB### Post Type Counts ###
attachment: 82
carts: 3
custom_css: 3
customize_changeset: 18
elementor_library: 3
global_product_addon: 1
mc4wp-form: 1
nav_menu_item: 53
oembed_cache: 45
page: 30
pos_grid: 1
pos_outlet: 1
pos_receipt: 1
pos_register: 1
pos_session: 1
pos_temp_order: 7
post: 15
product: 17
product_variation: 33
revision: 287
shop_coupon: 1
shop_order: 1
shop_order_refund: 1
wpcf7_contact_form: 2### Security ###
Secure connection (HTTPS): ?
Hide errors from visitors: ?### Active Plugins (34) ###
Akismet Anti-Spam: door Automattic – 4.1.9
AutomateWoo: door WooCommerce – 5.3.0
Autoptimize: door Frank Goossens (futtta) – 2.8.1
CommerceGurus Commercekit: door CommerceGurus – 1.2.3
Contact Form 7: door Takayuki Miyoshi – 5.4
Elementor Pro: door Elementor.com – 3.1.1
Elementor: door Elementor.com – 3.1.3
Jetpack door WordPress.com: door Automattic – 9.5
Kirki Customizer Framework: door David Vongries – 3.1.6
Mailchimp voor WooCommerce: door Mailchimp – 2.5.0
MC4WP: Mailchimp for WordPress: door ibericode – 4.8.3
Slider Revolution: door ThemePunch – 6.4.2
WooCommerce PostNL: door PostNL – 4.0.2
WooCommerce Bulk Stock Management: door WooCommerce – 2.2.31
Cart Reports for WooCommerce: door WooCommerce – 1.2.9
WooCommerce Cost of Goods: door SkyVerge – 2.10.0
WooCommerce Dynamic Pricing: door Element Stark – 3.1.24
WooCommerce Stripe Gateway: door WooCommerce – 4.9.0
WooCommerce Google Analytics Integration: door WooCommerce – 1.5.1
WooCommerce Order Barcodes: door WooCommerce – 1.3.23
Point of Sale for WooCommerce: door Actuality Extensions – 5.4.0
WooCommerce Points and Rewards: door WooCommerce – 1.6.43
WooCommerce Google Product Feed: door Ademti Software Ltd. – 9.6.0
WooCommerce Review for Discount: door WooCommerce – 1.6.21
WooCommerce Sales Report Email: door WooCommerce – 1.1.20
WooCommerce Sequential Order Numbers Pro: door SkyVerge – 1.17.0
WooCommerce Smart Coupons: door StoreApps – 4.17.0
WooCommerce Store Credit: door Themesquad – 3.5.1
WooCommerce Waitlist: door Neil Pie – 2.2.4
WooCommerce Warranty Requests: door WooCommerce – 1.9.22
WooCommerce: door Automattic – 5.0.0
Yoast SEO: door Team Yoast – 15.9.1
WP-Mail-SMTP: door WPForms – 2.6.0
YITH WooCommerce PDF Invoice and Shipping List Premium: door YITH – 2.0.19### Inactive Plugins (0) ###
### Dropin Plugins (1) ###
maintenance.php: maintenance.php
### Settings ###
API Enabled: –
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)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: ?
### WC Pages ###
Winkelbasis: #17 – /shop/
Winkelmand: #18 – /shop/cart/
Afrekenen: #19 – /shop/afrekenen/
Mijn account: #20 – /shop/account/
Algemene voorwaarden: #22 – /algemene-voorwaarden/### Theme ###
Name: Shoptimizer Child Theme
Version: 1.2.1
Author URL:
Child Theme: ?
Parent Theme Name: Shoptimizer
Parent Theme Version: 2.3.6
Parent Theme Author URL: https://www.commercegurus.com/
WooCommerce Support: ?### Templates ###
Overrides: –
### WooCommerce Google Product Feed options ###
Google merchant centre product feed: Enabled
Google merchant centre product review feed: Enabled
Bing merchant centre feed: Enabled
Google merchant centre local product inventory feed: –
Google merchant centre local products feed (legacy): –
Google merchant centre product inventory feed (legacy): –
Include variations in feed: Enabled
Send “item group ID”: Enabled
Expanded schema markup: –
Debug key: 8df10095-790e-49bb-889e-4eda216f376a### WooCommerce Google Product Feed fields ###
Title: Pre-populates from product product_title.
Product description: Main product description (full preferred) plus variation description
Availability: Defaults to “in stock”.
Condition: Defaults to “new”.
Brand: Defaults to “Research Chemicals B.V.”.
Manufacturer Part Number (MPN): Pre-populates from product sku.
Product Type:
Google Product Category:
Colour: Pre-populates from pa_capsule-kleur taxonomy.
Size: Pre-populates from product product_title.
Size system: Defaults to “EU”.
Material: Pre-populates from pa_soort-capsule taxonomy.### Action Scheduler ###
Complete: 615
Oldest: 2021-02-06 17:54:34 +0100
Newest: 2021-03-08 12:09:46 +0100Failed: 4
Oldest: 2021-02-25 18:40:34 +0100
Newest: 2021-03-01 15:55:09 +0100Pending: 1
Oldest: 2021-03-09 06:03:28 +0100
Newest: 2021-03-09 06:03:28 +0100Forum: Fixing WordPress
In reply to: Core Sitemap is not initializingI’m still having difficulties on my other sites.
Also, you can use the wp_sitemaps_enabled filter to enable the enable/disable WordPress’ sitemap.
How can I implement this into my functions?
Forum: Fixing WordPress
In reply to: Core Sitemap is not initializingYes I am clueless how it is possible that it works now. I am already struggling with this issue for days.
Anyways, I appreciate the help!
Forum: Fixing WordPress
In reply to: Core Sitemap is not initializingNo really, I don’t use another sitemap.
Also, you can use the wp_sitemaps_enabled filter to enable the enable/disable WordPress’ sitemap.
How can I implement this into my functions?
I’ve fixed this plugin with image url’s in the export file.
I’m selling it for [moderated].
same here. I am have already heard since november ’12 that this feature will be made available asap. So why is this topic already marked as resolved?
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upVersion 2.3.6 | By Héctor Cabrera | Visit plugin site
Looking good dude! great job!
no more CSS conflicts and everything works like it did before. many thanks!
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed updo you want admin access to 9hill.com so you can test it ?
If so, how can I contact you best?