Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter koendb

    (@koendb)

    Ok, switched from checkboxes to radio buttons. Works fine now ??

    koendb

    (@koendb)

    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.

    koendb

    (@koendb)

    Probably 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.

    koendb

    (@koendb)

    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.

    koendb

    (@koendb)

    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.

    Thread Starter koendb

    (@koendb)

    My fault!

    Thanks a lot David, I’m going to try that. Will save me a lot of work.

    Gr,
    Koen

    Thread Starter koendb

    (@koendb)

    Thanks 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!

    Thread Starter koendb

    (@koendb)

    Thanks 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!

Viewing 8 replies - 1 through 8 (of 8 total)