ColumbiaWebDev
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] No longer on WordPress+1 to putting it back on WP! I use this plugin FREQUENTLY
Forum: Plugins
In reply to: [Contact Form 7] ReCaptcha not showing upThanks, that solved my problem!
Forum: Plugins
In reply to: Contact Form to DB pluginOld version of PHP maybe?
https://www.ads-software.com/support/topic/error-message-when-calling-the-options?replies=4Forum: Plugins
In reply to: Contact Form to DB pluginI just had a client experience this as well. Conflict with a WP version update perhaps?
Forum: Themes and Templates
In reply to: Get rid of black border around themeTHANK YOU!!! I looked through the css for what seemed like forever and couldn’t find this. This thread definitely gets an “upvote” in my opinion.:-)
Forum: Plugins
In reply to: [Testimonial Basics] Content not excerptingHaha! You’re a genius! LOL
It would help if I’d actually READ the label (set length in WORDS) instead of just interpreting it my way (assumed it was characters). Thanks for the help, you rock. ??
Forum: Plugins
In reply to: [Testimonial Basics] Content not excerptingNo worries. ?? I have played with various settings on that – I’m using the “Content Display” tab (instead of the “Widget Display”) since I’m showing it on a page via shortcode (although I played with both). Right now it is set at 160. I also tried leaving it at the default of 80, but nothing seems to make a difference. There are at least a couple of really long testimonials, so I know it should be cutting some of them off. ??
Forum: Hacks
In reply to: Redirect Search Results to Home PageChristian1012, thanks for pointing me in the right direction; I’ll give it a try. ??
Forum: Themes and Templates
In reply to: [Sugar and Spice] Page Template with Default GalleryOK, I figured this out (for anyone else wanting to do the same thing).
1. create your new page template (in this case, I copied the Full Width Page Template and called it Photo Gallery Template)
2. Add this code to the top of the page template, just after the get_header() call:
<?php // Reset the filters to display the default gallery instead of the theme style galleries remove_filter( 'post_gallery', 'sugarspice_post_gallery' ); add_filter( 'use_default_gallery_style', '__return_true' ); ?>
Hope that helps someone!
Forum: Plugins
In reply to: [Participants Database] Change Link in Template from ID to Private_ID@mickeyx323 – this topic has been marked resolved. You’ll be more likely to get a response if you start a new thread for your problem.
OK, thanks. That’s what I needed to know. ??
OK, nevermind, I think I’ve got it. For anyone else, the widget setting is “Use Referring Page” – I had to scroll up from the default in the dropdown, so I didn’t see it initially.
Thanks for the fast response! Love the plugin ??
Which one is the “referring page”? I know which setting you’re talking about, but I’m unclear which page to select. The widget shows on all of the blog and archive pages only, but there’s no 1 page that directs the user to sign up.
Forum: Hacks
In reply to: How to display posts info/navigation in widgetThanks for all your help, bcworkz! I think I’ve about got it…just some random formatting glitches now. I’m going to go ahead and mark this Resolved. I look forward to reading through the new Plugin Developer Handbook. ??
Forum: Hacks
In reply to: How to display posts info/navigation in widgetOh, and if an AJAX query would be better for the nav part of it, that’s great, but you’ll have to point me in the right starting direction…haven’t worked much with AJAX