Title: wp_fish's Replies | WordPress.org

---

# wp_fish

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Where do I put the shortcode](https://wordpress.org/support/topic/where-do-i-put-the-shortcode-1/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/where-do-i-put-the-shortcode-1/#post-7365513)
 * I’ve put it into loop-start.php and it renders but it doesn’t filter the products
   when I click a checkbox
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change markup in products list page](https://wordpress.org/support/topic/change-markup-in-products-list-page/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-markup-in-products-list-page/#post-7309775)
 * Yeah I worked it out eventually. I am getting to grips with how it works now.
   Thanks for the help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change markup in products list page](https://wordpress.org/support/topic/change-markup-in-products-list-page/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-markup-in-products-list-page/#post-7309769)
 * add_action( ‘woocommerce_before_shop_loop_item’, function(){ echo(”); }, 10 );
 * add_action( ‘woocommerce_after_shop_loop_item’, function(){ echo(”); }, 5 );
 * The above, I was expecting, should of got rid of the wrapping anchor tags but
   it doesn’t. I’ve put that in my theme’s function file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change markup in products list page](https://wordpress.org/support/topic/change-markup-in-products-list-page/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-markup-in-products-list-page/#post-7309704)
 * That’s helpful but I need a little more, I can see these are responsible for 
   outputting individual elements,
 * add_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’,
   10 );
    add_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’,
   5 ); add_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’,
   10 ); add_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_thumbnail’,
   10 ); add_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’,
   10 ); add_action( ‘woocommerce_before_subcategory’, ‘woocommerce_template_loop_category_link_open’,
   10 ); add_action( ‘woocommerce_shop_loop_subcategory_title’, ‘woocommerce_template_loop_category_title’,
   10 ); add_action( ‘woocommerce_after_subcategory’, ‘woocommerce_template_loop_category_link_close’,
   10 ); add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’,
   10 ); add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’,
   5 );
 * But, I don’t want them all wrapped in the same anchor tag.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Shortcode not displaying filters](https://wordpress.org/support/topic/shortcode-not-displaying-filters/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-displaying-filters/#post-7271533)
 * Will the premium version allow me to use it outside of the WooCommerce pages 
   you mention, eg header.php?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Shortcode not displaying filters](https://wordpress.org/support/topic/shortcode-not-displaying-filters/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-displaying-filters/#post-7271526)
 * I’m using the shortcode within one of the custom theme templates, header.php 
   to be precise.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions] Paypal sandbox mode not updating user status](https://wordpress.org/support/topic/paypal-sandbox-mode-not-updating-user-status/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/paypal-sandbox-mode-not-updating-user-status/#post-5842712)
 * Worked it out, I hadn’t entered the Payment Data Transfer token in the backend,
   doh! Apologies
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372334)
 * I’ve finally managed to get a response from my hosting company and they have 
   confirmed cURL is installed and activated.
 * I noticed that since this thread was started a new version of the plugin was 
   availabe so I installed that and upgraded to the very latest version of WordPress(
   3.8). It still doesn’t work, exact same issues 🙁 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372279)
 * I am having trouble contacting the hosting company. I will keep trying and keep
   you posted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372253)
 * > “Should be fixed”, meaning not having cURL should no longer affect the admin
   > area loading up
 * That is a confusing sentence. I don’t have cURL yet you say v2.13 should no longer
   affect the admin area loading up? The admin area does not load up, your response
   suggests that it should even if I don’t have cURL.
 * I will look into installing cURL and let you know what happens.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372251)
 * When you say, “should be fixed in v2.13” what do you mean? Will installing
    cURL
   fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372249)
 * Zip: ‘ZipArchive’ class exists, ‘zip_open’ function exists
    cURL:
 * That’s all it says
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator for WordPress with Google Maps – LotsOfLocales] Installed but doesn't seem to work](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/installed-but-doesnt-seem-to-work/#post-4372235)
 * Version 2.13 of your plugin and WordPress V3.7
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add extra field to appearance menu item](https://wordpress.org/support/topic/how-to-add-extra-field-to-appearance-menu-item/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-add-extra-field-to-appearance-menu-item/#post-4304545)
 * Thanks for the response. I was contemplating using jquery to add the extra field
   but if there is a way to do it using a wordpress php filter then I would rather
   do it that way. However, I can’t find a filter that caters for this. 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Post Type or custom db table](https://wordpress.org/support/topic/custom-post-type-or-custom-db-table/)
 *  Thread Starter [wp_fish](https://wordpress.org/support/users/wp_fish/)
 * (@wp_fish)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-or-custom-db-table/#post-3594578)
 * There’s a whole bunch of other data that I need to associate with the member,
   expirey dates, payment reference, 2 different addresses and a variety of form
   checkbox answers. So thought the best route might be a custom db table.

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

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