M Asif Rahman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostViews] [Plugin: WP-PostViews] New version problem!Its true in my investigation too. Even going to old version also did not fixed issue.
Forum: Plugins
In reply to: [Insights Reloaded] Does Not SearchDoes not work for me. I am testing on WordPress 3.2.1 with all latest plugin. It does not search for any option. Let me do the test on other server too. Previously old Insight only fails for inside blog search, but your new Insights Reloaded fails for all option. Let me test if it works for any other installation.
Forum: Plugins
In reply to: [Insights Reloaded] Does Not SearchIts still not resolved.
Forum: Fixing WordPress
In reply to: feedburner stopped workingYour feed works fine for me both https://digiupdates.com/feed/ and https://feeds.feedburner.com/digiupdates address.
But your site has some issue with title, you should fix that.
Whenever you face any issue with rss feed update or validation issue look for php blank space issue in your theme file or function.php, some time it occured while uploading new theme via ftp or uploading some files.
Use this plugin if you cant find it your self
https://www.ads-software.com/extend/plugins/fix-rss-feed/Ping feedburner
https://www.feedburner.com/fb/a/ping
Try now.BTW I tested from basic firefox for linux
Forum: Fixing WordPress
In reply to: How to code this?as “alchymyth” said in index.php use div with 2 column and run loop with counter to place ads where you want.
Your design mock up looks like gallery theme type, if you could do a massive search there is theme to do exactly that. I remember seen stuffs like this.
Forum: Fixing WordPress
In reply to: trouble with Read moreI could assure more function works fine in 3.2.1
If you making call the_content() from theme and used more tag in post panel (make sure not used more tag text in visual mode) then it should work for sure.
Using excerpt is good idea when start paragraph is different then inside single post content for most case.
Forum: Fixing WordPress
In reply to: "Add Plugins" button missingKeep this in mind for Multi Blog Admin panel
1) main domain/wp-admin here you could install plugin for main blog, root domain, and assign plug weather to be available for all blog or only for main blog.
Update network if you made any change or update your account status
2)main domain/wp-admin/network/
Check your profile authorization.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 67108864 bytes exhaustedSolution to “Fatal error: Allowed memory size of 67108864/33554432 bytes exhausted”
Here is Solutions:*** Here we consider 64M as good configuration. Depending on your need, server codition, how is your site, you could use 32M, 96M, 128M, 256M, 512M, 1024M, 2048M, 4096M. Make sure your server allow you to use that much dedicated memory.
Forum: Fixing WordPress
In reply to: No RSS – XML parsing errorThis solution work
https://www.w3it.org/blog/wordpress-feed-error-output-solution-how-to/But it cause few problem in my site, first my index was completely broken. Then still none of my feedburner feed updated, i pinged few times, still same old post.
Forum: Themes and Templates
In reply to: footer in base64… how decrypt it?Solution From My Blog Asif2BD.info
Process 1.
In site’s theme folder find index.php, then find the line that says <?php get_footer(); ?>. Above and below it add special text like this:<!– Encoded Code Start –>
<?php get_footer(); ?>
<!– Encoded Code End –>Now visit your site as normal, view page source ( in Firefox Right Click Select -> View Page Source), and copy the HTML between those two markers. Now Find the footer.php in your theme folder, select all existing junk encoded code and replace with the copied code. Remember to insert the before tag.
Simple & Easy.
Process 2.
Use this site, paste your encoded code and decode to base64
Visit – https://LinkX.In/base64decodeForum: Themes and Templates
In reply to: Decode Base64 Footer PleaseBen-Kenobi & junrill Here is the solution From My Blog https://www.Asif2BD.info
Process 1.
In site’s theme folder find index.php, then find the line that says <?php get_footer(); ?>. Above and below it add special text like this:<!– Encoded Code Start –>
<?php get_footer(); ?>
<!– Encoded Code End –>Now visit your site as normal, view page source ( in Firefox Right Click Select -> View Page Source), and copy the HTML between those two markers. Now Find the footer.php in your theme folder, select all existing junk encoded code and replace with the copied code. Remember to insert the before tag.
Simple & Easy.
Process 2.
Use this site, paste your encoded code and decode to base64
Visit – https://LinkX.In/base64decodeForum: Plugins
In reply to: Memory exhausted error: wp-includes/kses.php(1006)I does not work after i even changed the php.inf, i placed that file correctly as now i have higher database size limit. But Still i cant even import 700KB DB. Using WP 2.8.1
Regards
Asif2Bd
https://Asif2BD.infoForum: Themes and Templates
In reply to: Zinmag-redux homethumb problemHay, Thankx It worked.
My Site Is SpeciallySports.comBut seeing and facing that homethumb problem i was thinking to make it a bit easy and use remote image too. I will try new custom field very soon.