Title: hendosdad's Replies | WordPress.org

---

# hendosdad

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/hendosdad/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hendosdad/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/hendosdad/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NSFW] [All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] AIOSEO incompatible with Volunteer Signup Sheets](https://wordpress.org/support/topic/aioseo-incompatible-with-volunteer-signup-sheets/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/aioseo-incompatible-with-volunteer-signup-sheets/#post-15593620)
 * That worked. Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NSFW] [All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] AIOSEO incompatible with Volunteer Signup Sheets](https://wordpress.org/support/topic/aioseo-incompatible-with-volunteer-signup-sheets/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/aioseo-incompatible-with-volunteer-signup-sheets/#post-15586077)
 * Thank you for your reply. I’ll try on Tuesday and see how it goes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Change Task/Item heading via PHP](https://wordpress.org/support/topic/change-task-item-heading-via-php/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/change-task-item-heading-via-php/#post-10382888)
 * Thank you for your help.
 * Just in case anyone else is wanting to do this, the code I implemented in functions.
   php of my child theme is provided below:
 *     ```
         add_filter( 'pta_sus_public_output', 'function_to_change_task_item_to_role');
         function function_to_change_task_item_to_role( $text ) {
             $text = str_replace(
                 array( 'Task/Item' ),
                 array( 'Role' ),
                 $text
              );
              return $text;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ SQL Reports Shortcode Widget and DB Backup] Suppressing table borders](https://wordpress.org/support/topic/suppressing-table-borders/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/suppressing-table-borders/#post-10357388)
 * Sorry for the ambiguity in my post.
 * I am interested in finding out if there were any other classes in your plugin
   that can be overriden using <style> … </style>. So far I’ve stumbled on the following:
 *     ```
       .ELISQLREPORTS-Report-Name {display: none;}
       .ELISQLREPORTS-Header-Row {display: none;}
       .ELISQLREPORTS-Odd-Row {background-color: #FFFFFF;}
       .ELISQLREPORTS-Even-Row {background-color: #FFFFFF;}
       .ELISQLREPORTS-table {border: 0px;}
       .ELISQLREPORTS-table td {border: 0px; padding: 0px;}
       ```
   
 * …and am wondering if there are any more.
 * (In case you’re wondering, the Odd-Row and Even-Row overrides also stopped the
   top and LH borders showing.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ SQL Reports Shortcode Widget and DB Backup] Suppressing table borders](https://wordpress.org/support/topic/suppressing-table-borders/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/suppressing-table-borders/#post-10355964)
 * Thank you.
 * Is there a post somewhere of all the overrides that can be used?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Moving a single event to a recurring event.](https://wordpress.org/support/topic/moving-a-single-event-to-a-recurring-event/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/moving-a-single-event-to-a-recurring-event/#post-9664649)
 * Thanks for your reply and explanation.
    Much clearer now, thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Moving a single event to a recurring event.](https://wordpress.org/support/topic/moving-a-single-event-to-a-recurring-event/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/moving-a-single-event-to-a-recurring-event/#post-9663785)
 * Thank you for your reply. I’ve read the documentation but am using the plugin
   for the first time today to see how I can use it in a way that best meets my 
   needs. I apologise if I’ve used incorrect terminology. This is probably because
   the plug-in is new to me. Thank you for putting me straight.
 * I created a sheet with a few recurring events. The sheet allowed sign-ups. Each
   event had 3 tasks/items.
 * Then I created another sheet with a single event. I checked the box for no sign-
   up. There was only one task/item. When I viewed this it displayed correctly, 
   without a sign-up.
 * At the bottom of the edit tasks page there was an option to move all tasks from
   one sheet to another. So I did this and moved the task from the second sheet 
   I created to the first sheet I had created.
 * When I then viewed sheet 1, I noticed that the moved task had now acquired a 
   sign-up field. At this stage the moved-in task was displayed as a single task(
   just as it was originally set up) whilst the original tasks were displayed in
   groups of 3 (just as they were originally set up).
 * Subsequently, after I edited sheet 1, the way the format of the tasks changed.
   The single task was added to the group of 3 on all entries and the three were
   added to what had previously been the single task.
 * I raised the matter because I didn’t spot anything in the documentation indicating
   that the formats of the two sheets involved in a move operation had to be the
   same. My apologies if it was there but I didn’t see it.
 * I was trying it out because it seemed a simple way of indicating that an event
   had been cancelled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Insert Pages] Shortcode cross-reference](https://wordpress.org/support/topic/shortcode-cross-reference/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/shortcode-cross-reference/#post-9488348)
 * Thank you [@figureone](https://wordpress.org/support/users/figureone/) for your
   reply.
 * I tried using Shortcode Reference but it didn’t do what I wanted. Although it
   lists all shortcodes it doesn’t tell me where they occur. Also, I can see that
   I wasn’t sufficiently accurate in defining my original question as what I really
   want is a list of the shortcodes that I have inserted in an Edit Page panel (
   rather than all shortcods).
 * Anyway, thank you for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crontrol] Internal Server Error on Chron Events](https://wordpress.org/support/topic/internal-server-error-on-chron-events/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years ago](https://wordpress.org/support/topic/internal-server-error-on-chron-events/#post-9344353)
 * Thanks for your response.
 * I’m delighted to say that, fortunately, the error resolved itself when I upgraded
   from PHP 5.3.3 to PHP 5.4.34.
 * Still need to sort out why the error log is empty though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Is Nextgen gallery PHP7 compatible ?](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/)
 *  [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years ago](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/#post-9334623)
 * Thank you [@imagely](https://wordpress.org/support/users/imagely/) for your reply.
   
   I’ll post the results here when its done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crontrol] Internal Server Error on Chron Events](https://wordpress.org/support/topic/internal-server-error-on-chron-events/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years ago](https://wordpress.org/support/topic/internal-server-error-on-chron-events/#post-9334579)
 * Firstly, thank you for your reply and sorry for taking so long to get back to
   you.
    I’m a novice at this and it took ages to get the PHP error log configured.
 * Having got it sorted (I think), the PHP error log is still empty after the error
   occurs. I’m pretty sure that I’ve got the log configured properly as the ‘PHP
   Error Log’ plugin manages to locate it and doesn’t report any inconsistent read/
   write permissions.
 * The full error message is as follows:
 * > Internal Server Error
   > The server encountered an internal error or misconfiguration and was unable
   > to complete your request.
   > Please contact the server administrator, root@localhost and inform them of 
   > the time the error occurred, and anything you might have done that may have
   > caused the error.
   > More information about this error may be available in the server error log.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Is Nextgen gallery PHP7 compatible ?](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/)
 *  [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/#post-9330426)
 * Sorry [@imagely](https://wordpress.org/support/users/imagely/) I didn’t realise
   I needed my own topic because I was hitting the same issue as [@stephg40122](https://wordpress.org/support/users/stephg40122/)
   and [@ossser](https://wordpress.org/support/users/ossser/) with NextGEN Gallery.
 * I’m a novice and I gathered from the instructions that I should first of all 
   look to see if my question had already been raised and I found this post.
 * I don’t yet have an issue on my site. NextGEN Gallery is running ok but I’ve 
   been advised (by Yoast SEO) that the version of PHP running on my website is 
   no longer supported and that I should upgrade to either 5.6, 7.0 or 7.1.
 * I want to avoid getting an issue by checking to see if my plugins support php
   7.0 before asking my hosting provider to upgrade php. To do this I used the _PHP
   Compatibility Checker_ plugin (same method as [@osser](https://wordpress.org/support/users/osser/)
   and [@stephg40122](https://wordpress.org/support/users/stephg40122/)) and hit
   the same potential issue as them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Allowed memory size…](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-109/)
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-109/#post-9330107)
 * Thank you for your help which pointed me in the right direction.
 * Apologies for my belated acknowledgement of your help. At the time I got embroiled
   with finding a solution and hadn’t realised I’d left this post open.
 * For the record, in case others also get this error, I approached the company 
   hosting my website and they increased the memory for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Is Nextgen gallery PHP7 compatible ?](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/)
 *  [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/is-nextgen-gallery-php7-compatible/#post-9330044)
 * I have the same issue.
 * Did osser and spephg40122 upgrade to php 7.0 and if so were any issues encountered?
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] Combining Start and End Date /](https://wordpress.org/support/topic/combining-start-and-end-date/)
 *  [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/combining-start-and-end-date/#post-9228248)
 *     ```
       [vsel date_label="%s" start_label="%s" end_label= "—%s"]
       ```
   

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

1 [2](https://wordpress.org/support/users/hendosdad/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hendosdad/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/hendosdad/replies/page/2/?output_format=md)