Title: rfmurphy81's Replies | WordPress.org

---

# rfmurphy81

  [  ](https://wordpress.org/support/users/rfmurphy81/)

 *   [Profile](https://wordpress.org/support/users/rfmurphy81/)
 *   [Topics Started](https://wordpress.org/support/users/rfmurphy81/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rfmurphy81/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rfmurphy81/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rfmurphy81/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rfmurphy81/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rfmurphy81/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopMagic - email automation] Conditional display of placeholder content in Raw HTML templates](https://wordpress.org/support/topic/conditional-display-of-placeholder-content-in-raw-html-templates/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [1 month ago](https://wordpress.org/support/topic/conditional-display-of-placeholder-content-in-raw-html-templates/#post-18909075)
 * Thanks for the prompt reply, [@krzysztofskorupa](https://wordpress.org/support/users/krzysztofskorupa/).
   I figured as much so I ended up just creating a PHP snippet to allow a custom
   placeholder that fits my needs. Perhaps this could be a future enhancement to
   adding a new placeholder that is more dynamic. I have specific use cases where
   I’m only capturing first, last and email, but not anything else so this allows
   me to not have empty spaces between them. Knowing that `{{ order.billing_formatted_address}}`
   combines address1 and address2 is great info, tho, so appreciate that knowledge.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopMagic - email automation] Conditional display of placeholder content in Raw HTML templates](https://wordpress.org/support/topic/conditional-display-of-placeholder-content-in-raw-html-templates/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [1 month ago](https://wordpress.org/support/topic/conditional-display-of-placeholder-content-in-raw-html-templates/#post-18908272)
 * Code in particular:
 *     ```wp-block-code
                       <address style="padding:12px; color:#000000 !important; border:1px solid #e5e5e5; font-style: normal;">    <span style="color:#000000;">        {{ customer.first_name }} {{ customer.last_name }}<br>        {% if order.billing_address %}{{ order.billing_address }}<br>{% endif %}        {% if order.billing_address_2 %}{{ order.billing_address_2 }}<br>{% endif %}        {% if order.billing_city %}{{ order.billing_city }}, {{ order.billing_state }} {{ order.billing_postcode }}<br>{% endif %}                   {% if customer.phone %}<span style="color:#000000; text-decoration:none;"><a href="tel:{{ customer.phone }}" target="_blank" style="color:#21759b;text-decoration:underline">{{ customer.phone }}</a></span><br>{% endif %}                   {% if customer.email %}<span style="color:#000000; text-decoration:none;"><a href="mailto:{{ customer.email }}" target="_blank" style="color:#21759b;text-decoration:underline">{{ customer.email }}</a></span>{% endif %}    </span></address>
       ```
   
 * What displays in the email if just submitting first, last and email address with
   the order:
 * > First Last
   > {% if order.billing_address %}{% endif %} {% if order.billing_address_2%}{%
   > endif %} {% if order.billing_city %},{% endif %} {% if customer.phone %}{% 
   > endif %} {% if customer.email %}[first.last@gmail.com](https://wordpress.org/support/users/rfmurphy81/replies/first.last@gmail.com?output_format=md){%
   > endif %}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] “The gallery was not found” after host migration](https://wordpress.org/support/topic/the-gallery-was-not-found-after-host-migration/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/the-gallery-was-not-found-after-host-migration/#post-14246180)
 * Thanks for the reply. I had actually noticed it wasn’t happening for me when 
   browser the site in incognito/private mode so it seems to only be happening when
   I’m logged in as admin. I’m also noticing some other things with caching and 
   their recommended caching plugin, Breeze, so at least this isn’t affecting the
   users browsing the site. Based on this update, do you think the recommendation
   in the previous post should still be pursued or should I look down a different
   avenue? Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Too many events showing in backend sidebar](https://wordpress.org/support/topic/too-many-events-showing-in-backend-sidebar/)
 *  [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/too-many-events-showing-in-backend-sidebar/#post-13589093)
 * [@angelo_nwl](https://wordpress.org/support/users/angelo_nwl/), should I open
   a new post on this to get the answer or can it be answered here? Please advise.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Too many events showing in backend sidebar](https://wordpress.org/support/topic/too-many-events-showing-in-backend-sidebar/)
 *  [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/too-many-events-showing-in-backend-sidebar/#post-13014137)
 * [@angelo_nwl](https://wordpress.org/support/users/angelo_nwl/), I seem to have
   this problem on one of my sites, too.
 * The WP Admin sidebar was showing 9, but I’m not sure what that number actually
   represents. I did Remove Orphaned Events under Settings but it only got it to
   drop down to 5. Then I deleted the 4 items in my trash but it’s down to 1 in 
   the sidebar but I’m still confused as to what that number actually means. I currently
   have the following: All (50) | Mine (3) | Published (48) | Drafts (2). What does
   the 1 come from?
 * What is that number supposed to represent? I noticed it increments up when Event
   Form is submitted, then decrements down when the event is approved, then increments
   up again when that event is trashed. It seems like it’s a combination of Pending
   events, plus Trash events, but there’s something else.
 * I’m just a bit confused as the number seems to indicate that 1 thing needs action
   but it’s not obvious on that page what needs to be fixed/addressed. Thanks in
   advance!
    -  This reply was modified 5 years, 12 months ago by [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/).
    -  This reply was modified 5 years, 12 months ago by [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Styling “all-events-link” Class](https://wordpress.org/support/topic/styling-all-events-link-class/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/styling-all-events-link-class/#post-10092390)
 * Yeah, I had to override the code in em-events.php since all other solutions I
   had tried didn’t work. I was hoping there was a solution that didn’t require 
   me changing the core code, as I assume it will get overwritten the next time 
   there is a new version. Are you able to accommodate this request in a future 
   version? Or is there a specific way to style this in the current version which
   I may be overlooking?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Donation Total Not Updating in 2.0.5](https://wordpress.org/support/topic/donation-total-not-updating-in-2-0-5/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/donation-total-not-updating-in-2-0-5/#post-10070851)
 * Yep. All good! Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Radio Button Dot Doesn’t Change on UI for Multi Level Donations](https://wordpress.org/support/topic/radio-button-dot-doesnt-change-on-ui-for-multi-level-donations/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/radio-button-dot-doesnt-change-on-ui-for-multi-level-donations/#post-10021084)
 * Brilliant. I had a feeling it was something like that. Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Radio Button Dot Doesn’t Change on UI for Multi Level Donations](https://wordpress.org/support/topic/radio-button-dot-doesnt-change-on-ui-for-multi-level-donations/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/radio-button-dot-doesnt-change-on-ui-for-multi-level-donations/#post-10018488)
 * Thanks for taking a look. You can view it at [https://dev.jackfisherpark.com/dues/](https://dev.jackfisherpark.com/dues/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Altering or Disabling Email H1](https://wordpress.org/support/topic/altering-or-disabling-email-h1/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/altering-or-disabling-email-h1/#post-10009363)
 * Brilliant! That worked out perfectly. Thanks for the super prompt response, too,
   [@dlocc](https://wordpress.org/support/users/dlocc/)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Mail Poet Add-on] Mailpoet 3.0](https://wordpress.org/support/topic/mailpoet-3-0/)
 *  [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/mailpoet-3-0/#post-9399552)
 * Thanks, [@donavonguyot](https://wordpress.org/support/users/donavonguyot/) and
   [@wysija](https://wordpress.org/support/users/wysija/), for putting the 3.0 version
   together!
 * I’m wondering if anyone can answer a support-type question related to this plug-
   in. I’m setting up a registration form where a user can select to which lists
   to subscribe (e.g. All, News Only, Events Only, Announcements Only). I’m probably
   doing this wrong but I’ve setting up a feed for each checkbox mapped to the MailPoet
   list. It seems like if a user selects the first box, it doesn’t process the additional
   boxes, which means they are not subscribed to the lists they selected, only the
   first one. Is there a trick to overcome this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments Notifier] Responsive?](https://wordpress.org/support/topic/responsive-161/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-161/#post-5157165)
 * Looks like I received a notification from the site so everything is right with
   the world. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments Notifier] Responsive?](https://wordpress.org/support/topic/responsive-161/)
 *  Thread Starter [rfmurphy81](https://wordpress.org/support/users/rfmurphy81/)
 * (@rfmurphy81)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-161/#post-5157164)
 * It seems like this worked! Even though it doesn’t seem to do so when resizing
   my desktop browser to smaller sizes at least, if you load the page at the smaller
   size, it’ll be scaled to that size. I suspect that may be an issue on the Facebook
   side, unless you have any additional tricks.
 * Now it’s just a matter of making sure I’m being notified when someone leaves 
   a comment, which I have yet to see, but there may something else for me to dig
   into here.
 * Thanks for the prompt response!

Viewing 13 replies - 1 through 13 (of 13 total)