Title: keithdevon's Replies | WordPress.org

---

# keithdevon

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Static] Can the plugin create relative URLs?](https://wordpress.org/support/topic/can-the-plugin-create-relative-urls/)
 *  Thread Starter [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/can-the-plugin-create-relative-urls/#post-3937480)
 * Hi Erik,
 * Have you had a chance to look at this? I would really appreciate that plugin 
   that you mentioned.
 * Cheers,
 * Keith
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Regenerate Thumbnails] [Plugin: Regenerate Thumbnails] Odd PHP when failing](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-odd-php-when-failing/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-odd-php-when-failing/#post-2571485)
 * Same for me:
 * Debugging Information
 * Total Images: 7
    Images Resized: 0 Resize Failures: 7
 *     ```
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this}
       ```
   
 * Thanks in advance for any help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [has_post_thumbnail returns true on every post](https://wordpress.org/support/topic/has_post_thumbnail-returns-true-on-every-post/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/has_post_thumbnail-returns-true-on-every-post/#post-2302882)
 * I just had this same problem. To fix it I had to set a featured image and then
   remove it, for each offending post. Annoying I know, but it worked for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Post Type Pagination – 404 on last page](https://wordpress.org/support/topic/custom-post-type-pagination-404-on-last-page/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-pagination-404-on-last-page/#post-2424791)
 * Thanks [@netconstructor](https://wordpress.org/support/users/netconstructor/),
   that worked for me. Question is, what’s that all about?!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Orbit Slider] [Plugin: WP Orbit Slider] loading gif not showing](https://wordpress.org/support/topic/plugin-wp-orbit-slider-loading-gif-not-showing/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-loading-gif-not-showing/#post-2543466)
 * Same problem for me. I get a flash of all the slides stacked up, and then it 
   starts working perfectly.
 * This is because the orbit js code is only called after the page has loaded. So
   it’s plain html/css up to that point.
 * I’ve tried using the css provided, i.e.
 *     ```
       /* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
          ================================================== */
       #caseStudies {
       	width: 1000px;
       	height: 210px;
       	background: #fff url('../images/orbit/loading.gif') no-repeat center center;
       	overflow: hidden; }
       #caseStudies>img,
       #caseStudies>div,
       #caseStudies>a { display: none; }
       ```
   
 * I’ve changed `#caseStudies` to `.orbit-wrapper` and `#featured`, but these just
   both hide the slider altogether. The `display:none` rules are not being over-
   written by the js.
 * Any help on this would be much appreciated.
 * P.s. I also need to keep it all responsive!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Cufon] Hover not working (I have read the other posts on this)](https://wordpress.org/support/topic/hover-not-working-i-have-read-the-other-posts-on-this/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hover-not-working-i-have-read-the-other-posts-on-this/#post-2211216)
 * OK. I got it kind of working. Here’s what I used:
 *     ```
       Cufon.replace('a', { fontFamily: 'ITC Avant Garde Std Bk', hover: true });
   
       Cufon.set('fontFamily', 'ITC Avant Garde Std Bk').replace('h1')('h2')('h3')('h4')('p')('li')('#access .menu')('#access div.menu ul')('#couples h3')('#pros h3')('.textwidget');
   
       Cufon.set('fontFamily', 'ITC Avant Garde Std Md').replace('strong')('h3')('#footer h4')('#footer h3')('h1.entry-title');
       ```
   
 * The text-decoration:underline that I set for the hover state didn’t work, so 
   I used border-bottom instead. Colors now change and nothing turns bold that shouldn’t.
   Weird.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Cufon] Hover not working (I have read the other posts on this)](https://wordpress.org/support/topic/hover-not-working-i-have-read-the-other-posts-on-this/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hover-not-working-i-have-read-the-other-posts-on-this/#post-2211215)
 * I’d love an update on this also.
 * I’m using the following:
 *     ```
       Cufon.set('fontFamily', 'ITC Avant Garde Std Bk').replace('a')('h1')('h2')('h3')('h4')('p')('li')('#access .menu')('#access div.menu ul')('#couples h3')('#pros h3')('.textwidget');
   
       Cufon.set('fontFamily', 'ITC Avant Garde Std Md').replace('strong')('h3')('#footer h4')('#footer h3')('h1.entry-title');
       ```
   
 * I would like to be able to set hover states for my links. I added changed to 
   the following:
 *     ```
       Cufon.set('fontFamily', 'ITC Avant Garde Std Bk').replace('a', {hover: true})('h1')('h2')('h3')('h4')('p')('li')('#access .menu')('#access div.menu ul')('#couples h3')('#pros h3')('.textwidget');
   
       Cufon.set('fontFamily', 'ITC Avant Garde Std Md').replace('strong')('h3')('#footer h4')('#footer h3')('h1.entry-title');
       ```
   
 * This hasn’t made any difference. I was able to get a hover effect working by 
   adding:
 * `Cufon('a', {hover: {color: 'aqua'}});`
 * … to the top of the code. However this was very buggy. The links would change
   color but also turn bold.
 * `Cufon('a', {hover:true});`
 * means that the color doesn’t change, but again the links turn bold.
 * Can someone please shed some light on this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Avatars List/Block] [Plugin: Author Avatars List] Ignoring users with no gravatar](https://wordpress.org/support/topic/plugin-author-avatars-list-ignoring-users-with-no-gravatar/)
 *  Thread Starter [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-author-avatars-list-ignoring-users-with-no-gravatar/#post-2239758)
 * Thanks for the replies. Paul, I’m not exactly sure what you mean. I basically
   need users that don’t have gravatars to be added to the $hiddenusers array.
 * Using the code that Ipstenu linked to, I have a way of doing this, but it has
   to ping the gravatar site for every user, which takes ages!
 * If I figure something out, I’ll let you know.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom post type tags/categories archive page](https://wordpress.org/support/topic/custom-post-type-tagscategories-archive-page/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/custom-post-type-tagscategories-archive-page/page/2/#post-1554298)
 * Big thanks to the clever folk on this thread. I had this exact problem, including
   the nav issue. Now solved.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Custom Post Type Archives] [Plugin: Simple Custom Post Type Archives] Categories not showing up](https://wordpress.org/support/topic/plugin-simple-custom-post-type-archives-categories-not-showing-up/)
 *  [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-custom-post-type-archives-categories-not-showing-up/#post-1812436)
 * I’m also having this problem.
 * I have a custom post type called ‘Accommodation’. The slug is ‘accommodations’
   as there is an accommodation page already.
 * I have created a category ‘Accommodation Type’, and a sub-category ‘Boutique 
   Hotels’. How do I display the category archive for ‘Boutique Hotels’?
 * I’ve tried:
    - /accommodations/accommodation-type/boutique-hotels/
    - /accommodations/boutique-hotels/
    - /boutique-hotels/ brings up a test post using the built in posts function 
      but none of my custom posts.
    - Please help! Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] [Plugin: Custom Field Template] Blank post screen when this plugin is installed](https://wordpress.org/support/topic/plugin-custom-field-template-blank-post-screen-when-this-plugin-is-installed/)
 *  Thread Starter [keithdevon](https://wordpress.org/support/users/keithdevon/)
 * (@keithdevon)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-blank-post-screen-when-this-plugin-is-installed/#post-1856754)
 * To save everyone time. I found the problem. It was simply a PHP memry error.
 * I fixed it by adding define(‘WP_MEMORY_LIMIT’, ’64M’); to my wp-config file.
 * Can’t wait to start using the plugin!

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