Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Forum: Fixing WordPress
    In reply to: Post Update Error

    Hello Rajathballal,

    Temporary deactivate all plugins and switch to a default WordPress theme like Twenty, Twenty-One. Then, try updating the post again. If the error goes away, it means there may be a conflict with one of your plugins or your theme. Reactivate them one by one to identify the problematic one. I think that might help.

    Hello Tim,

    WordPress indeed has a feature to prevent duplicate slugs by appending a “-2” to the slug of a page or post with the same title as an existing one. It doesn’t include parent pages when generating slugs for hierarchical URLs (parent and child pages). When you create a child page, it automatically becomes a part of the URL structure of its parent page. However, WordPress does not factor in the parent page when generating the slug for the child page. It only checks for uniqueness among other sibling pages and top-level pages.

    1. domain/parent-page/child-page: This is a child page under “parent-page.” The slug for this child page is generated based on its title and sibling pages at the same hierarchy level. Since there are no sibling pages with the same title in the “parent-page” hierarchy, no “-2” is appended to the slug.
    2. domain/child-page: This is a top-level page, not a child of any other page. The slug for this page is generated based on its title and sibling pages at the top level. If there are no other top-level pages with the same title, no “-2” is appended to the slug.

    Hello @sarahpatten

    The error you face it’s indicates that there is a problem with the code of your website or the theme/plugin you’re using. Temporarily deactivate your plugins one by one and see if the issue is resolved after each deactivation. Also, switch to a default WordPress theme (such as Twenty Twenty-One or Twenty Twenty-Two). This can help you identify if a specific plugin or theme is causing the problem.

    Forum: Fixing WordPress
    In reply to: Menus vanished

    Hello @scaifedonnellyson32

    I checked the website link that you mentioned. I didn’t see any problem here. The menu is working properly. I think you face this issues because of your browser cache. Sometimes, browser cache can cause display issues. Try clearing your browser cache and cookies and then refresh your website.

    Hello,

    I checked the link that you mentioned. But didn’t see any issues on the dropdown menu. Did you fix this already?

    On the desktop it only displays the title and tags. Can’t see any content on the desktop also

    Check is there are any redirection rules in place that might be sending all pages to the same destination. If you have custom code or modifications in your theme’s files, review them for any code that might be affecting the page content. Hope it will help

    Forum: Fixing WordPress
    In reply to: Remove Link

    Hello,
    You can edit Footer Links at Appearance > Customize. In the Customizer, you’re find something similar to Footer, Footer Options, or Credits.

    or you might want to check this topic: https://athemes.com/tutorials/remove-wordpress-footer-links

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