Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PandaTank

    (@pandatank)

    So it seems like the fact that I’m calling the shortcode within a BuddyPress page is the issue. When I call the shortcode on my homepage everything loads fine.

    Any suggestions as to how I can get the static resources to enqueue correctly alongside BuddyPress?

    I am facing the same PROBLEM PLEASE provide he solution if u found one

    hi all i found one solution

    function my_articlelisting_page_content() {
         fep_enqueue_files(true);
     echo do_shortcode('[fep_article_list]');//[fep_article_list]  [fep_submission_form]
    }

    you can add fep_enqueue_files(true); with your short code and this plugin will work with buddy press

    Plugin Author Hassan Akhtar

    (@khaxan)

    Thanks @lettertoamit for sharing the solution with everyone. I am closing the thread now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘JS and CSS not loaded’ is closed to new replies.