Title: designrf's Replies | WordPress.org

---

# designrf

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator Plus®] "Could not add/update address. It appears the data did not change."](https://wordpress.org/support/topic/could-not-addupdate-address-it-appears-the-data-did-not-change/)
 *  [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/could-not-addupdate-address-it-appears-the-data-did-not-change/#post-3210306)
 * Same for me. In both cases the database is not updated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Store Locator Plus®] "Could not add/update address. It appears the data did not change."](https://wordpress.org/support/topic/could-not-addupdate-address-it-appears-the-data-did-not-change/)
 *  [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/could-not-addupdate-address-it-appears-the-data-did-not-change/#post-3210299)
 * Hi there,
 * I’ve got the same message but my infos are not updated.
 * I’m using the latest version on wp 3.4.2 with pro pack.
 * What do I need to do?
 * Regards
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Post edit.php – add custom field to filter section](https://wordpress.org/support/topic/post-editphp-add-custom-field-to-filter-section/)
 *  [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/post-editphp-add-custom-field-to-filter-section/#post-2270587)
 * Hi There,
 * I came across your post and was using the same code. I needed to display a drop
   down with only one custom key.
 * To do that I replaced
 *     ```
       $sql = 'SELECT DISTINCT meta_key FROM '.$wpdb->postmeta.' ORDER BY 1';
       to
       $sql= "SELECT DISTINCT meta_key FROM $wpdb->postmeta WHERE meta_key = 'product_code_box_text' ORDER BY 1";
       ```
   
 * Hope that helps even now:)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [$paged and WP_Query pagination](https://wordpress.org/support/topic/paged-and-wp_query-pagination/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/paged-and-wp_query-pagination/#post-2836861)
 * Thanks for your answer! I’ve tried but did not work.
 * Finally I’ve used wp-pagenavi plugin
 * `wp_pagenavi(array('query' => $my_query ) );`
 * and changed
 * `$paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;`
    for `$paged
   = get_query_var( 'page' ) ? get_query_var( 'page' ) : 1;`
 * like in this post:
    [http://wordpress.org/support/topic/wp-pagenavi-with-custom-query-and-paged-variable](http://wordpress.org/support/topic/wp-pagenavi-with-custom-query-and-paged-variable)
 * Hope that will help somebody.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Can't link my Facebook account with my WordPress account](https://wordpress.org/support/topic/cant-link-my-facebook-account-with-my-wordpress-account/)
 *  [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cant-link-my-facebook-account-with-my-wordpress-account/#post-2810514)
 * Hi There,
 * I’m having the same issue!
 * Any thought?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[eShop] [Plugin: eShop] Multi sellers](https://wordpress.org/support/topic/plugin-eshop-multi-sellers/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-eshop-multi-sellers/#post-2401368)
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [array and get post meta](https://wordpress.org/support/topic/array-and-get-post-meta/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/array-and-get-post-meta/#post-2017010)
 * I’ve tried before but that give me an array into another one.
 * I got that:
 *     ```
       Array
       (
           [0] => 3=>'roro', 5=>'toto'
       )
       size : 1
       ```
   
 * And my custom field value is: 3=>’roro’, 5=>’toto’
 * Maybe Im doing wrong. I just want to get a number associated with a name.
 * Do you have another idea to make it?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Can I use a subfolder called BLog?](https://wordpress.org/support/topic/can-i-use-a-subfolder-called-blog/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/can-i-use-a-subfolder-called-blog/#post-1895903)
 * Thanks for your help! Very quick:)
 * It looks like that can solve my problem.
 * Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery Load Problem](https://wordpress.org/support/topic/jquery-load-problem/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/jquery-load-problem/#post-1867071)
 * Well it was just to try with different library if the issue was from the library
   version.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery Load Problem](https://wordpress.org/support/topic/jquery-load-problem/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/jquery-load-problem/#post-1866968)
 * It looks like i found my problem.
    I forgot the $ in the function($)
 * jQuery(document).ready(function($){
    //script here });
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery Load Problem](https://wordpress.org/support/topic/jquery-load-problem/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/jquery-load-problem/#post-1866964)
 * Thanks but it doesn’t work 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [htaccess](https://wordpress.org/support/topic/htaccess-21/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/htaccess-21/#post-1688108)
 * Sorry for that, but my client wants to keep an holding page. I am the only one
   who can see the website.
 * You just need to know how are my links i guess.
 * Regards
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [htaccess](https://wordpress.org/support/topic/htaccess-21/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/htaccess-21/#post-1688042)
 * Hi, thanks for reply.
 * My permalinks are like that:
    /%category%/%postname%/ But on my pages i add ?
   id= a postname (into a link) to transfer a variable but i would like a nice url.
   I want to change [http://www.leedsclubscene.co.uk/the-space/?id=parliament](http://www.leedsclubscene.co.uk/the-space/?id=parliament)
   for [http://www.leedsclubscene.co.uk/the-space/parliament](http://www.leedsclubscene.co.uk/the-space/parliament)
 * Which rule i have to change for that?
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Exemple of unusual wordpress navigation.](https://wordpress.org/support/topic/exemple-of-unusual-wordpress-navigation/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/exemple-of-unusual-wordpress-navigation/#post-1618707)
 * Thank you for the link. I will have a look.
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to edit the category template](https://wordpress.org/support/topic/how-to-edit-the-category-template/)
 *  Thread Starter [designrf](https://wordpress.org/support/users/designrf/)
 * (@designrf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-edit-the-category-template/#post-1585357)
 * Thanks a lot 🙂
 * Regards

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

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