Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    ReactJS + Lay theme

    General Discussion
    2
    3
    362
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      krlv last edited by

      hi, Armin!

      I am new to lay theme, but really liking so far. At the moment i am building a huge photographer portfolio, and want to build a website not just using WP and your theme, but make it a SPA (on ReactJS) as well. I am not really sure, if it is possible with your theme. Could you tell me, if you have tried to do so? And if yes, how is it possible to do so?

      Kindest,
      Vasilisa

      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        Hey!
        Thanks!

        Best use laygridder.com for that! I'm building a javascript app website with it right now too.

        With laygridder you just have the layout gridder functionality, the rest you can code by yourself.

        Just modify your rest api endpoints like for posts/pages for example:

        // laygrid for post
        add_action( 'rest_api_init', function () {
            register_rest_field( array('post', 'page'), 'grid', array(
                'get_callback' => function( $post_arr ){
                    return get_laygrid($post_arr['id'], 'post');
                }
            ) );
        });
        

        This puts the laygridder html markup into your post's response. So you can fetch that and display it with javascript.

        https://developer.wordpress.org/rest-api/extending-the-rest-api/modifying-responses/

        Good luck!

        1 Reply Last reply Reply Quote 0
        • K
          krlv last edited by

          @arminunruh said in ReactJS + Lay theme:

          laygridder.com

          Awesome!
          so in the WP Admin i will have the same layout possibilities, but a bit different set up?
          Thank you!!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Before you post

          Use the Search Feature. Maybe there is already a solution to your issue.

          1. Update Lay Theme and all Lay Theme Addons
          2. Disable all Plugins
          3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
          4. Now see if your problem solved itself
          5. Go here, see if your problem is listed here:
          Troubleshooting

          When you post:
          1. Post a link to where the problem is
          2. If the problem is difficult to explain, post screenshots / link to a video to explain it

          Thanks!

          Online Users

          7
          S
          K
          T
          A

          Recent Topics

          • A

            Theme crashed - because of Polylang?

          • A

            can't change front page

          • M

            komische boxen auf der Website

          laytheme.com