GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Need help with wordpress template (https://gfy.com/showthread.php?t=742947)

fpforum 06-14-2007 11:44 PM

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 :\

fpforum 06-14-2007 11:54 PM

ohh..and to add..the site is http://www.amilf.net

fpforum 06-15-2007 01:52 AM

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..

rcides 06-15-2007 11:22 AM

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!

MrLuvr 06-15-2007 11:37 AM

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; ?>

rcides 06-15-2007 12:19 PM

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

fpforum 06-15-2007 02:09 PM

Quote:

Originally Posted by rcides (Post 12605725)
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! :)

pierrefitch 06-15-2007 10:22 PM

i need help to get my theme in the code it's just cut up now

rcides 06-16-2007 04:43 AM

How about adding some padding or margin to the div?

@pierrefitch: where do you need help?

pierrefitch 06-16-2007 03:57 PM

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


All times are GMT -7. The time now is 09:24 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123