Fahad Murtaza
Forum Replies Created
-
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] This has never failed me!The only thing that occasionally gets me is the changing icons but I see it as a nice thing now ??
Forum: Plugins
In reply to: [Theme My Login] Register page redirect to custom URLAlso, I changed the hidden variable in my registration template file. It also does nothing.
Forum: Plugins
In reply to: [Theme My Login] Issues when debug enabledNew version resolves all issues.
OK. That provides an area of improvement.
Will look into it. Thanks for suggestions ??
Forum: Hacks
In reply to: use wp corn ?I didn’t know that wordpress was a ‘corn’ vending machine ??
I see I have some major changes and some of them are not for general public. I am merging the best general use code and then I will commit. So excited. I will ask you to review once done.
Found it. Working on it and testing before I commit.
Amazing. I will search for this plugin in my archives.
Forum: Everything else WordPress
In reply to: WordPress plugin screenshots?How did you get it to work?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingSimple solution
Use CDN Linker lite
https://www.ads-software.com/extend/plugins/ossdl-cdn-off-linker/He has a download link for Github repo of the more advanced version of tehe plugin. This has worked perfectly for me irrespective of any CDN service I use.
Try this
Plugin Name: CDN Linker lite
Plugin URI: https://github.com/wmark/CDN-LinkerForum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Post ThumbnailSo you suggest attaching images to posts based on urls and not the actual media library. Can you elaborate your needs based on your comment above. I think this can be done easily.
all you need is the right name for custom fields in the CSV and this should work fine.
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Post ThumbnailI personally made it work in a way where you upload your images/files to media and then created a column which has the custom field name. So the custom field value in my column is the name of image/ file already uploaded in media manager of wordpress.
This is how it works. When you upload the CSV, it will get the column name for the custom field and if it matches certain name, the values will be used for attaching the file to the post.
This works fine and I have been using it for months. I have also kept tabs on recent changes to the plugin and have been merging my own code to the plugin so its always compatible with the recent changes to plugin.
I can release my code once a general requirements are laid out for attachments to the posts (attachments/featured images etc) that can work for most situations if not all.
The reason why I am not posting my code right now is my code is very specific to what I need and I will like to post a generic solution which works for all.