revstancline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tab Order in Form Maker formsI am using Form Maker Pro but not sure what you mean by the files do not line up on the site. I’m a newbe and trying to learn this PC stuff. Retired Main Frame programmer, IBM 360 series mainframe.
I appreciate the help.
I am running version 2.11.6 of Form Maker Pro. When I go to Form Maker in my Dashboard I do not have a selection for Form Options. The only “option” I have is called Global Options.
Can you tell me why I can’t see the Form Options?
Thank you for the info but when I go to my form maker in the dash board; no Form Options choice.
I only have Global Options which does not show me the option of MySQL Mapping page.
I am running Form Maker Pro version 2.11.6.
Any idea why I can’t see the Form Options to get to MySQL Mapping?
Well I found the #_formmaker_submits but no entries for recent form activity.
Also the only options I found in the form maker plugin on my site is a global options. This was not present form options>MySQL Mapping.
What I see in the database is several entries while I was developing the form.
This is what I see:+ Options
Partial texts
id form_id element_label element_value group_id date ip user_id_wdEdit Copy Delete 41 10 1 Clergy 1 2017-06-08 16:53:20
172.7.153.166
1Edit Edit
Copy Copy
Delete Delete
42
10
4
cline
1
2017-06-08 16:53:20
172.7.153.166
1As I said we have received several applications that are not showing here.
The data from the form itself is not showing anywhere that I can see it.What did I do wrong?
Forum: Themes and Templates
In reply to: [The WP] Members Log InTry Simple Membership. It is a plugin available through WP and it should solve your problem. Allows not only membership login but you can assign various levels of membership.
Forum: Fixing WordPress
In reply to: Modifying the function.php file in a child themeSorry that is the functions.php file. I left the s off i the post
Forum: Fixing WordPress
In reply to: Password not resettingI think that fixes this issue. Now I am working on why it thinks the parent theme is not installed. Thank you for your help. You have done a great job and so appreciated.
Blessings.
Rev. StanForum: Fixing WordPress
In reply to: Password not resettingWhere and how do I make sure I have selected the child for the site theme?
Thank you for all your help and understanding.
Forum: Fixing WordPress
In reply to: Password not resettingI also created the style.css file but it is empty as well.
Forum: Fixing WordPress
In reply to: Password not resettingFirst I want to thank you for being so kind and patient with me. Yes, I created the child theme as I am using the-wp so I created the-wp-child.
I created a functions.php file but it is empty. What do I do from here?
Forum: Fixing WordPress
In reply to: Password not resettingOkay but I have another question. I tried the plugin but no change after setting time to 60 seconds.
I am not familiar with all the coding for a site so I was not sure where this code would be inserted to facilitate the change I am trying to acheive.
function wpse_191369_post_password_expires() {
return time() + 10; // Expire in 10 seconds
}add_filter( ‘post_password_expires’, ‘wpse_191369_post_password_expires’ );
That’s all you need.Does the actual code to be inserted start at the { or is it the whole expression starting with function? Will this handle pages or is it just for post?
I’m a bit overwhelmed here so any help you can provide will be deeply appreciated.