Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Forum: Fixing WordPress
    In reply to: Javascript
    Thread Starter mx760

    (@mx760)

    Fast Secure Contact Form,

    I sort of have it working since it has option to insert HTML before a form field

    Thread Starter mx760

    (@mx760)

    Why 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…

    Thread Starter mx760

    (@mx760)

    7) How do I add regular expressions?

    Thread Starter mx760

    (@mx760)

    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”

    Thread Starter mx760

    (@mx760)

    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?

    Thread Starter mx760

    (@mx760)

    Since 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

    Thread Starter mx760

    (@mx760)

    why does no one reply on wordpress forums?

    Forum: Plugins
    In reply to: Contact Forms
    Thread Starter mx760

    (@mx760)

    Ok, 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.

    Thread Starter mx760

    (@mx760)

    Won’t someone lend a hand?

    Thread Starter mx760

    (@mx760)

    Dag nab it, I fixed it, I just had to put wp_head(); inside </head> and wp_footer(); inside </body>

    Thread Starter mx760

    (@mx760)

    Ok, 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?

    Thread Starter mx760

    (@mx760)

    OK, so I found the Shortcode details here:


    https://code.google.com/p/wp-aec/wiki/ShortcodeOptions

    but can someone give me a heads up on how to use it. That be great.

    Thread Starter mx760

    (@mx760)

    I hope someone can help out, I don’t know where what to put to create a shorcode handler function, any help appreciated.

    Thread Starter mx760

    (@mx760)

    Actually, 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.

    Thread Starter mx760

    (@mx760)

    Also, do I have to FileZilla to install plugins or again, drag an drop?

Viewing 15 replies - 1 through 15 (of 15 total)