webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login TroubleNot sure what you have tried:
Have you checked File/directory permissions?
Disable plugins by renaming plugins directory and create an empty one.
Renaming your theme’s directory.
Delete your cookies.Forum: Fixing WordPress
In reply to: Error 500- somebody please helpTry disabling plugins, there might be a conflict.
Also check file/directory permissions.
Usually this problem is caused by using both Nextgen and another image plugin such as Simpleviewer JS. Disable other plugins and you will probably find a conflict.
Would help to have a link to your site.
Forum: Fixing WordPress
In reply to: How can I find URLs that can't be found in order to fix them?Are you using a Hosting Service? They should have some kind of Control Panel, cPanel or Plesk. In there will be Activity Log and search for 404. In the log will be a referral link which is the page giving the bad link. Or look for AWSTATS.
ANd you can try the W3 validator one (it skips some links & excluded pages in robots.txt) at:
http://validator.w3.org/checklink/Forum: Fixing WordPress
In reply to: New to WP and need some help.You don’t have to use a widget to use HTML code. Maybe if you have something specific you are trying to use?
DIsplay is based on the THEME and not plugins. Plugins are for specific features. You can see most of the plugins in use by simply viewing the website, and View the Page source. Search for: wp-content/plugins/and you will see the name of the plugin. So in the second link you gave they are using:
wp-pagenavi
nextgen-gallery
wp-page-numbersYou can also in the same way see they are using the arras-theme.1.4.3.1 by searching the code for wp-content/themes/
Forum: Plugins
In reply to: Really SImple Captcha and Contact 7What code are you using in your Form?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working in Internet ExplorerStill looks like a permalinks or Pathing issue. Notice in the Contact Page:
<form action="/index.php//test-contact-page/#wpcf7-f2-p280-o1" method="post" class="wpcf7-form">Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working in Internet ExplorerIts usually a permalinks issue. Not sure why only in IE and only on somne WP sites. But notice the URL is: test-contact-page/# when it should be: test-contact-page#
Not sure why the permalinks have that effect but try this. 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.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Plugin upgrade failed.CHeck directory permissions:
http://codex.wordpress.org/Changing_File_PermissionsForum: Plugins
In reply to: Contact form plugin has crashed my wordpress admin..Rename your original Plugin directory. Then create a new empty plugins directory.
If that does not help then rename your current theme’s directory.@graham Stoney
ALl the link in your sitemap (even ending in a number) seem to be valid posts and pages.Forum: Fixing WordPress
In reply to: eval(base64_decode HACKEDThere are a number of ones on the web. Try this one:
http://www.tareeinternet.com/scripts/decrypt.php
or Google for: base64 decoderForum: Fixing WordPress
In reply to: 301 RedirectsDid you change the URL’s in the database?
Forum: Fixing WordPress
In reply to: Basic beginner wordpress questionsJust read the documemntation.
http://codex.wordpress.org/Main_Page