John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do i find and edit my slugs in the database?WordPress auto-generates those numbers on the end when slugs exist that conflict with what you’ve entered. If you’re sure you don’t have other posts or pages with that slug, check the trash. WordPress stores copies of deleted content in the trash, and those slugs will still be allocated until the trash is emptied.
Screenshot: http://cl.ly/3h3V0r0N3U2x
Forum: Fixing WordPress
In reply to: Two type of RegisteringHi,
Since this is a question specific to Ninja Forms, it’s best to ask the question directly in that support forum. That will get your question right in front of the folks that created the plugin. https://ww.wp.xz.cn/support/plugin/ninja-forms
Good luck!
Forum: Fixing WordPress
In reply to: Help with some kind of formHi,
Welcome to WordPress. 🙂
There are a number of ways you handle something like this. One of the easiest ways to do it would be with a plugin Paid Membership Subscriptions. It allows you to restrict content based on the subscription level.
There are a number of other content restriction options listed in the ww.wp.xz.cn plugin directory here: https://ww.wp.xz.cn/plugins/search.php?q=content+restriction
Good luck with your project!
Forum: Fixing WordPress
In reply to: How to do classified ads websiteHi,
Your best bet for free plugins is to search the ww.wp.xz.cn plugin directory here. Example search: https://ww.wp.xz.cn/plugins/search.php?q=classified
As far as themes go, it depends entirely on what you want it to look like. There’s a nice list of free themes here: https://ww.wp.xz.cn/themes/
Forum: Fixing WordPress
In reply to: Suggestions for themes and plugins for a website with classified adsClosing this since it’s a duplicate of https://ww.wp.xz.cn/support/topic/how-to-do-classified-ads-website?replies=1.
Forum: Plugins
In reply to: [Mailbag] Not repsponding after submitHi @jewelsmac6,
A link to your site would be helpful. Also, you can try temporarily deactivating all plugins except Mailbag and switching to the default Twenty Sixteen theme, and then test to see if it works. If it does, start turning things back on one by one until it breaks again to determine which item is causing the issue.
Glad to hear it, Rod! Thanks for the update. Good luck!
Hi Rod,
This is likely controlled by your theme. To test that, you can temporarily activate the default Twenty Sixteen theme, do a failed search, and see what the message shows.
If so, you can ask the theme developer how to customize the text in a child theme.
Forum: Fixing WordPress
In reply to: Contact Form in Content AreaHi,
It’s hard to say without more info. Are you using a particular contact form plugin of some kind, like Contact Form 7 or Ninja Forms?
Forum: Fixing WordPress
In reply to: Homepage sub page issuesHi,
When pagination screens end up showing duplicate content like this, it’s usually a plugin or theme that’s causing a conflict with the pagination queries.
To test this out, try temporarily deactivating all plugins and switching to the default Twenty Sixteen theme. At this point, everything should be working great.
Then start turning things back on one by one until it breaks again. That will tell you the source of the problem.
Forum: Fixing WordPress
In reply to: Certain plugin messes up layoutHi, I did a quick scan of the code and it appears there’s an option to disable the plugin’s CSS. Try that.
Forum: Fixing WordPress
In reply to: Fix empty h2 tagsIt’s hard to say for sure without seeing it, but maybe try editing the content in the Text mode so you can see the tags easier. Screenshot.
Forum: Fixing WordPress
In reply to: Randomly redirection to https!Hi,
A few thoughts.
1) What are your URL settings under Settings > Reading?
2) Does it happen if you deactivate all plugins and switch to the default Twenty Sixteen theme?
3) If it still happens after #2, ask your host if they have redirect rules in place at the Apache config file level that you can’t control.
Forum: Hacks
In reply to: Adding custom post types into latest post grid pluginI see. Unfortunately the ww.wp.xz.cn forum policies don’t allow the support of commercial products here. The VC developer should be able to help you though!
Forum: Hacks
In reply to: Adding custom post types into latest post grid pluginHow you do it, with
pre_get_postsor with a whole new custom query depends on what exactly you want to do.I can’t say anything to your grid builder. What grid builder are you using? You should contact their support if you want to use custom post types in their plugin.