Title: Mark Hall's Replies | WordPress.org

---

# Mark Hall

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Calendar View Sub-Title](https://wordpress.org/support/topic/calendar-view-sub-title/)
 *  [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/calendar-view-sub-title/#post-7551025)
 * I think he means that when you go to yourdomain.com/events or yourdomain/events/
   category and click through the months, the URL and page title in the tab changes,
   but the page title in the H2 tag doesn’t.
 * Coincidently, I just fixed this by copying month/content.php to my own theme 
   and putting this code at the bottom.
 *     ```
       <script>
       $('h2.page_title').html('<?php tribe_events_title() ?>');
       </script>
       ```
   
 * This changes it on the fly when you advance up and down.
 * For [@mspreer](https://wordpress.org/support/users/mspreer/), you would change
   this to:
 *     ```
       <script>
       $('.banner-sub-title').html('<?php tribe_events_title() ?>');
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Password Policy Manager] User Passwords Expiring](https://wordpress.org/support/topic/user-passwords-expiring/)
 *  [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-passwords-expiring/#post-5834651)
 * Having the same problem this morning.
 * Is there a fix in the pipeline?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mammoth .docx converter] JS error on load and on inserting into editor](https://wordpress.org/support/topic/js-error-on-load-and-on-inserting-into-editor/)
 *  Thread Starter [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/js-error-on-load-and-on-inserting-into-editor/#post-5517257)
 * Thanks for getting back so promptly.
 * Yes 0.1.12 fixed the issue and looks better.
 * It didn’t fix the issue with the errors I was receiving, but after generating
   a stack trace I saw it was Visual Composer causing the issue. Deactivating it
   fixed the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Re-slug] button do not show](https://wordpress.org/support/topic/button-do-not-show/)
 *  [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/button-do-not-show/#post-4404813)
 * Working for me on WordPress 4.0.
 * You know you have to change the post/page title and then it appears?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Single job page messed up](https://wordpress.org/support/topic/single-job-page-messed-up/)
 *  [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/single-job-page-messed-up/#post-5302937)
 * Copy content-single-job_listing-company.php to the job-manager folder in your
   theme folder and delete what you don’t need. I just cleared it.
 * Fixed the issue for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajaxy Instant Search] theme location](https://wordpress.org/support/topic/theme-location/)
 *  [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/theme-location/#post-4880744)
 * Yeah, I lost my custom theme CSS and images this morning after updating.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DW Question & Answer] Recent Questions Widget](https://wordpress.org/support/topic/recent-questions-widget/)
 *  Plugin Contributor [Mark Hall](https://wordpress.org/support/users/markhall1971/)
 * (@markhall1971)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/recent-questions-widget/#post-4741048)
 * Another suggestion for a widget is the oldest unsolved/pending questions.
 * And maybe assign who can see the widgets. For example, only administrators to
   see latest unresolved and most active, but all can see related.

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