Nancy
Forum Replies Created
-
THANKS! it looks great now. ??
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] select-faq expanded by defaultI had this problem too, and calling both in the same shortcode fixed it, thank you!!
Forum: Plugins
In reply to: [Testimonials Widget] Using a different image size no longer works?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_sizeSo 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
In reply to: [WP-Polls] Poll fails on submit (sometimes), may be related to user level?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
In reply to: [Analyticator] Settings page not displaying. Customizer no longer worksI also have the same issue. I reset everything and tried re authenticating. I even uninstalled the plugin and reinstalled.
Nevermind – turned out to be an unrelated issue on that page screwing up the javascript.
Sure! I just added captcha to it so hopefully that will stop it. As you said, it’s not ideal, but…
https://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
[email protected] 0 $0.00 April 20, 2017Just fyi, we tried using your Button mode, and we are still seeing an outrageous amount of spam on that particular form.
thanks, we will try that
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/
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
In reply to: [Homepage Control] Plugin doesn't workI’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
In reply to: [The Events Calendar] HTML in Excerpts in tooltips and event listHi Shelby, Apologies I missed your response.
I’m using the code here to allow html in my excerpts — you can see it in action on our news page, you’ll note that the excerpts are returning with html.
However, on the Event List page, 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!
NancyThank you! So there would be no way to group by category on the main FAQ page, then show only the top 5 on other pages (I was going to put this on the 404 page), as the settings are global – if I’m understanding you correctly.
Forum: Plugins
In reply to: [WP Job Manager] How to change the default logo of the company?I had the same question – how do I use that filter exactly?
Forum: Plugins
In reply to: [The Events Calendar] How to add read more link in tooltip textSo I have a very similar issue, not sure if it’s the same or not, since rossoonline’s solution didn’t work for us.
We want to show html (links, paragraphs, etc) in the excerpts both on the tooltip, and also on the Events List page (where their are excerpts for each event.
I had also determined that Event Cal is using a custom excerpt function (other excerpts on our site show html), but I can’t figure out where the function is stripping the html out.
I tried making the change noted above, and uploading the updated file to tribe-events/functions/template-tags within my theme. Did I not upload it to the right place, or am I trying to do something different? I didn’t think wp_trim_words removed html.
Thanks!
- This reply was modified 8 years ago by Nancy.