WebTechGlobal
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy CSV Importer] csv database formatHi
Thank you for your interest in Easy CSV Importer. However there is a plugin more suited to your needs and it’s great. It has a .csv importer but it’s main purpose is the display of data in tables and not basic tables either. Enjoy.
https://ww.wp.xz.cn/plugins/tablepress/
This plugin will eventually offer the ability to create tables. I’m still working on my auto-blogger CSV 2 POST. Then I’ll come back to this plugin and improve it focus on importing data for various purposes rather than just posts i.e. tables, directories and to third party plugins own database tables.
Forum: Reviews
In reply to: [Social Login] Zero response to support requestsI recommend changing your avatar to look like a real person. There are a lot of alias accounts setup to downrate plugins.
Also I would treat the existence of free software as support for whatever you want to do with WordPress. Support in the way of a service which is 100% free must be a limited, we all have jobs and life’s.
If your saying you paid this author money and the service is poor. I’d like to know.
Forum: Reviews
In reply to: [Social Login] Major waste of timeWell 3 months on and star one star. This is exactly why I beg for the stars to be scrapped. It could be thumbs up/down it would be make no difference.
My opinion is that a plugin should be rated how many people say it works or not. If they say it does not work they are made to review as they are now but must include a screenshot or video URL showing the problem.
Forum: Plugins
In reply to: [CSV 2 POST] this is sooo badHi
Sorry to read that your having trouble. The new version was always going to cause some trouble with some users but it can all be solved and we are here to help. Any issue you have probably comes down to the .csv file and from there nothing would work. The chances are your files have special characters. A key change in the new version was stricter requirements for headers and I decided to go with it as preparing a file in most projects is normally not an issue.
Please change your headers so they are more MySQL friendly i.e. no spaces or special characters. If that happens to be problematic for your project please revert to the previous version you were using.
Please email [email protected] and he will sort you out with the version you are used to using if you haven’t backed up your blog.
Did you do this on a live blog? I highly recommend having a test blog with the same plugins as a live and going through everything on that first.
Forum: Reviews
In reply to: [CSV 2 POST] best csv export pluginThank you for your kind words and rating.
Forum: Plugins
In reply to: [CSV 2 POST] SEO Keywords Meta etcHi Ron
Yes everything your asking for is usually stored in meta as custom fields. The custom fields screen in CSV 2 POST allows unlimited number of custom fields to be created. You will need to get a list of all the meta keys/names your SEO plugin uses for entering into CSV 2 POST.
Do you have data specifically for media? It’s not something I come across much. Not many people have columns of images plus further columns of data to populate media meta.
I think the answer for the free edition to meta for media/attachments is no. Featured image can be imported only and even those do not have any meta added. I should consider improving that I think.
Premium edition allows mass import of local images to the WordPress media gallery and that procedure could easily be taking further to add meta. It has never been requested so I’m noting this to be done now. I’m not sure how much of this will trickle into the free edition though but something will as it is my intention to keep the free software moving forward.
Thank you for the idea of taking media a little further. SEO being important I’ll add this task near the top of the projects TODO list.
Ryan
Forum: Reviews
In reply to: [CSV 2 POST] Problem Import data csvHi
The new version has many core changes that require existing campaigns to be migrated properly. This does not happen automatically due to the nature of the plugin and a certain change that makes it more complicated in certain blogs.
If you have updated version 7 with version 8 on a live blog before testing then any posts already created using CSV 2 POST will no longer be managed by the plugin. That can be changed but the tool to do it is not ready. Most users do not update an autoblogging plugin once the campaign is running, to avoid upsetting an ongoing project. So we’re getting away with this so far.
If your situation is that your .csv file used to work with version 7 or before but no longer works with version 8 it will be due to headers. Version 8 focuses on running more efficiently in terms of PHP and requires the .csv file to have MySQL ready headers. It makes the code easier because we do not need to manage different versions of headers i.e. complex headers need to be simplified for use in the database which does not accept complex headers. That simply means no characters or spaces in your headers. Simplifying them makes them suitable to use in MySQL table names and makes the relationship between .csv file and database table easier.
If your still not sure and stuck please email [email protected] who is the author of the plugin. He has endless time for his plugin users.
Forum: Plugins
In reply to: [WordPress Importer] I want to add check list of ingredientsSo you have ingredients data that needs imported?
I’m not sure if this importer allows that sort of importer. I may be wrong but the last time I used it this plugins main focus is re-importing of exported posts. You need an importer that adds to existing posts, specific custom fields meta or taxonomy meta.
I provide CSV 2 POST which has the ability to do this by adopting existing posts and updating them with new criteria whatever it may be.
Forum: Plugins
In reply to: [Easy CSV Importer] Import from CVS: didn't import, no error log fileHi
I think the sample is out of date and may cause problems. There might be URL in the data that no longer exist.
I have two importers. The other CSV 2 POST and it is more advanced. Both are being updated to 8.0.0 and the updates bring lots of changes. CSV 2 POST was first and almost done. I’m hoping ECI is updated before end of April.
I’m taking a new approach with the sample files by hosting it on Google Documents with public access. There are links from the public to visit them plus links to download. The idea is to ensure while testing we’re all working with the same data. So that issue is being addressed already. I think we should be able to use the spreadsheets and .csv examples in CSV 2 POST with ECI without it being an issue.
“Are you sure you want to do this?” could be a lot of things WordPress, mostly nonce security though. I would normally offer to get stuck in but in 2-3 weeks I’m updating it anyway. That will take a couple of weeks.
If however you could indicate the specific forms/screens you used it may be enough information to help me deliver a fix soon.
Thanks
RyanForum: Plugins
In reply to: [CSV 2 POST] Version 8.0.0 Coming April 2014I’m on keen on that. I have done it with a plugin before. Thank you for the suggestion though.
I should have mentioned in my post that I’m happy to create a migration procedure if anyone needs it bad enough. That would involve the new version adopting existing posts. I also have all previous versions to send by email should anyone need them.
Forum: Plugins
In reply to: [WordPress Importer] Does not work with 3.8People like me don’t provide premium plugins with support for nothing. Working with data isn’t simple unless the tool for the job is created for your specific data set.
These plugins designed to accept any file and source can be complex.
Also it doesn’t help when so many people refuse to upgrade to PHP 5.3 even when they are told PHP 5.6 is being worked on. I have a post in the CSV 2 POST forum on this site asking people to update their PHP and a warning in my plugin. It is possible version 8.0.0 will work with 5.2 but no promises. That is out soon.
Forum: Plugins
In reply to: [Nextend Twitter Connect] Fatal Error: Call to undefined function dbDelta()You can add the line anywhere before the dbDelta() function. I’d be surprised if the error is WordPress core itself, probably a plugin. However if there is a missing file or customizing to the core it is possible.
The dbDelta() function creates database tables. If a plugin is attempting to create a table you need to either place that line somewhere in the plugins files or disable the plugin until it is fixed.
If you cannot access your blog at all. Use FTP to access the wp-content/plugins directory and delete all plugins. Remembering to back em all up first.
Forum: Plugins
In reply to: [Nextend Twitter Connect] Fatal Error: Call to undefined function dbDelta()Try adding this…
require( ABSPATH . ‘wp-admin/includes/upgrade.php’ );
Forum: Plugins
In reply to: [CSV 2 POST] Issues with my fileHello
Thank you for your purchase. You should have got an email from me straight after purchase as I always send the latest build in attachment.
What did you use to contact me exactly?
It is best you use http://forum.webtechglobal.co.uk however if your .csv file is not already public data you can contact me directly [email protected] and I’ll check your file plus discuss any other aspects of your project.
You should know that I’m currently working on 8.0.0. Still another two weeks work then it will be ready for use. You can however request a copy at anytime if your keen.
Thanks
RyanForum: Plugins
In reply to: [YouTube Sidebar] Centering VideosI thought I would point out some technical stuff. If you or anyone wants to add a little html to the video. Say a <div> with CSS styling to center it.
Go to include/yts_public_functions.php
Currently line 143 you will find a function named yts_video_object(). That is where more html should be added. Currently it looks like this…
echo '<object width="'.$width.'" height="'.$height.'"> <param name="movie" value="http://www.youtube.com/v/'.$videoid.$color.$border.'"></param> <param name="allowFullScreen" value="'.$fullscreen.'"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/'.$videoid.$color.$border.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="'.$fullscreen.'" width="'.$width.'" height="'.$height.'"></embed> </object>';and we want it to look something like…
echo '<div style="text-align:center"><object width="'.$width.'" height="'.$height.'"> <param name="movie" value="http://www.youtube.com/v/'.$videoid.$color.$border.'"></param> <param name="allowFullScreen" value="'.$fullscreen.'"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/'.$videoid.$color.$border.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="'.$fullscreen.'" width="'.$width.'" height="'.$height.'"></embed> </object></div>';What is new is the <div> at the beginning and one at the end, within the single quotes. This is the quickest fix, not the best really. The best approach is a CSS rule that is stored in a .css file. Even better, make use of WordPress styles or theme styles for perfection.
Anyway I’ve added this quick solution while I’m at it. The plugin will eventually get a big update anyway and I’ll improve the CSS options but this change will not suit everyone. This plugin is on a list for re-development using my new plugin core which has responsive interface and uses classes instead of functions.