koendb
Forum Replies Created
-
Forum: Plugins
In reply to: [AutoChimp] Buddypress checkboxes syncingOk, switched from checkboxes to radio buttons. Works fine now ??
I think your best option is to reinstall your theme. I guess all your settings will be lost, so take a few printscreens of them beforehand.
Forum: Fixing WordPress
In reply to: change category url to a page urlProbably not the answer you want but; Why would you want to do that?
If I’m a user of your website and visiting the dogs page on yoursite.com/pets/dogs and I click on ‘pets’ I want to go to yoursite/pets/ and see an overview of all your pet pages, if that breadcrumb links to yoursite.com/farm-animals/pets I would be confused.
If you want to change them anyway I think you’ll need to find a filter in your breadcrumb plugin and work from there.
Well, you’ve got an unexpected ‘}’ in your code.
You should log-in to your host and navigate to /public_html/wp-content/themes/evolve/ and open the function.php file.It should have as many ‘{‘ signs as ‘}’.
Since your error occured in line 12 already you could post those first lines here if you can’t fix it yourself.In general you should always backup your files before editing them. In that case you could just upload your backup functions.php file.
Forum: Fixing WordPress
In reply to: New install and keeping old files?If I understand your question correctly, you want to start with a blank new website with an empty database.
I would move the old website (files) to a directory or subdomain like xxx.com/old or old.xxx.com.
Check if the old site still works and fix issues with things like hardcoded links still pointing to xxx.com.Make a new WP website like you usually would. That’s it.
In 10 years your website should have build some authority and probably has some pages ranking well in search engines. You don’t want to lose that traffic and should redirect that traffic to either the archive website or pages on the new website with the same subject.
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] Bbpress for pagesMy fault!
Thanks a lot David, I’m going to try that. Will save me a lot of work.
Gr,
KoenForum: Plugins
In reply to: [Post Comments as bbPress Topics] Bbpress for pagesThanks David, but I’m sorry, I wasn’t specific enough.
I meant the automated process to generate topics for every existing page. Like it is possible for posts under Settings / Comments (guessing those nav titles, because my WP is in Dutch). Thanks!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Change languageThanks Simbac, but I don’t know what you mean exactly or this didn’t work.
I know where the file is located and got the
wp-pro-quiz-nl_NL.mo en nl_NL.po files.First I tried to change in wp-pro-quiz.pot:
#: lib/view/WpProQuiz_View_FrontQuiz.php:419 msgid "Next" msgstr ""
into:
#: lib/view/WpProQuiz_View_FrontQuiz.php:419 msgid "Next" msgstr "Volgende"
that didn’t work, so I renamed the complete wp-pro-quiz-nl_NL.mo file into wp-pro-quiz.pot and that didn’t work either.
Was this supposed to work? Thanks!