Title: dtbcinci's Replies | WordPress.org

---

# dtbcinci

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack is and was slowing my site down till it crashes](https://wordpress.org/support/topic/jetpack-is-and-was-slowing-my-site-down-till-it-crashes/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/jetpack-is-and-was-slowing-my-site-down-till-it-crashes/#post-13058950)
 * Yes, and your basic reply to questions about Jetpack slowing down websites is
   to turn off all plugin till you find the problem.
 * As I stated above I did that and it did not matter what plugin I reactivated 
   Jetpack showed the red bar, meaning Jetpack did not like the plugin, at the top
   of the setting page for Jetpack.
 * I have paid for a year for a plugin that will not work on my site so I am just
   using it so that the people on WordPress.com were the first ones to come to my
   site and I feel that I owe them so I will keep using Jetpack for the rest of 
   my year so that they can access my content.
 * Speed wise since turning off Jetpack and doing some optimizing my post load times
   are now down in the 2 to 3 second range and that is outstanding to me.
 * I wanted your plugin to work, but for some of us for what ever reason it causes
   our sites to slow way down and in my case eventually caused it to crash.
 * From searching around on the web you have been aware of this problem for several
   years yet to date it still causes problems on some sites and apparently nothing
   has been done to find the problem.
 * I know that this means nothing to you, the big boys of the Internet, as your 
   sites are sitting on dozens of servers and if something goes wrong with one server
   you don’t take a hit. But those of us with only 1 server have to make it count
   and keep our sites up to gain traffic and maybe, just maybe get to the point 
   one day when we can have a server farm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error Jetpack](https://wordpress.org/support/topic/fatal-error-jetpack-2/)
 *  [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-jetpack-2/#post-13055021)
 * I am also running into the same problem. I have turned off all plugins and my
   site is still slow.
 * I also have a site that this slow down started on last weekend and it is killing
   my traffic.
 * Help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Flow Tags Into 3 Columns and Add Bullet](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/#post-13016748)
 * Tug,
 * Sorry about my answer, as I did not mean to cause any problems for Geycer, just
   trying to help.
 * On my site I just have so much content that stacking it all in one page would
   way to long to try and read and leaving the content even at one letter at a time,
   A, in one long column was not attractive to the site.
 * So I went looking for a way to flow the content into 3 columns and it is working,
   however as Geycer pointed out my workaround is not responsive.
 * I went looking again and I think I have found a responsive 3 column solution.
 * I have replaced my old code with this:
 * #mcTagMap .tagindex ul, #sc_mcTagMap .tagindex ul {
    -webkit-columns: 3 200px;-
   moz-columns: 3 200px; columns: 3 200px; -webkit-column-gap: 4em; -moz-column-
   gap: 4em; column-gap: 4em; }
 * And here is an example page that appears to now be responsive.
 * [https://www.ethingstodo.com/post-index/?mctm-page=T](https://www.ethingstodo.com/post-index/?mctm-page=T)
 * Again, tug I did not mean to cause any problems and as I have posted I am not
   a programmer. Geycer, sorry that I gave you the wrong answer to your question.
 * David
    -  This reply was modified 5 years, 10 months ago by [dtbcinci](https://wordpress.org/support/users/dtbcinci/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Flow Tags Into 3 Columns and Add Bullet](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/#post-13015624)
 * Geycer,
 * I am not an expert but I just looked at your site and it looks to me like it 
   is flowing the content for A into 4 columns and the same for the rest of the 
   Index. If what you want is just the A to appear then that is changed with the
   addition of a item added to the shortcode and that is found in Tugs site.
 * I think what you need to add is:
    multi_page=”yes” show_navigation=”yes”
 * Hope that helps,
    David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Flow Tags Into 3 Columns and Add Bullet](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/flow-tags-into-3-columns-and-add-bullet/#post-13014378)
 * That I did not check, thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Use Tags as Search Terms](https://wordpress.org/support/topic/use-tags-as-search-terms/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/use-tags-as-search-terms/#post-13013369)
 * Tug,
 * Thanks for the search addition!
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Use Tags as Search Terms](https://wordpress.org/support/topic/use-tags-as-search-terms/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/use-tags-as-search-terms/#post-12955644)
 * Alan,
 * That sounds great!
 * Look forward to the next release.
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Use Tags as Search Terms](https://wordpress.org/support/topic/use-tags-as-search-terms/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/use-tags-as-search-terms/#post-12922635)
 * Alan,
 * I guess you are very busy but are you interested in the changes and a price?
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Use Tags as Search Terms](https://wordpress.org/support/topic/use-tags-as-search-terms/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/use-tags-as-search-terms/#post-12904975)
 * Yes, sorry I did not explain it better.
 * Is this possible and would you be interested?
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Show Tags and Post](https://wordpress.org/support/topic/show-tags-and-post/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/show-tags-and-post/#post-12884778)
 * Thanks for your reply but this type of work is way over my head.
 * Thanks again.
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Custom Posts](https://wordpress.org/support/topic/custom-posts-42/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-posts-42/#post-12871854)
 * Tugbucket,
 * Thank you very much, it works great.
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Mobile Not Showing Anything](https://wordpress.org/support/topic/mobile-not-showing-anything/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-not-showing-anything/#post-12867031)
 * Thanks for looking.
 * At first I thought maybe the mobile theme was not loading short codes but I checked
   and my other short codes are working.
 * I will try the theme support.
 * Thanks again,
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] oneofthesewordsmustbein Not Working](https://wordpress.org/support/topic/oneofthesewordsmustbein-not-working/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/oneofthesewordsmustbein-not-working/#post-5875782)
 * Bernhard,
 * That fixed it!!!!!
 * Sorry that I did not try that combination.
 * Thank you very much!!!
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] Widget: JSON-data in sidebar](https://wordpress.org/support/topic/widget-json-data-in-sidebar/)
 *  [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/widget-json-data-in-sidebar/#post-5873786)
 * I would be interested as this would be a great way to present something like 
   a coupon or percent off.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] oneofthesewordsmustbein Not Working](https://wordpress.org/support/topic/oneofthesewordsmustbein-not-working/)
 *  Thread Starter [dtbcinci](https://wordpress.org/support/users/dtbcinci/)
 * (@dtbcinci)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/oneofthesewordsmustbein-not-working/#post-5875734)
 * Bernhard,
 * No I am sorry but it does not produce any results.
 * I have turned off all of my plugins but yours and changed back to the basic theme
   that comes with WordPress 4.1.1 thinking that maybe one of them was causing the
   problem.
 * Still nothing.
 * Then I entered three words in place of the numbers, Become,a,Web, and I get everything.
 * This the url for the page, [http://www.frazzin.com/test4/](http://www.frazzin.com/test4/).
 * I will be happy to give you access to my admin but I have no idea as to why mine
   is not working and yours does.
 * Thanks
 * David

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

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