sladeetal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant update my index pageI have noticed that they have the 2 index pages 1 listed under “posts”
and the other under “pages”Forum: Fixing WordPress
In reply to: My Sidebar has gone crazy – help!Thank God your here!
DaveForum: Fixing WordPress
In reply to: Google ads won't work?Hi
Your were right. Who would have guessed? I removed the .widget iframe {padding:5px 0; z-index:-100; display:block;} and now the add is working.
Thanks for your help.Forum: Fixing WordPress
In reply to: Google ads won't work?It appears that the wordpress site has 2 ways to insert the ads
Headlines enhanced has a “replace affiliate urls” option.
And an appearance-widgets. I removed the ad from the replace affiliate urls section and added a text widget through the appearance option.
The html code seems to be working for the fastdietingtips.com site.<div id="sidebarfeatured" class="col-right"> <!-- Widgetized Sidebar --> <div id="text-7" class="widget widget_text"><h3>Lose Weight Fast</h3> <div class="textwidget"><script type="text/javascript"><!-- google_ad_client = "XXXXXXXXXXXXXXXXXXXX"; /* diet tips */ google_ad_slot = "xxxxxxxxxxxxx"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div>Forum: Fixing WordPress
In reply to: Google ads won't work?The ads are working on some pages so i think its a wordpress problem.
check out these pages
http://gethealthyfitness.com/weight-loss-techniques/follow-these-fitness-related-tips
http://www.fastdietingtips.com/weight-loss-techniques/lose-weight-and-be-healthyForum: Fixing WordPress
In reply to: Index php won't load the data baseI made these changes
wp_options -> siteurl, and wp_options -> home should be updated to your website addressPlus i added this $table_prefix = ‘wp_2’;
and now the site is up and working.
Thanks DaveForum: Fixing WordPress
In reply to: Index php won't load the data baseWhat should i do? Is this right?
wp_options -> siteurl, and wp_options -> home should be updated to your website address
Is this correct?
DaveForum: Fixing WordPress
In reply to: Index php won't load the data baseHi I checked the tables and this is what i found.
Each one is a litte different. How can i hookup the database the newfashionstrends.com site?
The wp_1options gives http://newfashionstrends.com/wordpress
The wp_2options gives http://newfashionstrends.com/
The wp_options gives http://www.cellphonesupdates.comDave
Forum: Fixing WordPress
In reply to: Index php won't load the data baseI tried to adjust the code below to below in wp-config.php to:
$table_prefix = ‘wp1_’; and
$table_prefix = ‘wp2_’;/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;However this resulted in creating a fresh new wordpress site with no pages, tags, post or anything. Basically the database didn’t upload any information.
Forum: Fixing WordPress
In reply to: Index php won't load the data baseHi we found out what happened. It appears that the database contains 2 websites that have been merged into one database.
We got the database to work but with the wrong website. Its a cell phone website.
Do you know how we could get the other site running?
DaveForum: Fixing WordPress
In reply to: Index php won't load the data baseHi
I changed the home/wp-content/plugins
to home/wp-content/old pluginsI made a home/wp-content/oldthemes/oldthemes directory and moved all the themes execept for the twentyeleven them inside.
The home/wp-content/themes folder only contains twentyeleven folder and the index.php file.
I clicked on the index.php in the root directory and i still get a blank page.
Is there something else you would suggest?Forum: Fixing WordPress
In reply to: Index php won't load the data baseYou can only rename or delete theme. How can you move them?
Forum: Fixing WordPress
In reply to: Index php won't load the data baseWhich theme should i rename and to what? I don’t know how to tell which one is active?
Here are a list of themes in the home / wp-content / themes folder
Celebritypress-30
ctr_youtube_1.4.1
FashioNStyle
flexibility3
genesis
platinum
serenity
simple-store
twentyeleven
twentyten
wpgenius
zenko
index.phpForum: Fixing WordPress
In reply to: Index php won't load the data baseI’m a litte bit new to wordpress. How do a rename the theme and plugins?
Forum: Fixing WordPress
In reply to: Index php won't load the data baseI’ve also had problems logging in to wordpress. I’ve changed my password via wp_users but it still won’t let me in. I can get in if i change my user name and password but the wordpress panel is blank. (Probably because we havn’t been able to load the data base)