tomaltman
Forum Replies Created
-
Forum: Plugins
In reply to: [Greenhouse Job Board] Error applying for jobsI’m still seeing the issue. And the above fix didn’t work for me…is there anything else that can be done.
I’m getting a “POST https://clickstop.com/wp-content/plugins/greenhouse-job-board/public/partials/greenhouse-job-board-apply-submit.php 403 (Forbidden)” error. Looks like when it is posting the form.
Forum: Fixing WordPress
In reply to: all import attempts return white screen (blank screen of death)Here’s a thought…can you run a local copy of wordpress, like with xampp or something, import it MT blog – then export a “native” WP file?
I’m just looking for options…
Forum: Fixing WordPress
In reply to: all import attempts return white screen (blank screen of death)Is this your server or are you hosting? In other words – can you get help?
Forum: Fixing WordPress
In reply to: Which File does this Code Go Into?There is an adsense ad in the article…is that the one you put there?
Forum: Fixing WordPress
In reply to: 2011 Theme Uploaded Header Image RemovalYou may have to FTP in to find these…
Forum: Fixing WordPress
In reply to: [NSFW] top padding/margin wont go away.Add this to your style.css:
#footer {background-color: black;width: 1050px;margin: 0 auto;}
That should give you black, same width as content and centered.
Good luck,
?? tomForum: Fixing WordPress
In reply to: Which File does this Code Go Into?It is a theme file…
If that doesn’t make sense – then you are probably in over your head.
Does it make sense?
Forum: Fixing WordPress
In reply to: 2011 Theme Uploaded Header Image RemovalUploaded files are stored in the:
/files/2011/09/If you’re talking about default files (TwentyEleven) – they are in:
/wp-content/themes/twentyeleven/images/headersDid you find them?
?? tomForum: Fixing WordPress
In reply to: Auto Redirecting from search box on parent page to child pagesesmi is correct – but this is not a simple task.
You’d need to have them search for the perfect phrase to match something unique about the child page…
You may to take a look at jobs.wordpress.net and get some help…
Forum: Fixing WordPress
In reply to: Which File does this Code Go Into?It really depends on what theme you are running…more than likely single.php
Forum: Fixing WordPress
In reply to: all import attempts return white screen (blank screen of death)There are always errors in there…you are sure its the correct file?
Also – don’t throw that computer out…you need to throw out the server! ??
Forum: Fixing WordPress
In reply to: Can't remove Text WidgetsNot exactly on topic – but one thing that will speed up your site is shrinking those images – one is over 800K…that is huge.
Which widgets are the offending widgets?
Forum: Fixing WordPress
In reply to: How to alternate post styles in twentyelevenYou would have to add that code to all the variations of content-whatever.php
Forum: Fixing WordPress
In reply to: entry posts are overlappingtry index.php or page.php in your theme directory.
Forum: Fixing WordPress
In reply to: Modest theme settings didn't transferIn response to:
“I’ve checked that the theme itself and all the graphics have transferred and all posts, pages and categories appear to be there but all muddled up without the settings created on the localhost version.”
The WordPress export doesn’t “send” the settings of the site – only the pages, posts, comments and basic author information.
If you had custom settings – those were stored in the database and did not transfer – you will have to reset those.
Also – your images:
It appears you did transfer the images from the /wp-content/uploads folder either – you need to go back and get those so your added images will show up.OK – check that out and then let us know how it goes.
?? tom