• Resolved hiddenash

    (@hiddenash)


    Hi there,

    If I try to edit the post it keeps loading. It also looks weird when I try to add a new topic. I tried from different browsers but no luck.

    Can you please advise?

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Forum URL please.
    You probably have a JS error o your site and it affects wpForo JS buttons.

    Thread Starter hiddenash

    (@hiddenash)

    I see. that’s it: https://tmff.net/community

    Plugin Author gVectors Team

    (@gvectors-team)

    Thank you @hiddenash,
    Where we can register? Please register a regular subscriber user and send login details to support[at]gvectors.com

    Thread Starter hiddenash

    (@hiddenash)

    Done!

    Plugin Author gVectors Team

    (@gvectors-team)

    First please exclude the TinyMCE editor JS file from Automizer plugin, then delete all cache and reset Autoptimizer cache.
    Please navigate to Settings > Autoptimize > Main Tab, click on top right [Show advanced settings] button, find “Exclude scripts from Autoptimize” option, add this JS path ,wp-includes/js/tinymce, than click on [Save Changes and Empty Cache] button bellow.

    Second, navigate to Dashboard > Users > Your Profile and make sure the “Disable Visual Editor” is no checked, it should not be disabled.

    And third, it seems you have wrong permission in file system. Use some FTP client, make sure the /wp-content/ and /uploads/ and /plugins/ folders permissions are 755 and files are 644.

    Don’t forget delete all cache before checking.

    Plugin Author gVectors Team

    (@gvectors-team)

    After the checking file permissions, please navigate to Dashboard > Forums > Settings > Styles Tab and click on [Update Options] button. This should create a colors.css file in file system /wp-content/plugins/wpforo/wpf-themes/classic/colors.css

    • This reply was modified 6 years, 3 months ago by gVectors Team.
    Thread Starter hiddenash

    (@hiddenash)

    Tried everything you said, excluded script, disable visual editor is not checked and all permissions are 755 and files 644. Also went on Styles and clicked update options and deleted all caches. But no luck.

    In the meantime I had tried to disable autoptimize, added plugin to disable latest gutenberg builder in latest wp release and tried to genrate colors.css as you suggested but nothing happened.

    The forum worked fine until a day or two ago, probably after the latest Wp update it stopped working?

    Plugin Author gVectors Team

    (@gvectors-team)

    Please contact us via support[at]gvectors.com email address and add this topic URL.

    Plugin Author gVectors Team

    (@gvectors-team)

    Ok, we found the issue. Probably you have a custom function which adds defer onload='' attributes to the TinyMCE JS file HTML tag and stops it. It should be removed.

    
    <script type='text/javascript' src='.../wp-includes/js/tinymce/tinymce.min.js' defer onload=''></script>
    <script type='text/javascript' src='.../wp-includes/js/tinymce/plugins/compat3x/plugin.min.js' defer onload=''></script>
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Cannot edit post’ is closed to new replies.