Title: netvision's Replies | WordPress.org

---

# netvision

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Subdomains] Permalink Structure](https://wordpress.org/support/topic/permalink-structure-26/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/permalink-structure-26/#post-8906818)
 * Any updates on this issue? Are you available for paid support?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subdomains] Allowed_redirect_hosts Issue](https://wordpress.org/support/topic/allowed_redirect_hosts-issue/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/allowed_redirect_hosts-issue/#post-8506644)
 * I found this code but I still dont know where to put it.
 * add_filter(‘allowed_redirect_hosts’,function($content){
    $wildcard = $_SERVER[‘
   HTTP_ORIGIN’]; $wildcard = str_replace(‘[http://&#8217](http://&#8217);,”,$wildcard);
   $wildcard = str_replace(‘[https://&#8217](https://&#8217);,”,$wildcard); $content[]
   = $wildcard; return $content; });
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Disable Blog Title and Slogan now showing since update](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/#post-7450032)
 * Both issues solved for me and just gave a 5 stars 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Disable Blog Title and Slogan now showing since update](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/#post-7449974)
 * Hi, hashtags would probably work but there is an issue with custom tweet function.
   When I fill that box I can see it’s set as twitter:title in source but when I
   try to share the post, it uses facebook og:title and ignores twitter:title tag.
 * I still would like to have an option to disable blog title and I would not use
   social share setting on post page. Because this means some extra effort while
   creating a post and also some extra custom fields which is not good for a database.
 * BTW I really like your plugin a lot and will probably buy a few addons. Wish 
   they were a little cheaper. At least Google+ could be cheaper or free 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Disable Blog Title and Slogan now showing since update](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-blog-title-and-slogan-now-showing-since-update/#post-7449959)
 * I have a similar issue. I see your plugin is not working with All in One Seo 
   Pack plugin. I really hate to see my long blog title in post titles. I tried 
   social sharing settings on post page, this works but your plugin simply uses 
   title for facebook and completely ignores twitter cards/tags. I used some hashtags
   for custom twitter settings but it uses facebook tags. So this option is not 
   worth to have some other custom fields which is created by your plugin. I just
   need to get rid of blog title in posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After update tot 4.4 the standard editor has problems](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/#post-6832495)
 * I dont know what SCRIPT_DEBUG does but enabling it fixed the issue. Now I’m not
   sure if I should let it enabled or look for another solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After update tot 4.4 the standard editor has problems](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/#post-6832494)
 * FROM: [http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors)
 * Step 2: Enable SCRIPT_DEBUG
 * You need to turn on script debugging. Open wp-config.php and add the following
   line before “That’s all, stop editing! Happy blogging”.
 * define(‘SCRIPT_DEBUG’, true);
 * Check to see if you are still having an issue.
 * Issue is fixed – turn off script debugging and report the issue on the support
   forum, telling the volunteers the you turned on script debugging and it solved
   the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After update tot 4.4 the standard editor has problems](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-tot-44-the-standard-editor-has-problems/#post-6832477)
 * I have the same issue. I disabled all plugins and activated default theme, tried
   various browsers and also tried on a computer w/o antivirus softwares installed,
   but none of them fixed the issue. Then I added define(‘SCRIPT_DEBUG’, true); 
   to wp-config file and it fixed the problem.
 * WORDPRESS: Issue is fixed – turn off script debugging and report the issue on
   the support forum, telling the volunteers the you turned on script debugging 
   and it solved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] They stop supporting after you buy the pro version](https://wordpress.org/support/topic/they-stop-supporting-after-you-buy-the-pro-version/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years ago](https://wordpress.org/support/topic/they-stop-supporting-after-you-buy-the-pro-version/#post-4883440)
 * So I’m a liar? You answered my pre sale questions then I purchased the pro version
   and created two tickets for an issue (which is very important for me) and never
   got a reply in 11-12 days. What I wrote above is true. I took the screenshots
   for the ticket to prove that I’m not a liar. I may publish it here if you want.
 * Ticket #709244
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Missing XML tag](https://wordpress.org/support/topic/missing-xml-tag/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-xml-tag/#post-4091857)
 * Thanks wpsmort, I simply give up using sitemap indexes. sumonbdinfo after unchecking
   sitemap indexes the issue solved. Everything seems fine with webmaster tools.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Missing XML tag](https://wordpress.org/support/topic/missing-xml-tag/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-xml-tag/#post-4091811)
 * Thanks sir.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Missing XML tag](https://wordpress.org/support/topic/missing-xml-tag/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-xml-tag/#post-4091806)
 * Sorry for my terrible English but I can’t find “Post Formats” anywhere on sitemap
   settings. You probably mean Post Types.
 * I simply unchecked All “Post Types” under “Post Types” and then checked only 
   Posts and Pages.
 * My site has 600 posts so should I uncheck sitemap indexes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lite Cache] I have to refresh page to see new content](https://wordpress.org/support/topic/i-have-to-refresh-page-to-see-new-content/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/i-have-to-refresh-page-to-see-new-content/#post-4002184)
 * switched over another caching plugin, sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Why do we need this 1px image?](https://wordpress.org/support/topic/why-do-we-need-this-1px-image/)
 *  Thread Starter [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/why-do-we-need-this-1px-image/#post-3980528)
 * Thank you, resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOURLS Link Creator] what is this madness](https://wordpress.org/support/topic/what-is-this-madness/)
 *  [netvision](https://wordpress.org/support/users/netvision/)
 * (@netvision)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/what-is-this-madness/#post-3429409)
 * 3 months passed and no solution for this issue? I installed this plugin, it’s
   working fine on localhost but not on server. I’m having the same problem right
   now. My site is hosted with Hostgator.
 * I deactivated all plugins and then changed the theme to default but plugin does
   not work.

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

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