Title: openboxstudios's Replies | WordPress.org

---

# openboxstudios

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/openboxstudios/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/openboxstudios/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events page content duplicating itself on second ajax load??](https://wordpress.org/support/topic/events-page-content-duplicating-itself-on-second-ajax-load/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/events-page-content-duplicating-itself-on-second-ajax-load/#post-15205613)
 * Apparently I just needed to post about it to finally solve it, ;D
 * If anyone comes across this problem, here is what was happening.
 * I have a new DIV in the /tribe/events/v2/list.php template above the main container-
   classes DIV, that is what’s causing the issue.
 *     ```
       $header_classes = [ 'tribe-events-header' ];
       if ( empty( $disable_event_search ) ) {
       	$header_classes[] = 'tribe-events-header--has-event-search';
       }
   
       ?>
   
       <div class="custom-stuff"></div>
   
       <div
       	<?php tribe_classes( $container_classes ); ?>
       	data-js="tribe-events-view"
       	data-view-rest-nonce="<?php echo esc_attr( $rest_nonce ); ?>"
       	data-view-rest-url="<?php echo esc_url( $rest_url ); ?>"
       	data-view-rest-method="<?php echo esc_attr( $rest_method ); ?>"
       ....
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Staging] Categoires/Taxonomies Not Syncing](https://wordpress.org/support/topic/categoirestaxonomies-not-syncing/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/categoirestaxonomies-not-syncing/#post-7001372)
 * For some reason I didn’t get a notification on that… I see it now. Thanks man!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Enterprise / AJAX Issue](https://wordpress.org/support/topic/enterprise-ajax-issue/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years ago](https://wordpress.org/support/topic/enterprise-ajax-issue/#post-6172823)
 * Thanks for the quick response! They want wp-admin gone, nothing I can change 
   in that regard. It seems like we’ll just have to use the plugin without the filters
   our find a different solution.
 * Is there a different ajax dependency I could call on elsewhere that might allow
   it to work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Pipe separator no longer working.](https://wordpress.org/support/topic/pipe-separator-no-longer-working/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years ago](https://wordpress.org/support/topic/pipe-separator-no-longer-working/#post-6145693)
 * Right, which is why I said aside from the email aspect. Perhaps a way to have
   both, because it would be very useful to have the value be different in the rendered
   HTML for programming reasons. Just my 2 cents. Keep up the good work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Pipe separator no longer working.](https://wordpress.org/support/topic/pipe-separator-no-longer-working/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years ago](https://wordpress.org/support/topic/pipe-separator-no-longer-working/#post-6145658)
 * From a programmatic view though, does it not make sense to have the rendered 
   output of the field in the HTML also reflect that pipe delimiter?
 * When I read that documentation I expected it to behave as such, aside from the
   mail recipient aspect of course:
 * `<option value="barcode-xpress">Barcode Xpress</option>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Pipe separator no longer working.](https://wordpress.org/support/topic/pipe-separator-no-longer-working/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/pipe-separator-no-longer-working/#post-6145633)
 * [http://openboxstudios.com/clients/cf7/test/](http://openboxstudios.com/clients/cf7/test/)
 * Fresh 4.2.2 install, only plugin installed is CF7.
 * View the source on that select box:
 *     ```
       <select name="product" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false">
       <option value="">---</option>
       <option value="Barcode Xpress">Barcode Xpress</option>
       </select>
       ```
   
 * That certainly appears to not be working to me, am I missing something?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Pipe separator no longer working.](https://wordpress.org/support/topic/pipe-separator-no-longer-working/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/pipe-separator-no-longer-working/#post-6145579)
 * I was under the assumption it could be used to pull apart ANY select list, not
   just one for email recipients. Would certainly make it more useful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bootstrap for Contact Form 7] Please add fix for | value separation](https://wordpress.org/support/topic/please-add-fix-for-value-separation/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/please-add-fix-for-value-separation/#post-6145538)
 * Changing this back to be an issue, even though a normal instance of CF7 doesn’t
   work. I’ll assume this would overwrite it anyway.
 * Could you change it to accept a | separator for select, radio and checkboxes 
   so that the value=”” can be a cleaner var.
 * Also, modify your GET function to check the value=”” and not the name.
 * I’ll help out when I can as well!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bootstrap for Contact Form 7] Please add fix for | value separation](https://wordpress.org/support/topic/please-add-fix-for-value-separation/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/please-add-fix-for-value-separation/#post-6145474)
 * Disregard, seems to be a CF7 problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Sidebar widget no longer working after Version: 3.6 update](https://wordpress.org/support/topic/sidebar-widget-no-longer-working-after-version-36-update/)
 *  [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [12 years ago](https://wordpress.org/support/topic/sidebar-widget-no-longer-working-after-version-36-update/#post-4964504)
 * ^^ Verified. Just transferred the new code over and it fixed my issue as well.
   Just do a code compare and reinstate your custom changes into the new code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Empty custom fields.](https://wordpress.org/support/topic/empty-custom-fields-2/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/empty-custom-fields-2/#post-4884191)
 * Perfect! When I get done with this beast of a project, I’m going to dedicate 
   some time, if you’d like, to helping figure out a pagination solution. Thanks
   again for the prompt responses and quick action, it is very much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Empty custom fields.](https://wordpress.org/support/topic/empty-custom-fields-2/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/empty-custom-fields-2/#post-4884185)
 * Not sure if that’s working the exact way it should.
 * Take this example:
 *     ```
       [loop type="brand" taxonomy="brand-category" value="non-gmo" columns="3" orderby="menu_order"]
       [if flag="wpcf-brand-website"]
       <div class="team-member"><a href="[flag]" class="inline">[content field="image" size="thumbnail"]</a><h4 class="light"><a href="[flag]" class="accent-color">[content field="title"]</a></h4></div>
       [/if]
       [/loop]
       ```
   
 * It should still show the logo and text, even though it doesn’t have a URL, right?
   However, it’s not showing it at all.
 * If I do something like this:
 * `<a href="[if flag="wpcf-brand-website"][flag][/if]" class="inline">test</a>`
 * It breaks the loop and nothing shows up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Pagination…](https://wordpress.org/support/topic/pagination-130/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/pagination-130/#post-4880287)
 * Thanks for the quick response, I look forward to any updates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Pinterest for WordPress] Feed Dead](https://wordpress.org/support/topic/feed-dead/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/feed-dead/#post-3602402)
 * If anyone else see’s this and seems to be having the same problem. I fixed it
   with this:
 * `add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', 'return
   900;') );`
 * It was a stale content issue and the fetch_feed cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rotating Tweets (Twitter widget and shortcode)] Feature Request: Lists](https://wordpress.org/support/topic/feature-request-lists/)
 *  Thread Starter [openboxstudios](https://wordpress.org/support/users/openboxstudios/)
 * (@openboxstudios)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/feature-request-lists/#post-3566101)
 * Martin-
 * Thanks for the prompt response, that’s exactly what I needed. Very much appreciated
   indeed. Keep up the great work!!
 * – Marc

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/openboxstudios/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/openboxstudios/replies/page/2/?output_format=md)