wp_sam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Migration Troublesupdate permalinks once again.
Forum: Fixing WordPress
In reply to: Lost everything! help! made changes to URL addressOther way is to go to your phpmyadmin database find wp_option table and change the URL back to what you have before.
Forum: Fixing WordPress
In reply to: plugins not working after updateyou need to find the alternate then or have to wait till they launch new version to work with 3.5. Hope the new versions will be out soon.
Forum: Fixing WordPress
In reply to: plugins not working after updateYou should check with both plugin support, they will help you for sure.
Forum: Fixing WordPress
In reply to: Admin is difficult to read, posts are too skinny …I feel happy that your problem is sorted out.
Forum: Fixing WordPress
In reply to: Lost everything! help! made changes to URL addresstry this :
Connect with your FTP and add these two lines to your wp-config.php, where “example.com” is the correct location of your site.
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);OR
1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor (like notepad) and upload it back to the site. Take a back up of function.php
2. Add these two lines to the file, immediately after the initial “<?php” line.
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);Use your own URL instead of example.com, obviously.
you can see this URL for more help – http://codex.wordpress.org/Changing_The_Site_URL
Forum: Fixing WordPress
In reply to: …because your IP address is in the local blocklist?yes that is for only one blog and if you see more blogs blocking your comment you need to contact your Internet Service provider.
Forum: Fixing WordPress
In reply to: Admin is difficult to read, posts are too skinny …Kindly check on very top right hand side of your All post WordPress backend you will see a screen option there. Click on it and remove the option you dont want to see. see this sample link http://cdn2.4rapiddev.com/wp-content/uploads/2011/03/Wordpress-Screen-Options.jpg
Hope this will help.
Forum: Fixing WordPress
In reply to: Aaaaaargh…Disaster !! Blog post isn't displaying fully on site.Do this:
set your site permalink to default and check if the problem is still there it may be issue with .htaccess file.
check this link for more details http://codex.wordpress.org/Using_Permalinks
Forum: Fixing WordPress
In reply to: Mulitple wordpress sites on one domainYes you can install WordPress on one domain under different folder. For each site you need to create different database as well.
Forum: Fixing WordPress
In reply to: …because your IP address is in the local blocklist?I guess the blog owner has blocked your IP address on his blog. Try contacting the blog owner.
Forum: Fixing WordPress
In reply to: Securing my siteI would suggest to have your web team do this changes, cause its dynamically showing the logo and open.png and thats needs to be fixed in header.php file and checkout file.
Forum: Fixing WordPress
In reply to: Simple: Changing Title Colortry this
h1.site-title {
color: #00FFFF;
}Forum: Themes and Templates
In reply to: prevent sidebar from reloading on every page?I hope this plugin will help you http://wordpress.org/extend/plugins/widget-logic/. this plugin gives you control on widgets
Forum: Fixing WordPress
In reply to: Securing my sitejust put s after “http” try changing logo link to https://www.daledugas.com/wp-content/uploads/2012/12/logo1.png its a temporary fix you can check with your hositng guys for permament fix