webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Am getting "Deprecated" and "Warning" msgsYou can try renaming your plugins directory and create a new empty one.
Try renaming your current theme’s directory so it will use the default. See if either at least let’s you in.What version of PHP are you running? Usuaully you will get that because of wrong version.
Check your WP directory for an error.log
Check wp-config.php for the line:
define(‘DB_CHARSET’, ‘utf8’);
Am presuming you are using the current version of WP (3.0.1) or you are causing the problem yourself.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 dropping pages and menus in adminTry disactivating your other plugins then try it. Sounds like a conflict. You could also try the default Twentyten theme.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] HTML on emails…Rather than working backwards, why not post your HTML message?
Forum: Fixing WordPress
In reply to: How to customize previous and next links with graphicYou gave two different replies so don’t know what I am replying to. The first reply you missed the:
%linkwhen you added the images.Check:
#wp-calendar tbody td {
background: #f5f5f5;Forum: Fixing WordPress
In reply to: How to customize previous and next links with graphicMaybe change the section of your code to:
<span class="nav-next"><?php next_posts_link( '<img src=http://webjunk.com/prev-img.jpg>' ); ?></span> <span class="nav-previous"><?php previous_posts_link( '<img src=http://webjunk.com/prev-img.jpg>' ); ?></span>Forum: Fixing WordPress
In reply to: Can't get rid of ads!If you have in any of your theme files:
“eval(base64_decode”
then the theme author embedded the ads. Before you just delete the encoded sections, it usually so contains important code besides the ads…..
Just what some theme authors do to make money from their work. Often though an author will remove them for a small donation. If you ike the theme might be worth it.Forum: Fixing WordPress
In reply to: Odd Characters in posts after WP upgradeSite never loaded for me. sorry…
Forum: Fixing WordPress
In reply to: ?? symbols in page or postMake sure in wp-config.php you have:
define(‘DB_CHARSET’, ‘utf8’);Also you may need to add to the headers:
define(‘DB_CHARSET’, ‘utf8’);Not that knowledgable with baltic languages (and part of my family goes back to there) but there are some vowels you have to use “html codes” instead. Those are the &#XXX where XXX is a number. Search the Internet you’ll find them someplace.
Forum: Fixing WordPress
In reply to: How to customize previous and next links with graphicDepends on your theme. For instance If it has an archive.php
should be lines that inlude:
next_posts_link
previous_posts_linkAnd you can just ad img tags for them. so for previous posts it should look something like:
previous_posts_link(‘<img src=http://webjunk.com/prev-img.jpg>’, 0)Forum: Fixing WordPress
In reply to: Static Home Page: Will it Affect my SEO?The answer is yes and no. But there is not enough space to answer. Very Basics. you could ad a 301 redirect to help SE’s find the moved pages. I would ask why do you have/want to move WP? Has nothing to do with having a static home page.
#wpcf7-f4-p48-o1
is the end of the URL when you click on submit. Basically its just your form.Try disabling your other plugins and see if the problem clears up.
Also test with the default Twentyten theme.
A link to the contact page you are using would help.Forum: Plugins
In reply to: buddypress problemsMost of the regular responders on here look for posts with no replies. So when you bump it, it does not come up with a search.
As for your problem,
you need to check what URL’s are set to in wp-admin/General/Settings. If its et for blog.emailaya.com then there is no issue. You can’t use two different URL’sYou have an A name for blog.emailaya.com
then you want to use: emailaya.com/blog
you can’t use both.Forum: Fixing WordPress
In reply to: Can you put a link on images caption text?Here is an example page:
http://webjunk.com/wordpress/caption-testI added a Picture; filled out the Caption line as:
<a href=http://webjunk.com>CLICK HERE</a>
then I just clicked Insert into Post.
Notice I did not use quotes in the line at all. Normally I always do but it won’t work here.This is what the code will look like in the HTML Editor after Insert:
[caption id="attachment_77" align="alignnone" width="300" caption="<a href=http://webjunk.com>CLICK HERE</a>"]<a href="http://webjunk.com/wordpress/wp-content/uploads/2010/10/cropped-webjunkbanner.jpg"><img src="http://webjunk.com/wordpress/wp-content/uploads/2010/10/cropped-webjunkbanner-300x48.jpg" alt="" title="cropped-webjunkbanner" width="300" height="48" class="size-medium wp-image-77" /></a>[/caption]Hope it helps. Gotta run….
Forum: Plugins
In reply to: 404 Error Problems with sCategory Permalink pluginYou need someone to take re-write the plugin or start one from scratch. I don’t need one like this anymore and had nothing to do with that one other than using it a couple of times. And since we write these plugins for basically nothing, you better have a convicing argument for someone…..