KevEd
Forum Replies Created
-
Forum: Plugins
In reply to: [Allow Multiple Accounts] Gravity Forms User Registration ValidationHi, I asked Gravity Forms support about this, they have a workaround.
Maybe the plugin developer can include this code in the next version?`add_action(“gform_user_registration_validation”, “validate_multisite_submission”, 10, 3);
function validate_multisite_submission($form, $config, $pagenum){// make sure we only run this code on the specified form ID
if($form[‘id’] != 1)
return $form;// get the ID of the email field from the User Registration config
$email_id = $config[‘meta’][’email’];// loop through the current form fields
foreach($form[‘fields’] as &$field) {// confirm that we are on the current field ID and that it has failed validation because the email already exists
if($field->id == $email_id && $field->validation_message == ‘This email address is already registered’)
$field->failed_validation = false;}
return $form;
}Hi,
I have same problem, the graph doesn’t display even though the Visualizer div is on the page. I can send you a screenshot of the FireBug dialogue box which shows the named div, but blank page.http://frankturnerracing.com/frankturnerracing/graph/
How do I do PMs on this support forum?
Thanks
Forum: Plugins
In reply to: [Custom Post Exporter] Not showing in exporterI installed on wp1.4.1 and there are no additional export fields displayed in the WP-export tool – should I be looking for the export plug-in tool elsewhere in the WP-dashboard?
Hi, We decided to use an infographic illustration on the page rather than the plugin.
Thanks for your help.
Hi, minus figures do work in column graph. Just entered them on the spreadsheet.
BUT the graph doesn’t display on the WP page. The short code [visualizer id=”12771″] is in a text box (jsComposer) and I tried it as basic page/post.
I’m using WP v 4.2.2
Hi, thanks for the speedy reply. I cleared out all the inactive plugins, the data must be remaining for the PDFs to still have some category info.
Can you suggest a media categorisation plugin which is suitable please?Forum: Plugins
In reply to: [Simple Membership] WP User Bar disappears when the plugin is activeThanks that’s fixed it, the box in settings was ticked.
Forum: Plugins
In reply to: [Contact Form 7] Free text are (message box) sizeUPDATE
the field size can be specified when you create a
new text field in the Tag Generator side of the form. I was having a problem because I was trying to edit the existing message field.Hi SWPM team,
I have same question as THoughton – the user is taken away from the page where they’ve registered to “log-In’ – this is really a superfluous step for our site users.The reg form is on a page where they’re registering to download content http://www.transdev-online.co.uk/knowledgebase/
They expect to be able to click on a PDF immediately, but they get the ‘no access’ icon, then they have to work out what they’ve done wrong. 1% notice the log-in link and go to the log-in page and come back to the PDF page. Unfortunately 99% of users give up and exit the site.
Can the registration form be modified to also log them in immediately?
At least can I copy the Login page PHP to a div below the reg form, to keep everything on same page? Ideally the reg form would disappear at that stage.
Thanks
Forum: Plugins
In reply to: WooCommerce Thank You pageI have same problem – Does WooCommerce have a ‘please create this feature’ forum page?
Forum: Plugins
In reply to: [Timeline Express] Option for Icon in dropdown list will not changeHi Evan,
sorry I’m not sure which site you want me to repost the question on, there’s several when I google ‘Timeline Express’.Forum: Plugins
In reply to: [Timeline Express] Option for Icon in dropdown list will not changeHi
I just paid the $30 for the support, can you help me with fixing the icon bug please?Forum: Plugins
In reply to: [Breadcrumb NavXT] A bit more detail on the 'remove from homepage'Hi, thanks for the explanation. It was in the header.php
All good now.
Forum: Plugins
In reply to: [Document Gallery] The taxon value entered, "0", is not valid.UPDATE! I added apostrophes around the two word categories, it works fine now.
[dg category=”Rubber Belts”]
Forum: Plugins
In reply to: [Document Gallery] The taxon value entered, "0", is not valid.Hi, I have same problem. All documents were uploaded to the same gallery page, they are allocated into categories. I have tried the category number and the category names – for some reason only [dg category=Chain] has worked.
The other category names have a space in them (I tried using the ‘slug’ versions).If I just use [dg], all the documents show on the page, but I’d like to fix the category display.
The previous errors remain displayed on the page
——
is not a valid term name in category.
The taxon value entered, “0”, is not valid.
The taxon value entered, “1”, is not valid.
———I downloaded the plugin 5 days ago fro WP repository (I presume it’s the newest version). My site is using WP vers 4.1.1
http://www.transdev-online.co.uk/knowledgebase/
Theme is Health Medical by Madza, it uses JSComposer plugin.