lkrefski
Forum Replies Created
-
Forum: Plugins
In reply to: [Account Engagement] Unable to authenticate in the pluginI got it working. I just had to wait an hour and then it authenticated.
- This reply was modified 2 years, 10 months ago by lkrefski.
Forum: Plugins
In reply to: [Account Engagement] Unable to authenticate in the pluginI have switched to Salesforce SSO Authentication type. When I try to authenticate, I get this error “error=invalid_client_id&error_description=client%20identifier%20invalid”. Does that mean my Business Unit Id is not correct?
Thanks.
I already added that on 9/21. It didn’t seem to make a difference. I just tried backing up again now and the last log message says “0308.396 (0) The time we have been running (308.4) is approaching the resumption interval (333) – increasing resumption interval to 339”
Forum: Themes and Templates
In reply to: [Lodestar] Change default font for the siteThank you.
Forum: Developing with WordPress
In reply to: Get post id in a function when edit/add a postThank you Joy!
Forum: Developing with WordPress
In reply to: Get post id in a function when edit/add a postJoy,
After my function, I do have the action below to call my function.
add_action( 'save_post', 'set_post_sort_order' );
The user will be either creating or editing a post using the standard WordPress editor. The post id might not be known yet because the user could be creating the post. I know it is a single post because the user is in the editor creating or editing the specific post.
I am new to programming in WordPress and to PHP. From stack exchange articles and other stuff on the internet, I thought I needed to call “global $post” in the admin_notices in order to get the post_id. I then thought in my function, I call that other function to get the post_id. If this is all wrong, please tell me the correct steps of how to achieve what I am looking to do.
Thank you in advance for your help.
I figured it out. There was a css attribute .entry-content with a property called hyphens that was set to auto. I overwrote it and set it to manual.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Qubely Row Unable to modify containerThank you Ashfiqur. I see on your screenshots you have the column selected. The thing I am referring to is on the row. Please see the screenshots in this document to see the section that I am referring to that I don’t see in my WordPress site. There are 2 pages to the document. I am using version 1.6 of Qubely. My coworker is using version 1.5.1 and he is able to specify size on the container in that red circles section on the screenshot.
Thank you.
I found it! For anybody else that has this question, go to Ultimate Member -> User Roles. Then pick a role to edit and then on the next screen for Registration Status you can select “Require Admin Review”.
@cryptex_vinci That worked. Thank you.
@cryptex_vinci Thank you for responding to my question. My login form looks like this Login Form. I don’t see where I told it to make it a 2 column row. My choices under Ultimate Member > Forms is Default Registration, Default Login and Default Profile. The screenshot I am showing is for Default Login. What do I need to change to fix it?
Thank you.