Profiles

  • Member Since: December 16th, 2015
  • Location: Southern United States
  • Website: twelvestepping.com
  • Find me on:
  • Posted a reply to Text on page being used as a title on page, on the site WordPress.org Forums:
    Sometimes, the title setting is in the bottom fields/text boxes at the very bottom of…

  • Posted a reply to Sitemap can be read, but has errors – Sitemap is HTML, on the site WordPress.org Forums:
    If the plugin didn't overwrite it somehow, WordPress generates a sitemap by default at: /wp-sitemap.xml…

  • Posted a reply to Outgoing links going to source domain name rather than full domain link, on the site WordPress.org Forums:
    How are you inserting the links? Are you using the default Gutenberg editor?

  • Posted a reply to Find Similar Display (Gutenberg Block), on the site WordPress.org Forums:
    I've been really impressed with Ultimate Blocks plugin on Gutenberg: https://wordpress.org/plugins/ultimate-blocks/ Not sure if it…

  • Posted a reply to Fixing missing category selector section in wp editor, on the site WordPress.org Forums:
    Did you disable it from view by accident? If you open a post, 1) Click…

  • Posted a reply to Error 520 Web server is returning an unknown error, on the site WordPress.org Forums:
    500 errors point to an issue with the webserver that your site is hosted on.…

  • Posted a reply to Recommend a starter WP plugin with a settings page?, on the site WordPress.org Forums:
    Hi, the actual dev docs have a good, basic code sample for a settings page:…

  • Posted a reply to Request: More secure, better performance, on the site WordPress.org Forums:
    I think 2FA should almost be considered for core at this stage. However, I know…

  • Posted a reply to Cannot Modify Header information, on the site WordPress.org Forums:
    Hi ShaneM, did you edit any PHP files recently before this error occurred? For example,…

  • Posted a reply to Rectangular images get squared on the blog page, on the site WordPress.org Forums:
    Then that sounds like a built-in theme settings panel you showed in your video, rather…

  • Posted a reply to Rectangular images get squared on the blog page, on the site WordPress.org Forums:
    Ok, cool site! I wish I could learn another language, but I struggle with that.…

  • Posted a reply to Jquery and $$, on the site WordPress.org Forums:
    I usually have to wrap my jQuery code in a special function that binds $…

  • Posted a reply to Rectangular images get squared on the blog page, on the site WordPress.org Forums:
    What happens when the media setting is disabled to scale to 1280x1280 for large-size images,…

  • Posted a reply to After moving site – login returns to home page, on the site WordPress.org Forums:
    Looks like you followed the technical steps for the move. I do see this a…

  • Posted a reply to Content mismatch, Home vs. Tabs (top row), on the site WordPress.org Forums:
    These pages are using a different post type template. The post types are called "clients"…

  • Posted a reply to ONLY super admin of multisite gets 504 gateway timeout, on the site WordPress.org Forums:
    Is your AWS running a load balancer or the like? This doc applies checking certain…

  • Posted a reply to Unable to get to Login page, on the site WordPress.org Forums:
    That looks like the hosting server isn't processing php at all. In other words, php…

  • Posted a reply to Multisite subsite permalink shows / home page inaccessible, on the site WordPress.org Forums:
    Howdy, Based on what you said about plugins, I would recommend comparing the plugins on…

  • Posted a reply to Multi Site Maintenance Mode, on the site WordPress.org Forums:
    Howdy, Have you tried deactivating the Coming Soon & maintenance mode plugin? You don't need…

  • Posted a reply to WordPress Registration ERROR, on the site WordPress.org Forums:
    Howdy, Do you have a plugin that modifies the wp-login page? Or are you loading…

  • Posted a reply to multisite site being marked as spam, on the site WordPress.org Forums:
    Is it getting marked as spam by Google, or is it marked as spam within…

  • Posted a reply to Blank dashboard, on the site WordPress.org Forums:
    As long as you got it resolved, that's good. I'd let the theme developer know…

  • Posted a reply to Blank dashboard, on the site WordPress.org Forums:
    Make sure you have a full back up of the site now if you don't…

  • Posted a reply to Remove Link in Header from one page, on the site WordPress.org Forums:
    You can do this with css only, but it's a bit tricky. You have to…

  • Posted a reply to jQuery triggers not working on mobile menu, on the site WordPress.org Forums:
    the above script is the logic most jQuery menus do it. You can always find…

  • Posted a reply to jQuery triggers not working on mobile menu, on the site WordPress.org Forums:
    Seeing the css declarations for the mobile menu would help as well. For example, I…

  • Posted a reply to WordPress advanced learning resources, on the site WordPress.org Forums:
    When I was at your stage, I learned a lot from this book: https://www.amazon.com/Professional-WordPress-Development-Brad-Williams/dp/111844227X It's…

  • Posted a reply to Changing URL but getting warning, on the site WordPress.org Forums:
    No mistake at all! I can see how necessary that plugin is. It should be…

  • Posted a reply to Changing URL but getting warning, on the site WordPress.org Forums:
    Please post on that plugin's specific support site: https://wordpress.org/support/plugin/wordpress-mu-domain-mapping

  • Posted a reply to Minify & General Google Page Speed, on the site WordPress.org Forums:
    Many catching plugins have an option to minify JavaScript and CSS. I recommend looking at…

  • Posted a reply to Fatal Error on Quick Draft, on the site WordPress.org Forums:
    It looks like a plug-in called WordPress SEO is causing the error. What happens when…

  • Posted a reply to Minify & General Google Page Speed, on the site WordPress.org Forums:
    In my experience, if you're already doing what you can with a plugin, you have…

  • Posted a reply to Problem trying to update an article (timeout?), on the site WordPress.org Forums:
    Is there any JavaScript embeds? How is the video being added?

  • Posted a reply to lost url for list of articles, on the site WordPress.org Forums:
    It sounds like you're in a theme options page. I'm talking about using the WordPress…

  • Posted a reply to Problem trying to update an article (timeout?), on the site WordPress.org Forums:
    If you're on cPanel, it is a button called something like php info or php…

  • Posted a reply to Problem trying to update an article (timeout?), on the site WordPress.org Forums:
    That error sounds a bit server related. Does the host have a high enough PHP…

  • Posted a reply to Splash Screen Plugin, on the site WordPress.org Forums:
    I'm pretty sure there are a lot of free plugins for this. Last time I…

  • Posted a reply to lost url for list of articles, on the site WordPress.org Forums:
    In the settings where you set a status page, there should be another option to…

  • Posted a reply to My webhotel, UnoEuro, has upgraded to PHP 7 webserver and now I can’t login, on the site WordPress.org Forums:
    It sounds like they are telling you to add a code in htaccess that will…

  • Posted a reply to Website down Fatal Plugin Error Ultimate Social Media Icons, on the site WordPress.org Forums:
    Make sure you have a backup of your database and files. A full restore shouldn't…

  • Posted a reply to Changing wordpress with a new URL… pls. help!, on the site WordPress.org Forums:
    Make sure you have a backup of your database and files. The error looks like…

  • Posted a reply to Multisite Network Problem, on the site WordPress.org Forums:
    Did you install any new plugins or themes recently?

  • Posted a reply to Button :Focus colour same as :hover, on the site WordPress.org Forums:
    I think you're looking for the :active selector: https://developer.mozilla.org/en-US/docs/Web/CSS/:active

  • Posted a reply to Images disappear from the server, on the site WordPress.org Forums:
    That's super odd. Is there cron job happening that you don't know about on your…

  • Posted a reply to Multisite Max Upload issue, on the site WordPress.org Forums:
    Did you look in wp-config.php or theme functions for max_upload definitions? It can also be…

  • Posted a reply to Action add_user_meta passes null values, on the site WordPress.org Forums:
    I believe your WordPress user meta hook is getting fired too early or too late.…