FadelyM
Forum Replies Created
-
Hi, David.
I’m also having trouble with updating to v4.0. I followed your latest instructions (i.e., deactivated v3.3, deleted it, refreshed plug-in page, downloaded and installed v4.0). My plug-in page now shows v4.0 as active, but it appears that I actually still have v3.3 running. The UI is still v3.3, and my “Give” page does not work with shortcode [seamless-donations] but DOES work with shortcode [dgx-donate].
I have closed and reopened my browser and cleared its cached. My website itself is not cached at my hosting service.
Thanks for all your work on this great plug-in!
Mark
Forum: Fixing WordPress
In reply to: [Blaskan] How do I change what shows in the browser tabIn your WordPress admin screen, look for “Settings” in the left sidebar. Click on that, and the page “General Settings” should load (if not, click on “General” under “Settings”).
The first field, at the very top of the page, is “Site Title”. This is what shows on the browser tab. You’ll also see it in the admin bar, top left. Just enter what you want, then click on “Save Changes” at the bottom of the page.
(Note: “Settings” are part of the basic WP installation, so they are there regardless of what theme you use.)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Language on front endThanks, Tobias — adding the parameter to the shortcode works perfectly, and it’s helpful to also know how to change the words themselves using your extension.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Designated Fund missing from settings pageNever mind, Allen — I discovered that I have to create funds under the “Funds” link, and then that feature is active on the donor form.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Customize Giving LevelsIf you are comfortable editing php files, you can customize the giving levels in the file
seamless-donations/dgx-donate.php
Around line 44 or 45, you will see the string
$builtinGivingLevels = array(1000,500,200,100,50,20,10,5);
Change the numbers, save the file, check under “Settings” that you now have your own levels.
Forum: Plugins
In reply to: [Infopopup] Only first instance worksThanks, Simon, for working on this. I’ll keep an eye out for the update.
Forum: Plugins
In reply to: [Infopopup] Only first instance worksThanks, Simon, for your quick response.
I have experimented with InfoPopup and TablePress at another site that I use for development, here:
http://www.invitethemin.com/development/training/
I have deactivated the TablePress plugin from this WP installation. I now have simply listed the InfoPopup shortcode three times (lines 104-106 of the code). While the mouse cursor correctly changes over all three lines, the popup text only appears for the first line.
(I also tried opening the page in other browsers (Safari and Firefox – I work in Chrome), just in case I had a strange cache. Same result.)