webjunk
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Form 7 broken on WP 3.0.1Rather than just stating “broken” Why don’t you explain the problem and work towards a resolution. This plugin is working on probably thousands of WP sites with WP 3. ANd if you read other posts on here, usually mail whether PHP mail or SMTP are related to host/server issues or incorrect settings and then they have it working 100%.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Attachment NOT sent via mail@jckazius
Its usually at the bootom like this:<?php wp_footer(); ?> </body> </html>@codenamefish
There is no stored directory. They are “attachments” for a reason. You receive te file as an attachment. If you want to keep the files you would have to edit the cde and eliminate the function that removes the temp files.Forum: Fixing WordPress
In reply to: wp-admin suddenly displaying 'page not found'Are you having the same problem? You did not mark this topic as resolved.
Hosts sometimes apply updates that while fixing some issues create new ones. Would not neccessarily lay too much blame.Have a link so we can see the Robots.txt or error?
Try editing width in the Calendar’s CSS:
http://www.wet-llc.org/wp-content/plugins/the-events-calendar/resources/events.css.category-events #tec-content {
background:#fff;
width:670px;
padding:1px 35px;
margin-left:10px;
}Forum: Plugins
In reply to: Looking for a Calendar PluginThat would probaly be a complete re-write.
Forum: Plugins
In reply to: Looking for a Calendar PluginIf you have any suggestions, would be happy to see about adding to the plugin. Hoping Kieran adds some of this as he has done a fantastic job but otherwise might do a fork of it.
Forum: Plugins
In reply to: Looking for a Calendar PluginThe categories are the categories in the CALENDAR Settings and not Post.
Forum: Plugins
In reply to: Looking for a Calendar PluginDid you read the README.TXT?
== Frequently Asked Questions ==
= How do I specify specific Calendars? =Add the category to the Calendar tag as follows for category 3:
{CALENDAR 3}= How do I use the smaller Calendar? =
Use the {CALENDAX} tag just like the {CALENDAR}. Yes it must be capitalized!
{CALENDAX 2,3}There are other plugins that probably do the same thing you use force-category-template for. Otherwise usually you can do the same within a template file without a plugin.
Why not activate it again. Would help to know the error code which can help point to the issue.
If you disable your other plugins one by one you can pinpoint the plugin causing the conflict.
Forum: Plugins
In reply to: Looking for a Calendar PluginWhat version of WP?
WHat theme? (Try the default theme as a test)
What other plugins are you using?My version is working on a couple of dozen websites and non report any problems. Trying to find the difference. Did you place the calendar.php in the calendar directory or a separate directory?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adjusting the layoutCan not say what did not work unless I have seen the code.
wuld not wory about it As long as it works now.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 field and button styles help please1) You would edit the Styles.css location in the plugins directory. Think you will have to add a section inot it like:
div.wpcf7-submit
{
color: #ff0000;
background-color: #CC0000
}2) If you are using the form as default to close the gap just remove the space in the FORM. so default will look like:
<p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p>Notice the empty lines are now gone.