VisualData
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing XML Format Disqus comments to WordPress?Hi Malin,
Have you found a solution to import comments yet? You may try a free plugin called WP All Import and see whether the XML file from Disqus can be properly parsed. If it can, a small add-on plugin I have written for WP All Import may be able to help you. The premium version of my plugin can import comments, users, in addition to pages and posts.
I have recently imported about 300,000 comments without any issue using these three plugins.
Please let me know if you need further help.
best regards.
Oliver
Forum: Plugins
In reply to: [CIO Custom Fields for Woo] Unable to find any Tool side menu on the wp adminThanks Scott for the timely and accurate explanation.
Sorry Candy2012 for the confusion. This plugin uses PODS custom field configuration to enable custom fields of woo customer (WordPress User). You may use PODS to add or remove custom fields. Once the custom fields are set up, PODS can be safely deactivated. This free plugin runs without the overhead of PODS, and only needs PODS for configuring custom fields.
The premium version hooks into PODS to deliver extra features and needs PODS to run.
By the way, you need to enable woocommerce customer registration at my account page to show the custom fields there, and enable shipping to show custom fields in shipping.
Please let me know if you need further help.
Forum: Plugins
In reply to: [CIO Custom Fields for Woo] Unable to find any Tool side menu on the wp adminHi,
The custom fields are customized with pods admin menu. Please install pods and look for ‘user’ content type.
Forum: Plugins
In reply to: [CIO Multimedia Comments] Use with P2 ThemHi ayushpratap,
I don’t have much experience with Buddypress so you will need to dive into buddypress code to look for content types to extend and filters to hook to.
Forum: Plugins
In reply to: [CIO Multimedia Comments] Use with P2 ThemHi,
Sorry about the late reply. I didn’t receive any notice about your question.
This plugin hooks to WordPress “comment_text” filter to display uploaded images in comments area. Not sure why it didn’t work with your theme. Have you checked with the theme author and resolved the issue?
Forum: Fixing WordPress
In reply to: Image Upload to Comments via MOBILEThe multimedia comments plugin is an add-on to a mature plugin for developers (pods), which uses Ajax to handle file upload. Here is a tutorial how to [Link redacted]. [Link redacted] here. the premium version automatically fixes iPhone/iPad photo rotation during upload.
cheers.
Forum: Plugins
In reply to: [Comment Image] Attaching images from iPhoneHi Stefano,
thank you for writing the plugin and sharing it. I wrote a few plugins and know the pains and joys.Hi @charlton_68,
have you found a solution yet? The hosting server should have a php function such as exif_read_data so that a plugin can retrieve the orientation of a photo taken from iPhone, and use a library such as GD to rotate it if necessary. these modules need to be included on the server. some hosting server may not enable exif module when compiling PHP. If this feature is important to you, you may need to look for a hosting server that enables exif and GD.Forum: Plugins
In reply to: [Comment Attachment] Custom Post Types?Hi there,
You may try extending WordPress comment with a plugin called Pods. Here is a tutorial about adding custom fields and photos to wordpress comments. It supports ajax upload, and many cool features. I have written a multimedia comment plugin to be available for free download soon, which will automatically display photos in the admin panel and approved comments. Here is live demo of the multimedia comments premium version which automatically fixes orientation of photos uploading from iPhone /ipad, sets up an invisible honey pot for spammers, display fields on specified page/post, and many customization and access control options.
If your custom post type uses WP comment system, the new comment fields you create with pods will work too. If the custom post type uses its own comment system, some custom development may be required to make it work. please let me know what features you are looking for and I will see which version will provide these features.
the multimedia comments plugin is developed on wp 4.3 multi-site environment, and should work on older version too.
Forum: Fixing WordPress
In reply to: Image Upload to Comments via MOBILEHi,
Have you found a solution for uploading images to comments from mobile phones? I have just finished testing a plugin and have submitted to wordpress repository for free download soon. Here is the download link on github. multimedia comments – uploading images to comments from mobile phones .
In my tests images can be successfully uploaded from iPhone and Android phones. Newer smart phones should also work as long as the phone browser supports JavaScript.
Please let me know if it works for you.
best regards.
Oliver
Forum: Fixing WordPress
In reply to: How to publish custom field value to the post?hi,
you need to modify your post template, or use a plugin to manage the display. see this link about custom fields
Forum: Fixing WordPress
In reply to: Filter posts using Custom FieldsHI,
to filter a list, you will need to set up the custom fields as relationship fields. there are a few plugins that provide filter functions. pods is one of them. here is the link pods
Forum: Fixing WordPress
In reply to: Create results from data base after asking questionsHi there,
to get a list out of the database, you will need to run a custom query using the information you collect in the form as parameters.
May I ask what is the rational of choosing the plugin tabulate for the database? some plugins (such as pods) have more users and can handle custom queries. chances are high that some developers have already written code for something.
you may set up relationship fields in the database so that one data entry may relate to one or more question choices. then when you obtain the answers to the questions, you may search and return a list of related entries.
please let me know if you need further help. a project like this will probably need some custom development.
Forum: Fixing WordPress
In reply to: Adding image with properties via CSVHi,
You may try wp all import and dynamically construct the attributes of images during the import, using fields from your source csv .
Forum: Fixing WordPress
In reply to: Selective WP design accessHi Scott,
Yes it is possible. How is your current main site set up? is it a single site or multisite network? if it is single site and you don’t want to go multisite, you may install another version of wordpress in a folder, so the url to the youth group may look like this.
http://www.myfirstbaptist.net/youthgroup
If it is multisite, just create a subsite and name it youthgroup, and the url will also be
http://www.myfirstbaptist.net/youthgroup
I hope it helps.
best regards.
Forum: Fixing WordPress
In reply to: Registered user login actionhi,
You may try this plugin. the reviews are mostly positive.
https://wordpress.org/plugins/peters-login-redirect/there are a few plugins that will keep users at front end after logging in. you may also look at this plugin and see whether it provides the functions you need.
I hope it helps.
best regards.
Oliver