Title: Nancy's Replies | WordPress.org

---

# Nancy

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A2 Optimized WP - Turbocharge and secure your WordPress site] ERROR: Deprecated](https://wordpress.org/support/topic/error-deprecated-5/)
 *  [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/error-deprecated-5/#post-18661195)
 * Still seeing as of Version 3.0.13 | By [A2 Hosting](https://www.a2hosting.com/)
   | [View details](https://dandysite.com/filmstudio/wp-admin/plugin-install.php?tab=plugin-information&plugin=a2-optimized-wp&TB_iframe=true&width=600&height=550)
   
   Fills up my logs 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] Formatting has disappeared on our timeline items](https://wordpress.org/support/topic/formatting-has-disappeared-on-our-timeline-items/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/formatting-has-disappeared-on-our-timeline-items/#post-18531511)
 * forgot to click resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] Formatting has disappeared on our timeline items](https://wordpress.org/support/topic/formatting-has-disappeared-on-our-timeline-items/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/formatting-has-disappeared-on-our-timeline-items/#post-18531510)
 * Thank you! that solved the problem!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] My markers show up on the backend, until I click Save](https://wordpress.org/support/topic/my-markers-show-up-on-the-backend-until-i-click-save/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/my-markers-show-up-on-the-backend-until-i-click-save/#post-16798355)
 * THANKS! it looks great now. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] select-faq expanded by default](https://wordpress.org/support/topic/select-faq-expanded-by-default/)
 *  [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/select-faq-expanded-by-default/#post-14464618)
 * I had this problem too, and calling both in the same shortcode fixed it, thank
   you!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Using a different image size no longer works?](https://wordpress.org/support/topic/using-a-different-image-size-no-longer-works/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-a-different-image-size-no-longer-works/#post-13362360)
 * Responding to my own message in case anyone else has this problem and needs the
   fix.
 * I poked into the code:
    The filter name had changed from testimonials_widget_image_size
   to tw_image_size
 * So if you want to change the size of your image, add this to your functions file.
 * add_filter( ‘tw_image_size’, ‘my_tw_image_size’ );
    function my_tw_image_size(
   $size ) { $size = “medium”; return $size; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] Poll fails on submit (sometimes), may be related to user level?](https://wordpress.org/support/topic/poll-fails-on-submit-sometimes-may-be-related-to-user-level/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/poll-fails-on-submit-sometimes-may-be-related-to-user-level/#post-10283761)
 * Hi! Is there any update on this? We really love your poll, and we ended up having
   to give all users temporary Admin access to the site to get the poll to work 
   for this year’s elections (which obviously is NOT a good solution!). We’d like
   to use this plugin for next year, so any help is appreciated.
    Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Analyticator] Settings page not displaying. Customizer no longer works](https://wordpress.org/support/topic/settings-page-not-displaying-customizer-no-longer-works/)
 *  [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/settings-page-not-displaying-customizer-no-longer-works/#post-10030077)
 * I also have the same issue. I reset everything and tried re authenticating. I
   even uninstalled the plugin and reinstalled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Accordion FAQ - Compatible With All Page Builder (Elementor, Gutenberg)] Same accordion doesn’t work on two different pages](https://wordpress.org/support/topic/same-accordion-doesnt-work-on-two-different-pages/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/same-accordion-doesnt-work-on-two-different-pages/#post-9659853)
 * Nevermind – turned out to be an unrelated issue on that page screwing up the 
   javascript.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] A way to prevent spammers?](https://wordpress.org/support/topic/a-way-to-prevent-spammers/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/a-way-to-prevent-spammers/#post-9050781)
 * Sure! I just added captcha to it so hopefully that will stop it. As you said,
   it’s not ideal, but…
 * [http://www.yesyoucandance.org](http://www.yesyoucandance.org) is the site, and
   you can see one of the popup donation buttons right above the footer on the home
   page.
 * On that note, do you have a method for removing 15 pages worth of fake spam donors?
   I don’t see any way to clean them out other than individually deleting them. 
   They all have 0 donations for $0 like the one pasted below.
    #435 58f889742f849
   58f889742f889 View Donor | Notes | Delete [carriejohnson53@gmail.com](https://wordpress.org/support/users/dotdabbledorg/replies/carriejohnson53@gmail.com?output_format=md)
   0 $0.00 April 20, 2017
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] A way to prevent spammers?](https://wordpress.org/support/topic/a-way-to-prevent-spammers/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/a-way-to-prevent-spammers/#post-9050187)
 * Just fyi, we tried using your Button mode, and we are still seeing an outrageous
   amount of spam on that particular form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] A way to prevent spammers?](https://wordpress.org/support/topic/a-way-to-prevent-spammers/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/a-way-to-prevent-spammers/#post-8919380)
 * thanks, we will try that
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] A way to prevent spammers?](https://wordpress.org/support/topic/a-way-to-prevent-spammers/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/a-way-to-prevent-spammers/#post-8909418)
 * Hi, We tried increasing the donation amount but that didn’t help. According to
   my PM: “What is confusing to me is that they are suggesting we increase the minimum
   to $10 (which I just did, BTW), but the minimum was @ $1.00 and I am seeing spam
   donors on the report listed as $0. That would mean that the listings are bypassing
   that field somehow. ”
    By the way, this is only happening on the form we made
   into a popup using this method: [https://givewp.com/load-donation-form-popup-give/](https://givewp.com/load-donation-form-popup-give/)
   Do you think that has anything to do with it? Or is it just because it’s on our
   home page? The regular donation form is not experiencing the crazy spam levels.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Homepage Control] Plugin doesn't work](https://wordpress.org/support/topic/plugin-doesnt-work-136/)
 *  [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-136/#post-8845841)
 * I’m guessing since no one ever responded to this that woo doesn’t monitor this
   board, but I’m having the same problem on a fresh install of Storefront.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] HTML in Excerpts in tooltips and event list](https://wordpress.org/support/topic/html-in-excerpts-in-tooltips-and-event-list/)
 *  Thread Starter [Nancy](https://wordpress.org/support/users/dotdabbledorg/)
 * (@dotdabbledorg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/html-in-excerpts-in-tooltips-and-event-list/#post-8531424)
 * Hi Shelby, Apologies I missed your response.
 * I’m using the code [here](http://wordpress.stackexchange.com/questions/141125/allow-html-in-excerpt/141136)
   to allow html in my excerpts — you can see it in action on our [news page](http://www.yesyoucandance.org/2016site/news/),
   you’ll note that the excerpts are returning with html.
 * However, on the [Event List page](http://www.yesyoucandance.org/2016site/events/list/),
   and on the tooltips on the Calendar page, there is no html in the excerpts (January’s‘
   south city classes’ is a good example). So you guys are doing something different
   than just using the standard excerpt function, and it appears to be stripping
   the html.
 * So I do need additional assistance.
 * Thanks!
    Nancy

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

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