Harry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: one profile two emailsNot as far as I know in WordPress, you could up a mailing list email account, which then forwards to two separate accounts.
Gmail has this feature for Email forwarding.
Forum: Fixing WordPress
In reply to: Everything came back after a mess up. Formating is gone.Well,
I can’t speak for, or guess what has happened in the meantime, but I always keep a backup of files if I can help it, though I have lost hours of work before.S It happens.
So are you using the WordPress theme editor or not?
Har
Forum: Fixing WordPress
In reply to: Everything came back after a mess up. Formating is gone.Were you editing this in the WordPress theme editor, or using another editor locally?
I’m not sure why the changes have been overwritten, my advice would be to make some changes again, keep a copy of the file locally. See if they stick, and if the file reverts.
Har
Forum: Fixing WordPress
In reply to: Everything came back after a mess up. Formating is gone.You’re going to have to be more specific.
You had a wordpress site, and what process did you follow for this to happen?
A link would also be helpful.
Thanks,
HarryForum: Fixing WordPress
In reply to: Error Establishing Database ConnectionWell, have you moved your wp installation?
Can you test if you can log in to your database? What have you done that this has happened?
You’ll need to provide more information in order for people to help!
Forum: Fixing WordPress
In reply to: Changing blog addressForum: Fixing WordPress
In reply to: My site shows up as a Trendy Site builderAgain, do you have a link?
Forum: Fixing WordPress
In reply to: changing fontsCSS works by use of inheritance, so if you define a font globally, and there a different font is defined on an element below this, it may not take. However, quickly you could try the following:
body{ font-family:Arial !important;}Substitute the font you want for Arial. The !important part tries to enforce the rule so it should be taken above all others. Though, there could be a fixes you’ll need to make, but you should be able to then track where to remove the references.
Forum: Fixing WordPress
In reply to: Help with siteHi Harry,
I would suggest creating a new thread specifically for your problem.
In this new post, include what theme you are using, whether you’ve downloaded it from somewhere, and provide a link to your site, so people can help you with the solution quicker.
Forum: Fixing WordPress
In reply to: Shadowbox js for wordpress – how to….Hi sandy1122,
I have taken a look at the shadowbox plugin and it’s options. If there are no options in the plugin, which from reading the documentation it looks like there isn’t, this would require some development work to significantly change how it works. I would suggest either contacting the plugin author, or posting a job description here and offering money for someone to code this for you (http://jobs.wordpress.net/).
Good luck.
Forum: Fixing WordPress
In reply to: "tab" informationYeah,
I’ve had this before. When I move wordpress installs, I update via the database. So be careful.
Here is a post about it, that provides the SQL you need. I generally Google for something like this. It’ll update your settings so you can remove those 2 manual line from your wp-config.php.
http://www.mydigitallife.info/how-to-move-wordpress-blog-to-new-domain-or-location/
If you can, take a backup of your database before attempting this.
HTH.
Forum: Everything else WordPress
In reply to: why cant i get any help here?Also, you’ve double posted a couple of problems. Everyone has different skill levels, and as alchymyth has pointed out, it’s voluntary, so people try to help where they can best provide their help. Also, some problems may be easier to fix than others.
I took a look at your posts, and it would appear you want very specific changes or work done. I’m not familiar with Shadowbox js, thus why I felt I would be wasting your time by posting myself. I’ve left it so that someone better equipped can steer you in the right direction.
Forum: Fixing WordPress
In reply to: Pagination on single.php causing 301 redirectAre you using the wp_link_pages function?
I’ve previously had to copy this function from the core into my functions.php and play around with it, changing the name of course. In order to get it to play nice.
I’m not sure why you’re using ‘previous_posts_link()’ though.
Could you put the snippet of your single.php up here, or possibly on pastebin if it’s quite long?
Forum: Fixing WordPress
In reply to: "tab" informationGo to your Settings > General
There are a few options you can set there. I think Site Title and Tagline are what you may be looking for?
HTH
Forum: Fixing WordPress
In reply to: Accidentally moved my index.php file, cant find it nowSo if I’m understanding you correctly, you’ve moved a WordPress file, that is for WordPress itself and not your theme? If so, you could download the same version of WordPress you have installed, and simply replace the file.
If it was a theme file, this may be trickier to track down. Were you using an FTP client? Did you accidentally copy it into a subfolder or your desktop?
HTH