netvision
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Subdomains] Permalink StructureAny updates on this issue? Are you available for paid support?
Forum: Plugins
In reply to: [Subdomains] Allowed_redirect_hosts IssueI 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://’,”,$wildcard);
$wildcard = str_replace(‘https://’,”,$wildcard);
$content[] = $wildcard;
return $content;
});Both issues solved for me and just gave a 5 stars 🙂
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 🙂
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
In reply to: After update tot 4.4 the standard editor has problemsI 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
In reply to: After update tot 4.4 the standard editor has problemsFROM: 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
In reply to: After update tot 4.4 the standard editor has problemsI 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.
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
Thanks wpsmort, I simply give up using sitemap indexes. sumonbdinfo after unchecking sitemap indexes the issue solved. Everything seems fine with webmaster tools.
Thanks sir.
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
In reply to: [Lite Cache] I have to refresh page to see new contentswitched over another caching plugin, sorry.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Why do we need this 1px image?Thank you, resolved.
Forum: Plugins
In reply to: [YOURLS Link Creator] what is this madness3 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.