cerberus478
Forum Replies Created
-
I’ve included the file, but I’m still getting the Class ‘anotherClass’ not found
I added
include plugins_url( 'test/classes/Test/anotherClass.php' );but I’m getting this error
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\wamp\www\wordpress\wp-content\plugins\test\classes\test.php on line 226Line 226 is where the include is.
Yep I have
include(‘Test/src/anotherClass.php’);I get a
Fatal error: Class ‘anotherClass’ not foundForum: Fixing WordPress
In reply to: How to get a posted dataForum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed not loadingAwesome. Thank you so much, your the best.
Forum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed not loadingThanks your awesome.
But I might have found a bug. The facebook cover page doesn’t show up in the widget.
Thought I would let you know.
But thanks. Your the best.Forum: Fixing WordPress
In reply to: Adding PHP to tinyMCENevermind I found a plugin that worked. It was Code Snippets Extended.
Forum: Plugins
In reply to: [Timeline Express] Can't save announcementHas anyone had this problem before?
Forum: Themes and Templates
In reply to: frontpage theme not workingCool, I will start going through them. Will one of them have a way to fix the front page.
Forum: Fixing WordPress
In reply to: showing a new nav barMaybe this will help in my header.php I have
<?php wp_nav_menu( array( 'menu_class' => 'nav', 'theme_location' => 'nav' ) ); ?>Forum: Fixing WordPress
In reply to: showing a new nav barWhen I go the the menu section of cms and I rearrange the links and I refresh the frontend it doesn’t change to the way I arranged it.
Forum: Fixing WordPress
In reply to: showing a new nav barI have done that and it didn’t work
Forum: Fixing WordPress
In reply to: showing a new nav barno i didn’t. Can you please tell me
Forum: Fixing WordPress
In reply to: showing a new nav baryes. I went to menu in the wordpress back end. I also forgot to mention that I did this to my header to make it show up.
<?php wp_nav_menu( array('menu_class' => 'nav', 'theme_location' => 'nav' ) ); ?>