Jamie Blomerus
Forum Replies Created
-
Forum: Reviews
In reply to: [Secure Custom Fields] Saves me a lot of time@davelo I fully agree.
Forum: Reviews
In reply to: [Secure Custom Fields] Saves me a lot of timeThat is misinformation.
ACF Pro is licensed under the General Public License. People can choose themselves if they want the original directly from the creator or the free pro version from Automattic.
Please note that WP Engine can change the license for new updates. Yet the current release is available under GPL which includes the following rights:- The right to download and run the software freely
- The right to make changes to the software as desired
- The right to redistribute copies of the software
- The right to modify and distribute copies of new versions of the software
Forum: Plugins
In reply to: [WP Scrive by Webbstart] How does it work?Unfortunately, This plugin isn’t enough for your use case requiring a sign-off before checkout. The plugin is meant for easier integrations such as applications and such.
I hope this made things clear.Forum: Fixing WordPress
In reply to: Change author of PageAuthor = Can write and edit posts
Editor = Can write and edit pagesForum: Fixing WordPress
In reply to: Change author of PageNo, it does not seem to be a bug. As the editor role is required to edit pages in WordPress.
If you want someone to be the author of a page I would recommend giving them an editor role, so they can actually write the page. Or make the change in the SQl database.
Forum: Fixing WordPress
In reply to: Logout link without going to login pagePlease update us on how it is going. And change the status to Resolved, if my answer worked.
Forum: Fixing WordPress
In reply to: Logout link without going to login pageI just made an quick example/POC:
function logout_on_get_argument() { if(isset($_GET['logout'])) { wp_logout(); } } add_action("init", "logout_on_get_argument");
Forum: Fixing WordPress
In reply to: Logout link without going to login pageIt is kinda impossible unless you make the linked page call the wp_logout() function. My suggestion would be to make a GET argument that logs the user out and then add it to the end of the link.
Forum: Fixing WordPress
In reply to: Showing PG Gravatars in pluginI’m only going to answer the latter question because I do not know the answer to the first one.
Is there any way for me to enable showing Gravatars regardless of their rating?
I think you would be able to edit the code to also show PG-rated Gravatars. I can not give you exact instructions as it is a commercial plugin and I do not own any copy.
Forum: Fixing WordPress
In reply to: social icons and menu’sI’d think it is an error in your theme setup or with your theme. From what I know, you seem to be using Divi Theme, therefore I would recommend contacting the author of your commercial theme.
Since that is a commercial theme or plugin, we ask that you please go to their official support channel, so you can get support from the people who know it best.
Forum volunteers are also not given access to commercial products, so they would not know why it is not working properly. Other community members who may have faced your issue might be able to help you but your best bet is your product’s developer. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.
Forum: Networking WordPress
In reply to: Issue in Multisite admin panelCan you give us more information, please. For example a link to the site?
Forum: Fixing WordPress
In reply to: End User getting an errorWhere did you download the plugin?
Forum: Fixing WordPress
In reply to: End User getting an errorI think the problem is within the wordpress-starter plugin. I would recommend contactíng the developer and getting support directly from them.