uneditable project shows up only in list [cpm]

This topic contains 6 reply and 4 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
February 5, 2015 at 8:48 am 35807
Nayem Has anyone had a project show up in the front end list called "projects" that cannot be deleted or edited?
February 5, 2015 at 10:18 am 35826
towhid towhid

Hello Elizabeth,

I did not understand your question clearly. Are you not able to delete any project from project manager frontend?

Thank You 🙂

February 6, 2015 at 12:12 pm 35937
Sean Sean

Yes, I am experiencing the same thing. It appeared immediately after updating to 0.5.4. I can’t delete this or do anything else.

See screenshot.

Edit: I inserted an image URL, but it doesn’t appear in this post.

February 6, 2015 at 12:30 pm 35939
Sean Sean

FWIW: here’s the code of the empty goal.

<article class="cpm-project">
      
      <a href="http://salesintegrity.mycoachdevsite.com/goals/">
          <h5>Goals</h5>
          
          <div class="cpm-project-detail"></div>
          <div class="cpm-project-meta">
                                      </div>
          <footer class="cpm-project-people">
              <div class="cpm-scroll">
                                          </div>
          </footer>
      </a>
      <div class="cpm-action">
        <div class="cpm-settings-bind cpm-settings-icon-cog"><span></span></div>
        <ul class="cpm-right cpm-settings" style="display: none;">
            <li>
                <span class="cpm-icons-cross"></span>
                <a data-project_id="" data-confirm="Are you sure to delete this goal?" title="Delete goal" class="cpm-project-delete-link" href="http://salesintegrity.mycoachdevsite.com/goals/?page=cpm_projects">
                    <span>Delete</span>
                </a>
            </li>
            <li>
                <span class="cpm-icons-checkmark"></span>
                                    <a href="#" data-project_id="" data-type="restore" class="cpm-archive"><span>Restore</span></a>
                            </li>
            <li>
                <span class="cpm-icons-docs"></span>
                <a data-project_id="" href="http://salesintegrity.mycoachdevsite.com/goals/?page=cpm_projects" class="cpm-duplicate-project"><span>Duplicate</span></a>
            </li>
        </ul>
    </div>
</article>
February 7, 2015 at 2:59 pm 36029
towhid towhid

Hello Sean,

Please let me know are you getting this trouble when you attain from the frontend? The screenshot you provide can not see in this post. Can you please send it again. Also the code block you have provided does not make sense to me. Can you please let me know what you want to actually do with this code block.

Thank You 🙂

March 12, 2015 at 10:07 pm 39012
Elizabeth Elizabeth

Yes the extra, non deletable project only shows up in the front end version.

March 14, 2015 at 12:01 am 39066
Nayem Nayem

Hello Elizabeth,

Please open Wp content/plugin/project-manager-frotned and open fronted.php. Find this function –function list_projects() under this function just add this line in line number 284-<?php unset($projects['total_projects'])?>. You have to make sure that you are using the latest version of project manager pro which is v1.0.0. Please check and let me know.

Thank you 🙂

Viewing 6 Posts - 1 through 6 (of 6 total)