John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated plugins and now my site is completely blankHi there,
Check out the “white screen of death” section here and see if it helps. http://codex.ww.wp.xz.cn/Common_WordPress_Errors
Forum: Fixing WordPress
In reply to: specific post not found when permalinks set to postnameIf you look at the web folder with FTP, do you have a folder in there with that name?
Forum: Fixing WordPress
In reply to: Trouble Reordering Menu – Minimal Artist ThemeHey there,
Can you show me a screenshot of the menu config in the admin?
Forum: Fixing WordPress
In reply to: Blog Posts that DONT go outHi,
That depends on what you use to email your subscribers, how it’s configured, and such. There’s not really a way to answer that question without more info.
There’s not much of a performance difference between pages and posts, so I wouldn’t really worry about that too much. You may also like one of the Recipe plugins on this site, some of which use custom post types for better organization. https://ww.wp.xz.cn/plugins/tags/recipe
Forum: Fixing WordPress
In reply to: Previously published post "not found"I’m not sure how that could happen. I recommend opening a ticket on the wordpress.com support forums since your site is hosted there. They may be able to provide more details.
Forum: Fixing WordPress
In reply to: Post titles missing, replaced with "Welcome to to the blog'If deactivating them all fixes the problem, start activating them one by one until it breaks again. That’ll be the one!
Forum: Fixing WordPress
In reply to: 8theme idstore themeHi,
Since that is a commercial theme, you’ll need to ask for support from the seller. The ww.wp.xz.cn forum policy doesn’t allow support of commercial products here.
Forum: Fixing WordPress
In reply to: Post titles missing, replaced with "Welcome to to the blog'I understand. It’s definitely not easy if you’re not familiar with it.
You can deactivate all the plugins under the Plugins > Installed Plugins menu in the WordPress admin.
It could be that an update was installed, automatically or by someone else, that caused the issue, or perhaps someone modified some code and didn’t realize it was happening. Temporarily deactivating plugins and switching to the default Twenty Fifteen theme is a good test for narrowing down conflicts.
Forum: Fixing WordPress
In reply to: Item in Trash not visibleThat’s definitely not normal. It sounds like someone has tinkered with the roles and capabilities, or there’s some custom code on the site somewhere that’s breaking it maybe. Does it show up if you temporarily deactivate all plugins and switch to the default Twenty Fifteen theme?
Forum: Fixing WordPress
In reply to: Taxonomy link not working in WordPress (404)Try going to Settings > Permalinks and clicking Save Changes, then see if it works.
Forum: Fixing WordPress
In reply to: How to remove the space after the last thumbnail in the slider ?Hi, if you’re referring to the commercial Revolution slider, you’ll need to ask that question there. The ww.wp.xz.cn forum rules don’t allow support of commercial products here. The seller must support the product.
Forum: Fixing WordPress
In reply to: Previously published post "not found"Looks like the published date got moved from the 25th to the 27th? It’s here: https://onesummerathome.wordpress.com/2015/08/27/cant-stop-wont-stop-bowling-dancing-winning-roaring/
Forum: Fixing WordPress
In reply to: Post titles missing, replaced with "Welcome to to the blog'Hi,
Does it still do that if you temporarily deactivate all plugins?
Forum: Fixing WordPress
In reply to: WP_Query with custom post type and default categoriesSet your $album_args as a proper array with the post type specified, along with your taxonomy query. See this reference for a good example: https://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Taxonomy_Parameters
Forum: Fixing WordPress
In reply to: 4.3 and menu saving issuesHi,
Check out this ticket dating back some years, and the solutions related to max_input_vars and see if it helps. https://core.trac.ww.wp.xz.cn/ticket/14134