• Resolved alienfactory

    (@alienfactory)


    I have some block css i am trying to get work but it does not load on the frontend,
    the backend is working fine

    here are the files i have tried
    block-anchor-block.php (for reference)
    block-anchor-block.css(worked backend only)
    also created two styles to see if the would work but no luck
    block-anchor-block.css (did not work)
    preview-anchor-block.css (worked)

    Then I created a global blocks.css and that does not work on the frontend either

    Is there something i am missing

    • This topic was modified 4 years, 8 months ago by alienfactory. Reason: made mistake
Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter alienfactory

    (@alienfactory)

    this is what i get

    “There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.”

    Plugin Author Ryan Kienstra

    (@ryankienstra)

    OK, thanks. If you have access to the PHP error log on your site, that would really help.

    There shouldn’t be an error in PHP 7.4. My local uses that, and it’s in the Travis build matrix.

    Thread Starter alienfactory

    (@alienfactory)

    ok i feel stupid this was totaly issue on my part my last line of code for the block template had this <? } ?> i was missing the php part <?php } ?> so my page and the block are now working sorry and thans again for your support

    Plugin Author Ryan Kienstra

    (@ryankienstra)

    All good, I do things like that, also ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘CSS frontend not loading’ is closed to new replies.