mx760
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: JavascriptFast Secure Contact Form,
I sort of have it working since it has option to insert HTML before a form field
Forum: Plugins
In reply to: Finding contact form plugin with certain featuresWhy doesn’t someone answer this, I find the PHPfreak forums people are always answering, as is C/C++ forums I signed up for, but WordPress community less friendly I guess…sigh…
7) How do I add regular expressions?
6) Is it possible to have Auto-Reply sent to all the applicants who registered? I want to give a send a reply showing what applicant entered in addition to a default message such as: “Thanks for registering, we’ll get back to you within 5 business days”
Hi, actually i found out Contact Form 7 supports CSV support in this plugin: Contact Form to DB Extension
And another question:
5) Is is possible to group related input types for a given form field, e.g. let’s say a bunch of text input types related to sports, b/c I want to use my own JavaScript to add elision feature (the + – sign so that user can expand or hide a group of related field items, you know what I mean?
Forum: Themes and Templates
In reply to: CSS style selectorsSince I’m using my own custom theme, I just have style.css. So I should just edit in WordPress Admin HTML editor for a certain page to have that class selectors, BUT when I tried with putting this:
<div class=”heading”>I am a heading</div>
it’s not being displayed where I want it, you see, I have a mainContent div that holds mainContentItem divs and these textual styles (.heading, .subheading, .paragraph) are to reside inside the mainContentItem div, but by using WP admin HTML editor, it’s not placed there AND another problem is since index.php has the Loop, ALL my pages show the out-of-placed styled text, BUT I only want it to show on ONE of my pages…
Man, I hope someone can help me out, thanks
Forum: Plugins
In reply to: NextGEN Gallery plugin how to add to headerwhy does no one reply on wordpress forums?
Forum: Plugins
In reply to: Contact FormsOk, I found a plugin: Fast Secure Contact Form that allows extra form fields to create, and supports custom preg, and it even has option to send the data to a specificied email address, so I entered my own but nothing is arriving in my mailbox and it still submitted properly, no failures showed up.
Anyone familiar with Fast Secure Contact Form plugin, please I need mjr help.
Forum: Plugins
In reply to: CSS/CSS3/HTML5 photo gallery pluginsWon’t someone lend a hand?
Forum: Plugins
In reply to: Assistance using AJAX Event CalendarDag nab it, I fixed it, I just had to put wp_head(); inside </head> and wp_footer(); inside </body>
Forum: Plugins
In reply to: Assistance using AJAX Event CalendarOk, so I put inside my header.php:
<?php wp_head(); ?>as such:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title><?php bloginfo(‘name’);?></title>
<link href=”<?php echo get_stylesheet_uri(); ?>” rel=”stylesheet” type=”text/css” />
</head>
<body><div class=”header”>
<img class=”logo” src=”<?php echo get_template_directory_uri(); ?>/images/primrose_place_logo.jpg”/>
<?php wp_head(); ?><!–NB: um, so is this placeholder to let WP know I want plugin to show up in div ‘header’?–>
<div class=”menuItems”>
<?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?><div class=”ticker”>
<p><?php if (function_exists (news_announcement)) news_announcement(); ?></p>
</div><!– END ticker–></div><!– END menuItems–>
</div><!– END header–><div class=”container”><!–wrapper for content body (which in turn holds sidebar)–>
<div class=”contentBox”>
<div class=”content”>Then when I went to check the webpage, it just adds a break, so what I mean is the header is pushed downwards but there’s still no calendar, I already put in [calendar] shortcode in the HTML view editor in the Admin, so what the heck is going on? All it’s showing inside
my page body is a link titled: “Add Event” which links to the backend calendar (I mean Admin of course) AJAX Event calendar. BUT I want the front-end calendar to show up…Won’t someone give me a hand?
Forum: Plugins
In reply to: Assistance using AJAX Event CalendarOK, so I found the Shortcode details here:
https://code.google.com/p/wp-aec/wiki/ShortcodeOptionsbut can someone give me a heads up on how to use it. That be great.
Forum: Plugins
In reply to: Assistance using AJAX Event CalendarI hope someone can help out, I don’t know where what to put to create a shorcode handler function, any help appreciated.
Forum: Fixing WordPress
In reply to: How to remove blogsActually, can I delete instead, I don’t want to delete just in case in the future I decide I want to build a blogging site.
Forum: Localhost Installs
In reply to: filezilla connect to localhostAlso, do I have to FileZilla to install plugins or again, drag an drop?