HankFit247
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Anyone using Satollo.net, Newsletter?Nice Thanks! By far the best Newsletter Software for WP I’ve found to date.
FREE, and a Complete Solution including mail handler and scheduler built in.
Forum: Plugins
In reply to: [The Events Calendar] Anyone using Satollo.net, Newsletter?Thanks, I already did a cross-plugin search and post.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Passing 2 WP-Members fieldsWhat used to be is simply:
https://www.MyUltimateReset.com/{{screenname}}
https://www.teambeachbody.com/connect/beachbody-challenge?referringRepId={{coachid}}Using calls to:
jquery-1.5.2.min & linkbuilderIs now:
https://www.MyUltimateReset.com/{{[wp-members field=”coach_name”]}}
https://www.teambeachbody.com/connect/beachbody-challenge?referringRepId={{[wp-members field=”coachid”]}}In summary, it’s nothing more than reporting Hi [wp-members field=”user_nicename”] on every page, with the exception is this is wrapped into a URL, and that I need to call WP-Members from PHP in an html file.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Passing 2 WP-Members fieldsI found the hooks page:
https://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/So what I really just need (I think) is a snippet of PHP to call or hook [wp-members field=”coach_name”] & [wp-members field=”coachid”]
All users are FULLY Registered and Activated. So simply Pull from Logged in Users profile & Populate said fields.
Forum: Plugins
In reply to: [Redirector] Redirect to Open New PageI decided to reformat my page and brought it into my blog. So I’m all good now.
Forum: Plugins
In reply to: [Redirector] Redirect to Open New PageName of widget would be most helpful.
Sorry cannot help you with a category tab, as I’m not sure what you are actually asking. Although my guess is you are referring to the Top “PAGE” in which you are calling a “Category Tab”.
Forum: Plugins
In reply to: [Sociable] Sociable plugin can really slow down your blog. Beware!rtSocial looks AWESOME! Downloading it now.
BYE, BYE Sociable! No Tears here
Forum: Plugins
In reply to: [The Events Calendar] Full Width Template Not WorkingI too am using the Default Events Template, although twenty-eleven child theme.
Could someone point me in the right direction to adjust the page width for the Event Details?
Example:
https://blog.hankfit247.com/event/les-mills-combat-challenge-group-march-4th/Forum: Plugins
In reply to: [Sociable] Sociable plugin can really slow down your blog. Beware!EVEN BETTER!
Although Sociable has the images stored locally, so these are not HTTP requests. But the same thought process would be HUGE advance in performance.
Forum: Plugins
In reply to: [Sociable] Sociable plugin can really slow down your blog. Beware!GREAT Idea!
Or post to public free CDN servers.
I’d like to see who, what, when, and how long.
If you have stumbled upon a solution, kindly post the link…
Forum: Plugins
In reply to: [Sociable] Sociable plugin can really slow down your blog. Beware!Well we could just vote the plugin into the Ground!
Scroll to the bottom and click BROKEN!
Forum: Plugins
In reply to: [Sociable] Sociable plugin can really slow down your blog. Beware!I too have issues with load times. Would be great if we could simple do something like:
Load Images, but wait % seconds to verify external links. Or in my case it is specifically the external links that cause the slowness.
Forum: Plugins
In reply to: [Sociable] Sociable throwing 404 error on missing image+1 Not Fixed in v 4.3.3.2
Forum: Plugins
In reply to: [Edit Flow] Installation WarningI googled Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in public_html/blog/wp-admin/menu.php on line 73 and came to same conclusion.
All is good here now.