Forum Replies Created

Viewing 15 replies - 1 through 15 (of 96 total)
  • If you would like to request deletion of your account and associated data, please follow these steps:

    1. Visit https://ww.wp.xz.cn/about/privacy/data-erasure-request/.
    2. Enter your email address.
    3. Click “Accept Declaration and Request Permanent Account Deletion”.

    Note: If you have a WP.org account, it’s recommended you log in before submitting to associate your account with the request.

    It sounds like your site has run into a database or corrupted core issue during the update. Here are a few things you can try:

    1. Clear cache: If you’re using any caching plugin or your host provides server cache, clear it first.
    2. Manually reinstall WordPress core:
      • Download the same WordPress version from ww.wp.xz.cn.
      • Extract it and upload everything except the wp-content folder and wp-config.php file (so your themes, plugins, and settings remain).
      • This replaces any corrupted core files.
    3. Check for plugin/theme conflicts:
      • Temporarily disable plugins (rename the plugins folder via FTP or File Manager).
      • Switch to a default theme (like Twenty Twenty-Four).
      • See if the database update page then works.
    4. Enable debug mode: In wp-config.php, add:
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    This will log the actual error in wp-content/debug.log which can point to the cause.

    5. Database check/repair: Add this to wp-config.php:

    define('WP_ALLOW_REPAIR', true);

      If none of these help, contact your host’s support team, sometimes slow sites and failed backups are a sign of server resource limits or a database issue on their end.

      A “critical error” message in WordPress means something is broken on your site. The best way to find out what’s causing this is to check your website’s error log file. This log contains specific details about what went wrong (for example, a plugin, theme, or code issue).

      You can usually access error logs from your hosting control panel (sometimes called “error logs” or “PHP error logs”) or by contacting your web host for help locating them. Once you review the log and identify the exact error, you can address that specific issue.

      If you need help understanding the error log or next steps after finding the error, feel free to share details here, and I’ll do my best to guide you!

      Hi Dave,

      The error you’re seeing—Call to undefined function WpOrg\Requests\gzinflate()—usually means the PHP zlib extension, which handles compressed data, is not enabled on your new server.

      You’ll need to contact your web hosting support and ask them to enable the zlib extension for PHP. Once that’s done, your site and /wp-admin dashboard should load normally.

      Since you currently can’t access FTP either, mention this issue to your hosting support as well so they can ensure everything is set up correctly.

      Once zlib is enabled and FTP access is restored, your WordPress site should work as expected. If you’re still having trouble after that, let us know, and we’ll help further!

      Hello @kmerwin ,

      A small CSS can fix your issue. Here it is:

      .three_by_one__image_wrap {
      max-width: 100% !important;
      }

      Here you can follow the steps to add custom CSS.

      • Navigate to your WordPress Dashboard.
      • Go to Appearance > Customize.
      • Locate and click on the Additional CSS tab.
      • Enter your custom CSS code in the provided text box.

      Let me know if you need anymore help.

      Hi,

      Since you don’t have server access and are running into cURL errors and major update issues, you’re quite limited in what you can do for now. If the domain transfer to your SiteGround account goes through, you’ll have much more control and can rebuild or fix things properly.

      If the transfer doesn’t happen and server access isn’t possible, it’s reasonable to consider starting fresh elsewhere. Without server access, there’s really no reliable way to fix these deep errors or even cleanly delete the old site.

      For now, I’d recommend waiting to see if the domain transfer is successful—then you can decide whether to repair or just rebuild the site on a host you control.

      Hello Raj,

      I have found your product title and descriptions have been wrapped by <strong> tags even though you didn’t add them intentionally, there are a few possible reasons this could happen:

      • Sometimes, a plugin or a theme customization might accidentally add formatting tags like <strong> to your content either through custom code or a setting you might not be aware of.
      • Another possible cause is that some content editors or import tools can add unwanted HTML tags when saving or migrating content.
      • In rare cases, a bug in the theme (like Flatsome) or conflict with another plugin could be inserting these tags automatically.

      Since you’re using the Flatsome theme and this behavior is unexpected, I recommend reaching out directly to Flatsome theme support. They’ll be able to help you check for theme-specific settings or advise if this is a known issue or bug.

      Hi @rituandray ,
      Could you please copy some of the recent logs and paste it here inside ‘code’ block?

      Hello,

      Many caching or CDN plugins, like “WP Super Cache” or “W3 Total Cache,” offer an option to rewrite asset URLs to your CDN domain automatically. Check your plugin settings to see if this is available.

      Hello @rituandray,The “critical error” is not related to sending emails, it’s a broader WordPress issue indicating something is broken on your site. To find out what’s causing it, you’ll need to locate your website’s error log file (often accessible via your hosting control panel or by contacting your host).

      Check the error log for specific error details. Once you resolve the reported issue, you should test regular site emails again. Fixing the underlying error will likely restore normal email functionality for things other than just SMTP test mails.

      Let me know if you need help finding or reading the error log!

      Forum: Fixing WordPress
      In reply to: Lost My Website

      Hello @snoofle ,

      When you see a “critical error” message after activating plugins, it almost always means one of those plugins is causing the problem.

      The first step to fixing this is to find your website’s error log file. This file contains crucial clues about what went wrong. You can usually access these logs through your hosting account’s control panel (like cPanel) or by contacting your web hosting provider and asking them to provide the “PHP error logs” for your website.

      Once you have the error log, it should tell you which specific plugin or theme is causing the fatal error. With that information, you can then connect to your website’s files (usually via FTP or your host’s file manager) and delete or rename the problematic plugin or theme’s folder from the wp-content/plugins/ or wp-content/themes/ directory. After removing the problematic folder, you should then be able to access your WordPress dashboard again.

      Please don’t hesitate to ask your hosting provider for help in locating these error logs if you’re unsure how to find them. They are usually very helpful with this kind of issue.

      Regards,

      Hello,

      I’ve checked both your homepage and the product page you linked, and it appears that the line spacing (line-height) is consistent across both, originating from your theme’s CSS. You can see this highlighted in the screenshot here: https://share.cleanshot.com/DMD3q1Gs.

      Since this styling is coming directly from your theme, the best place to get assistance with adjusting it is through your theme’s support channel. For GeneratePress, you can find their support forums here:

      https://ww.wp.xz.cn/support/theme/generatepress/

      They will be able to guide you on how to change the line spacing settings within your theme, as it might be an option in the customizer or require some custom CSS specific to your theme’s structure.

      I hope this helps you find the solution!

      Hello Renato,

      To display an article with a video on a page and have it appear in the “Recent Posts” based on its category, you can follow these steps:

      1. Embed the Video in the Article:
        • In your article, use the WordPress Video Block (or simply paste the video URL in the post editor). WordPress will automatically embed the video for supported platforms like YouTube or Vimeo.
      2. Add a Category to the Article:
        • While editing the article, assign it an appropriate category (e.g., “Video Posts”). This will allow it to appear as part of the “Recent Posts” widget or any plugin/widget filtering by category.
      3. Use the “Latest Posts” Block:
        • To display the article with the video on a page, add the Latest Posts block to the page.
        • In the block settings, filter posts by category to display only articles from the category you assigned earlier (e.g., “Video Posts”).

      Let me know how it works.

      Hello @ferhat1986 ,

      I attempted to replicate the issue using the Twenty Twenty-One and Hello Elementor themes, creating five sets of parent-child pages with identical names for the child pages. However, I couldn’t reproduce the problem you described, everything displayed correctly for me.

      https://share.cleanshot.com/tcq29V3v

      Given this, the issue might be related to your specific database setup or cache, and I suggest trying the following:

      1. Database Integrity Check:
        There might be inconsistencies or corruption in the database that are affecting the post hierarchy. Use a tool like WP-Optimize to clean and optimize your database. Alternatively, access your database directly via phpMyAdmin and examine the wp_posts table. Check whether the post_parent column is correctly set for each child page and reflects their respective parent IDs.
      2. Check WordPress Menu Cache:
        WordPress caches menu data, which can sometimes cause issues. Go to Settings > Permalinks, and click Save Changes without actually modifying anything. This simple action can refresh the menu cache and potentially resolve any hierarchy issues.

      Hello @sacconi ,

      To create some space on the left for the pagination (.wp-pagenavi) on screens up to 769px wide, you can use the following CSS with the appropriate media query:

      @media only screen and (max-width: 769px) {
      .wp-pagenavi {
      margin-left: 5px;
      }
      }

      This will add a 5px left margin to the pagination on mobile devices.

      For the breadcrumbs text, you’ll need to target the specific CSS class or element used for your breadcrumbs and apply a similar margin to match the other top elements.

      Let me know if this helps!

    Viewing 15 replies - 1 through 15 (of 96 total)