Title: Jayavinoth's Replies | WordPress.org

---

# Jayavinoth

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Inserter - Ad Manager & AdSense Ads] Information: Legacy JavaScript code used, disable Wait for jQuery](https://wordpress.org/support/topic/information-legacy-javascript-code-used-disable-wait-for-jquery/)
 *  [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/information-legacy-javascript-code-used-disable-wait-for-jquery/#post-16544073)
 * Can we disable “wait for jquery” in frontend settings. What is the impact of 
   disabling?
    -  This reply was modified 3 years, 3 months ago by [Jayavinoth](https://wordpress.org/support/users/jayavinoth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Ads – Ad Manager & AdSense] Disable Auto ads for set of pages using php](https://wordpress.org/support/topic/disable-auto-ads-for-set-of-pages-using-php/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/disable-auto-ads-for-set-of-pages-using-php/#post-14623071)
 * Hi,
 * I have used below from filter hooks page and it works great now. Thanks
 *     ```
       function advads_show_ads_on_posts_only( $can_display ){
           global $post;
           if( ! isset( $post->post_type ) || 'post' !== $post->post_type ){
       	return false;
           }
           return $can_display;
       }
       add_action( 'advanced-ads-can-display', 'advads_show_ads_on_posts_only' );
       ```
   
 *   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] BBpress : Both topics and replies are indexed in Google](https://wordpress.org/support/topic/bbpress-both-topics-and-replies-are-indexed-in-google/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/bbpress-both-topics-and-replies-are-indexed-in-google/#post-9865807)
 * Hi [@onlyincebu](https://wordpress.org/support/users/onlyincebu/), I am redirecting
   my sitemap URL and I know how to remove from sitemap. Actually why I have asked
   this question is to get clarify whether I want to remove the reply sitemap from
   the list of sitemaps ([http://spytm.com/sitemap_index.xml](http://spytm.com/sitemap_index.xml)).
 * I am getting confused like if both topic and replies are indexed by google, then
   i can see the duplicates of each topics. If I remove the reply sitemap, then 
   I am afraid whether Google will not aware that the topic is getting updated.
 * Please clear whether I am wrong.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[wpForo Forum] bbpress plugin can be replaced with wpforo](https://wordpress.org/support/topic/bbpress-plugin-can-be-replaced-with-wpforo/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/bbpress-plugin-can-be-replaced-with-wpforo/#post-9862445)
 * Hope you will roll out the sitemap functionality soon. No other issues till now
   so updated to 5-star… 🙂
    -  This reply was modified 8 years, 4 months ago by [Jayavinoth](https://wordpress.org/support/users/jayavinoth/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[wpForo Forum] bbpress plugin can be replaced with wpforo](https://wordpress.org/support/topic/bbpress-plugin-can-be-replaced-with-wpforo/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/bbpress-plugin-can-be-replaced-with-wpforo/#post-9861797)
 * Hi [@gvectors-team](https://wordpress.org/support/users/gvectors-team/),
 * Great. you guys are rocking… I would suggest you guys to come up with sitemap
   as much as possible. Thanks…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Update upload_path in the database](https://wordpress.org/support/topic/update-upload_path-in-the-database/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [9 years ago](https://wordpress.org/support/topic/update-upload_path-in-the-database/#post-9170561)
 * Hi Yani,
 * I updated in the wp-options table… Not in wp-admin
 * Hi acarmich,
 * Change your theme to default wp theme and check whether you can see the images…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AnsPress - Question and answer] Lifetime update](https://wordpress.org/support/topic/lifetime-update/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/lifetime-update/#post-5629953)
 * Thanks…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AnsPress - Question and answer] Lifetime update](https://wordpress.org/support/topic/lifetime-update/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/lifetime-update/#post-5629937)
 * DW question and answer plugin stopped updating, they also started like you. So
   in future you might also do like same?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error for subdomain](https://wordpress.org/support/topic/404-error-for-subdomain/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/404-error-for-subdomain/#post-4339519)
 * Resolved by un-installing “Better WP Security” plugin
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post Thumnails are not displaying….](https://wordpress.org/support/topic/post-thumnails-are-not-displaying/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/post-thumnails-are-not-displaying/#post-2644557)
 * I fixed it by using Get the image plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.html is added on my links. Can't see admin or login page](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/page/2/#post-3008437)
 * Hi Robin,
 * Thanks for your help. My DNS A(Host) has the problem. I fixed it and now my site
   working fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.html is added on my links. Can't see admin or login page](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/page/2/#post-3008328)
 * I deleted everything from my server, even though my site is working. Please help
   me…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.html is added on my links. Can't see admin or login page](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/#post-3008290)
 * I renamed “themes” to “themes-old” in the server. But its amazing how it can 
   access the theme folder?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.html is added on my links. Can't see admin or login page](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/#post-3008280)
 * changed theme folder name, no luck. But my site still using the theme. I don’t
   know how its happening?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.html is added on my links. Can't see admin or login page](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/)
 *  Thread Starter [Jayavinoth](https://wordpress.org/support/users/jayavinoth/)
 * (@jayavinoth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/indexhtml-is-added-on-my-links-cant-see-admin-or-login-page/#post-3008276)
 * How to change theme? login page is not working. How to do as admin?

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

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