Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 06-14-2007, 11:44 PM   #1
fpforum
Confirmed User
 
fpforum's Avatar
 
Industry Role:
Join Date: Dec 2006
Location: USA
Posts: 1,045
Need help with wordpress template

Hey everyone. I am trying to add a banner to my wordpress theme but having much difficulties. I want to use a skyscraper add to appear in the space on the far right of my page where there is some open space...When looking in the sidebar.php I noticed there are two "div class="sidebar" sections..one includes categories & archives...and the other includes search & meta..I have tried adding something sort of like "<div align="right""..before/after/inbetween these other codes but cannot get the banner to display nicely..does anyone know where I would want to add this banner code and how I would want to add it so it will display nicely on the far right without disturbing the current colum on the right?? I hope this makes sense :\
__________________

Email: strikedata |@| gmail.com Skype: mistercashman
fpforum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-14-2007, 11:54 PM   #2
fpforum
Confirmed User
 
fpforum's Avatar
 
Industry Role:
Join Date: Dec 2006
Location: USA
Posts: 1,045
ohh..and to add..the site is http://www.amilf.net
__________________

Email: strikedata |@| gmail.com Skype: mistercashman
fpforum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 01:52 AM   #3
fpforum
Confirmed User
 
fpforum's Avatar
 
Industry Role:
Join Date: Dec 2006
Location: USA
Posts: 1,045
Also adding..here is the current sidebar.php code

Quote:
<div class="sidebar">

<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>

<li><div class="sidebar_header"><?php _e('Categories'); ?></div>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hiera rchical=0'); ?>
</ul>
</li>

<li><div class="sidebar_header"><?php _e('Archives'); ?></div>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<div id="sidebar_blogroll">
<?php wp_list_bookmarks('title_before=<div>&title_after= </div>'); ?>
</div>
<?php endif; ?>

</ul>
</div><!-- end first sidebar -->

<div class="sidebar">

<ul>

<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>

<li id="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>

<?php include( "/home/clubdrew/public_html/linkex/data/output/1001" ); ?>

<li><div class="sidebar_header"><?php _e('Meta'); ?></div>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>

<?php endif; ?>

</ul>

</div><!-- end second sidebar -->
That is the whole sidebar.php without me trying to add in the code for the banner I want to add..
__________________

Email: strikedata |@| gmail.com Skype: mistercashman
fpforum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 11:22 AM   #4
rcides
Confirmed User
 
Join Date: May 2007
Posts: 108
If i'm getting you correctly: Use a <br clear="all" /> before inserting your image.

Oh, and if that doesnt work, add a style="float:left;" to the div ;).

hope it helps!
__________________
Your favorite Porn Search Engine!!
rcides is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 11:37 AM   #5
MrLuvr
Confirmed User
 
Join Date: Nov 2004
Posts: 538
Maybe try using a different template. Find one that that is easier to manipulate.

Check the one in my sig. It is free and I can modify it quite easily..

Or, I would try adding the banner code here and see what happens..

<?php wp_meta(); ?>
</ul>
</li>

"add <BR> here"
"and then banner code"

<?php endif; ?>
MrLuvr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 12:19 PM   #6
rcides
Confirmed User
 
Join Date: May 2007
Posts: 108
Check the theme in my footer or my website if you want some professional easy-costumizable themes.

Or simply hit me up on icq: 131400915
__________________
Your favorite Porn Search Engine!!
rcides is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 02:09 PM   #7
fpforum
Confirmed User
 
fpforum's Avatar
 
Industry Role:
Join Date: Dec 2006
Location: USA
Posts: 1,045
Quote:
Originally Posted by rcides View Post
If i'm getting you correctly: Use a <br clear="all" /> before inserting your image.

Oh, and if that doesnt work, add a style="float:left;" to the div ;).

hope it helps!
That almost seamed to fix it..I added this code to the bottom of my sidebar.php
Quote:
<br clear="all" />
<div style="float:right;">
<script src="allbannerinfoheregoes heree...."></script>
</div>
and you will notice on my site it does appear on the far right...just not even with the sidebar..Any other idea's?

Thanks for everyone's help i do appriciate it!
__________________

Email: strikedata |@| gmail.com Skype: mistercashman
fpforum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-15-2007, 10:22 PM   #8
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
i need help to get my theme in the code it's just cut up now
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-16-2007, 04:43 AM   #9
rcides
Confirmed User
 
Join Date: May 2007
Posts: 108
How about adding some padding or margin to the div?

@pierrefitch: where do you need help?
__________________
Your favorite Porn Search Engine!!
rcides is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-16-2007, 03:57 PM   #10
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
I want a sign up form page like his for my blog mu wordpress
http://blogtur.com/signup.php can someone make a form page like this

54844331
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.