ndayakar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5Resolved.
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5Thank you ESMI for the hint. The issue is resolved. 🙂
At the time of migrating the site from a different server, I have searched and replaced the table_prefix “wp_” with “kb_” in the database dump file (.sql). As a result of this change, the single post meta name is also replaced as “_kb_attached_file” and because of this all the images in the media library were broken.
Now, I have replaced _kb_attached_file with _wp_attached_file in the database and this resolved the issue.
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5The values in both the “Store uploads in this folder” (Media settings) and “upload_path” fields are same.
i.e., /home/sites/domain-folder/wp-content/uploads
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5I have migrated the website to a new server. The previous custom uploads path was “/var/www/domain-folder/wp-content/uploads”. Now, I have changed to “/home/sites/domain-folder/wp-content/uploads” in the current server.
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5Yes. All the uploaded images are there in the uploads folder. And the urls of these images are also working fine.
Forum: Fixing WordPress
In reply to: Featured images are not displayed after upgrading to WordPress 3.5Thanks for the quick response, Esmi.
I have now tried both the options that you have mentioned, but still didn’t fix the issue. 🙁
Here is the link to the screenshot of the thumbnails in the media library.
Forum: Plugins
In reply to: [bbPress Search Widget] No Search resultsHi Dave,
Thanks for your reply and update about the search functionality. Eagerly awaiting for the next version of the bbpress.
– Dayakar
Forum: Fixing WordPress
In reply to: Buddypress groups optimizationThank you @ashton1993 for the solution.
It works fine with BuddyPress v1.5.5.
I too have the same problem. The custom permalinks plugin is not working with WordPress 3.1. I am getting the following message in safari when a custom permalink of a category archive is accessed.
Too many redirects occurred trying to open “http://example.com/category/sub-category-2/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.
@wookiecalling and @hamster69,
Tried your solutions, but it didn’t resolve the issue. 🙁
You could try activating the following two plugins
Forum: Fixing WordPress
In reply to: "Continue reading" feature not workingThank you esmi for the pointer, the code (Read More in Pages) in the codex entry resolved the issue. 🙂
Forum: Fixing WordPress
In reply to: "Continue reading" feature not workingThank you esmi. I Shall look at the codex entry.
I have pasted the code for the “Page of Posts” template at pastebin Here is the link to the code:
http://pastebin.com/EwD24fbFForum: Plugins
In reply to: Custom button in TinyMCE editorThank you LesBessant for the response. I shall look at the site you have mentioned and try to work it out.
Forum: Fixing WordPress
In reply to: Special characters screwed up — HELPHello kristapley,
I am also having the same issue with the special characters. Just checked your example url and found that the special characters are displaying fine. Hope you might have found a solution. Could you please let us know how this issue can be resolved.
Many thanks in advance.
With regards,
Dayakar
Forum: Plugins
In reply to: [Plugin: Custom Permalink] Page navigation – Error 404This problem was resolved after deactivating “WP No Category Base” plugin.