Title: clickmac's Replies | WordPress.org

---

# clickmac

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/clickmac/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/clickmac/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/clickmac/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/clickmac/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/clickmac/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/clickmac/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Request to add a do_action hook](https://wordpress.org/support/topic/request-to-add-a-do_action-hook/)
 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/request-to-add-a-do_action-hook/#post-5609581)
 * I am requesting this, to make another plugin compatible with yours, which will
   bring more awareness to the your plugin.
 * Perhaps saving the values in an array and outputting the data can work?
    Then
   perhaps, make an filter where I can hook into it and add new fields?
 * Just would like to add new fields without recreating a whole different template
   as there are many fields to be added, to much…
 * Is there another way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Request to add a do_action hook](https://wordpress.org/support/topic/request-to-add-a-do_action-hook/)
 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/request-to-add-a-do_action-hook/#post-5609326)
 * If the hook could also pass the $order. That will be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Not doing ajax Order Review – causing errors](https://wordpress.org/support/topic/not-doing-ajax-order-review-causing-errors/)
 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/not-doing-ajax-order-review-causing-errors/#post-4991446)
 * 🙂 Got is working. Thanks guys
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Not doing ajax Order Review – causing errors](https://wordpress.org/support/topic/not-doing-ajax-order-review-causing-errors/)
 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/not-doing-ajax-order-review-causing-errors/#post-4991444)
 * The change from since 2.1.8 at [changeset](https://plugins.trac.wordpress.org/changeset/905557/woocommerce/trunk/templates/checkout/review-order.php)
   is currently giving us problems as we would need ajax to load at this div.
 * Is it possible to revert back to allowing ajax at this div?
 * If not, can you all please provide an alternative for the refreshing after sending
   values to the database using ajax?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Replace Featured Image with Video] doesnt work for post](https://wordpress.org/support/topic/doesnt-work-for-post/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-for-post/#post-3923541)
 * Perhaps providing your theme name and url can be of help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customizing WooCommerce checkout page](https://wordpress.org/support/topic/customizing-woocommerce-checkout-page-1/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/customizing-woocommerce-checkout-page-1/#post-4067497)
 * you can do something like
 *     ```
       $fields['billing']['billing_options'] = array(
           'label'       => __('Options', 'woocommerce'),
           'placeholder' => _x('', 'placeholder', 'woocommerce'),
           'required'    => false,
           'clear'       => false,
           'type'        => 'select',
           'class'       => array('own-css-name'),
           'options'     => array(
               'option_a' => __('option a', 'woocommerce' ),
               'option_b' => __('option b', 'woocommerce' )
               )
           );
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * This is woocommerce docs for creating options
    [http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/](http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/)
 * Or if its giving trouble you can try a plugin on wordpress for that
    [http://wordpress.org/plugins/woocommerce-checkout-manager/](http://wordpress.org/plugins/woocommerce-checkout-manager/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce checkout fields width](https://wordpress.org/support/topic/woocommerce-checkout-fields-width/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years ago](https://wordpress.org/support/topic/woocommerce-checkout-fields-width/#post-3669421)
 * yep [@oriye](https://wordpress.org/support/users/oriye/) you paste it in your
   functions.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Can't figure out CSS Selectors](https://wordpress.org/support/topic/cant-figure-out-css-selectors/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-figure-out-css-selectors/#post-3989911)
 * cheers 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Can't figure out CSS Selectors](https://wordpress.org/support/topic/cant-figure-out-css-selectors/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-figure-out-css-selectors/#post-3989903)
 * sorry, wrong post ,
    [http://wordpress.org/support/topic/fixed-infinite-scroll-on-custom-post-page?replies=12](http://wordpress.org/support/topic/fixed-infinite-scroll-on-custom-post-page?replies=12)
 * basically, i was trying to give you the post that deals with “enabling infinite
   scroll to work on custom templates, pages”
 * in that post, it would should you how to do that, because right now, the selectors
   suppose to be correct, but because its an custom template / page, infinite scroll
   will not work, unless you implement that fix.
 * cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Can't figure out CSS Selectors](https://wordpress.org/support/topic/cant-figure-out-css-selectors/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-figure-out-css-selectors/#post-3989896)
 * try following this post on wordpress
    [http://wordpress.org/support/topic/doesnt-work-for-post?replies=2](http://wordpress.org/support/topic/doesnt-work-for-post?replies=2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Can't figure out CSS Selectors](https://wordpress.org/support/topic/cant-figure-out-css-selectors/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-figure-out-css-selectors/#post-3989814)
 * Sorry i meant
 * Content selector: #products_grid
    Navigation selector: .navigation Next selector:.
   navigation .nav-next a Item selector: .single_grid_product
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Can't figure out CSS Selectors](https://wordpress.org/support/topic/cant-figure-out-css-selectors/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-figure-out-css-selectors/#post-3989606)
 * try this
 * Content selector: #products_grid
    Navigation selector: .navigation Next selector:.
   navigation .nav-nex ta Item selector: .single_grid_product
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Replace Featured Image with Video] doesnt work for post](https://wordpress.org/support/topic/doesnt-work-for-post/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/doesnt-work-for-post/#post-3923453)
 * yeah you can fix that by following this [post](http://www.trottyzone.com/replace-featured-image-with-video-fix/)
 * it tells you to just open up replace-featured-image-with-video/pt-page-featured-
   video.php
 * find this line
 *     ```
       function add_fv_box_fields() {
           add_meta_box( 'docs_list', __( 'Featured Video', 'related-video' ), 'admin_fv_box_html', 'page', 'side' );
       }
       ```
   
 * and replace with
 *     ```
       function add_fv_box_fields() {
           add_meta_box( 'docs_list', __( 'Featured Video', 'related-video' ), 'admin_fv_box_html', 'page', 'side' );
           add_meta_box( 'docs_list', __( 'Featured Video', 'related-video' ), 'admin_fv_box_html', 'post', 'side' );
       }
       ```
   
 * then find the single.php file and look for something like this
    the_post_thumbnail(‘
   main’)
 * and replace it with
 *     ```
       if(get_post_meta(get_the_ID(), "_related-video", true) != ''){
        echo get_post_meta(get_the_ID(), "_related-video", true);
       }else{
        the_post_thumbnail( 'main' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddy-bbPress Support Topic] Support for admin menu](https://wordpress.org/support/topic/support-for-admin-menu/)
 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/support-for-admin-menu/#post-3843902)
 * for none buddyPress users, their are forums that are strictly support forums.
   So marking the topic as a “support topic” when creating a new topic each time
   would not be needed, since the whole forum is a support forum. Can it be included
   automatically, so that the user would not need to mark it as a support ticket?
   Also to be able to turn on or off the functionality via backend.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Call Custom Field inside shortcode or php within the template](https://wordpress.org/support/topic/call-custom-field-inside-shortcode-or-php-within-the-template/)
 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/call-custom-field-inside-shortcode-or-php-within-the-template/#post-3859345)
 * awesome!

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

1 [2](https://wordpress.org/support/users/clickmac/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/clickmac/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/clickmac/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/clickmac/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/clickmac/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/clickmac/replies/page/2/?output_format=md)