Profiles

Bio

I have been developing WordPress websites for clients for over 8 years.
I have worked with many plugins as a support person to provide support. I have been hired by many plugin developers to help achieve features that were being requested that i had the knowledge to handle. I have worked with other website developers to develop themes, plugins, creating custom functions, etc.
If you have some intermediate to expert level work that needs to be done i more than happy to help. I can provide some sample source codes and point in the right direction for very little or charge an hourly or fixed rate for more advanced work that i would be conducting.

WordPress Origin Story

My first website was for myself it was a personal blog site that i wanted to create small simple stories of my experiences throughout life. I was so impressed with how simple WordPress was i decided to start utilizing this for my clients rather than using other CMS systems. Once i started developing for WordPress i never turned back.

  • Member Since: May 10th, 2015
  • Find me on:
  • Created a topic, Custom Account Tab Issues, on the site WordPress.org Forums:
    so i have been using UM for a long time now and have h…

  • Posted a reply to Larger PDF Button, on the site WordPress.org Forums:
    nevermind i found it. its in the main wp-advandced-pdf file under ptp_pdf_icon

  • Created a topic, Larger PDF Button, on the site WordPress.org Forums:
    i am trying to use my custom button but it keeps setti…

  • Created a topic, Adding as Media, on the site WordPress.org Forums:
    Quick Question is there a way to allow this app to als…

  • Posted a reply to to hide title of the category archive from the page, on the site WordPress.org Forums:
    but to answer your question in css code if you find "breadcrumbs" thats the css…

  • Posted a reply to to hide title of the category archive from the page, on the site WordPress.org Forums:
    this is for a premium theme that was purchased. i would reach out to theme…

  • Posted a reply to How to move user from one role to another, on the site WordPress.org Forums:
    oh that So first you would place a button for them to click on I…

  • Posted a reply to to hide title of the category archive from the page, on the site WordPress.org Forums:
    try the archive.php file see if its in there

  • Posted a reply to How to move user from one role to another, on the site WordPress.org Forums:
    Now thats an automated method. The other option is at the point where you change…

  • Posted a reply to How to move user from one role to another, on the site WordPress.org Forums:
    This is actually quite simple. So two things 1. Make sure you have another user…

  • Posted a reply to style sheet could not be loaded after installing ssl, on the site WordPress.org Forums:
    No problem.

  • Posted a reply to Redirect to referring page from login page after successful login, on the site WordPress.org Forums:
    You can do something like this below. This will redirect the page to the referrer…

  • Posted a reply to Original visual HTML editing instead of Blocks, on the site WordPress.org Forums:
    Can you post an example or a url to the post? I cannot find anything…

  • Posted a reply to New admins cannot log in, on the site WordPress.org Forums:
    you can start by disabling plugins to verify its not a plugin issue. You can…

  • Posted a reply to help with related entries, on the site WordPress.org Forums:
    Like the above user said this is not default in wordpress core, it is theme…

  • Posted a reply to style sheet could not be loaded after installing ssl, on the site WordPress.org Forums:
    its not the sites end. its the fact the css file is not on a…

  • Posted a reply to Cannot login as an admin, on the site WordPress.org Forums:
    I would disable rev slider. If you disable that plugin all should work just fine…

  • Posted a reply to WP Site was hacked, admin users deleted, on the site WordPress.org Forums:
    login into your mysql editor and change the password? Thats normally how i get back…

  • Posted a reply to to hide title of the category archive from the page, on the site WordPress.org Forums:
    The code below is the HTML For your page, You need to find this in…

  • Posted a reply to Remove login requirement from pages, on the site WordPress.org Forums:
    So what event plugin are you using? you may not have permissions set correctly for…

  • Posted a reply to Including new content in index.php, on the site WordPress.org Forums:
    so where are trying to put this line?

  • Posted a reply to How to check supports align in block?, on the site WordPress.org Forums:
    so go over the code below this should work for what you are trying to…

  • Posted a reply to Quote plugin, on the site WordPress.org Forums:
    You would have to more specific as to what you are looking for. a simple…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    so for any person to make the main search work no matter what you can…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    It will end up being a change made in Tablepress that will make it work…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    Leave this open for a few i will update this with actual code used to…

  • Posted a reply to Error in displaying shortcode content, on the site WordPress.org Forums:
    at the end of your code you have add_action( 'the_content', 'Feed_Details' ); Just remove this…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    So as i said I am a developer I created my own theme from scratch.…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    Im not sure why the table description option dont show on the results page so…

  • Posted a reply to Adding a Search option, on the site WordPress.org Forums:
    yeah, I did get it to display content but only content i place on the…

  • Created a topic, Adding a Search option, on the site WordPress.org Forums:
    My list is device name / location. So if i am on my we…

  • Posted a reply to MEssage to Devs (Serious issue found by another DEV), on the site WordPress.org Forums:
    I would uninstall wpdiscuz plugin it’s where the conflict is I’m not sure I they…

  • Posted a reply to MEssage to Devs (Serious issue found by another DEV), on the site WordPress.org Forums:
    I am not sure what happened as I didn’t make any changes other than deleting…

  • Created a topic, MEssage to Devs (Serious issue found by another DEV), on the site WordPress.org Forums:
    team, I just thought i would share this if you delet…

  • Posted a reply to Can’t create new user role, on the site WordPress.org Forums:
    what are you trying to name the user role?

  • Posted a reply to Exclude other accounts visibility, on the site WordPress.org Forums:
    you can setup user roles and hide profiles, or they grant them the ability to…

  • Posted a reply to Hidden field, on the site WordPress.org Forums:
    if your doing something like http://myurl.com/?url_key=1234 then you would do something like add_action('um_after_register_fields', 'add_a_hidden_field_to_register'); function…

  • Posted a reply to Help with displaying User photo on any page for any user, on the site WordPress.org Forums:
    Another option instead of the above, as the way above the picture used is blurry…

  • Posted a reply to Help with displaying User photo on any page for any user, on the site WordPress.org Forums:
    nevermind i figured it out see below example I get the $User_id variable from a…

  • Created a topic, Help with displaying User photo on any page for any user, on the site WordPress.org Forums:
    So what i am trying to do is show a users profile pic …

  • Posted a reply to Update a user role, on the site WordPress.org Forums:
    you could always create a new form in code and submit form then grab the…

  • Posted a reply to Calling A Third Party API, on the site WordPress.org Forums:
    if you do something like below you can do this right after registration. For example…

  • Posted a reply to Custom Registration form field, on the site WordPress.org Forums:
    Anyone?

  • Posted a reply to Custom Registration form field, on the site WordPress.org Forums:
    So I can do this with a hidden field type but how to I hook…

  • Posted a reply to Problems with extending account page with custom tab, on the site WordPress.org Forums:
    not sure how this wasnt answered, you are looking at this the wrong way. To…

  • Created a topic, Custom Registration form field, on the site WordPress.org Forums:
    i have a quick question, when creating a new registrat…

  • Posted a reply to Extended Member Account page shows after update to 2.x a button, on the site WordPress.org Forums:
    your problem was the div class is not closed /* make our new tab hookable…

  • Posted a reply to Disable Accounts, on the site WordPress.org Forums:
    So i resolved this myself. I created 2 different user roles, 1 locked account and…

  • Posted a reply to Edit profile button, on the site WordPress.org Forums:
    my edit profile link is broken too not sure what happened. for now i just…