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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
The place for sellers and buyers to get together. Sell and buy work, sigs, designs, traffic, gallery spots, cars, whatever. Buyer beware, GFY is not responsible for bad deals.

 
Thread Tools
Old 11-28-2009, 02:33 PM   #1
darknight
Confirmed User
 
darknight's Avatar
 
Join Date: May 2007
Posts: 278
help with wordpress...

I need something done to my header.php that is really small but causing a major headache because i cannot not do it...(sux at coding)

I want to move the navigation under the header (image).. can anyone help..willing to pay..
and add a flash peel ad...Im losing my mind...

[email protected]
__________________
http://www.mocha-swingers.com/
darknight is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 02:33 PM   #2
Barefootsies
Choice is an Illusion
 
Barefootsies's Avatar
 
Industry Role:
Join Date: Feb 2005
Location: Land of Obama
Posts: 42,635
:2cents

Talk to fris
__________________
Should You Email Your Members?

Link1 | Link2 | Link3

Enough Said.

"Would you rather live like a king for a year or like a prince forever?"
Barefootsies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 02:35 PM   #3
darknight
Confirmed User
 
darknight's Avatar
 
Join Date: May 2007
Posts: 278
how do i contact him....i catching a migraine from this coding stuff..
__________________
http://www.mocha-swingers.com/
darknight is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 02:42 PM   #4
Barefootsies
Choice is an Illusion
 
Barefootsies's Avatar
 
Industry Role:
Join Date: Feb 2005
Location: Land of Obama
Posts: 42,635
Quote:
Originally Posted by darknight View Post
how do i contact him....i catching a migraine from this coding stuff..
https://gfy.com/fucking-around-and-business-discussion/940761-amazon-s3-deliver-content.html

His ICQ under his nick
__________________
Should You Email Your Members?

Link1 | Link2 | Link3

Enough Said.

"Would you rather live like a king for a year or like a prince forever?"
Barefootsies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 02:52 PM   #5
CPimp
Confirmed User
 
CPimp's Avatar
 
Industry Role:
Join Date: Aug 2009
Posts: 2,346
If you cant get a hold of fris hit me up:

ICQ in siggy
__________________
three 997 three 55 three 1 ← That's my ICQ. Contact me there. Thanks.
CPimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 03:43 PM   #6
darknight
Confirmed User
 
darknight's Avatar
 
Join Date: May 2007
Posts: 278
<head>
<link rel="shortcut icon" href="favicon.ico">



<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />

<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<?php wp_head(); ?>
</head>

<body>

<!-- wrap starts here -->
<div id="wrap">

<!--header -->

<div id="header">




<div id="nav">
<ul>
<li<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { echo ' class="current_page_item"'; } ?>><a href="<?php echo get_option('home'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>

<form method="get" id="quick-search" action="<?php bloginfo('url'); ?>/">
<p>
<label for="qsearch">Search:</label>
<input class="tbox" id="qsearch" type="text" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" />
<input class="btn" type="submit" value="Submit" />
</p>
</form>


<!--header ends-->
</div>

<!-- content-wrap starts -->
<div id="content-wrap">
<p>
<p>
<p>
<center><iframe src="http://www.com/images/videoshowforportal2/slideshow.html" width="820" height="320" frameborder="5" scrolling="no" allowtransparency="true"></iframe>
<p>

<div id="head3">

<div id="1">
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
</div>


<div class="clear"></div></center>





<p>
I want to move the code in the red (navigation) to bottom under the php adserve..just not wrking.. dammit....
__________________
http://www.mocha-swingers.com/
darknight is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 03:48 PM   #7
CPimp
Confirmed User
 
CPimp's Avatar
 
Industry Role:
Join Date: Aug 2009
Posts: 2,346
Unless youre willing to have someone help you with this either for free or for a couple bucks, I am afraid that probably isnt going to be enough, especially if the css is controlling these items' locations.
__________________
three 997 three 55 three 1 ← That's my ICQ. Contact me there. Thanks.
CPimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 04:35 PM   #8
HostGladiator
Confirmed User
 
HostGladiator's Avatar
 
Industry Role:
Join Date: May 2005
Location: Texas
Posts: 816
Quote:
Originally Posted by darknight View Post
<head>
<link rel="shortcut icon" href="favicon.ico">



<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />

<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<?php wp_head(); ?>
</head>

<body>

<!-- wrap starts here -->
<div id="wrap">

<!--header -->

<div id="header">




<div id="nav">
<ul>
<li<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { echo ' class="current_page_item"'; } ?>><a href="<?php echo get_option('home'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>

<form method="get" id="quick-search" action="<?php bloginfo('url'); ?>/">
<p>
<label for="qsearch">Search:</label>
<input class="tbox" id="qsearch" type="text" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" />
<input class="btn" type="submit" value="Submit" />
</p>
</form>


<!--header ends-->
</div>

<!-- content-wrap starts -->
<div id="content-wrap">
<p>
<p>
<p>
<center><iframe src="http://www.com/images/videoshowforportal2/slideshow.html" width="820" height="320" frameborder="5" scrolling="no" allowtransparency="true"></iframe>
<p>

<div id="head3">

<div id="1">
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
<?php AdServe("1"); ?>
</div>


<div class="clear"></div></center>





<p>
I want to move the code in the red (navigation) to bottom under the php adserve..just not wrking.. dammit....
IF you haven't found someone to look at this yet I'll be happy to do so. Contact info in sig..
__________________
HostGladiator- For All Your Hosting Needs!
Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
24/7/365 Support- [email protected]
HostGladiator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 05:14 PM   #9
CPimp
Confirmed User
 
CPimp's Avatar
 
Industry Role:
Join Date: Aug 2009
Posts: 2,346
Quote:
Originally Posted by HostGladiator View Post
IF you haven't found someone to look at this yet I'll be happy to do so. Contact info in sig..
He's been referred to fris and I offered myself and he's not contacted me, so good luck with that one.
__________________
three 997 three 55 three 1 ← That's my ICQ. Contact me there. Thanks.
CPimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2009, 06:46 PM   #10
HostGladiator
Confirmed User
 
HostGladiator's Avatar
 
Industry Role:
Join Date: May 2005
Location: Texas
Posts: 816
Quote:
Originally Posted by tube2k View Post
He's been referred to fris and I offered myself and he's not contacted me, so good luck with that one.
Ok, thanks for the heads up.
__________________
HostGladiator- For All Your Hosting Needs!
Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
24/7/365 Support- [email protected]
HostGladiator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-29-2009, 08:04 AM   #11
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 77,228
that's messed up playa
__________________
TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
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.