• Resolved Amit bhalani

    (@amit648)


    Hello Team,

    Can I get a block page layout from the page ID? I need to show one page on the admin side widget preview with the same style design as the front side. Please include all front CSS and JS files.

    Can you help me on this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Gilbert Hernandez

    (@ghernkadence)

    Hello @amit648,

    I’m unsure what you mean by a “block page layout.” It sounds like you want to know how to get the CSS from the front end and apply it in the admin dashboard.

    You can always use your developer tools to review the CSS and JS provided on the page. However, Kadence blocks aren’t designed to be added to the WordPress dashboard, if that’s what you mean. They require the Gutenberg editor.

    Thread Starter Amit bhalani

    (@amit648)

    Hello @ghernkadence,

    I want to simply display one front page on my admin dashboard. (https://i.imgur.com/g6KFD5L.png).

    So I got the content of the page from the page ID (https://i.imgur.com/2PzJNxh.png) and displayed it admin dashboard but didn’t affect any styles and scripts. I want to get all front CSS and JS on the admin dashboard. So it will look the same as the front side.

    Thank you

    Plugin Support Gilbert Hernandez

    (@ghernkadence)

    Hello @amit648

    Generally, front end and back end styles are different. You’ll want to use the admin_enqueue_scripts function to load styles and scripts to the admin. Take a look at the function and load the styles you need.

    Thread Starter Amit bhalani

    (@amit648)

    Hello?@ghernkadence,

    is there any hook related to getting all Kadence and Block Editor’s CSS and JS?

    • This reply was modified 8 months, 2 weeks ago by Amit bhalani.
    Plugin Support karlalevelup

    (@karlalevelup)

    Hi, Amit.

    I apologize for the delay in getting back to you here.

    When you’re editing a page, check your browser console log and you should see that all of our blocks CSS and JS files are already loaded – https://share.zight.com/geu7W79e

    Please could you clarify what you need to do?

    Regards,
    Karla

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Get block page layout from the page ID.’ is closed to new replies.