• Resolved nootkan

    (@nootkan)


    When opening the manage event config and creating an event description and saving to the theme I have chosen it works in the browser when viewed.

    However, if I decide to edit the event description to something else there is nothing in the text editor to edit it has all disappeared.

    See screenshots below.
    Screenshot1
    Screenshot2
    Screenshot3

    • This topic was modified 3 years, 7 months ago by nootkan. Reason: broken link
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear nootkan.

    Thank you for telling us about your problem.

    Can you give us a link where we can see the problem?
    Waiting for your reply.

    Thank You.

    Thread Starter nootkan

    (@nootkan)

    Thanks for your reply.

    Sorry I can’t give you a link because the problem is inside my dashboard of worpress not the output of the page on the website.

    After de-activating all the plugins the problem still existed however, after changing to the default theme the problem went away.

    I am not sure how to make your plugin compatible with my theme. I have the newest version of the theme Shapla installed.

    • This reply was modified 3 years, 7 months ago by nootkan.
    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear nootkan.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Calendar-Admin.js file. Find code in line 333.

    tinyMCE.get('TotalSoftCal_EvDesc').setContent(data[0]['TotalSoftCal_EvDesc']);

    Please edit the code and write like this.

    setTimeout(function(){ tinyMCE.get('TotalSoftCal_EvDesc').setContent(data[0]['TotalSoftCal_EvDesc']);}, 500);

    Thread Starter nootkan

    (@nootkan)

    Hi, thanks for the reply. This did not work. The change won’t allow me to open the edit file it does nothing when I click the edit icon.

    See screenshot:

    Screenshot

    I also see this when checking for errors using Dev Tools in the browser

    load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core&ver=5.7.1:5 JQMIGRATE: Migrate is installed, version 3.3.2
    Total-Soft-Calendar-Admin.js:333 Uncaught SyntaxError: Unexpected token ‘&’
    admin.php?page=Total_Soft_Cal%3FTS_CalEv_Nonce%3Dd8c42cae8c:368 Uncaught ReferenceError: TotalSoftCal_Edit is not defined
    at HTMLElement.onclick (admin.php?page=Total_Soft_Cal%3FTS_CalEv_Nonce%3Dd8c42cae8c:368)

    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear nootkan.

    We have updated the plugin. Please update it and see if the problem is resolved or not. These problems have been resolved in the new version.

    Thread Starter nootkan

    (@nootkan)

    Yes that resolved the problem. Thank you for the support. Much appreciated.

    Now if you could only add an option to stop the promotional notifications to upgrade to pro for those of us who are satisfied with the bare bones version of your plugin that would be great!

    I’ve upgraded my review.

    Thread Starter nootkan

    (@nootkan)

    I’ve just discovered that although the new update works fine for the administrator role it won’t work for the editor role or a new user role I created called moderator. Is this possible to do with the plugin?

    Update: Never mind I figured it out.

    You have to upgrade the user role level to 8 when creating or adding capabilities to new or existing roles in order to have access to the calendar>>manage event description text.

    • This reply was modified 3 years, 6 months ago by nootkan. Reason: resolved issue
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Manage Event Edit for all Calendars Not Updating’ is closed to new replies.