Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Qurl

    (@qurl)

    In which module you encounter this?

    Plugin Author sovabarmak

    (@sovabarmak)

    pages…

    Plugin Author sovabarmak

    (@sovabarmak)

    i fixed, but better if you will fix and will do plugin update

    here
    wp-content\plugins\dynamic-widgets\classes\dwmodule_class.php

    i changed near line 323

    this

    if ( count($t) > 0 && count($t_childs) > 0 ) {
    	$DW->addChilds($widget_id, $dwtype, $_POST[$name], $t, $t_childs);
    }

    to this

    if ( count($t) > 0 && count($t_childs) > 0 ) {
    	if( $_POST['pg']=='no') $_POST['page']='no';
    	$DW->addChilds($widget_id, $dwtype, $_POST[$name], $t, $t_childs);
    }

    i think in codes above you would understand where bug.

    • This reply was modified 5 years, 9 months ago by sovabarmak.
    • This reply was modified 5 years, 9 months ago by sovabarmak.
    • This reply was modified 5 years, 9 months ago by sovabarmak.
    Plugin Contributor Qurl

    (@qurl)

    My apologies for the late reply. I’ve been traveling. Makes sense about your change. I’ll have a look and test. Thanks for sharing!

    Is this the solution to this thread as well?

    Thanks!

    Plugin Author sovabarmak

    (@sovabarmak)

    not sure but can help, i did this fix on 2 new sites and it help me…

    Plugin Contributor Qurl

    (@qurl)

    I’ve just released 1.5.15 with this fix. Thanks for your support and patience.

    • This reply was modified 5 years, 7 months ago by Qurl.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘not working checkbox all childs’ is closed to new replies.