Title: Bunny Blake's Replies | WordPress.org

---

# Bunny Blake

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] trouble styling nav submenu](https://wordpress.org/support/topic/trouble-styling-nav-submenu/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/trouble-styling-nav-submenu/#post-17107664)
 * Perfect, thanks! I was trying to overthink it and didn’t even consider using 
   a media query.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Unable to change h2 font weight with CSS or Site Editor](https://wordpress.org/support/topic/unable-to-change-h2-font-weight-with-css-or-site-editor/)
 *  [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/unable-to-change-h2-font-weight-with-css-or-site-editor/#post-17106414)
 * I think the “correct” way to do it is to set up typography in the theme.json 
   file. I am new to this theme but had the same situation where I wanted to reduce
   the sizes of the largest headings. I copied the “fontSizes” section from the 
   parent theme’s theme.json, into the child theme’s theme.json. I was able to turn
   down the font sizes associated with the “XL” and “XXL” buttons.
 *     ```wp-block-code
       "fontSizes": [
       				{
       					"fluid": {
       						"min": "0.875rem",
       						"max": "1rem"
       					},
       					"size": "1rem",
       					"slug": "small"
       				},
       				{
       					"fluid": {
       						"min": "1rem",
       						"max": "1.125rem"
       					},
       					"size": "1.125rem",
       					"slug": "medium"
       				},
       				{
       					"fluid": {
       						"min": "1.75rem",
       						"max": "1.875rem"
       					},
       					"size": "1.75rem",
       					"slug": "large"
       				},
       				{
       					"fluid": false,
       					"size": "1.9rem",
       					"slug": "x-large"
       				},
       				{
       					"fluid": {
       						"min": "2rem",
       						"max": "4rem"
       					},
       					"size": "4rem",
       					"slug": "xx-large"
       				}
       ```
   
 * sorry for the bad formatting, but if you look at the parent theme.json you should
   be able to get an idea of what’s possible (including setting the font weight).
    -  This reply was modified 2 years, 11 months ago by [Bunny Blake](https://wordpress.org/support/users/h_double/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Kadence Blocks don’t show in Block List](https://wordpress.org/support/topic/kadence-blocks-dont-show-in-block-list/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/kadence-blocks-dont-show-in-block-list/#post-13645668)
 * I got confused and this is all irrelevant, this thread can be safely deleted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Photo Gallery Final Tiles Grid] Sudden CDN slowdown](https://wordpress.org/support/topic/sudden-cdn-slowdown/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/sudden-cdn-slowdown/#post-12557485)
 * That works perfectly, thanks for the quick response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11884357)
 * Thanks for the response! Marking this thread as resolved is fine with me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11746203)
 * Thanks so much! I’m okay for now rolled back to the previous version of the plugin,
   please let me know if I can provide anything else helpful from this end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11745873)
 * rohitkalra: yes, that site is built entirely from wp-job-manager and a custom
   theme I wrote from scratch. I set up the different custom fields via code in 
   the theme’s functions.php and then designed the output mostly through template
   overrides.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11745855)
 * Okay I found that rolling back to 1.29.3.1 (the latest pre-1.3x version) fixes
   the problem. So I’m gonna do that on the production server for the time being.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11745101)
 * Hi!
 * I am getting the full set of results for all queries against search_category 
   and search_keyword.
 * You can see this behavior on the live site she-freelances.com. The sidebar links
   and search box are broken (used to work fine) but if I go into the Inspector 
   tools style editor, go to line 53 of style.css and change the search_jobs div
   to display:block (making it visible at the top), I can keyword search and category
   search okay from there.
 * But it seems like anything I pass as a GET query (/mysite/?var=whatever) is getting
   ignored. Nothing is showing up in debug.log as an error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11742889)
 * Am I possibly running into this issue?
 * [https://github.com/Automattic/WP-Job-Manager/issues/1804](https://github.com/Automattic/WP-Job-Manager/issues/1804)
    -  This reply was modified 7 years, 1 month ago by [Bunny Blake](https://wordpress.org/support/users/h_double/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] WordPress + wp_job_manager upgrade broke GET queries?](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wordpress-wp_job_manager-upgrade-broke-get-queries/#post-11742226)
 * Okay, update: I discovered that if I enable the search_jobs div to display the
   built-in search controls, I’m able to search by category / keyword okay there.
   But when I try to use the GET query links in the sidebar, the search silently
   fails, it displays the whole dataset.
 * I haven’t yet looked at how the search_jobs builtin form works internally so 
   I’m not sure what’s different.
 * I found the “dealing with troublesome themes” page on the wp-job-manager site,
   which says problems are sometimes due to a faulty single.php template, but I’m
   not using a single.php template — the only thing the app is using is the aggregate[
   jobs] view.
 * Not running any other plugins besides wp-job-manager and this all worked great
   before software updates; there have been no changes to the code base in weeks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Slug links for job-category not working](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/#post-11027530)
 * Hi, this is the code I used to build a clickable list of categories with stub
   links. This goes in a sidebar.php custom designed for the theme.
 *     ```
       foreach ( get_job_listing_categories() as $cat ) : 
         echo '<li><a href="' . $prefix . '/jobs/?search_category= ' . esc_attr( $cat->term_id ) . '"/>' . $cat->name . '</a> (' . $cat->count . ')';
        endforeach; ?>
       ```
   
 * If you want to search for text in the job listings you can just send a GET request
   to the page with the [jobs] shortcode, like “mainjobs.php?search_keywords=”blahblah”.
 * Does that answer your question?
    -  This reply was modified 7 years, 8 months ago by [Bunny Blake](https://wordpress.org/support/users/h_double/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Slug links for job-category not working](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/#post-11017030)
 * Okay I figured it out, the answer was in the “creating a custom job search form”
   tutorial. I just need to construct an URL to call the main jobs page with a GET
   request like ?search_category=19.
 * The description of the [jobs] shortcode does say “If the URL of the page contains
   a query string and location or keywords is set, the values in the query string
   will populate the location and keywords fields instead of the above options,”
   which I totally overlooked. Maybe that bit of the documentation could be expanded
   a bit? It talks about prepopulating the fields, but doesn’t mention you can filter
   the page e.g. on job-category.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Slug links for job-category not working](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/slug-links-for-job-category-not-working/#post-11015078)
 * Okay I figured it out partway, that I had to enable full theme support in functions.
   php, and then go to the permalinks page to save. Doing this makes the job category
   slug links work okay, although the output it returns is showing the full single
   job listing for each entry, which is not quite what I want.
 * The end result I want is to build a link which will call the [jobs] shortcode
   with parameters, like [jobs categories=”photographer”]. Is there an easy/recommended
   way to do this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] [jobs] doesn’t work with my barebones theme](https://wordpress.org/support/topic/jobs-doesnt-work-with-my-barebones-theme/)
 *  Thread Starter [Bunny Blake](https://wordpress.org/support/users/h_double/)
 * (@h_double)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/jobs-doesnt-work-with-my-barebones-theme/#post-10913543)
 * I figured it out. The problem is that my footer.php wasn’t calling wp_footer(),
   which I didn’t think I needed, since I wasn’t using any widgets at the bottom
   of the page. But wp-job-manager needs wp_footer() to call the ajax javascript
   for get_listings, and once I added that call at the end of the page everything
   works as expected.
    -  This reply was modified 7 years, 9 months ago by [Bunny Blake](https://wordpress.org/support/users/h_double/).

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