• Although this was not a very user-friendly tool (except for programmers), it was extremely versatile and remained quite useful for many years. However, after upgrading a client site from WordPress 5.3 to 5.6, it finally broke. It works somewhat, but not correctly. Links created in each loop iteration are now left with an untranslated shorcode in place of a specific post name/address, as in “https: / / mydomain.com/[url]”.

    Oh, well, I’m pretty sure I got my money’s worth out of it. So, I cannot complain.

    However, if anyone knows of or can find a fix for it before I have dispensed with it’s use, I would be appreciative.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kailey (trepmal)

    (@trepmal)

    A quick test of the plugin on my WP5.6 install looks okay.

    Are you able to reproduce the problem outside of your client’s site? If possible, can you deactivate some other plugins to see if there’s a conflict? Were any other plugins updated at the same time?

    You’ve probably already tried resaving the widget, but if you haven’t that’s good to try too.

    Any other additional details you can provide could help narrow down why it works on my side but not on yours. /wp-admin/site-health.php?tab=debug provides a bunch of info if you’re comfortable sharing that.

    • This reply was modified 3 years, 10 months ago by Kailey (trepmal). Reason: spelling
    Thread Starter David Burkhart

    (@dlburkhart)

    Thank you for replying to my request.

    I did try the site health debugger. It did not seem to contain anything helpful. But, it is attached at the bottom of this response.

    Only 3 plugins other than Mini Loops were active. At your prompting, I tried removing all three. But, no change. I’m unsure what resaving the widget is about. But, I am not using the Mini Loops widget, just shortcodes in the main content area, such as below (line breaks added to make it a little easier to read).

    <ul>
    	[miniloop categories="3" number_posts=4]
    	<li class="[class]" style="clear: both;">
    		<a class="alignright" href="[url]">[image from="thumb,first" fallback="?attachment_id=158" width=150 height=150 crop=1]</a>
    		<a href="[url]">[title]</a>
    		[excerpt length=-1 strip_tags=1 strip_shortcodes=0 space_between=1 after="... more" after_link=1]
    		</li>
    		[/miniloop]
    	</ul>

    Upon closer inspection, it appears the URL shortcode is the only one not working correctly. I also noticed that address of the page with the shortcode is inserted, leaving the shortcode. And, when I tried adding the “ml_” prefix, the entire address went away along with the shortcode.

    Using “[url]” resolves to “https://mydomain.com/currentpage/%5Burl%5D&#8221;.
    Using “[ml_url]” resolves to “” (null).

    
    ### wp-core ###
    
    version: 5.6
    site_language: en_US
    user_language: en_US
    timezone: America/New_York
    permalink: /%year%/%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 2
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /home/gracklems/public_html/twelvewestmain
    wordpress_size: 43.23 MB (45333590 bytes)
    uploads_path: /home/gracklems/public_html/westmainven/wp-content/uploads
    uploads_size: 22.03 MB (23100641 bytes)
    themes_path: /home/gracklems/public_html/westmainven/wp-content/themes
    themes_size: 9.07 MB (9506997 bytes)
    plugins_path: /home/gracklems/public_html/westmainven/wp-content/plugins
    plugins_size: 31.70 MB (33244939 bytes)
    database_size: 2.28 MB (2392064 bytes)
    total_size: 108.32 MB (113578231 bytes)
    
    ### wp-active-theme ###
    
    name: Foodeez Lite (foodeez-lite)
    version: 1.0.8
    author: SketchThemes
    author_website: https://sketchthemes.com/
    parent_theme: none
    theme_features: core-block-patterns, editor-style, automatic-feed-links, title-tag, custom-header, custom-background, post-thumbnails, menus, widgets
    theme_path: /home/gracklems/public_html/westmainven/wp-content/themes/foodeez-lite
    auto_update: Disabled
    
    ### wp-themes-inactive (1) ###
    
    Twenty Twenty: version: 1.6, author: the WordPress team, Auto-updates disabled
    
    ### wp-plugins-active (4) ###
    
    MetaSlider: version: 3.20.0, author: MetaSlider, Auto-updates disabled
    Mini Loops: version: 1.3.1, author: Kailey Lampert, Auto-updates disabled
    WordPress Importer: version: 0.7, author: wordpressdotorg, Auto-updates disabled
    WPForms Lite: version: 1.6.4.1, author: WPForms, Auto-updates disabled
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_GD
    imagick_module_version: Not available
    imagemagick_version: Not available
    file_uploads: File uploads is turned off
    post_max_size: 24M
    upload_max_filesize: 16M
    max_effective_size: 16 MB
    max_file_uploads: 20
    gd_version: bundled (2.1.0 compatible)
    ghostscript_version: 9.25
    
    ### wp-server ###
    
    server_architecture: Linux 4.18.0-147.8.1.el7h.lve.1.x86_64 x86_64
    httpd_software: LiteSpeed
    php_version: 7.4.11 64bit
    php_sapi: litespeed
    max_input_variables: 1000
    time_limit: 30
    memory_limit: 128M
    admin_memory_limit: 256M
    max_input_time: 60
    upload_max_filesize: 16M
    php_post_max_size: 24M
    curl_version: 7.72.0 OpenSSL/1.1.1h
    suhosin: false
    imagick_availability: false
    pretty_permalinks: true
    htaccess_extra_rules: true
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.7.32-cll-lve
    client_version: mysqlnd 7.4.11
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /home/gracklems/public_html/westmainven/wp-content
    WP_PLUGIN_DIR: /home/gracklems/public_html/westmainven/wp-content/plugins
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_LOCAL_DEV: undefined
    DB_CHARSET: utf8mb4
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    ### wpforms ###
    
    version: 1.6.4.1
    lite: Jan 17, 2021 @ 9:35pm
    upload_dir: Writable
    db_tables: wpt6_wpforms_tasks_meta
    total_forms: 2
    total_submissions: 18
    
    Plugin Author Kailey (trepmal)

    (@trepmal)

    Sorry for the 4 month pause there…

    I’ve pushed out an update (v1.4) that should help. My GitHub repo for this plugin will now sync to www.remarpro.com, so future updates should be much easier.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Finally stopped working’ is closed to new replies.