Forum: Programming
7th November 2010, 06:22 PM
|
Replies: 9
Views: 651 |
Forum: Programming
6th November 2010, 10:25 PM
|
Replies: 9
Views: 651 |
Forum: Programming
8th October 2010, 02:50 PM
|
Replies: 9
Views: 651 |
Forum: Programming
7th October 2010, 06:51 PM
|
Replies: 6
Views: 1,110 |
Forum: Main Internet Marketing Discussion Forum
10th July 2010, 03:23 PM
|
Replies: 77
Views: 4,403 |
Forum: Website Design
9th July 2010, 01:20 PM
|
Replies: 4
Views: 488 Re: 2 css issues
The problem is that much of your CSS relies on absolute positioning (position:absolute) instead of floating divs (float:left/right). With floating divs, you can nest divs within divs, so it expands...
|
Forum: Programming
8th July 2010, 10:06 PM
|
Replies: 8
Views: 1,143 |
Forum: Website Design
8th July 2010, 02:21 PM
|
Replies: 16
Views: 512 Re: Can you add Posts to a wordpress page?
While I can only guess how the theme's code is set up, you could exclude the posts from the home page like this...
<?php if(!is_home()){?>
<?php query_posts($query_string=''); ?>
<?php if...
|
Forum: Main Internet Marketing Discussion Forum
5th July 2010, 10:47 PM
|
Replies: 3
Views: 461 Re: wordpress theme help....
Rebecca,
Please, backup your header.php and style.css files before you try this update.
1. Remove the following code from your header.php file:
<div id="searchc"><?php include(TEMPLATEPATH ....
|
Forum: Main Internet Marketing Discussion Forum
5th July 2010, 10:13 PM
|
Replies: 1
Views: 430 Re: User accountss in WordPress
Select the "Author" user type if you want people to write, manage, and publish their posts. Otherwise, if you only want people to write and manage their own posts but not publish them, select...
|
Forum: Programming
3rd July 2010, 09:24 AM
|
Replies: 3
Views: 563 Re: SQL sytax error - on what?
Change your field name and code from "long" to something else (like "longitude").
// HERE IS THE SQL STRING THAT I GET AN ERROR ON
= "SELECT * FROM locations WHERE latpos = ".." AND longpos =...
|
Forum: Programming
1st July 2010, 10:16 AM
|
Replies: 8
Views: 793 |
Forum: Main Internet Marketing Discussion Forum
24th June 2010, 01:24 PM
|
Replies: 17
Views: 644 Re: wordpress theme modifications
To change the background color of the body:
/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;...
|
Forum: Main Internet Marketing Discussion Forum
24th June 2010, 12:51 AM
|
Replies: 6
Views: 812 Re: Any tutorials on WordPress Theme Development?
While I don't know how proficient you are in PHP and Wordpress, there is no better tutorial than to analyze the source code of other WP frameworks.
Here are a few to get you started:
Atahualpa...
|
Forum: Programming
20th June 2010, 09:38 PM
|
Replies: 5
Views: 586 |
Forum: Main Internet Marketing Discussion Forum
2nd June 2010, 02:37 PM
|
Replies: 18
Views: 909 Re: Getting clicks but no conversions - help!
Christine,
You need to make them an offer they can't refuse. When someone clicks your Adwords ad and visits your site, what would compel them to whip out their credit cards and buy NOW?
What...
|
Forum: Main Internet Marketing Discussion Forum
30th May 2010, 03:08 PM
|
Replies: 11
Views: 767 Re: Wordpress Hacking?
First and foremost, to protect your Wordpress sites, you need to guard against "inside" threats...
1. Every person who logs into your web hosting account or Wordpress Administrative Dashboard...
|