10up / insert-special-characters

A Special Character inserter for the WordPress block editor (Gutenberg).

Home Page:https://wordpress.org/plugins/insert-special-characters/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to see special characters in post or page

sudip-md opened this issue · comments

Describe the bug
Plugin is installed successfully, but special characters are not appearing in post/page

Steps to Reproduce

  1. Go to 'Plugins'
  2. Check insert special-characters plugin is activated or not
  3. Add new page
    4.Add paragraph
  4. Try to add special character

Screenshots
https://www.screencast.com/t/XkpLUNRM1C

Hi @sudip-10up

I've tested this plugin from both the WordPress plugins repo and the develop branch and I'm able to see the Special characters option. See below:

WordPress repository

Screen Shot 2022-01-07 at 8 52 59 PM

develop branch

Screen Shot 2022-01-07 at 8 50 53 PM

I'm not sure which version you've used but if you're using the develop branch, ensure you've run npm install && npm run build to build the assets.

Let us know if you're still facing problems.

@sudip-10up
As you are testing on WP 5.9 RC version and @Sidsector9 is testing on WP Stable 5.8.3(I believe).
Please try once on stable WP 5.8.3 version with the same steps you are following on RC. If this is working on stable WP then this is related to new upcoming version of WC 5.9. Thanks!

@ankitguptaindia I have tested with WP 5.8.3 version and it was working fine. @Sidsector9 I have also run npm install && npm run build as well.

@ankitguptaindia @sudip-10up, I've tested the plugin repo and develop branch versions on WP5.9-RC1 and they both work fine for me. Please check both the videos below:

Develop branch version

Dashboard.wp-59rc.WordPress.-.10.January.2022.mp4

Plugin repository version

Edit.Page.10up.ISC.wp-59rc.WordPress.-.10.January.2022.mp4

Going forward, it would be helpful to list the following environment details in the issue so that it will be easier for devs to reproduce:

Versions for:

  • WordPress and the plugin in question
  • PHP
  • Server and its version
  • Node, Composer and NPM (if the issue pertains to it)

Hello @Sidsector9 I'm using the following environment details.

WordPress - WordPress 5.9-RC1
plugin Version - 1.0.3
PHP - 7.3.5
Server and its version - nginx (1.16.0)
Node, Composer and NPM - I think issue is not related to Node, Composer and NPM (FYI - I'm using npm 8.2.0)
Please check this video - https://www.screencast.com/t/Mti4c961Q

@sudip-10up Thanks for sharing the video. I believe I found the issue. I can't see the build directory in the root. Can you run npm run build to generate the build assets and test once more?

Slack huddle update:
Attendees: @sudip-10up and myself
Outcome:

  • It is now working on Sudip's local installation. The issue was due to the missing build directory.
  • Fixed broken git by installing xcode-select

Closing this as resolved.