rdeigsler
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Basics] PaginationYou are so right Kevin, very sorry to have needlessly bothered you.
Forum: Plugins
In reply to: [Testimonial Basics] PaginationHi Kevin,
Unfortunately my pagination stopped working. It had been working in the past but a user reported that it is not working now. The page can be viewed at https://www.introflights.com/testimonials/ . The shortcode is [katb_testimonial group=”all” number=”all” by=”date” id=”” rotate=”no”]. No changes have been made to this since its implementation. Any help would be much appreciated.
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataProblem resolved.
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataVoila!, Works perfect!
Thanks for all your help.
And I want to thank you for your well commented code. The majority of developers fall short in this area of which I am also guilty.
Kudos to a well written app!
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataSounds good, email sent.
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataI haven’t changed any code. I get the line on Firefox and Chrome but not with IE 11.
If you look at page source you can see there is only a break tag between them.
<label class="katb_input_label1">Name *</label><input type="text" maxlength="100" name="tb_author" value="" /><br/><label class="katb_input_label1">Email *</label><input type="text" maxlength="100" name="tb_email" value="" />
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataI am getting the email notification for your testimonial but no records in database.
I have tried with IE11, Firefox 26, and Chrome 31.
Forum: Plugins
In reply to: [Testimonial Basics] Input Form Not Inserting DataHi Kevin,
Thanks for replying so quickly.
https://www.introflights.com/?page_id=242
That is correct, after I input a testimonial and it says it was sent, if you go to the Edit Testimonial Panel, it is not there. I look in the database and the record is not there either.
One thing I am noticing when I view source code of page is that the form tag has a method but no action (<form method=”POST”>). I am assuming this is fine as it is just posting back to itself?