mar1965
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade HelpAs far as what is meant by active and inactive plugins, active plugins are those that are turned on, and inactive ones are off. If you haven’t already, have a look at http://codex.wordpress.org/Plugins_Installed_SubPanel.
Forum: Fixing WordPress
In reply to: How do I add text and not a post to my home page?You can achieve that effect by creating a page that would in effect be your home page, but would need to make it a static front page so that it doesn’t have a blog like look. This should be helpful: http://codex.wordpress.org/Creating_a_Static_Front_Page.
Forum: Fixing WordPress
In reply to: I can't sign in!Hi Amelia!
Are you at least able to get to the login screen and enter your login credentials from http://girlnetic.com/wp-login.php? If you are, after getting redirected, try typing girlnetic.com/wp-admin/ in the address bar to see if that takes you to the administrative dashboard.
Forum: Fixing WordPress
In reply to: How do I add javascript to a page?Hi Daniel,
Enclose the above snippet of code within a ‘<div>’ like this:
<div> <script type="text/javascript" src="http://www.earnforex.com/js/embed/pip-value.js"></script> </div>That should work!
Forum: Fixing WordPress
In reply to: Decreasing spacing between images in postsHi moussempes! It does look like your images are already as close as they can get, but maybe this might help. In each of your posts, by default each image is assigned a class called alignnone. If you have a style defined in your child theme for it, you can tweak the bottom padding. It would probably look something like this (the number is just an example):
.alignnone {
padding-bottom: 3px;
}Forum: Fixing WordPress
In reply to: Can't set blank background on my page white line above footerHi Bene,
I see what is going on. You are changing the font color to white. To change the background color, do this instead:
body {
background-color: #fff;}
#page {
background-color: #fff;
}As far as the footer goes, it looks like it appears black.
Hope that helps!
Martin
Forum: Fixing WordPress
In reply to: theme stoping me getting into dashboardWhat happens when you go to http://relieve-the-pain.com/wp-login.php?
Forum: Installing WordPress
In reply to: login screenThe link you specified in your post actually works. Or this one does too http://www.slimtrimweightadvice.com/wp-login.php.
Forum: Fixing WordPress
In reply to: Changing Header PhotoHi Vicki, by default, the blog page uses the header photo that you selected in Appearance -> Header. You can, however, set the home page photo to a different image by using the Showcase Page Template.
You can find instructions on how to get started with the custom Showcase Page Template by going to the Twentyeleven Theme page Multiple Layouts section.
One thing to note is that using the Showcase Page Template sort of counters some of the effects of the instructions “Creating a Static Front Page” because it includes recent posts and featured posts as part of the showcase.
Forum: Fixing WordPress
In reply to: I can't login anymore! please help me!!Hi Ameliasophy, since you tried entering your email address instead of the username, and it didn’t recognize you, you will really need to get more technical help from someone that does understand the backend.
Forum: Installing WordPress
In reply to: Another "Memory exhausted" errorHi Kthoelen,
When I experienced this issue in the past, I found that I had too many plug-ins activated so the first thing I did was I deactivated some of them. It got rid of the error for the time being until we eventually found out that we needed to upgrade our hosting package.
Forum: Themes and Templates
In reply to: no pages when installing a new themeHi Catkins,
I am not sure if you were able to resolve the issue already, but I did notice that your current theme is Simple Catch. More than likely, you installed, but did not activate the theme. This is a link to the Codex regarding Selecting the Active Theme.
Good luck to you!
Forum: Fixing WordPress
In reply to: I can't login anymore! please help me!!songdogtech, I wasn’t soliciting work at all. I was just trying to help troubleshoot.
Forum: Fixing WordPress
In reply to: Help, I added a keyword to my title tag and broke my websitesongdogtech, thanks for pointing that out. I did notice after looking at GreRobs post.
GreRobs, good luck to you! I am sure that the Changing The Site URL fix will help. It has happened to me in the past as well.
Forum: Fixing WordPress
In reply to: Help, I added a keyword to my title tag and broke my websiteRegarding backups, would you happen to have a backup of the entire WordPress site prior to making the change you described in your beginning post?