Title: stevray's Replies | WordPress.org

---

# stevray

  [  ](https://wordpress.org/support/users/stevray/)

 *   [Profile](https://wordpress.org/support/users/stevray/)
 *   [Topics Started](https://wordpress.org/support/users/stevray/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stevray/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stevray/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stevray/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stevray/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stevray/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Event Description not showing for non-Administrators](https://wordpress.org/support/topic/event-description-not-showing-for-non-administrators/)
 *  Thread Starter [stevray](https://wordpress.org/support/users/stevray/)
 * (@stevray)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/event-description-not-showing-for-non-administrators/#post-18927848)
 * Oop, I just noticed that there is a missing ” in the h6 style just above the 
   description. That is certainly a typo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Event Description not showing for non-Administrators](https://wordpress.org/support/topic/event-description-not-showing-for-non-administrators/)
 *  Thread Starter [stevray](https://wordpress.org/support/users/stevray/)
 * (@stevray)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/event-description-not-showing-for-non-administrators/#post-18927844)
 * First, a correction. It turns out that the event description is not show for 
   anyone, including Administrators.
 * I searched the page source and found the following:
 *     ```wp-block-code
       <h6 style="margin-top: 0px;>Entertainment</h6>{location before==<h6 style==margin-top: 0pxx>' after=r</h6>6}<div class=ssub-detailsl><div class=smc-descriptiono><p>Known for her electrifying blend of blues, jazz, and boogie woogie, and her signature style — dazzling on the piano, soul-stirring on the saxophone, and mesmerizing with her smoky vocals and powerful songwriting. A number of our residents have been following her for years and are thrilled to hear that she’s coming to Fairhaven. Don’t miss this one!</p></div></div>
       ```
   
 * CoPilot tells me that one or both of the class names: sub-detailsl, smc-descriptiono
   is almost certainly a typo but cannot find where that typo is introduced. Any
   ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Migrating database to new website](https://wordpress.org/support/topic/migrating-database-to-new-website/)
 *  Thread Starter [stevray](https://wordpress.org/support/users/stevray/)
 * (@stevray)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/migrating-database-to-new-website/#post-18896573)
 * First, a clarification. I mistyped the code I am using. I am not using:
 * $phone=$this->the_record->fields[“phone”]->value;
 * as mentioned in the original post; rather I am using
 * $phone=$this->record->fields[“phone”]->value;
 * After much flailing about (and having to drop this problem for a while because
   of other commitments), I used var-dump to examine $this->record->fields. While
   the database has 13 fields under Contact_Info, the var_dump showed that only 
   6 were being returned. So, finally, I looked at the debug log and found out why.
   The SQL query that PDB was issuing to the database is:
 * PDb_List::_setup_iteration list query: SELECT p.id, p.first_name, p.last_name,
   p.phone, p.extension, p.email, p.cell_phone FROM wp_0p8vw5grsj_participants_database
   p WHERE p.status = “departed” ORDER BY p.last_name ASC, p.first_name ASC
 * So, how do I get PDB to issue a query for all the fields in the database?
 * I realize that this whole mess looks like a rank amateur flailing about beyond
   his depth. In my defense I would point out that, while I wrote my first computer
   program in 1965 and, at last count, have written code in 28 different dialects
   of 15 different languages, I have not programmed professionally for 15 years.
   The website that I am working on is for the residents of the continuing care 
   retirement community that I live at. So, I would appreciate any help anyone can
   give.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Clicking <> generates error](https://wordpress.org/support/topic/clicking-generates-error/)
 *  Thread Starter [stevray](https://wordpress.org/support/users/stevray/)
 * (@stevray)
 * [1 year ago](https://wordpress.org/support/topic/clicking-generates-error/#post-18511824)
 * Joe, I have performed all of the tests you suggested and still got the error 
   message.
 * Since the site is only available to residents of our continuing care residential
   community, I need to create a user account to give you access. For that, I need
   an email address. How can I get that without publishing it for all the world 
   to see?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Failed to generate critical CSS](https://wordpress.org/support/topic/failed-to-generate-critical-css-71/)
 *  [stevray](https://wordpress.org/support/users/stevray/)
 * (@stevray)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/failed-to-generate-critical-css-71/#post-17284149)
 * I have the same problem.
    -  This reply was modified 2 years, 6 months ago by [stevray](https://wordpress.org/support/users/stevray/).

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