geohab
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Like Page Plugin] update to 1.5 disable show_postsI’m having the same problem, where the FB posts have stopped displaying. This started about a week ago. I use the shortcode in my page, not in a widget, so I don’t know whether Johanna’s solution would work for me.
Does anyone know why this might have happened or if a fix is coming?
Thank you!
Thanks, Matt. Hadn’t seen that option. Will check it out.
No problems with site, just wanted to get the Recurring Donations add-on going.
(submitted question on premium support form. sorry for dupe post.)
Forum: Fixing WordPress
In reply to: How to find what's creating my columnshey, I think I found it in short_codes.php in the theme’s functions folder. two separate shortcode functions:
function column_shortcode($atts, $content, $code) {
[…]
add_shortcode(‘column’, ‘column_shortcode’);and
function columns_shortcode($atts, $content, $code) {
[…]
add_shortcode(‘columns’, ‘columns_shortcode’);not sure just how it works but at least i know where they come from and I’m able to look over the php and/or javascript.
clever how the columns function can determine how many columns are needed by the number of [column] [/column] pairs there nested are inside the [columns] [columns] pair. if you’re interested I could post the functions.
thanks,
tom
Forum: Fixing WordPress
In reply to: How to find what's creating my columnsthanks for the reply, michael. actually, it’s an old theme that is no longer supported. i do plan to change it but the client’s not quite ready. it’s called Paradise from themeforest. i don’t have any specific problems with the theme. i don’t see any shortcode options in the theme options. i’m sure i could just get another columns plugin but i’d be happier if i could find out how/why they’re working at present. i agree, they sure look like shortcodes, i just can’t track down where they’re being created/generated.
thanks again,
tom
Forum: Plugins
In reply to: [DesktopServer for WordPress] Update for Latest Version of WPI also have the same question. Any plans to update the plugin? I’ve just purchased your Premium version.
Thanks.
Hi, Matt. I’ve got a follow-up question. Today we received a donation that went to Stripe when I’m pretty sure the form should have sent it to Paypal so something’s not working right. I’d set the default to Paypal but that one other form specifically to Stripe. This other form is not supposed to be live yet, at least until I can be sure that its output goes only to Stripe and that the older form goes to Paypal.
Hope you can help me straighten this out. I did submit the first part of this question on the Premium page but haven’t heard back.
Thanks,
Tom
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] pre-sales questionHi, Devin. Thanks for the clarification! I just didn’t want my client to pay twice for the same add-on, once as a single purchase then possibly later with a bundle purchase that includes the same add-on.
Thanks again!
Tom
Thanks, Matt. Worked perfectly.
Tom
Some additional info:
when I checked the page source of the wp page with the form title, I see this HTML entry (“TEMP — FORM TITLE” is what I named the form, for testing).<div id=”give-form-5637-wrap” class=”give-form-wrap give-display-modal”>
<h2 class=”give-form-title”>TEMP — FORM TITLE</h2>This h2 element does not appear in the other wp page into which I’ve embedded my other form.
So how/where is this h2 element being generated and how can I eliminate it?
Thanks!
Thanks, Matt! I’ll look at both options.
Thanks, the Modular Custom CSS plugin worked perfectly.
Can you tell me where I can find a list of the other Give-specific selectors, like .give-form-content-wrap or where I can look through them? Or is this info only in the db?
Thanks again!
Tom
Wow, thanks, Matt. Sorry for the dumb question, but would I add the above code to the give.css file or to somewhere in one of the Paradise theme’s various .css files? I’ve read that it’s generally not a best practice to modify the theme’s files since they get overwritten during upgrades. I can’t seem to pin down from where the margin setting is being inherited.
Thanks again,
Tom
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Pending donation detail?Ok, thanks, Matt. I’ll look into it and talk to the client about going Premium but would Premium let me find out why this donor’s payment is stuck in Pending mode?
Thanks,
Tom
Ok, will do. Would be great for our finance director.
Thanks!