ericreynolds007
Forum Replies Created
-
Forum: Plugins
In reply to: [Invite Friends to Register] Fails when sending multiple invitationsCertainly. The affected lines of code are in /plugins/invite-friends-to-register/inc/inviteform.php
To remove the + link, comment out line 76, surrounding the code with <!– and –>
<!-- <th><a class="invfr_add button" href="#">+</a></th> -->
To remove the – link, comment out line 88, surrounding the code with <!– and –>
<!-- <td><a class="invfr_remove button" href="#">-</a></td> -->
I hope this helps.
?? Eric
Forum: Plugins
In reply to: [Invite Friends to Register] Fails when sending multiple invitationsThanks for the plugin Tammy! ??
I commented out the + and – links in /invite-friends-to-register/inc/inviteform.php so that only one invitation sends at a time. :p
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Version 2.2.7 Update IssueI discovered the issue. You need to revise your version from 2.2.6 to 2.2.7 in salesforce-api.php
?? Eric
In the event edit window, I place [nggallery id=1] in the details window, update, and then view the event. The gallery doesn’t display. Only “[nggallery id=1]” shows up. The same goes for a WordPress gallery. Only the shortcode displays with the event details text.
I am using a child theme based upon Twenty Twelve.
Any help appreciated.
?? Eric
Forum: Plugins
In reply to: [WP-PageNavi] WP-PageNavi Issue with Elegant Theme after WP 3.4.1 UpdateHi Kishor. The conflicting plugin for the home page pagination issue was Simply Exclude, a plugin that excludes or includes taxonomies.
I still had the issue with category pages. Page 2 and 3 displayed “No Results Found” each time I selected the WP-PageNavi links.
I disabled all of my plugins, other than WP-PageNavi, and the pagination worked like a charm. I activated each plugin one-by-one, testing the pagination each time I enabled a plugin. To my dismay, the WordPress SEO by Yoast plugin was at fault.
My entire site is optimized through WordPress SEO! Fortunately, I discovered that by disabling a single plugin function, “Strip the category base (usually /category/ from category URL,” my pagination worked and I could keep the SEO plugin activated. The option is located at Dashboard > SEO > Permalinks
But, what about the “category” path in my URL? I didn’t want it there. I remembered that I used a plugin called “WP No Category Base – WPML compatible” that stripped “category” from my URLs. Fortunately, the plugin developer is active and the plugin is WP 3.4.1 compatible.
I installed and activated the plugin and surfed my site. End of story? Everything works and looks good!
I hope this helps.
?? Eric
Forum: Fixing WordPress
In reply to: How do I output HTML for certain category posts?Esmi. My theme is an Elegant Theme, and I believe it uses the body_class().
Alchymyth, I would like the post to output HTML in the description, just above the content, in an H2 tag. ??
Forum: Plugins
In reply to: [WP-PageNavi] WordPress doesn't recognize installed WP-PageNavi pluginI am closing this topic.
Forum: Plugins
In reply to: [WP-PageNavi] WordPress doesn't recognize installed WP-PageNavi pluginHi Hiranthi. I figure out what went wrong. In my haste, I downloaded and activated the WP-PageNavi Style plugin. Of course, it won’t work without the WP PageNavi plugin. Duh!
?? Eric
Hi Chris, please keep this post informed about your addition to this plugin. ??
Forum: Plugins
In reply to: [WP-PageNavi] WP-PageNavi Issue with Elegant Theme after WP 3.4.1 UpdateElegant Themes discovered a solution. Stay tuned …
I am also having an issue with the calendar pop up events displaying behind the header in the new version of twenty eleven. I am hoping for a fix soon.
Eric
Does your plugin work with Buddypress?
Eran, thank you for the info. I will be making a donation for your time and effort on a great plugin that will help our small school.
Please consider my suggestion of a backend feature that would filter the Dashboard calendar categories for calendar moderators. It would be great if this feature could be controlled by the admin.
For example, I set up one calendar for our school and three different classrooms on four different pages, using your [calendar categories=””] shortcode. I have assigned four moderators, one for each calendar. Each moderator has to sift through 16 categories on the backend to assign dates for his/her respective calendar. It would be great if I could assign a backend calendar that filters out the categories that do not apply. Just a thought. ??
However, I resolved my issue by creating a single calendar site and creating multiple pages within that site using your shortcodes as category filters for the different calendars. I only wish that I can filter the categories on the backend calendar as I can do on the frontend. ??
Hi Eran. Your plugin is fantastic. I am using it in a Multisite installation on three separate sites, and the category colors will not stick. The issue has something to do with DB tables. When I make a revision to one table, for one of the sites, it messes up a table settings for another site in the same installation. ??