gmtesta
Forum Replies Created
-
Forum: Plugins
In reply to: [Recencio Book Reviews] Book Covers not Saving in ReviewsFantastic! That fixed it. Thanks for prompt response!!
Forum: Plugins
In reply to: [Recencio Book Reviews] Book Covers not Saving in ReviewsSo, I did try editing a few, but it still didn’t save the image.
The behavior that I am seeing is:
The only time that the Custom URL field was populated on the admin review screen was when I cut and pasted the image URL into the field. Then after updating, I saw that the rcno_reviews_book_cover_url was populated in postmeta. Susbsequent fetches returned that data to the custom url field.
If I don’t manually populate the Custom URL field, then the field in postmeta is empty.
Looking at the code, I think that the postmeta field that should be populating is rcno_reviews_gr_cover_url, but I don’t see that at all in postmeta.Forum: Plugins
In reply to: [Recencio Book Reviews] Book Covers not Saving in ReviewsLooks like the cover link is showing up in the a tag link, but not populating the img src tag:
<div class="rcno-full-book"> <div class="rcno-full-book-cover"> <a href="https://images.gr-assets.com/books/1528008787m/39863443.jpg" target="_blank" rel="nofollow noopener" /> <img src="http://testsite2.infopeake.org/wp-content/plugins/recencio-book-reviews/public/images/no-cover.jpg" title="Malta Exchange" alt="Malta Exchange" class="rcno-book-cover full" data-rcno-attachment-id="0"></a>- This reply was modified 7 years, 4 months ago by gmtesta.
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsGreat! It would be helpful for children’s events/classes to have both a Parent’s name field and the child’s name on the registration.
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsWe only saw this the one time, during that mass register.
What OS do you run on?
What do you think about the other two suggestions for the registration form – adding start time and an end date?
Thanks,
GregoryForum: Plugins
In reply to: [Book a Room] Registration Form RequestsWe opened up 41 classes with 498 registration spots (and approx. 300 waitlist spots) at once. Our patrons were told ahead of time when these classes would open for registration. Our CPU process pegged and our server needed to be rebooted.
Since then, I have turned off Apache logging and reduced the number of Apache workers from 64 to 48 to reduce memory and CPU load.
Thanks,
Gregory T.Forum: Plugins
In reply to: [Book a Room] Event creation – calendar date pickerThis happened to me when I updated my theme. I just had to go back into my General Settings and set the date format back to m/d/Y.