Title: BatchHeader's Replies | WordPress.org

---

# BatchHeader

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SparkleStore] Child theme support](https://wordpress.org/support/topic/child-theme-support-15/)
 *  [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/child-theme-support-15/#post-8888229)
 * [@csib](https://wordpress.org/support/users/csib/) How are you trying to call
   the css?
 * I have added this in functions.php and it loads the child css directly after 
   the main style.css
 *     ```
       function child_enqueue_styles() {
   
           $parent_style = 'sparklestore-style';
   
           wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
           wp_enqueue_style( 'child-style',
               get_stylesheet_directory_uri() . '/style.css',
               array( $parent_style ),
               wp_get_theme()->get('Version')
           );
       }
       add_action( 'wp_enqueue_scripts', 'child_enqueue_styles' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OpenTickets Community Edition] Check-in pages not loading stylesheet](https://wordpress.org/support/topic/check-in-pages-not-loading-stylesheet/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/check-in-pages-not-loading-stylesheet/#post-8555509)
 * [@quadshot](https://wordpress.org/support/users/quadshot/) The site isn’t live
   yet and I would prefer not to advertise yet. This is actually tied to a Enterprise
   Edition order so will drop the details on a support ticket.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OpenTickets Community Edition] Manual Check-in](https://wordpress.org/support/topic/manual-check-in/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/manual-check-in/#post-8555474)
 * [@quadshot](https://wordpress.org/support/users/quadshot/) Thanks for the update
   and it would be great to see this added in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sticky Element] Scrolling up on Chrome](https://wordpress.org/support/topic/scrolling-up-on-chrome-1/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/scrolling-up-on-chrome-1/#post-7129452)
 * [@youdaman](https://wordpress.org/support/users/youdaman/) That aside is the 
   whole sidebar. The strange thing is that is works perfectly fine on FireFox but
   not on Chrome
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login Page had redirect loop](https://wordpress.org/support/topic/login-page-had-redirect-loop/)
 *  [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/login-page-had-redirect-loop/page/2/#post-6915055)
 * After a conversation with redders887 on Twitter, I reported this to Comodo as
   a false positive for their ModSecurity ruleset v 1.59 where the error was occurring.
 * Their ruleset is now updated to 1.60 and after testing WordPress has no redirect
   issue on /wp-admin/
 * To all of those that have disabled ModSecurity entirely, as long as your system
   has updated I would recommend putting ModSecurity back in place.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect loop after update WordPress 4.4](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-44/)
 *  [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-44/#post-6847600)
 * This is a slight tangent from the original poster but I wanted to answer the 
   the 4.4.1 questions.
 * The issue is accessing /wp-admin/ if you navigate to /wp-admin/index.php the 
   redirect issue doesn’t happen and you can access the dashboard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible SSL for CloudFlare] Update to v1.1.0 created redirect loop](https://wordpress.org/support/topic/update-to-v110-created-redirect-loop/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/update-to-v110-created-redirect-loop/#post-6409857)
 * [@paul](https://wordpress.org/support/users/paul/) G. I have updated quite a 
   few sites to v1.2.1 and have come across no errors.
 * Thanks for all the updates and a great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Mutlisite: Site unable to add list or subscriber](https://wordpress.org/support/topic/mutlisite-site-unable-to-add-list-or-subscriber/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mutlisite-site-unable-to-add-list-or-subscriber/#post-6371457)
 * Well, this has put me off buying an agency license!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Mutlisite: Site unable to add list or subscriber](https://wordpress.org/support/topic/mutlisite-site-unable-to-add-list-or-subscriber/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mutlisite-site-unable-to-add-list-or-subscriber/#post-6371375)
 * I have found lots of errors being reported i.e.:
 * [27-Jul-2015 20:03:46 UTC] WordPress database error Table ‘[DATABASENAME]_wysija_queue’
   doesn’t exist for query SELECT COUNT(email_id) as count FROM `ncd_9_wysija_queue`
   WHERE send_at < 1437854626 made by require_once(‘wp-load.php’), require_once(‘/
   home/encodewe/wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’),
   call_user_func_array, init_wysija_cron, WYSIJA_help_cron->run, WYSIJA_help_cron-
   >check_scheduled_task, WYSIJA_help_cron->run_scheduled_task, WYSIJA::croned_queue,
   WYSIJA_help_queue->process, WYSIJA_help_queue->clear, WYSIJA_model->count, WYSIJA_model-
   >query, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query,
   W3_DbProcessor->query, W3_Db->default_query
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Gallery always links to attachments page](https://wordpress.org/support/topic/gallery-always-links-to-attachments-page/)
 *  Thread Starter [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/gallery-always-links-to-attachments-page/#post-4408337)
 * Does anyone have thoughts on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yet a new type of Error in my XML Sitemaps](https://wordpress.org/support/topic/yet-a-new-type-of-error-in-my-xml-sitemaps/)
 *  [BatchHeader](https://wordpress.org/support/users/batchheader/)
 * (@batchheader)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/yet-a-new-type-of-error-in-my-xml-sitemaps/#post-4147187)
 * I have the same error.
 * The site_index.xml works fine but I then receive the error below when clicking
   on the page-sitemap.xml link
 *     ```
       This page contains the following errors:
   
       error on line 71 at column 55: EntityRef: expecting ';'
       Below is a rendering of the page up to the first error.
       ```
   

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