John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS different http and htppsThey look the same to me. Here’s a screencast showing the two. http://cl.ly/212f1j21143E
Forum: Fixing WordPress
In reply to: How to add something to the backend vertical menuHi,
It really depends on what exactly you’re trying to do. WordPress has a hook called
admin_menuthat you can tie into to add extra menu items. Info here. Building out the content of the page you want to display is another ball of wax.You’ll need to use
add_menu_pageto add the link, and use the$functionparameter to call a function to display the page content. https://codex.ww.wp.xz.cn/Function_Reference/add_menu_pageIs there something specific you’re trying to do? You might not have to dive into that much code if there’s already a solution for what you want.
Forum: Fixing WordPress
In reply to: Categories showing up as "Nothing Found"Hi,
Try going to Settings > Permalinks in your WP admin and clicking the Save button. See if that helps.
Forum: Fixing WordPress
In reply to: Piwik does anybody have any experience with using this?I’ve had mostly good experiences with it. They do have occasional issues where updates introduces bugs, but generally it works ok. The stats seem to be accurate when compared to server logs. Anything in particular you’re interested in?
Forum: Fixing WordPress
In reply to: Remove Page Title in Twenty ThirteenWhich title are you trying to remove? Do you have a link to your site?
Forum: Fixing WordPress
In reply to: Passing credentials to WordPressHi Duane,
The Members plugin offers a fairly simple solution for hiding content from logged out users. You can limit visibility of whole pages, or only part of pages by using the included shortcodes.
You may also want to check out Restrict Content or Restrict Content Pro, depending on your needs.
Forum: Fixing WordPress
In reply to: Alternative plugin to Paypal PaymentHi, maybe check out Stripe. https://ww.wp.xz.cn/plugins/stripe/
Forum: Fixing WordPress
In reply to: Defaults to Install.php PeriodicallyHi Mark,
This often points to an issue with the hosting, like perhaps the database connection is dropping and WordPress thinks it needs to be reinstalled. It would be a good idea to check with your host to see if they can find any issues with that.
Forum: Fixing WordPress
In reply to: CSS different http and htppsYour site looks the same to me on both URLs, so I’m guessing you got it sorted out?
Forum: Fixing WordPress
In reply to: Can't access my WP adminHi,
I can see your site, though some things are broken.
Changing a site address can sometimes be more involved than just changing those settings. You might want to try this plugin that helps ensure all URLs point to https. https://ww.wp.xz.cn/plugins/wordpress-https/
Forum: Fixing WordPress
In reply to: Disable WordPress' Mobile View for Custom ThemeHi,
If you’re referring to the commercial theme named iChurch here (http://themeforest.net/item/ichurch-responsive-church-wordpress-theme/6965001), you’ll need to ask their support folks how to do that. It might not be possible without custom coding, but give them a shout.
If you’re referring to a theme here in the ww.wp.xz.cn directory, let me know.
Forum: Plugins
In reply to: [Mailgun for WordPress] Configured, but some messages not deliveredIt looks like mg.velovision.com doesn’t resolve to anything, which could be causing your “Unrouteable address” error.
Forum: Fixing WordPress
In reply to: Publish section missingCan you deactivate all plugins and activate the Twenty Fifteen theme all at the same time and see if it shows up?
Forum: Fixing WordPress
In reply to: Please help me to remove Author box from the bottom of postsGlad to hear the CSS is working. Unfortunately I’m not familiar with that Facebook plugin at all. Maybe their support would know how to help with that.
Forum: Fixing WordPress
In reply to: Please help me to remove Author box from the bottom of postsAdd it under Appearance > Custom CSS.