webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess is giving me a migraine HELP!Your first bit of code “AUTHENTICATION SECURITY” is to add Apache (web server not WP) Username/Password authentication. It will add a Login just to access ANYTHING in that directory. It only “sometimes” requires a login because the login is good until the user closes the browser. Just remove that section.
If you want to make your website more secure read:
http://codex.wordpress.org/Hardening_WordPressForum: Fixing WordPress
In reply to: Link in category pageNot sure we understand what you are trying to do. Just trying toput a link in a page? Or use the LINKS? Can you point to a page on your website?
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorWould help to see the website. And you did not say if the site is visible.
Try disabling plugins. (Rename current /plugins directory and create a new plugins directory)
Try the default theme. (Rename the current Theme directory)
Check wp-config.php
Check DB for proper URL.Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!WHat about:
<h1>"><?php bloginfo('name'); ?></h1>
to:
<a href="http://mysite.com"><h1>"><?php bloginfo('name'); ?></h1><a>Forum: Fixing WordPress
In reply to: Wordbase Database growing exponentiallyMost likely its because of the draft revisions. You can delete those if not needed.
Forum: Fixing WordPress
In reply to: How to remove side-bar from a random page?See if your theme has a no-sidebar template. Or you could make a template just for the forum:
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_TemplatesForum: Fixing WordPress
In reply to: Live Chat? Online Chat?Let’s see chat program, okay. that will work with the iphone, could be. that matches your website, hhhmmmmm and FREE. Now you are pushing.
There are things like Crafty Syntax which is free but you would need to modify for your website. And I think iPhone support to be added is $10.Forum: Fixing WordPress
In reply to: PageofPost setup getting Fatal Error in query.phpYou have a set a function using get() but the object/value to act on is not a valid object. WHatever function you last added or changed will point to your error.
Forum: Fixing WordPress
In reply to: WordPress site Not WorkingCheck /nfs/c03/h04/mnt/57217/domains/imsocial.in/html/wp-includes/functions.wp-scripts.php on line 110 or nearby)
That error is usually a coding error. Often comments “/* Comments */”
that are not correct.Forum: Fixing WordPress
In reply to: How to add a swf file to a post?You did not say which plugins you tried but there are quite a few and if they say compatible with your version of WP and support SWF’s they will work. ANd if you ask for help for a specific plugin as there is plugin forum on here. The code you placed is just directing to download a flash player instead of loading a flash player. Without a flashplayer it won’t work.
Forum: Fixing WordPress
In reply to: problem with changing themesCHeck this first:
http://codex.wordpress.org/Changing_File_PermissionsForum: Fixing WordPress
In reply to: From Asp to PhpASP does not convert in any way to PHP. Totally incompatible. The best you can do i transfer the HTML within tha pages.
Forum: Networking WordPress
In reply to: The cid was not found or the password was incorrectCheck wp-config.php. Sounds like its having problems connecting to the database maybe.
Forum: Fixing WordPress
In reply to: Upload Adobe PDF FileThere are plugins if you search for them such as:
http://wordpress.org/extend/plugins/tgn-embed-everything/
or:
http://wordpress.org/extend/plugins/google-document-embedder/
or:
http://wordpress.org/extend/plugins/pdf-and-ppt-viewer/
or a number of others if you search.Forum: Fixing WordPress
In reply to: Contributors unable to upload images and see different editorI see you crossposts now in another forum. (That is against the rules btw) so will let you get an answer there.