M Asif Rahman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: twitter short code questionWhich Pluginn you are using to send posts from WordPress to Twitter? If your plugin does not shorten the link and send as it is(in your way “pretty link”), then Twitter will shorten it, it will show like something.com/pretty-link/ , but if you check that link by just mouse hover link will be t.co/something
Let us know if that the case, and about the Title and excerpt, its Called Twitter Cards. Probably you use some SEO plugin which did that. I made one plugin called “Twitter Cards Meta” which will let you control Twitter Cards look in better way. take a look if you want to learn more – https://www.ads-software.com/extend/plugins/twitter-cards-meta/
Forum: Fixing WordPress
In reply to: Images have disappearedYou are welcome. As always happy to help.
Please mark this topic as “resolved” and you could always ask for help in new thread in this Support section.
Forum: Fixing WordPress
In reply to: 500 Internal error and CPU overloadYou have Caching enabled, though I dont know the setting, but I am guessing its configured with basic setting. Without super load, I mean at least fifty user visiting your site at a time and you update content very frequently you should never get any issue.
Few key pointed:
1. WordPress SEO now could generate Sitemap, but you also have “Google XML SiteMap” I hope you are not running both.2. In “Google XML SiteMap” uncheck built the Sitemap in each GET request. Assign specific memory, may be “64M” and dont let the screen run for unlimited time, keep it under 60sec or something, there should be limit by HG.
3. If you are not updating content too much, maybe try to refresh cache only when you update any content or change something, to reduce load.
I personally like W3 Total Cache for more control, but its true if you cant use Memcache or APC using W3TC is useless.
I use W3TC in my blog and posted few tips too.
Forum: Fixing WordPress
In reply to: Images have disappearedI see your backend is now accessible, you are probably using TwentyTen theme now.
Image are not shown as you have got image link wrong.Like for home page image points to “https://temp.aquamarinecomm.com/wp-content/uploads/2012/10/Home-aquamarines-edit.jpg”
This is wrong, and returned 404 anyway, this subdomain “temp” is wrong. When I tried image url with your main domain like “https://aquamarinecomm.com/wp-content/uploads/2012/10/Home-aquamarines-edit.jpg” it works perfectly.
So you probably did an test on “temp.aquamarinecomm.com” and copied the whole thing on main root folder, and your media folder location is wrong maybe. Fix that everything should work just fine.
Closing as its resolved in a version update already.
Forum: Plugins
In reply to: [Twitter Cards Meta - Best Twitter Card Plugin for WordPress] BuddyPressYou are welcome.
We are happy that you liked this plugin. By default this plugin should work with BuddyPress. Thing you need to understand, only the user who posts in a blog/site we need his/her Twitter A/C. For subscriber or normal followers does not need Twitter Cards.
If you face any specific issue with BuddyPress or WP MU, then let us know with the URL, we will surely try to fix those in next version, which should arrive in a few days.
Forum: Plugins
In reply to: [Yoast SEO] No Twitter cards on home pageSurely does not work in home page. But I am seeing ts working for some sites.
If it even works for one site in HostGator then you cant say its their issue.
Cause may be how server or specific site/folder handling error. Means it could be something related to .htaccess configuration.
To test , how about test with a basic WP setting in a root domain, not in sub domain.
Sorry, I did not seen your support request for a long time. Just released an updated version 2.1 which is available from www.ads-software.com extended already. Update and Facebook issue will be resolved.
Forum: Fixing WordPress
In reply to: Publishing issueIts with your theme and setting. As “flashrebel” suggested you have t post and publish it.
Also check this settings
>Setting -> Reading
Select “Your latest posts” if you want to show your latest post in home/landing page.
You probably have a static page selected.
And your theme could have some more setting too.
Forum: Installing WordPress
In reply to: Internal ErrorProbably new server does not have mod-rewrite active in php. Are you able to edit theme from WordPress dashboard. In my guess is right then you will not be able to edit theme and use auto update or auto plugin install feature.
Forum: Fixing WordPress
In reply to: databases problemAre you getting it when you are trying to log in? Does home page work? Check wp-config.php if Data base information is correct and also check database via phpmyadmin or whatever you are used to and browser “wp-user” table if it exists and looks ok.
Forum: Plugins
In reply to: W3 Total Cache – Cached Files Output with Bizarre encodingWhat you guys mean by garbage output? Could you show us live links or screen shots and are you using Minify? What kind of setting you are using? Also server environment is also another matter we need to understand. is it Apache or something else?
I have no idea what kind of server and environment you have. If you have just basic, with Apache and no memcached or APC or eaccelarator
I advise get W3TC Latest version 0.9.2.8
Go to the >Performance -> General Setting enable those
1. Page Caching -> Enable (Disk: Enhanced)
2. Object Caching -> Enable (Disk)
3. Browser Caching -> EnableSave all setting, depending on your file permission you could see some error, but you should be able to click auto-install and make those changes to .htaccess and other file from plugin setting page.
Note: This is a very basic setup, without memcached, APC and eaccelarator using W3TC seems big miss. But still you will get great improvement.
I did not suggested Minify as it generally breaks design, but minification will bring great improvement in page load. So, you could use try and error method or instead of using auto minification use manual method and select theme file and .css manually and always clear cache and check site in logged off mode.
And for media and graphics heavy site CDN will work great, in my blog I have a guide how to use CDN with W3TC, and I will link to those guide below.
If you want, you could check my presentation about WordPress caching at WordCamp Orlando 2012. I have also explained two basic error with W3TC in recent version and their solution at my blog here and here.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC 0.9.2.8 Killed My BackendComment out this “/wp-content/plugins/w3-total-cache/inc/functions/activation.php on line 127”
You dashboard will be accessible. Then deactivate the plugin, activate again, and configure if needed.