Title: whatwhenwhere's Replies | WordPress.org

---

# whatwhenwhere

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [read excel file in plugin](https://wordpress.org/support/topic/read-excel-file-in-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/read-excel-file-in-plugin/#post-9846172)
 * I find out that I must read file excel like this code:
 *     ```
       $filecontent = file_get_contents($url);
       file_put_contents($tmpfname, $filecontent);
       $excelReader = PHPExcel_IOFactory::createReaderForFile($tmpfname);
       ```
   
 * with $url is address of file to upload and $tmpfname is hold temp data. Tks
    -  This reply was modified 8 years, 4 months ago by [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp_ajax_{action_name} not working in multi class](https://wordpress.org/support/topic/wp_ajax_action_name-not-working-in-multi-class/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp_ajax_action_name-not-working-in-multi-class/#post-9838701)
 * below my Jquery script, tks [@bcworkz](https://wordpress.org/support/users/bcworkz/)
 * `jQuery(‘#quoc_gia’).on(‘select2:select’, function (e) {
    jQuery.ajax({ type:‘
   POST’, url:ajaxurl, dataType: ‘json’, data:{‘quocgia’:’test’,action: ‘quocgia_change’},
   success:function(res) {
 *  },
    error: function(MLHttpRequest, textStatus, errorThrown){ alert(errorThrown);}});});
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [read excel file in plugin](https://wordpress.org/support/topic/read-excel-file-in-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/read-excel-file-in-plugin/#post-9565718)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/): sr my english is poor,
   my meaning is my plugin is operation in backend(admin) and not working properly.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [read excel file in plugin](https://wordpress.org/support/topic/read-excel-file-in-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/read-excel-file-in-plugin/#post-9561657)
 * My plugin is working in backend, and I think problem about permission or secure
   when read file, if I read file excel on hardisk it’s ok or read file csv is ok.
    -  This reply was modified 8 years, 7 months ago by [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/).
    -  This reply was modified 8 years, 7 months ago by [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [read excel file in plugin](https://wordpress.org/support/topic/read-excel-file-in-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/read-excel-file-in-plugin/#post-9561112)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/): I try absoblute
    $url
   = ‘[http://xxx/wp-content/uploads/2017/10/test.xls&#8217](http://xxx/wp-content/uploads/2017/10/test.xls&#8217);;
   but got the same message error
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom page not showing](https://wordpress.org/support/topic/custom-page-not-showing/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/custom-page-not-showing/#post-8233646)
 * [@dmccan](https://wordpress.org/support/users/dmccan/): thank you for your reply
 * 1. No page the same name or in the trash
    2. I choosen another theme but the 
   custom page is not show 3. I disable plugin but the custom page is not show too
 * I think the plugin qTranslate-X is the main of the problem, I founded problem
   like this before and I go to the phpmyadmin and delete someone row in table and
   it ok, but this time I loose
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slick carousel] how to use this](https://wordpress.org/support/topic/how-to-use-this-11/)
 *  [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-use-this-11/#post-5715429)
 * I use short code carousel for 2 image but it not show inline, it show a stack
   vertical image
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Flow Plus] Huge space below gallery](https://wordpress.org/support/topic/huge-space-below-gallery/)
 *  [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/huge-space-below-gallery/#post-5230052)
 * I turn off reflections and meet the same problem then I must add css code above,
   it work
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to add product cate woocommerce to menu](https://wordpress.org/support/topic/how-to-add-product-cate-woocommerce-to-menu/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/how-to-add-product-cate-woocommerce-to-menu/#post-3242989)
 * I have my own theme, and created some products category but I don’t know how 
   to add these categories to menu
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add to cart page without premium ecommerce plugin](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/#post-3234102)
 * now I can used a little bit woocommerce,mod please close topic
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [show products after overriding templates woocommerce or using hooks](https://wordpress.org/support/topic/show-products-after-overriding-templates-woocommerce/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/show-products-after-overriding-templates-woocommerce/#post-3236314)
 * finally I can show products
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add to cart page without premium ecommerce plugin](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/#post-3234098)
 * finnally I install woocommerce plugin and read docs two links:
    Template Structure
   + overriding templates via a theme 1. [http://wcdocs.woothemes.com/codex/template-structure/](http://wcdocs.woothemes.com/codex/template-structure/)
   and Third party / custom theme compatibility 2. [http://wcdocs.woothemes.com/codex/third-party-custom-theme-compatibility/](http://wcdocs.woothemes.com/codex/third-party-custom-theme-compatibility/)
 * These docs is two short and not complete they like the puzzling games.
    With [
   1] link: I copy the templates from woocommerce plugin and move to my theme xyz/
   woocommere, after I don’t know how to show product to frontend, I had already
   two cate: hat, t-shirt but how to add them to menu and when users click on it
   the webpage is how properly cate I want, so sad I can’t go far with some word
   instruction from woocommerce.
 * with [2]: I add to hook with 2 my div but nothing is show
 * [@ben](https://wordpress.org/support/users/ben/) Casey: if you know about woocommer
   please help me
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add to cart page without premium ecommerce plugin](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/add-to-cart-page-without-premium-ecommerce-plugin/#post-3234095)
 * [@ben](https://wordpress.org/support/users/ben/) Casey: most people in my country
   is not used paypal… they just used cash money or tranfer money throught local
   bank
    [@dwnfred](https://wordpress.org/support/users/dwnfred/): sorry my english,
   in my website just show product & price and button to cart & checkout page but
   my customer will not pay for anything,’add to cart’ button and checkout page 
   just to my wepage look like beautiful or look a really ecommerce webpage.
 * Until now I haven’t yet some tutorials create webiste ecommerce with woocommerce
   plugin or other ecommmer plugin
 * god bless everyone
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [build my own theme ecommerce with ecommerce plugin](https://wordpress.org/support/topic/build-my-own-theme-ecommerce-with-ecommerce-plugin/)
 *  Thread Starter [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/build-my-own-theme-ecommerce-with-ecommerce-plugin/#post-3209550)
 * anyone suggest have more way to do
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Nivo Slider] [Plugin: WP Nivo Slider] Image keeps loading but the images dont show](https://wordpress.org/support/topic/plugin-wp-nivo-slider-image-keeps-loading-but-the-images-dont-show/)
 *  [whatwhenwhere](https://wordpress.org/support/users/whatwhenwhere/)
 * (@whatwhenwhere)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-nivo-slider-image-keeps-loading-but-the-images-dont-show/#post-2679925)
 * I changed to <div id=”slider2″> but nothing happen, the nivo slider just show
   icon loading

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

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