• Resolved Szymu

    (@szymonmudrak)


    Hi.
    I wanted to disable widgets in user profile, but unfortunately “Widget Options” plugin does not work on individual peepso plugin pages. Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mej de Castro

    (@mej)

    Hi @szymonmudrak

    Thank you for using Widget Options! We have a known compatibility issue that our developers are currently working. We are not sure yet if the fixes will be included in the next release. The fix is requiring more time to finish.

    Thank you,
    Mej

    Plugin Author Mej de Castro

    (@mej)

    Hi @szymonmudrak

    Can you please try make these changes on your website?

    On line 218 of widget-options/includes/widgets/display.php

    Replace:
    }elseif ( $is_types && is_page() ) {

    With:
    }elseif ( $is_types && (is_page() || get_post_type(get_the_ID()) == 'page') ) {.

    Thanks and please let me know how it goes.

    -mej

    Plugin Author Mej de Castro

    (@mej)

    Hey @szymonmudrak

    We haven’t heard from you in a while. We hope you managed to resolve the case and use the plugin without issues. We will mark the case as resolved now, in case you are still experiencing any difficulties you can always reply here with more details on the matter.

    -mej

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Visibility of widgets on peepso pages’ is closed to new replies.