Okay
  Public Ticket #2937377
shortcode not displaying
Closed

Comments

  • briannewhall started the conversation

    https://upi.tempurl.host/mercycare/

    Site is multisite, using oxygen builder

    short-code works on single calendar page

    short-code does not work on home page - in news and events section

    see in console inline display none - if disable there shows something but not correct

    works on another sub-site of same network - https://celdiinc.org

    thanks

  •  793
    Zhivko replied

    Hi,

    I think the post is not showing because it's being included via a Builder and Wordpress can't detect the shortcode in the page content.

    You could try to load the scripts manually on the home page via custom hook.

    Place the code from the text file (HOOK) in your theme or child-theme functions.php file.

    I assume the page id is 2. Please change it to the correct page id if I'm mistaken from this line:

        $PAGE_ID = 2; // PLEASE CHANGE VALUE TO THE CORRECT PAGE ID NUMBER

    Stachethemes Developer