WebTechGlobal
Forum Replies Created
-
Hi
Can you tell me what your trying to do please.
What taxonomies exactly?
The plugins latest beta allows multiple levels in the category hierarchy and multiple parents per post. It works for sure. Please ensure you refresh the Categories admin page, try creating then deleting a test category. Sometimes they are hidden until you do that.
A new free version will be released next month also.
Thanks
RyanForum: Plugins
In reply to: [CSV 2 POST] [Plugin: CSV 2 POST Free Edition] WorthlessI agree, your better using a plugin like Easy CSV Importer. The author is trying to provide a good free edition, change notes show constant updates and amazing features that no other plugin has. While also provide premium services.
Just search for it on YouTube, plenty videos. Took me ages to find a decent one.
Plugins like CSV 2 POST just waste our time don’t they but not to worry I will use Easy CSV Importer from now on. Even hired the author I was so impressed.
Hi
Easy CSV Importer will work in all themes as it supports custom fields.
I don’t want to say too much because it will sound like I’m selling. Yesterday I was hired to work on a classipress installation with my plugin and my client had to update to latest version.
All is ok.
Thanks
RyanForum: Fixing WordPress
In reply to: Multiple Tinymce's for plugin page – Problem…This could be caused if a filter is not returning the content.
Content can also go invisible, it is a stange issue. Actually it goes white, something to do with styling I think. That happens in custom uses of the wysiwyg editor on plugins.
Easy CSV Importer uses the editor on its own page. I’m the plugin author. However right now I’m trying to improve it and no one seems to have a clue how to really get the editor on another page without issues.
Hi
That is CSV 2 POST, also a new edition uploaded to meet requirements discussed. However I’ll be focussing on Easy CSV Importer 2
Forum: Fixing WordPress
In reply to: disable post revisions and auto saveThis worked for me and after one year of sudden hanging on my blogs I can now work without frustration.
Only today did I realise it was the wp-ajax.php file that was causing it. The autosave is hanging without break and it effects all further use of the blog afterwards.
This feature needs the option to disable it without having to install a plugin to do that.
I would suggest that a save is done when the Preview button is clicked, a custom field is added or other meta. That way the save can be done $_POST method rather than Ajax?!
Forum: Fixing WordPress
In reply to: Hide/move custom meta boxesjayc that is easy done using the class…
<div class=”postbox closed”>
and
<div class=”postbox”>
Obviously with a bit of php you could make it more dynamic, say if there is a form within your postbox and it has been submitted but you want the user to return to the form, you would also want the postbox to stay open.
Used such approaches in Easy CSV Importer, one page has a list of 8 post boxes each with forms.
Forum: Plugins
In reply to: [Plugin: CSV 2 POST Free Edition] Parse errorThe plugin has been rebuilt since this post. Please set it to resolved.
The new plugin is far better, well worth trying.
Forum: Plugins
In reply to: [Plugin: CSV 2 POST Free Edition] Parse errorThe plugin has been rebuilt since this post. Please set it to resolved.
The new plugin is far better, well worth trying.
Now I just need someone to get the plugin back in the Extend search!
Please WordPress please 🙂
head1ess that is very understanding of you and Marco thankyou for your comment.
I’ve just uploaded a working free edition. Some of the most advanced features removed in order to avoid so many free support questions. Users will simply be told that they will need to hire me for extensive support. There is a full range of video tutorials on YouTube and more will also be added so there is enough there for people to figure it out.
The ECI sales page has not been updated yet but it will state that the fee is for my time, they will get a better plugin and I will tweek it for their project needs, server and theme etc. It will probably be 2-3 hours maximum including CSV file Operating as I like to call it, something I do daily.
I don’t think I have restricted the free edition too much. It allows a custom design, any csv file to be used, categories, ability to test the file with various settings, a log system exists also.
Thanks
RyanHi
I am the developer of the plugin above.
I am sorry for this, I do understand on thinking about it further why this is a problem. My sales dropped to zero recently and I was about to scrap the project totally. I have over 200 users including the very old working free editions. However, those free plugins took far too much of my time, the users need constant support. So I made the quick decision to disable features in the plugin. I never really thought about it much, I work flat out and fast.
I will provide a full working CSV Importer plugin called Easy CSV Importer Free asap. My services are more about helping users, I spend morning until night on Skype, forums and email helping people fix csv files and import data. This is my way of living right now, the removal of Easy CSV Importer has resulting in few sales. If people buy the plugin, their money covers my support including customising it to suit their exact needs.
So, I’ll do my best to make this clearer, define the service as hire rather than purchase of plugin. I know I will need to get the working plugin ready before you allow it to be displayed again but I would appreciate a signal to suggest that this will be possible.
Sorry for this issue and thank you for your time.
RyanForum: Fixing WordPress
In reply to: problem related to wp_create_categoryWhy do you need to include that file, is it because your doing it outside of the admin I assume?
Just that I’m trying to figure out this hidden categories bug, wondered if I was maybe missing something about how WordPress operates.
Forum: Hacks
In reply to: Ajax Form Submit And Display New FormStrange, my staff must have asked this. No help needed it’s a simple question lol
Forum: Plugins
In reply to: How to check if another plugin is activeWorks for me…
if (is_plugin_active(‘wp-cart-for-digital-products/wp_cart_for_digital_products.php’))
doing an update on my Easy CSV Importer to allow importing to the eStore plugin. Only want user to have the options and forms if the plugin is installed.
If anyone has not clicked, this is a perfect way to keep the interface tidy and not show a lot of things a user won’t ever use.