Title: EliW's Replies | WordPress.org

---

# EliW

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [URL generation issues w/ Custom Taxonomy on CPT](https://wordpress.org/support/topic/url-generation-issues-w-custom-taxonomy-on-cpt/)
 *  Thread Starter [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/url-generation-issues-w-custom-taxonomy-on-cpt/#post-15723227)
 * Thanks bcworkz … Looks like I have it working now under a similar concept to 
   what you proposed. Just doing some extra fancy rewrite rules to detect if it 
   appears to be ‘only terms’ in the URL, and if so, rewrite to a tax page. Otherwise
   assume it’s a tour, and rewrite accordingly. At the moment, looks to work.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [URL generation issues w/ Custom Taxonomy on CPT](https://wordpress.org/support/topic/url-generation-issues-w-custom-taxonomy-on-cpt/)
 *  Thread Starter [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/url-generation-issues-w-custom-taxonomy-on-cpt/#post-15717500)
 * So I should add. That really the catch-22 seems to be, that since I can’t figure
   out how to just tell WP to ‘make this happen’. Is that I have to use the custom
   rewrite-rules. And in the end the custom rules can’t really know if that ‘final
   item’ is a CPT post, or a taxonomy item. Since at the rewrite level I’m only 
   looking at the raw text, I can’t introspect (or shouldn’t?) what that item that
   was found actually is.
 * NOTE: I believe that ‘a’ solution is to use a different starting stub for these…
   right? So if I had:
    `/destination/europe/western-europe` vs `/tours/europe/western-
   europe/france/14-day-extravaganza` then I could have two separate rewrite rules.
   But that kinda defeats the purpose here of having a logical, hierarchical, structure.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Enable caching for all visitors — Does nothing?](https://wordpress.org/support/topic/enable-caching-for-all-visitors-does-nothing/)
 *  Thread Starter [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/enable-caching-for-all-visitors-does-nothing/#post-12407813)
 * FWIW, I’ve been looking in the debug files, and it seems that with this mode 
   enabled, it is in fact making custom cache files for each user. But it’s never
   using them after that.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Image Rotator Widget] I can not change image size](https://wordpress.org/support/topic/i-can-not-change-image-size/)
 *  [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/i-can-not-change-image-size/#post-7827961)
 * Yes, that is correct. This is a feature request. (It’s only a ‘problem’ in the
   sense of it being a lacking feature *big grin*)
 * Thanks for all your efforts towards open source.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Image Rotator Widget] I can not change image size](https://wordpress.org/support/topic/i-can-not-change-image-size/)
 *  [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/i-can-not-change-image-size/#post-7827959)
 * Douglas, understood, but since you are using the built-in selector and media 
   handler, it would ‘make sense’ for it to respect what size you choose when selecting
   the media. And therefore to automatically use WordPress’ built in media resizing.
 * Most of us expect/rely upon that, and may be using one image in multiple places
   at different sizes. So to have to separately resize/upload it ‘again’ just for
   this widget is painful 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [mbstring.func_overload and PHP Warning](https://wordpress.org/support/topic/mbstringfunc_overload-and-php-warning/)
 *  Thread Starter [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/mbstringfunc_overload-and-php-warning/#post-3837377)
 * Marking as resolved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [mbstring.func_overload and PHP Warning](https://wordpress.org/support/topic/mbstringfunc_overload-and-php-warning/)
 *  Thread Starter [EliW](https://wordpress.org/support/users/eliw/)
 * (@eliw)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/mbstringfunc_overload-and-php-warning/#post-3837375)
 * Shaun, yes, it was in php.ini
 * And Nacin … ha! So I didn’t even notice that the order on those methods was wrong.
   Everything I found when googling the error, was pointing to func_overload.
 * And in fact setting func_overload to 0 … stopped the errors. That’s weird though.
 * I’m guessing (haven’t looked at core) but that mb_stripos will complain about
   an empty delimiter, but stripos just barges ahead?.
 * Thanks for the link to the bug report.

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