• Hi,

    Thanks you for the very cool plugin.

    I am happily using it without the theme, thanks to your suggestion with the custom code.

    I sometimes have a white page. And turning on wp debig display showed me:

    Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /customers/9/6/1/website/httpd.www/wp-includes/category-template.php on line 903

    just above the tags.

    Turning off your plugin and turning it on again solves the white page issue. Do you know what is going on?

    Best regards,

    • This topic was modified 2 years, 7 months ago by impulsivia.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @impulsivia

    Can you let me know which settings you have applied to the widgets on that page? I’ll then set the same on my installation and hopefully I can get the error to show up for me as well.

    And can you send over a list of plugins you use, maybe there’s a conflict between our plugin and another one you use.

    Thread Starter impulsivia

    (@impulsivia)

    hi!

    yes, So its this page, but it applies to all pages:

    https://www.tiesrijcken.nl/over-ties/

    I have this code in the Custom Divi CSS:

    .cool-tag-cloud .tag-cloud-link {
    display: block;
    }

    And the code you provided placed in the functions.php

    .cool-tag-cloud .tag-cloud-link {
    margin-right: 10px;
    }
    .cool-tag-cloud .tag-cloud-link::after {
    content: ',';
    }
    .cool-tag-cloud .tag-cloud-link:last-child::after {
    content: '';
    }`

    The settings for the plugins are:

    https://snipboard.io/Bf8NI5.jpg

    and

    https://snipboard.io/Dwvslu.jpg

    I also have a blog module on pages and the plugins are:

    https://snipboard.io/BnFJce.jpg

    So currently no white pages, but that could start again. the error still is there when I turn on debug mode.

    • This reply was modified 2 years, 7 months ago by impulsivia.
    • This reply was modified 2 years, 7 months ago by impulsivia.
    Plugin Author WPKube

    (@wpkube)

    Hi @impulsivia

    It seems to be a WordPress bug. There was a report of the same error 5 months ago and that user mentioned that they’re getting the issue with other tag clouds (other plugins and the native tag cloud widget)

    But the white page is confusing me, a “deprecated” notice shouldn’t be causing a white page. The only thing that should happen is that it gets logged and not affect the site itself. Is there anything else in the error log other than that?

    Thread Starter impulsivia

    (@impulsivia)

    Hi,

    I never got the white page anymore. I think deactivating and reactivating the plugin fixed it. But there are more issues. When going to appearance->Widget in the wordpress dashboard I get these errors:

    The “cool_tag_cloud” block was affected by errors and may not function properly. Check the developer tools for more details.

    For each cooltag widget I made.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘debug error’ is closed to new replies.