elyautia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Help with Drop Down Menu and Slideshow!I did the second one by putting the code above id:content on my index.php file.
if someone could help me with the first one!
Forum: Plugins
In reply to: [Meteor Slides] How to add slideshow to Homepage ?Thanks man!
It worked fine.
Forum: Plugins
In reply to: [Meteor Slides] How to add slideshow to Homepage ?Hey Josh,
Thanks for replying.
I would like the Slideshow to show on the Homepage above the Featured post of wiredwaytech.com
Ok this what i did.
I follow the instructions and added
define( ‘BP_DISABLE_ADMIN_BAR’, true );
On my wp-config.php (Anywhere)
Then I went to my header.php on my theme and added this code
<?php if(function_exists(updateHeader)) updateHeader(); ?>
After <body
Press Ctrl + F and search for body. Then you will see a line that will start with <body
add the code after that line and it should work.Forget it. I found the issue, It was this code
<?php if(function_exists(updateHeader)) updateHeader(); ?>
On my header.php that was causing the issue.
Forum: Fixing WordPress
In reply to: Problems with website homepageThanks man. I dont know why I didnt think of that.. But yea it was a Plugin causing the problem. Thanks for your help.