Forum Replies Created

Viewing 15 replies - 301 through 315 (of 1,494 total)
  • Probably best to ask about this in the forum for your particular plugin. When I search ‘mailchimp subscribe’ in the plugin repo, I see that some are not listed as compatible with recent versions of WP. Or you could just try a different one.
    https://wordpress.org/plugins/search.php?q=mailchimp+subscribe

    🙂

    Great. Glad you worked it out. You’re welcome!

    Have you tried resetting your permalink format in Settings > Permalinks? Or have you mistakenly added index.php to your site address in Settings > General?

    Chances are that GD has put the ‘coming soon’ page in place for you. Look on your server at the root of your WP installation to find index.html, home.html, or something similar. Rename or delete it and, if your WP is set up correctly, it should show up. (Leave index.php alone.)

    You’re quite welcome. Let me know how it goes.

    I suggested downloading a fresh copy from the WP repository (as linked above), not from your own WP installation. Make sense now?

    Delete the Weaver theme folder from within wp-content/themes on your server, and replace it with the fresh copy. Or alternatively, replace just the bad functions file within that Weaver folder with the fresh functions file.

    I’ve downloaded the theme file and saved it.

    I assumed you meant you downloaded the theme folder from the link I gave you above.

    If you meant that you got a fresh copy of the theme’s functions file, go ahead and just replace that single file in the Weaver folder and see how it goes.

    Also, you can leave define( 'WP_DEBUG', true); in your wp-config file to continue to get the error messages.

    Just navigate to wp-content/themes/ and delete and replace the entire Weaver II theme folder with the fresh one. Temporarily rename your child theme to disable it. Then see if you can log in. If so, you can try re-activating the Weaver theme. If that works, you can try renaming and re-activating your child theme. Where this process breaks down will tell you what if anything is still broken.

    WP_DEBUG already defined

    Are there two entries for WP_DEBUG in wp-config? If so, delete one and set the remaining one to true to keep displaying errors while you work this out.

    undefined constant RSHCP_DEBUG

    Disable your RS Head Cleaner Lite plugin for now, and when you get back on track visit the support forum for the plugin about this.

    Parse error: syntax error

    An error in the functions file of your parent theme. Try replacing it with a fresh copy downloaded from the theme page. This is probably the main culprit.

    If you can’t access your admin pages, you can use an FTP client (like FileZilla), or your web-host’s cPanel or file manager to do this. File manager is easiest if this is new to you.

    Forum: Fixing WordPress
    In reply to: Update to 4.3

    We try to avoid talking about specific hosts here on the forums, but have a look at this general page regarding WP hosting:
    https://wordpress.org/hosting/

    I understand: not to worry. The files that are your website live on a server somewhere. A free WordPress site is hosted by WP.com. A self-hosted site (which is what these forums are for) is on a third-party server or an in-house one. A link to your site will tell us which, probably.

    In the admin page for your site, the left-side menu will have a ‘plugins’ link which will list your plugins. Plugins add extra functionality or styling to those provided by WP out of the box. Good weekend to you as well!

    I don’t know your site like you do, so just keep browsing about and let me know if you find anything amiss. WP adds css classes to certain elements, but your theme and plugins can also add lots of their own, so each site has it’s own quirks.

    I hope you don’t find any surprises, but let us know. And, you’re welcome! (Mark this as resolved when you’re ready, but just post again here if necessary.)

    With the missing site url settings, I’d say either a plugin is hiding some things, or you’re using a customized version of WP (or a custom theme) where certain items are hidden to prevent uninformed changes to settings that could disable the site.

    If the first, try temporarily disabling any plugin that seems related to admin or security elements. If the second, temporarily change the theme to a default one, or contact the developer.

    I would look into the above first. Another option would be to go into the database and make the change to the email setting directly. Be aware that mistakes in the database can cause bigger problems, so always make backups of the db first! You can use phpMyAdmin in your cPanel (on your hosting site) to open and view the db and its tables.

    The setting is found in the wp_options table: admin_email. If you aren’t comfortable accessing the db directly, please play it safe and ask your web host to change it for you. It’s quite easy to make changes to the db table contents; that’s why it can be risky at the same time.

    The email-field setting has been in that spot at least since WP3, and probably earlier.

Viewing 15 replies - 301 through 315 (of 1,494 total)