Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nextworld25

    (@nextworld25)

    i solved preview issue.
    Open single.phtml

    Edit line 65 –> remove .”/” and save!

    i removed .”/” and solved. Thats All…

    But download problem continue…

    When i clicked download button >> https://abcd.com/cmdownload/threadname/#
    Button only adding url #

    • This reply was modified 4 years, 4 months ago by nextworld25.
    Thread Starter nextworld25

    (@nextworld25)

    i solved download problem.
    Open download-form.phtml and edit line 9 11…

    Now rating problem… Ratings not works ??

    Thread Starter nextworld25

    (@nextworld25)

    Free versiyon full bug! On Dashboard;

    <?php
                    if ($status == 'published') {
                        $action = 'unpublish';
                        $actionLabel = __('Unpublish', 'cm-download-manager');
                    }
                    else {
                        $action = 'publish';
                        $actionLabel = __('Publish', 'cm-download-manager');
                    }
                    ?>

    NOT WORK

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘?MG preview not show’ is closed to new replies.