Title: intownrunner's Replies | WordPress.org

---

# intownrunner

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/eskwire/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/eskwire/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kit (formerly ConvertKit) - Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages] Possible to disable Kit Add new on Backend Pages Page](https://wordpress.org/support/topic/possible-to-disable-kit-add-new-on-backend-pages-page/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/possible-to-disable-kit-add-new-on-backend-pages-page/#post-18832331)
 * **Fantastic!**  Thanks!   Guess I was not the only person interested in having
   the ability to hide the feature.
 * You have restored my faith in humanity 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] Apostrophe in subhead breaks TOC](https://wordpress.org/support/topic/apostrophe-in-subhead-breaks-toc/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/apostrophe-in-subhead-breaks-toc/#post-13643882)
 * Note I removed the apostrophe fron the sub head so that the Easy TOC link does
   not break.
 * The URL w/o the apostrophe is now
 * [https://probikeplanet.com/why-dont-fixed-gear-bikes-have-brakes/#why-dont-track-bikes-have-brakes](https://probikeplanet.com/why-dont-fixed-gear-bikes-have-brakes/#why-dont-track-bikes-have-brakes)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 - Dynamic Text Extension] Add Leading Zeros to Mail Counter](https://wordpress.org/support/topic/add-leading-zeros-to-mail-counter/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/add-leading-zeros-to-mail-counter/#post-10555483)
 * Thanks for the superfast reply and suggestion!
 * I had been doing some testing and this seems to work also.
 *     ```
       function cf7dtx_counter(){
       	$val = str_pad(get_option( CF7_COUNTER, 0) + 1,6,"0",STR_PAD_LEFT); //Increment the current count
           return $val;
       ```
   
 * I am not a PHP expert but learning as much as I can.
 * Is one solution considered better than the other?
    You have single quotes around
   the zero and I have double. Could I use single quotes?
 * Again thanks so much for the solution! — Steven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Display both html and email values in email](https://wordpress.org/support/topic/display-both-html-and-email-values-in-email/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/display-both-html-and-email-values-in-email/#post-10414854)
 * Thanks so much! — Steven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Display both html and email values in email](https://wordpress.org/support/topic/display-both-html-and-email-values-in-email/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years ago](https://wordpress.org/support/topic/display-both-html-and-email-values-in-email/#post-10412165)
 * To make this a little easier to understand I found this post
 * [http://brandoncoppernoll.com/how-to-use-pipes-in-contact-form-7/](http://brandoncoppernoll.com/how-to-use-pipes-in-contact-form-7/)
 * and they defined it like
 * “<user-visible-field>|<data-value>”
 * I would like to display both the <user-visible-field> and the <data-value> in
   the email.
 * Is this possible?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Hide on Category, Tag and Author Pages](https://wordpress.org/support/topic/hide-on-category-tag-and-author-pages/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years ago](https://wordpress.org/support/topic/hide-on-category-tag-and-author-pages/#post-10337440)
 * I actually just found a FAQ which I think is about this topic.
 * Is this fix still current?
    [https://www.dropbox.com/s/gdkumeuilogui6g/wp-sab-fix.zip?dl=0](https://www.dropbox.com/s/gdkumeuilogui6g/wp-sab-fix.zip?dl=0)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Author Box showing up on Blog’s Categories](https://wordpress.org/support/topic/author-box-showing-up-on-blogs-categories/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years ago](https://wordpress.org/support/topic/author-box-showing-up-on-blogs-categories/#post-10319240)
 * Thanks so much for this question and answer.
 * Is the best way to hide the author box on Category Pages, Tag Pages, and Author
   Pages, the use of CSS?
 * I can make the change and it will be easy to do, I am just concerned if a client
   or another developer in the future makes a change or does not realize this custom
   css has been added.
 * [https://stevenjohnson.me/lego/](https://stevenjohnson.me/lego/)
 * An admin setting would be fantastic.
    Is this feature available in the paid solution?
 * Thanks for the great plugin! — Steven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] No Search Results found after installing Relevanssi](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi-2/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi-2/#post-10225001)
 * Fantastic! Thanks!
 * That got it solved.
 * I really appreciate the help and I learned a little more about WordPress at a
   lower level.
 * Thanks! — Steven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Image Sizes] I delet the image size but it come up again.](https://wordpress.org/support/topic/i-delet-the-image-size-but-it-come-up-again/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/i-delet-the-image-size-but-it-come-up-again/#post-10222001)
 * I have the same issue, cannot delete image sizes from the WP admin.
 * Now I have uninstalled the plugin but it seems that my uploaded images are still
   being cropped at all of the “Simple Image Sizes” plugin dimension.
 * Anyone else experiencing all the extra image generation?
 * Could something be left over in the database?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] No Search Results found after installing Relevanssi](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi-2/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi-2/#post-10221357)
 * Thanks so much for the reply it is very appreciated
 * When I tried
 * > Look at the parameters Relevanssi is getting
 *     ```
       add_filter( 'relevanssi_modify_wp_query', 'rlv_check_parameters' );
       function rlv_check_parameters( $query ) {
           var_dump( $query->query_vars );
           exit();
       }
       ```
   
 * This is what I got
 * `array(65) { ["s"]=> bool(false) ["error"]=> string(0) "" ["m"]=> string(0) ""["
   p"]=> int(0) ["post_parent"]=> string(0) "" ["subpost"]=> string(0) "" ["subpost_id"]
   => string(0) "" ["attachment"]=> string(0) "" ["attachment_id"]=> int(0) ["name"]
   => string(0) "" ["static"]=> string(0) "" ["pagename"]=> string(0) "" ["page_id"]
   => int(0) ["second"]=> string(0) "" ["minute"]=> string(0) "" ["hour"]=> string(
   0) "" ["day"]=> int(0) ["monthnum"]=> int(0) ["year"]=> int(0) ["w"]=> int(0)["
   category_name"]=> string(0) "" ["tag"]=> string(0) "" ["cat"]=> string(0) "" ["
   tag_id"]=> string(0) "" ["author"]=> string(0) "" ["author_name"]=> string(0)""["
   feed"]=> string(0) "" ["tb"]=> string(0) "" ["paged"]=> int(0) ["meta_key"]=>
   string(0) "" ["meta_value"]=> string(0) "" ["preview"]=> string(0) "" ["sentence"]
   => string(0) "" ["title"]=> string(0) "" ["fields"]=> string(0) "" ["menu_order"]
   => string(0) "" ["embed"]=> string(0) "" ["category__in"]=> array(0) { } ["category__not_in"]
   => array(0) { } ["category__and"]=> array(0) { } ["post__in"]=> array(801) { [
   0]=> string(1) "2" [1]=> string(2) "12" [2]=> string(3) "285" [3]=> string(3)"
   334" [4]=> string(3) "353" [5]=> string(3) "441" [6]=> string(3) "491" [7]=> 
   string(3) "511" [8]=> string(3) "516" [9]=> string(3) "701" [10]=> string(3) "
   713" [11]=> string(3) "718" [12]=> string(3) "723" [13]=> string(3) "730" [14]
   => string(3) "812" [15]=> string(4) "1129" [16]=> string(4) "1192" [17]=> string(
   4) "1286" [18]=> string(4) "1289" [19]=> string(4) "1294" [20]=> string(4) "1298"[
   21]=> string(4) "1394" [22]=> string(4) "1581" [23]=> string(4) "1588" [24]=>
   string(4) "1625" [25]=> string(4) "1653" [26]=> string(4) "1657" [27]=> string(
   4) "1660" [28]=> string(4) "1706" [29]=> string(4) "1723" [30]=> string(4) "1733"[
   31]=> string(4) "1743" [32]=> string(4) "1747" [33]=> string(4) "1748" [34]=>
   string(4) "1750" [35]=> string(4) "1755" [36]=> string(4) "1759" [37]=> string(
   4) "1761" [38]=> string(4) "1763" [39]=> string(4) "1766" [40]=> string(4) "1768"[
   41]=> string(4) "1770" [42]=> string(4) "1772" [43]=> string(4) "1778" [44]=>
   string(4) "1793" [45]=> string(4) "1798" [46]=> string(4) "1808" [47]=> string(
   4) "1838" [48]=> string(4) "1850" [49]=> string(4) "1862" [50]=> string(4) "1873"[
   51]=> string(4) "1875" [52]=> string(4) "1905" [53]=> string(4) "1937" [54]=>
   string(4) "1958" [55]=> string(4) "1959" [56]=> string(4) "1960" [57]=> string(
   4) "1961" [58]=> string(4) "1964" [59]=> string(4) "1965" [60]=> string(4) "2012"[
   61]=> string(4) "2013" [62]=> string(4) "2017" [63]=> string(4) "2198" [64]=>
   string(4) "2199" [65]=> string(4) "2200" [66]=> string(4) "2201" [67]=> string(
   4) "2203" [68]=> string(4) "2207" [69]=> string(4) "2210" [70]=> string(4) "2211"[
   71]=> string(4) "2214" [72]=> string(4) "2221" [73]=> string(4) "2222" [74]=>
   string(4) "2223" [75]=> string(4) "2224" [76]=> string(4) "2227" [77]=> string(
   4) "2228" [78]=> string(4) "2230" [79]=> string(4) "2231" [80]=> string(4) "2234"[
   81]=> string(4) "2235" [82]=> string(4) "2237" [83]=> string(4) "2238" [84]=>
   string(4) "2240" [85]=> string(4) "2242" [86]=> string(4) "2244" [87]=> string(
   4) "2247" [88]=> string(4) "2250" [89]=> string(4) "2252" [90]=> string(4) "2254"[
   91]=> string(4) "2260" [92]=> string(4) "2263" [93]=> string(4) "2266" [94]=>
   string(4) "2267" [95]=> string(4) "2792" [96]=> string(4) "2794" [97]=> string(
   4) "2806" [98]=> string(4) "2862" [99]=> string(4) "2898" [100]=> string(4) "
   2899" [101]=> string(4) "2900" [102]=> string(4) "2902" [103]=> string(4) "2903"[
   104]=> string(4) "2904" [105]=> string(4) "2905" [106]=> string(4) "2906" [107]
   => string(4) "2907" [108]=> string(4) "2908" [109]=> string(4) "2909" [110]=>
   string(4) "2910" [111]=> string(4) "2911" [112]=> string(4) "2912" [113]=> string(
   4) "2913" [114]=> string(4) "2914" [115]=> string(4) "2952" [116]=> string(4)"
   2953" [117]=> string(4) "2954" [118]=> string(4) "2957" [119]=> string(4) "2958"[
   120]=> string(4) "2972" [121]=> string(4) "2973" [122]=> string(4) "2974" [123]
   => string(4) "2975" [124]=> string(4) "2976" [125]=> string(4) "2977" [126]=>
   string(4) "2980" [127]=> string(4) "2988" [128]=> string(4) "2990" [129]=> string(
   4) "2991" [130]=> string(4) "2992" [131]=> string(4) "2993" [132]=> string(4)"
   2994" [133]=> string(4) "2995" [134]=> string(4) "2996" [135]=> string(4) "3001"[
   136]=> string(4) "3002" [137]=> string(4) "3003" [138]=> string(4) "3004" [139]
   => string(4) "3005" [140]=> string(4) "3006" [141]=> string(4) "3007" [142]=>
   string(4) "3008" [143]=> string(4) "3009" [144]=> string(4) "3011" [145]=> string(
   4) "3012" [146]=> string(4) "3013" [147]=> string(4) "3014" [148]=> string(4)"
   3015" [149]=> string(4) "3016" [150]=> string(4) "3018" [151]=> string(4) "3035"[
   152]=> string(4) "3036" [153]=> string(4) "3039" [154]=> string(4) "3040" [155]
   => string(4) "3041" [156]=> string(4) "3042" [157]=> string(4) "3043" [158]=>
   string(4) "3044" [159]=> string(4) "3045" [160]=> string(4) "3046" [161]=> string(
   4) "3047" [162]=> string(4) "3048" [163]=> string(4) "3049" [164]=> string(4)"
   3051" [165]=> string(4) "3052" [166]=> string(4) "3053" [167]=> string(4)`
 * It actually goes on from there, I cut it short.
 * When I tried **Look at the MySQL query**
 * I got
 * `string(701) "SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title*
   5 + relevanssi.content * 1 + relevanssi.comment * 0.75 + relevanssi.tag * 1 +
   relevanssi.link * 0 + relevanssi.author + relevanssi.category * 1 + relevanssi.
   excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn
   AS tf FROM ekw_relevanssi AS relevanssi WHERE relevanssi.term = 'wordpresss' 
   AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM ekw_posts AS posts WHERE
   posts.post_type NOT IN ('revision', 'nav_menu_item', 'custom_css', 'customize_changeset','
   oembed_cache', 'clients', 'testimonials', 'wpcf7_contact_form', 'thirstylink')))
   OR (doc = -1)) ORDER BY tf DESC LIMIT 500"`
 * When I tried **Look at the results**
 *     ```
       add_filter( 'relevanssi_results', 'rlv_check_results' );
       function rlv_check_results( $results ) {
           var_dump( $results );
           exit();
       }
       ```
   
 * I got
 * `array(0) { }`
 * Not sure exactly what this means.
 * Any suggestions? Thanks Again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No Search Results found after installing Relevanssi](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi/)
 *  Thread Starter [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/no-search-results-found-after-installing-relevanssi/#post-10219104)
 * Fantastic. Thanks so much, I have made the post in his forum.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Image Sizes] How to crop images so they’re all the same size](https://wordpress.org/support/topic/how-to-crop-images-so-theyre-all-the-same-size/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/how-to-crop-images-so-theyre-all-the-same-size/#post-10191471)
 * I am having a similar issue.
 * I installed the plugin set up my new custom image size, uploaded the new image
   but then when I went to add the image to the post, the image html was wrong.
   `
   <img class="alignnone size-1600by900cropped wp-image-572" src="https://stevenjohnson.
   me/wp-content/uploads/2018/04/series-18-allpeople3-1920x1080-full-1600x900.jpg"
   alt="" width="1200" height="675" />`
 * The image should be 1600 by 900 but it is being set to 1200 by 675 (you can see
   it in the html snippet.
 * [@jrick](https://wordpress.org/support/users/jrick/) what is the size of your
   images? what is the size that the html or wordpress is saything they should be?
 * I really want to use this plugin and make it work but there seems to be something
   that is not correct with the most recent release.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Permalinks] Add support for Yoast SEO?](https://wordpress.org/support/topic/add-support-for-yoast-seo/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [9 years ago](https://wordpress.org/support/topic/add-support-for-yoast-seo/#post-9157069)
 * Thanks so much for the reply!
 * I submitted it to Yoast and they were able to confirm the issue and have submitted
   it to their development team.
 * The only work around that we know of is to disable one plugin or the other.
 * I think I was able to find all of the redirects in the mysql database in a post
   meta table (something like that)
 * Yoast says they will notify me if it is fixed. Which could be anytime if ever.
   🙂
 * Thanks again! — Steven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Permalinks] Add support for Yoast SEO?](https://wordpress.org/support/topic/add-support-for-yoast-seo/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/add-support-for-yoast-seo/#post-9133615)
 * Hi [@sasiddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * We are experiencing the exact same issue as [@apfelbiss](https://wordpress.org/support/users/apfelbiss/)
   for a site we are helping with.
 * We contacted Yoast and they let us know your plugin was installed.
 * 1. Is this the URL editing blog on the post when your plugin is enabled?
 * 2. Is i possible to get a list of all URLs that are being modified by the “Custom
   Permalinks” structure.
 * 3. Are there any changes that can be made to your plugin to fix the issue? or
   will Yoast be the one to modify their plugin?
 * Thanks! — Steven
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Permalinks] Conflict with Yoast](https://wordpress.org/support/topic/conflict-with-yoast-3/)
 *  [intownrunner](https://wordpress.org/support/users/eskwire/)
 * (@eskwire)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-yoast-3/#post-9133526)
 * Did you get this worked out?
 * We may have an issue where it is conflicting with Yoast also.
 * Thanks!

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

1 [2](https://wordpress.org/support/users/eskwire/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/eskwire/replies/page/2/?output_format=md)