Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter toomeya

    (@toomeya)

    In this case, the word “Submit” before the closing </button> is the “My Text” that I wanted to use. I wanted the button to say “Submit” but it didn’t, instead it said “Submit Query” (the default) which made no sense in my context. Changing the value of the text using only the in-line code did not have any effect.

    The solution I ended up finding was to go into the WordPress CSS file and create a new class with the features that I wanted and assign the button to that class.

    For those who might find this thread later, this is the code that I ended up using:
    On the page:

    <button class="cpeformbtn" name="submit" type="submit" value="" /><b>Submit</b></button>

    In the WordPress CSS File: (note: I decided if I was going to make a CSS class I might as well make the button look pretty while I was at it)

    .cpeformbtn {
      -webkit-appearance: none;
      background: #17278a;
      background-image: -webkit-linear-gradient(top, #17278a, #2980b9);
      background-image: -moz-linear-gradient(top, #17278a, #2980b9);
      background-image: -ms-linear-gradient(top, #17278a, #2980b9);
      background-image: -o-linear-gradient(top, #17278a, #2980b9);
      background-image: linear-gradient(to bottom, #17278a, #2980b9);
      -webkit-border-radius: 28;
      -moz-border-radius: 28;
      border-radius: 28px;
      font-family: Arial;
      color: #ffff1f;
      font-size: 15px;
      padding: 10px 20px 10px 20px;
      text-decoration: none;
    }

    Thanks for responding.

    Thread Starter toomeya

    (@toomeya)

    OK, thank you.

    Thread Starter toomeya

    (@toomeya)

    Ok, thanks Evan. I’ll keep that in mind.

    Thread Starter toomeya

    (@toomeya)

    The question was why a page wasn’t displaying in IE or Firefox but was in Chrome and the solution was that both the person reporting the problem and myself were logged in to the editor and were viewing a page that had been changed from published to draft. We couldn’t see it in the other browsers because we weren’t logged in there.

    I didn’t post this because it was a matter of user error and not a technical support issue, but I couldn’t figure out how to erase my original question.

    Thread Starter toomeya

    (@toomeya)

    Ok, apparently I’m posting on the wrong forum. I need to fix Contact Form 7 DB.

    Thread Starter toomeya

    (@toomeya)

    I should have been more specific. The data isn’t saving to the “Contact Form DB”. There’s no data there. (I assumed DB stood for database.) I’m not worried about getting it into the WP database, I’m having trouble with it saving the data period (except in e-mail format which not all of our forms send to us).

    There are a few different forms that are doing this, but here is the link to one. http://education.umkc.edu/teacher-certification-info-session/teachercertrsvp/

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    Hmm…

    Well thanks for all the help anyway. I think for now I’ll just let the other administrator know that it is working, but just not displaying automatically.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    Now it says:

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <answer>
    <userid/>
    <patronid/>
    </answer>

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    I don’t know how to run the code outside of the AJAX within wordpress.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    I’ve got the conflicting plugin turned off and that’s what allows me to use the update button, but nothing happens on the screen until I refresh the page. We can work with it this way, I’m just not sure why I’m not seeing the updates as soon as I hit the button.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    Ok, I refreshed the page and now they’ve updated. Is there a way to have it give me some sort of visual signal that the data has been updated?

    Thanks for the help!

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    Ok, I shut off the plugin that was causing that error, but now when I click on the “Update ID” button it doesn’t do anything at all.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    I got the login page to come up, but when I log in it says:

    “Fatal error: Call to undefined function wpcf7_add_tag_generator() in /var/www/education/wp-content/plugins/hashcash-for-contact-form-7/wpcf7_wphc.php on line 138”

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    I’m also getting the same Ajax error when I try to put a hold on an item.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Thread Starter toomeya

    (@toomeya)

    I contacted IS and we are running a Linux server. I am attempting to get the exact version.

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