• Hi! I’ve installed and set up your plugin for display different sidebar for each category in my blog. Everything was fine, but when I installed WPML and I’ve noticed that the plugin doesn’t show the widgets in the second language or adds an other unexpected and not requested widget of recent news. How can I fix this problem?
    I can not upload any screenshot, but if you allowed me to forward them I can show you easily the bug I need to report. We need to know if this is a problem that you will be fixing soon otherwise we have to find another way to do what we need.
    thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Sorry it isn’t working out for you. Unfortunately I am not very familiar with WPML and don’t know what could be causing the issues.

    If you’re able to debug it and make a recommendation, I would gladly take a look. Otherwise, there is currently no plan on my end to address what you’re describing.

    Cheers

    iuttu

    (@iuttu)

    I’ve solved it adding this code to logic.php line #96:

        array_walk(
            $arr_pages,
            function (&$element) {
                $element = apply_filters('wpml_object_id', $element, 'page');
            }
        );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPML’ is closed to new replies.