Title: Vrefr's Replies | WordPress.org

---

# Vrefr

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] post-sitemap.xml not fetched by Google](https://wordpress.org/support/topic/post-sitemap-xml-not-fetched-by-google/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/post-sitemap-xml-not-fetched-by-google/#post-16937495)
 * Thanks [@maybellyne](https://wordpress.org/support/users/maybellyne/) I just 
   needed to wait a week more until google indexes the new pages. Now everything
   looks ok. Thank you for your support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] post-sitemap.xml not fetched by Google](https://wordpress.org/support/topic/post-sitemap-xml-not-fetched-by-google/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/post-sitemap-xml-not-fetched-by-google/#post-16928004)
 * Thanks for a quick reply. So I don’t need to submit post-sitemap.xml to index
   my posts?
 * I submitted /sitemap_index.xml several weeks ago and Search console shows indexed
   only the main pages and not the posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add attachment](https://wordpress.org/support/topic/add-attachment/)
 *  [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/add-attachment/#post-2417384)
 * Did you try to upload all needed sizes and than attach all of them to the post?
   
   Like you attach original. Then to upload small and attach it in the same way?
   And same for medium and for large?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Fields, Discussion, Comments, Author, Revision Tabs Missing](https://wordpress.org/support/topic/custom-fields-discussion-comments-author-revision-tabs-missing/)
 *  [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/custom-fields-discussion-comments-author-revision-tabs-missing/#post-2035915)
 * “Display settings” in post edit page (top right corner)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow after updating 3.1.1](https://wordpress.org/support/topic/slow-after-updating-311/)
 *  [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/slow-after-updating-311/#post-2026038)
 * same stuff…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Contact form without plugin](https://wordpress.org/support/topic/contact-form-without-plugin/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/contact-form-without-plugin/#post-1958971)
 * the answer I found for now is to use [wp_mail](http://codex.wordpress.org/Function_Reference/wp_mail)
   function…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Manual fields inside the form.](https://wordpress.org/support/topic/plugin-contact-form-7-manual-fields-inside-the-form/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-manual-fields-inside-the-form/#post-1958970)
 * I guess it’s impossible? Would need to write manual email form than 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] DropDown OnChange](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-dropdown-onchange/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-dropdown-onchange/#post-1906704)
 * hmmm… as you didn’t answer I started to experiment 🙂
    the decision I don’t like,
   as it may dissapear after the plugin will be updated, was to hack the code of/
   plugins/query-multiple-taxonomies/widget.php Thats what I did: In the function`
   private function generate_dropdowns( $taxonomies ) {` just after `.html( 'select',
   array( 'name' => qmt_get_query_var( $taxonomy ),` inserted `'onChange' => 'location.
   href="?city="+this.form.city.options[this.form.city.selectedIndex].value;'`
 * I used it only for one concrete dropdown menu for taxonomy called “city”, which
   is also the name of <select> field. Didn’t experiment but if you would insert
   variable (e.g. `$taxname = qmt_get_query_var( $taxonomy );`)instead of “city”
   it theoretically should paste universal solution for all other taxonomies you
   use for dropdown.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Possible for custom taxonomies URLs to look like category URLs?](https://wordpress.org/support/topic/possible-for-custom-taxonomies-urls-to-look-like-category-urls/)
 *  [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/possible-for-custom-taxonomies-urls-to-look-like-category-urls/#post-1546952)
 * Dunno if its still needed, but in case others will find this question and if 
   I understood it correct:
 *     ```
       register_taxonomy( 'objecto', 'post', array( 'hierarchical' => true, 'label' => 'Тип объекта', 'query_var' => true,
       'rewrite' => true ) );
       ```
   
 * > rewrite: If ‘true,’ WordPress will use friendly URL’s when viewing a page for
   > this taxonomy. For example, a page listing all the posts with the “Windows”
   > operating system selected would be represented by the following url: http ://
   > domain.com/operating_system/windows
 * Full story: [Introducing WordPress 3 Custom Taxonomies](http://net.tutsplus.com/tutorials/wordpress/introducing-wordpress-3-custom-taxonomies/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] [Plugin: GD Star Rating] Possibility to vote for all users.](https://wordpress.org/support/topic/plugin-gd-star-rating-possibility-to-vote-for-all-users/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-gd-star-rating-possibility-to-vote-for-all-users/#post-1905332)
 * Found out after reinstalled all databases in plugin’s Tools settings.
    Seems 
   that if you change the voting rules after somebody voted according to another
   rules – you need to reinstall databases deletin all previuos votes to imlement
   new voting rules.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] [Plugin: GD Star Rating] Possibility to vote for all users.](https://wordpress.org/support/topic/plugin-gd-star-rating-possibility-to-vote-for-all-users/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-gd-star-rating-possibility-to-vote-for-all-users/#post-1905329)
 * No one knows? 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login With Ajax - Fast Logins, 2FA, Redirects] [Plugin: Login With Ajax] Registration link not showing withing page](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/#post-1905852)
 * Did it. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login With Ajax - Fast Logins, 2FA, Redirects] [Plugin: Login With Ajax] Registration link not showing withing page](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/#post-1905814)
 * That’s amazing! Muchissimas gracias!
    This was the quickest reaction on problem
   I ever seen here. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login With Ajax - Fast Logins, 2FA, Redirects] [Plugin: Login With Ajax] Registration link not showing withing page](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-login-with-ajax-registration-link-not-showing-withing-page/#post-1905742)
 * Thanks for yor quick reply,
    Made as you wrote… but still same issue – does not
   show the registration link. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Register Plus Redux] [Plugin: Register Plus Redux] Is it safe to use?](https://wordpress.org/support/topic/plugin-register-plus-redux-is-it-safe-to-use/)
 *  Thread Starter [Vrefr](https://wordpress.org/support/users/vrefr/)
 * (@vrefr)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-is-it-safe-to-use/#post-1746682)
 * Works again.. was something with my browser I believe 🙁 Sorry.

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

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