Kiyaanix
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Unknown gaug.es script appearing in the siteIf you tried with disabling all the plugins or removed the theme but the script still exists then please try to update your WordPress installation to the latest version. It seems someone hard coded the codes somewhere.
Forum: Developing with WordPress
In reply to: BoxControl component issue@jlongbrake The default editor for WordPress is Block Editor, not the Gutenberg that is why it return
undefined, To use BoxControl you have to install Gutenberg plugin.Forum: Developing with WordPress
In reply to: BoxControl component issueSorry, I was using this on Block Editor instead of Gutenberg. Now the issue is resolved.
Many Thanks!
Forum: Developing with WordPress
In reply to: BoxControl component issueHi @jaygumanid
Thank you for your response.
- Yes, I am using latest version of
@wordpress/components, as you can check the package.json file at the bottom. - I am using the latest version of WordPress(6.7.1), I don’t understand the latest version of Gutenberg (I assume it comes with the latest version of WordPress? )
- Yes i tried to console.log the
BoxControland do get theundefined. - Yes, i tried with full padding object.
Please have a look to package.json file.
"devDependencies": {
"@wordpress/scripts": "^30.9.0",
"grunt": "^1.6.1",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0"
},
"dependencies": {
"@wordpress/components": "^29.2.0"
} - Yes, I am using latest version of
Viewing 4 replies - 1 through 4 (of 4 total)