okaay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Full width side barDid you erase anything in the function that your template relied on? Take the original template and replace the function.php that should fix your problem. If you are following my tutorial with this template, just add on to the function.php don’t erase everything.
Forum: Themes and Templates
In reply to: Full width side barin your index.php of the theme remove the following and those fields will no longer be there.
<div class=”videopost”> </div>
<div class=”clear”> </div>
<div class=”banner”></div>hope that helps
Forum: Themes and Templates
In reply to: How to remove border on gallery images???Check your gallery plugin folder and hunt the css down.
Forum: Themes and Templates
In reply to: Another How to Remove Sidebar Thread. =[Goto your style.css and look for
#content-left {
float:left;
padding:15px;
width:550px;
}Change the width to like 880px.. play around until you’re happy ??
Also if you want to clean up code even further remove, since you don’t need it no more.<div id=”content-right”> </div>
I am writing a bunch of wordpress tutorials, so if you need help give my site a browse or contact me for specific ones.
[signature moderated Please read the Forum Rules]
Forum: Themes and Templates
In reply to: Full width side barHey Paul,
I don’t know what the theme looks like but I’ll take a stab at it. The template makers probably hard coded those information into function.php. Take a look there and see if you can make sense of the code.
I wrote a tutorial similar to what you want to do. Check it out and contact me via Twitter if you need hand with your current theme.
[spam link moderated]
Forum: Fixing WordPress
In reply to: Database restore issue [WP migration]You should try using phpMyAdmin to do the importing. It will save you so much time/head aches!
[signature moderated Please read the Forum Rules]
Forum: Installing WordPress
In reply to: WordPress Migration Trying to ReinstallHi there,
I would recommend downloading the original files from your old site and upload it to your new one.
it covers everything from backing up your files,database etc..
[signature moderated Please read the Forum Rules]
Forum: Fixing WordPress
In reply to: Create external link from tab….I created an easy tutorial on how to add external link to your navigation menu. Hopefully this helps.
[signature moderated Please read the Forum Rules]