rockiger
@rockiger on WordPress.org
- Member Since: January 4th, 2021
Contribution History
rockiger’s badges:- Plugin Developer
-
Posted a reply to Empty screen on live server, on the site WordPress.org Forums:
Can you build React apps on windows for use on a POSIX system. Could it… -
Posted a reply to Yarn Build not recognizing ‘PUBLIC_URL’, on the site WordPress.org Forums:
The live server is also a windows system? I don't know if you can build… -
Posted a reply to 404 when going to the app, on the site WordPress.org Forums:
The build process needs the right package.json. ReactPress edits the package.json to make the React… -
Posted a reply to 404 when going to the app, on the site WordPress.org Forums:
It seems to me, that PHP can't write your package.json. Which needs to be changed… -
Posted a reply to 404 when going to the app, on the site WordPress.org Forums:
Hmm, tough to say. Does the page exist? Otherwise, you could try this tutorial: https://medium.com/swlh/wordpress-create-react-app-integration-30b41657b79e… -
Posted a reply to ReactPress – fast frontend for WordPress ?, on the site WordPress.org Forums:
No, I never said it is better than frontity. ReactPress embeds a React app in… -
Posted a reply to Apps Not Rendering, on the site WordPress.org Forums:
Hmm, tough to say. You could try this tutorial: https://medium.com/swlh/wordpress-create-react-app-integration-30b41657b79e to integrate your React app.… -
Posted a reply to CSS from the WordPress or ReactPress theme is overriding the CSS from, on the site WordPress.org Forums:
Change the CSS classes of your WordPress theme or your React app (CSS-modules, CSS-in-JS, etc.). -
Posted a reply to React Routing Not working when page refreshes, on the site WordPress.org Forums:
If you are using React-Router please go to your /wp-admin/options-permalink.php and click ‘Save Changes’. This… -
Posted a reply to React App with server, on the site WordPress.org Forums:
You need to change the build path of your app. In your package.json chage the… -
Posted a reply to Background image not showing up, on the site WordPress.org Forums:
Could you post some more details? What is the URL to your background image, where… -
Posted a reply to React App does not show up, on the site WordPress.org Forums:
Yes it should work. Please go to your /wp-admin/options-permalink.php and click 'Save Changes'. This will… -
Posted a reply to react app not working on live site, on the site WordPress.org Forums:
Did you install ReactPress on the live site? The error message suggests that it isn't… -
Posted a reply to React App does not show up, on the site WordPress.org Forums:
@523teami The change in package.json looks good. This should work. PS: Your link does not… -
Posted a reply to You need to enable JavaScript to run this app, on the site WordPress.org Forums:
The html code is perfectly fine. It provides the html for React to attach to.… -
Posted a reply to React Native Support, on the site WordPress.org Forums:
If you use with create-react-app, it will probably work (necolas.github.io/react-native-web/docs/installation/#create-react-app). If you use it with… -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
You need to activate debugging in your wp-config.php: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true… -
Posted a reply to Can’t see changes in wordpress after build, on the site WordPress.org Forums:
@hari2981 Thanks for the information. Are you aware of any general solution with docker images… -
Posted a reply to Identify current user, on the site WordPress.org Forums:
Your screenshot shows only the create-react-app dev server (localhost:3000). Not a wp installation, not local,… -
Posted a reply to Identify current user, on the site WordPress.org Forums:
Ah, ok. On localhost:3000 (the React dev server) you need to mock the user. The… -
Posted a reply to Deployed app is not working on https, on the site WordPress.org Forums:
I would suspect the server configuration. How do the links to the javascript files look… -
Posted a reply to React press, on the site WordPress.org Forums:
How does your package.json look like? -
Posted a reply to Use user data of wordpress in react app, on the site WordPress.org Forums:
Have a look into the source of the generated page. The var is called reactPress.… -
Posted a reply to Can’t see changes in wordpress after build, on the site WordPress.org Forums:
I am sorry. I don't know if it is something strange with AWS. Maybe some… -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
Could you look into the debug.log, something in there, that gives a reason why it… -
Posted a reply to Can’t see changes in wordpress after build, on the site WordPress.org Forums:
First build === initial build. If you say, you can see the React app in… -
Posted a reply to Can’t see changes in wordpress after build, on the site WordPress.org Forums:
It seems to be react-scripts don't see the changes of your source code. If the… -
Posted a reply to Can’t see changes in wordpress after build, on the site WordPress.org Forums:
But you can see the initial build? -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
Odd, there seems to be some problem for ReactPress to connect to your local WordPress… -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
Can you post a screenshot? -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
No, this shouldn't be a problem. You should start with create-react-app in you local system.… -
Posted a reply to Can’t get query param in the React app, on the site WordPress.org Forums:
Sorry, I am bit short on time right now. What is the whole outpout of… -
Posted a reply to Problem after running npm start, on the site WordPress.org Forums:
Hm, this is odd. npm start should only start the dev server for React app.… -
Posted a reply to Can’t get query param in the React app, on the site WordPress.org Forums:
Assuming that you use React-Router try to go to Settings > Permalink in your WordPress… -
Posted a reply to React page template in theme folder, on the site WordPress.org Forums:
You don't need to use react-page-template. You can use any template you want. Just make… -
Posted a reply to Deployment issue, on the site WordPress.org Forums:
As always, I would recommend to LocalWP instead of Xampp. Plain Windows is not supported.… -
Posted a reply to issue with reactpress plugin., on the site WordPress.org Forums:
Can you activate debug mode for WordPress? I suspect that there is some underlying PHP… -
Posted a reply to issue with reactpress plugin., on the site WordPress.org Forums:
Probably the file structure is different. Maybe build a dummy app with create-react-app and test… -
Posted a reply to issue with reactpress plugin., on the site WordPress.org Forums:
Probably the file structure is different. Maybe build a dummy app with create-react-app and test… -
Posted a reply to issue with reactpress plugin., on the site WordPress.org Forums:
Hey @angeloprima1230, unfortunately, nextjs is not supported. Only create-react-app projects are supported. Best -
Posted a reply to Getting Error, on the site WordPress.org Forums:
I will close this. Let's discuss in the other thread. -
Posted a reply to Getting an Error, on the site WordPress.org Forums:
This is odd. I use plugin_dir_path() to create the path. I can't tell you why… -
Posted a reply to doesnt load assets and css, on the site WordPress.org Forums:
ReactPress doesn't work this way. You can't just add a build React app. You need… -
Posted a reply to Getting this error: fpr(“init”, {cid:”vz7bdywc”}); fpr(“click”);, on the site WordPress.org Forums:
Hello @qweezz, sorry that ReactPress is not working as exspected. I never saw something like… -
Posted a reply to Getting an Error, on the site WordPress.org Forums:
@ilan76 As I said, try localWP. It is free and known to work well with… -
Posted a reply to Getting an Error, on the site WordPress.org Forums:
I am sorry, I don't have any idea what the problem could be. Could you… -
Posted a reply to Use on a blank page?, on the site WordPress.org Forums:
@ilan76 sure, just change the template of the ReactPress app's page to a blank one.… -
Posted a reply to Security of useEffect?, on the site WordPress.org Forums:
I am not sure if I understand the question right. Why would you keep your… -
Posted a reply to Problem created by custom routing for react-router, on the site WordPress.org Forums:
@copernicus Yeah, you are right. The routing feature doesn't allow for subpages. Maybe I should… -
Posted a reply to CORS policy for reactpress apps, on the site WordPress.org Forums:
There is nothing special here. It is a simple React app. As far as I…
Developer
-
ReactPress - Create React App for Wordpress
Active Installs: 800+