webjunk
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingThe URL on the submit button is wrong.
In the Contact form 7 plugins directory open includes/classes.php
Around line 109 you will see:
$url = wpcf7_get_request_uri();
change that line to be:
$url = ‘/index.php/’.wpcf7_get_request_uri();See if that resolves it.
Its putting /kontact/#wpcf7-xxxxxxxxx
and it should be like:
/kontact#wpcf7-xxxxxxxxxTry editing:
#content, #content input, #content textareaOtherwise would help know what code put in the styles.CSS
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingTry disabling permalinks. Then see if it works. Then re-enable permalinks and see if it still works.
Would help if we could see the page.Forum: Fixing WordPress
In reply to: Table not found error when it actually IS in the databaseReading from the DB will not affect anything. Its only opening and writing to it.
Forum: Fixing WordPress
In reply to: Re-Order Pges To Include Home LinkYou will need to edit your theme’s header.php
Too early for me(need my coffee) but you will see a section that includes like:
get_option(‘home’)
and you want to remove that section. It will be just above where wp_list_pages is used. You might need to keep it from excluding the Ome page.Forum: Fixing WordPress
In reply to: Table not found error when it actually IS in the databaseHave you checked carefully the wp-config.php?
Forum: Fixing WordPress
In reply to: All plugins deactivated, now can't activate themShould always activate one at a time.
Not sure what you mean by “crashed”
Rare by an established recent plugin unless it was making changes to the table.
HW could be but very doubtful because of record locking.
Often I see it when people use old plugins that don’t work with WP 3.Forum: Fixing WordPress
In reply to: Re-Order Pges To Include Home LinkWhen Editing a page, look on the right-side.
Order. Number them 1-99 how you want them to appearForum: Fixing WordPress
In reply to: show different content on individual post page?He means to create a template. Single.php is for viewing single posts.
Explained her:
http://codex.wordpress.org/Theme_DevelopmentForum: Fixing WordPress
In reply to: New users not recieving passwordI received my password so evidently its working.
Forum: Fixing WordPress
In reply to: New users not recieving passwordIs there a reason why you are not using PHP mail?
Have you tried the normal stuff:
Disable Plugins?
Try the default theme?Are you using a local or remote SMTP?
Does it require authentication?Forum: Fixing WordPress
In reply to: Error/Page Not FoundNotice that was the first thing I asked you to do?
Its related to Godaddy “fixing” your site. Don’t worry about it. Probably won’t happen again.Forum: Fixing WordPress
In reply to: Edit Page Won't LoadTry the default theme.
Verify Permissions:
http://codex.wordpress.org/Changing_File_PermissionsForum: Fixing WordPress
In reply to: Customize email with login and password infoDid not know there was a new version of that plugin for WP 3 but it supported images using html which is the right way to do it anyway.
Otherwise you couldask in the plugins forum.Forum: Fixing WordPress
In reply to: 2 blogs, want to mergeFrom wp-admin Tools -> Export and Tools -> Import the blog over.
You might have to fix links to attachements but search & replace makes that easy