Title: adsim's Replies | WordPress.org

---

# adsim

  [  ](https://wordpress.org/support/users/adsim/)

 *   [Profile](https://wordpress.org/support/users/adsim/)
 *   [Topics Started](https://wordpress.org/support/users/adsim/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adsim/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adsim/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adsim/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adsim/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adsim/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/adsim/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/adsim/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Deleting uploaded files before sending form not possible](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/#post-18730544)
 * Thanks. Hm, replacing sanitize_file_name with sanitize_title removes the dot 
   from the path, but it doesn’t remove the error.
   If I try to delete a uploaded
   file I nevertheless get the “_Unauthorized Request!_” error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Deleting uploaded files before sending form not possible](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/#post-18727981)
 * I tried some things. On my development site I gone to dnd_get_upload_dir() function
   in the dnd-upload-cf7.php and outputted some variables in my error log.
   So at
   first I looked up $random_folder:
 *     ```wp-block-code
       ob_start(); print_r( $random_folder ); $contents = ob_get_contents(); ob_end_clean(); error_log( $contents ); 
       ```
   
 * No dot.
   Then I looked up $uploads_dir from the line below:
 *     ```wp-block-code
       ob_start(); print_r( $uploads_dir ); $contents = ob_get_contents(); ob_end_clean(); error_log( $contents ); 
       ```
   
 * There it is, the dot.
   So I looked up sanitize_file_name( $random_folder ):
 *     ```wp-block-code
       ob_start(); print_r( sanitize_file_name( $random_folder) ); $contents = ob_get_contents(); ob_end_clean(); error_log( $contents ); 
       ```
   
 * Also a dot.
 * So, for whatever reasons, sanitize_file_name adds here the dot.
 * Really strange.
 * P.S. I tried something else. I added a
 *     ```wp-block-code
       echo sanitize_file_name( '13603e0f-192b-436f-b4f7-17c05f7865a5' );
       ```
   
 * to random development sites simply in the page.php. Different plugins, different
   custom themes. The output is everytime the same: the string with a trailing dot.
    -  This reply was modified 6 months, 2 weeks ago by [adsim](https://wordpress.org/support/users/adsim/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Deleting uploaded files before sending form not possible](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/#post-18727922)
 * Thanks [@glenwpcoder](https://wordpress.org/support/users/glenwpcoder/). Interesting.
   Am I right the random name of the directory of the path is generated with the
   dnd_cf7_generate_cookie() function? 
   There everything seems to be ok. The string
   in the cookie contains no dot.So the erroneous manipulation must take place later.
 * It seems to be not related to server settings, because on my development site
   at another hoster the problem also occures.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Deleting uploaded files before sending form not possible](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/deleting-uploaded-files-before-sending-form-not-possible/#post-18726438)
 * Thanks for your quick answer. Can you tell me in which path the dot is?
 * [https://advanced-simple.de/drag-and-drop-uploader-settings.png](https://advanced-simple.de/drag-and-drop-uploader-settings.png)
 * The settings and site info are from the staging site, but the error appears there
   too.
 *     ```wp-block-code
       `### wp-core ###version: 6.8.3site_language: de_DEuser_language: de_DEtimezone: +02:00permalink: /blog/%postname%/https_status: truemultisite: falseuser_registration: 0blog_public: 0default_comment_status: undefinedenvironment_type: productionuser_count: 5dotorg_communication: true ### wp-paths-sizes ###wordpress_path: /var/www/vhosts/bancos.com/staging.bancos.comwordpress_size: 84,41 MB (88512317 bytes)uploads_path: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/uploadsuploads_size: 746,21 MB (782453817 bytes)themes_path: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/themesthemes_size: 9,40 MB (9853848 bytes)plugins_path: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/pluginsplugins_size: 160,47 MB (168267809 bytes)fonts_path: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/uploads/fontsfonts_size: directory not founddatabase_size: 58,42 MB (61259776 bytes)total_size: 1,03 GB (1110347567 bytes) ### wp-dropins (2) ###advanced-cache.php: truemaintenance.php: true ### wp-active-theme ###name: Theme for BANCOS (bancos-theme)version: 1.7.4author: Sven Albrechtauthor_website: https://advanced-simple.de/parent_theme: nonetheme_features: core-block-patterns, automatic-feed-links, html5, post-thumbnails, editor-style, widgets-block-editor, menustheme_path: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/themes/bancos-themeauto_update: Deaktiviert ### wp-themes-inactive (1) ###Twenty Twenty-Five: version: 1.3, author: Das WordPress-Team, Automatische Aktualisierungen deaktiviert ### wp-plugins-active (29) ###AccelerateWP: version: 3.19.0.1-1.1-27, author: CloudLinux, Automatische Aktualisierungen deaktiviertAdvanced Custom Fields Multilingual: version: 2.1.5, author: OnTheGoSystems, Automatische Aktualisierungen deaktiviertAdvanced Custom Fields PRO: version: 6.6.2, author: WP Engine, Automatische Aktualisierungen deaktiviertAdvanced Editor Tools: version: 5.9.2, author: Automattic, Automatische Aktualisierungen deaktiviertBreadcrumb NavXT: version: 7.4.1, author: John Havlik, Automatische Aktualisierungen deaktiviertCCM19 Integration: version: 1.1.9, author: Papoo Software & Media GmbH, Automatische Aktualisierungen deaktiviertCF7 Apps: version: 3.2.1, author: CF7Apps, Automatische Aktualisierungen deaktiviertClassic Editor: version: 1.6.7, author: WordPress Contributors, Automatische Aktualisierungen deaktiviertContact Form 7: version: 6.1.3, author: Rock Lobster Inc., Automatische Aktualisierungen deaktiviertDrag and Drop Multiple File Upload for Contact Form 7: version: 1.3.9.2, author: Glen Don L. Mongaya, Automatische Aktualisierungen deaktiviertEnhanced Media Library: version: 2.9.4, author: wpUXsolutions, Automatische Aktualisierungen deaktiviertetracker Analytics: version: 2.7.6, author: etracker GmbH, Automatische Aktualisierungen deaktiviertInternal Links Manager: version: 3.0.3, author: webraketen, Automatische Aktualisierungen deaktiviertMigrate Guru: version: 5.88, author: Migrate Guru, Automatische Aktualisierungen deaktiviertPost Type Switcher: version: 4.0.1, author: Triple J Software, Inc., Automatische Aktualisierungen deaktiviertRedirection: version: 5.5.2, author: John Godley, Automatische Aktualisierungen deaktiviertResponsive video embed: version: 0.5.2, author: Luuptek, Automatische Aktualisierungen deaktiviertSafe SVG: version: 2.4.0, author: 10up, Automatische Aktualisierungen deaktiviertShariff Wrapper: version: 4.6.15, author: Jan-Peter Lambeck & 3UU, Automatische Aktualisierungen deaktiviertSimple History: version: 5.18.0, author: Pär Thernström, Automatische Aktualisierungen deaktiviertSite Kit by Google: version: 1.165.0, author: Google (latest version: 1.166.0), Automatische Aktualisierungen deaktiviertWPCode Lite: version: 2.3.1, author: WPCode, Automatische Aktualisierungen deaktiviertWPML Media Translation: version: 3.0.0, author: OnTheGoSystems, Automatische Aktualisierungen deaktiviertWPML Multilingual CMS: version: 4.8.4, author: OnTheGoSystems (latest version: 4.8.5), Automatische Aktualisierungen deaktiviertWPML Multilingual for CF7: version: 1.3.3, author: OnTheGoSystems, Automatische Aktualisierungen deaktiviertWPML String Translation: version: 3.4.1, author: OnTheGoSystems, Automatische Aktualisierungen deaktiviertYoast Duplicate Post: version: 4.5, author: Enrico Battocchi & Team Yoast, Automatische Aktualisierungen deaktiviertYoast SEO: version: 26.3, author: Team Yoast (latest version: 26.4), Automatische Aktualisierungen deaktiviertYoast SEO Premium: version: 25.0, author: Team Yoast, Automatische Aktualisierungen deaktiviert ### wp-media ###image_editor: WP_Image_Editor_Imagickimagick_module_version: 1693imagemagick_version: ImageMagick 6.9.13-25 Q16 x86_64 18639 https://legacy.imagemagick.orgimagick_version: 3.8.0file_uploads: 1post_max_size: 2Gupload_max_filesize: 2Gmax_effective_size: 2 GBmax_file_uploads: 20imagick_limits:imagick::RESOURCETYPE_AREA: 736 GBimagick::RESOURCETYPE_DISK: 9.2233720368548E+18imagick::RESOURCETYPE_FILE: 6144imagick::RESOURCETYPE_MAP: 368 GBimagick::RESOURCETYPE_MEMORY: 184 GBimagick::RESOURCETYPE_THREAD: 1imagick::RESOURCETYPE_TIME: 0imagemagick_file_formats: 3FR, 3G2, 3GP, A, AAI, AI, APNG, ART, ARW, AVI, AVS, B, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FLV, FRACTAL, FTP, FTS, G, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCREENSHOT, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUVgd_version: bundled (2.1.0 compatible)gd_formats: GIF, JPEG, PNG, WebP, BMP, AVIF, XPMghostscript_version: 9.27 ### wp-server ###server_architecture: Linux 4.18.0-553.37.1.lve.el8.x86_64 x86_64httpd_software: Apachephp_version: 8.3.27 64bitphp_sapi: fpm-fcgimax_input_variables: 5000time_limit: 300memory_limit: 2048Mmax_input_time: 300upload_max_filesize: 2Gphp_post_max_size: 2Gcurl_version: 7.61.1 OpenSSL/1.1.1ksuhosin: falseimagick_availability: truepretty_permalinks: truehtaccess_extra_rules: truestatic_robotstxt_file: truecurrent: 2025-11-20T10:26:07+00:00utc-time: Thursday, 20-Nov-25 10:26:07 UTCserver-time: 2025-11-20T12:26:05+02:00 ### wp-database ###extension: mysqliserver_version: 10.6.21-MariaDB-cll-lveclient_version: mysqlnd 8.3.27max_allowed_packet: 16777216max_connections: 151 ### wp-constants ###WP_HOME: https://staging.bancos.comWP_SITEURL: https://staging.bancos.comWP_CONTENT_DIR: /var/www/vhosts/bancos.com/staging.bancos.com/wp-contentWP_PLUGIN_DIR: /var/www/vhosts/bancos.com/staging.bancos.com/wp-content/pluginsWP_MEMORY_LIMIT: 128MWP_MAX_MEMORY_LIMIT: 128MWP_DEBUG: falseWP_DEBUG_DISPLAY: trueWP_DEBUG_LOG: falseSCRIPT_DEBUG: falseWP_CACHE: trueCONCATENATE_SCRIPTS: trueCOMPRESS_SCRIPTS: undefinedCOMPRESS_CSS: undefinedWP_ENVIRONMENT_TYPE: undefinedWP_DEVELOPMENT_MODE: undefinedDB_CHARSET: utf8DB_COLLATE: undefined ### wp-filesystem ###wordpress: writablewp-content: writableuploads: writableplugins: writablethemes: writablefonts: does not exist ### acf ###version: 6.6.2plugin_type: PROupdate_source: ACF Directactivated: trueactivated_url: https://staging.bancos.comlicense_type: Personallicense_status: activesubscription_expires: 1784620871ui_field_groups: 42php_field_groups: 0json_field_groups: 0rest_field_groups: 0post_types_enabled: trueui_post_types: 5json_post_types: 0ui_taxonomies: 8json_taxonomies: 0ui_options_pages_enabled: trueui_options_pages: 0json_options_pages: 0php_options_pages: 5rest_api_format: lightregistered_acf_blocks: 0blocks_per_api_version:blocks_per_acf_block_version:blocks_using_post_meta: 0preload_blocks: trueadmin_ui_enabled: truefield_type-modal_enabled: truefield_settings_tabs_enabled: falseshortcode_enabled: trueregistered_acf_forms: 0json_save_paths: 1json_load_paths: 1 ### google-site-kit ###version: 1.165.0php_version: 8.3.27wp_version: 6.8.3reference_url: https://staging.bancos.comamp_mode: nosite_status: not-connecteduser_status: not authenticatedverification_status: not-verifiedconnected_user_count: 1active_modules: site-verification, search-console, ads, analytics-4, tagmanager, pagespeed-insightsrecoverable_modules: nonerequired_scopes:openid: ⭕https://www.googleapis.com/auth/userinfo.profile: ⭕https://www.googleapis.com/auth/userinfo.email: ⭕https://www.googleapis.com/auth/siteverification: ⭕https://www.googleapis.com/auth/webmasters: ⭕https://www.googleapis.com/auth/analytics.readonly: ⭕https://www.googleapis.com/auth/tagmanager.readonly: ⭕capabilities:googlesitekit_authenticate: ✅googlesitekit_setup: ✅googlesitekit_view_posts_insights: ⭕googlesitekit_view_dashboard: ⭕googlesitekit_manage_options: ⭕googlesitekit_update_plugins: ⭕googlesitekit_view_splash: ✅googlesitekit_view_authenticated_dashboard: ⭕googlesitekit_view_wp_dashboard_widget: ⭕googlesitekit_view_admin_bar_menu: ⭕googlesitekit_view_shared_dashboard: ⭕googlesitekit_read_shared_module_data::["search-console"]: ⭕googlesitekit_read_shared_module_data::["analytics-4"]: ⭕googlesitekit_read_shared_module_data::["pagespeed-insights"]: ⭕googlesitekit_manage_module_sharing_options::["search-console"]: ⭕googlesitekit_manage_module_sharing_options::["analytics-4"]: ⭕googlesitekit_manage_module_sharing_options::["pagespeed-insights"]: ⭕googlesitekit_delegate_module_sharing_management::["search-console"]: ⭕googlesitekit_delegate_module_sharing_management::["analytics-4"]: ⭕googlesitekit_delegate_module_sharing_management::["pagespeed-insights"]: ⭕enabled_features:adsPax: ⭕googleTagGateway: ⭕gtagUserData: ⭕privacySandboxModule: ⭕proactiveUserEngagement: ⭕setupFlowRefresh: ⭕active_conversion_event_providers:contact-form-7: contactconsent_mode: disabledconsent_api: not-detectedsearch-console_shared_roles: nonesearch-console_management: owneranalytics-4_shared_roles: noneanalytics-4_management: ownerpagespeed-insights_shared_roles: nonepagespeed-insights_management: all_adminskey_metrics_status: Eingerichtet und aktiviertkey_metrics_source: Individualisierte Messwertesearch_console_property: sc-domain:bancos.comads_conversion_tracking_id: AW-1•••••••••analytics_4_account_id: 3484•••••analytics_4_property_id: 4811706••analytics_4_web_data_stream_id: 1035•••••••analytics_4_measurement_id: G-JZ••••••••analytics_4_use_snippet: yesanalytics_4_available_custom_dimensions: googlesitekit_post_typeanalytics_4_ads_linked: falseanalytics_4_ads_linked_last_synced_at: undefinedanalytics_4_site_kit_audiences: New visitors, Returning visitorstagmanager_account_id: 6006••••••tagmanager_container_id: GTM-M4G••••tagmanager_amp_container_id: nonetagmanager_use_snippet: yes
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] Fatal error after updating](https://wordpress.org/support/topic/fatal-error-after-updating-22/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-after-updating-22/#post-18541744)
 * Hi [@sal4sup](https://wordpress.org/support/users/sal4sup/),
 * I set up a staging site so I can easily test without interfering the business
   on the live site.
 * And surprise surprise, if I switch the language of the site to English everything
   is fine and I don’t get the error.
 * Well then? What can I do to get it work again with the language set to German?
 * I created a new user for you. So you should have got an email on your dhlsupport(
   at)progressus.io from [https://raps-stage.advanced-web.dev](https://raps-stage.advanced-web.dev)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooPayments: Integrated WooCommerce Payments] Express checkout ignores minimum order value](https://wordpress.org/support/topic/express-checkout-ignores-minimum-order-value/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/express-checkout-ignores-minimum-order-value/#post-18516244)
 * Hi [@mahfuzurwp](https://wordpress.org/support/users/mahfuzurwp/) , we use a 
   code snippet for this:
 *     ```wp-block-code
       add_action( 'woocommerce_checkout_process', 'wc_minimum_order_amount' );add_action( 'woocommerce_before_cart' , 'wc_minimum_order_amount' );function wc_minimum_order_amount() {	// Set this variable to specify a minimum order value	$minimum = 20;	 	if ( WC()->cart->subtotal < $minimum ) {		 		if( is_cart() ) {		 			wc_print_notice(				sprintf( 'Der Mindestbestellwert beträgt %s, der Bestellwert Ihres Warenkorbs beträgt zur Zeit nur %s.' ,				woocommerce_price( $minimum ),				woocommerce_price( WC()->cart->subtotal )				), 'error'			);		 		} else {		 			wc_add_notice(				sprintf( 'Der Mindestbestellwert beträgt %s, der Bestellwert Ihres Warenkorbs beträgt zur Zeit nur %s.' ,				woocommerce_price( $minimum ),				woocommerce_price( WC()->cart->subtotal )				), 'error'			);		 	    }	} }
       ```
   
 * I guess there should be a additional hook to be added?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Internal Link Juicer: SEO Auto Linker for WordPress] Only a third of marked pages receive links](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/#post-15003736)
 * Ok. I understand.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Internal Link Juicer: SEO Auto Linker for WordPress] Only a third of marked pages receive links](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/#post-15002495)
 * I could send you credentials for a test environment where the wrong behavior 
   also happens.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Internal Link Juicer: SEO Auto Linker for WordPress] Only a third of marked pages receive links](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/#post-14980167)
 * I can confirm, that the parts do not get linked, come from the standard WordPress
   editor.
    The “Glossar” custom post type uses only the standard content editor
   of WordPress and the texts containing keywords to get linked are also coming 
   exclusivly from the standard content editor of WordPress. The strange thing is,
   there are no “technical” differences I can see between the keywords that get 
   linked and the keywords that don’t. They all come from the standard content editor.
   No custom fields, no shortcodes, nothing fancy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Internal Link Juicer: SEO Auto Linker for WordPress] Only a third of marked pages receive links](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/#post-14957780)
 * Sure. We use a custom build theme with several custom post types. No page builder.
   
   What I tried so far: 1. Deactivating all plugins except Internal Link Juicer,
   Advanced Custom Fields and WPML (the last 2 because there are functions in the
   theme that rely on them) 2. Changing the theme to a standard theme (TwentyOne)
   3. Change “$content = apply_filters(‘the_content’, get_the_content());” to “the_content;”
   inside the single template of the custom post type. 4. Copied the text of a custom
   post type post which contains keywords inside a normal post, to see if the keywords
   are grabbed in a normal post 5. Set up a dev enviroment at a different host
 * Nothing changed something.
 * What’s weird is that it is working on a third of the keywords.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Internal Link Juicer: SEO Auto Linker for WordPress] Only a third of marked pages receive links](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/only-a-third-of-marked-pages-receive-links/#post-14938873)
 * Sure. Thanks for the quick reply.
 * [http://paste.pics/82a37bf7dd97cbbd83041bf854678422](http://paste.pics/82a37bf7dd97cbbd83041bf854678422)
   
   [http://paste.pics/7d9dc6239ad3c44fc771b504aeb6b449](http://paste.pics/7d9dc6239ad3c44fc771b504aeb6b449)
   [http://paste.pics/cdd7258524dfac12c7064cd2642f6c7b](http://paste.pics/cdd7258524dfac12c7064cd2642f6c7b)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] Can’t create retoure label without setting status to “refunded”](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/#post-13667262)
 * Hm, the scenario is I (or better my client) would like to have a retoure label
   for an already shipped order. So in this case the original label has been created
   and was used.
    Our first thought was it must be possible to create the retoure
   label for this order in the moment we need it … as in AFTER the original label
   has been created (and was used!). But that’s not possible because the option 
   for the retoure label is now disabled. You wrote I could delete the existing 
   label, but can I do this if it was used for shipping the order? Maybe I’m only
   confused because the German text of the link for deleting the label is “Label
   stornieren” which means “cancel the label” and this sounds like you get the money
   back for the shipping.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] Can’t create retoure label without setting status to “refunded”](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/#post-13666815)
 * It doesn’t work this way. Maybe I missed something, but I don’t know what it 
   could be.
 * You can only generate one of both. If the retoure option is checked you can only
   create the retoure label, but not the shipping label. If the retoure option is
   NOT checked you can generate the shipping label, but have no chance to generate
   a retoure label.
 * You know what I mean?
 * You get an order in the WooCommerce shop, to send the ordered items you generate
   a shipping label for the order. Fine. But sometimes the customer want to send
   it back so you need a retoure label.
 * Any ideas what’s wrong?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] Can’t create retoure label without setting status to “refunded”](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/#post-13483381)
 * Do you mean I must create the retoure label “preventive” together with every 
   original label?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] Can’t create retoure label without setting status to “refunded”](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/)
 *  Thread Starter [adsim](https://wordpress.org/support/users/adsim/)
 * (@adsim)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/cant-create-retoure-label-without-setting-status-to-refunded/#post-13483369)
 * If the label has been created the retoure label option is disabled and the only
   way I found to enable it again is to set the status to “refunded”.

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/adsim/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/adsim/replies/page/2/?output_format=md)