Search Results for: missing page

Home Forums Reply To: Parent Page options does not match Published page list

Hi David,
Good shout. No plugin conflict. So the Quick Edit option has all the pages listed and will resolve the missing pages issue. I’m not using Gutenberg and to be honest I’m trying to reduce the number of plugins that I use. So I’ll stay with the Quick Edit workaround while I’m building and see if any later updates fix the known page attribute issue. I’ll have to see if I can use the same workaround on the duplicates. If not I’ll treat that as a separate issue. I will mark as resolved. Thanks for your time and quick response.
Jason

Topic: Parent Page options does not match Published page list
Customer Support

Hi there,

First off just to cover the basics: did you try disabling plugins to see if either of them are conflicting ?

Secondly – are you using the Gutenberg Block editor ? As there have been several issues raised over the last 2 years of development relating to ‘missingpage attributes or poor performance of the Parent Page list loading.

I am not sure if this has been corrected in latest editor releases. You can try installing the Gutenberg Plugin to see if that is the case.

https://wordpress.org/plugins/gutenberg/

The workarounds i seen on GitHub is to use the Quick Edit option in the Page view.

Topic: Parent Page options does not match Published page list

Thanks for your help Tom.
Followed your last instruction
page/2 – starts with a post on 27.2 and infinite scrolls without anything missing
page/3 – starts 23.2 ditto
page/4 – starts 20.2 ditto
However today, this pc, which has displayed symptoms previously is displaying perfectly from the homepage, as is an iPad that has previously had chunks missing (also readers in other locations have displayed the same fault). I have changed nothing since I disabled the plugins as per previous correspondence – since when there have been display problems
With regard to you previous suggestion can I enable code snippets and post there?

Topic: Previous posts missing/duplicated

Hi,

Thank you for your continued help as I create my two web sites.

I am using two different pug ins to create a site map. The site map appears in the footer menu. Interestingly it’s the pages in the Primary Menu that are missing.

The plug ins that I am using are:

WP Site Mapping and WP Site Map Page. It doesn’t matter which site the same problem persists. I am obviously doing something wrong but have no idea what.

This is what I have on one site:

Site Map

4 Signs of an Accidental Silo Mindset
Contact form 1
Home
Privacy Policy
Site Map
Terms of Use

The Missing Page is About

The other web site shows:

Pages

Privacy Policy
Site Map
Terms of Use
Posts by category

Category: Blog
7 Characteristics of a High Performing Team
8 Reasons Why Teams Fail
Category: Teams

What’s missing is
About,
Home and Contact

Hope you can help – thanks.

Topic: Site Map – Pages Missing
Customer Support

Thanks for that Elvin! It looks like rewriting the pagination_base for the URL is creating missing page errors – so I might leave that for now 😀

you need to edit your site’s .htaccess file as well. (this is accessed on FTP. or install a plugin for editing it)

.htaccess edit context here – https://wordpress.stackexchange.com/a/57090

As for the filter:

I’m not sure what locale code Japan uses for Polylang but try this:

add_filter( 'gettext', function( $text ) {
if(pll_current_language() == 'ja'){
    if ( '%s Previous' === $text ) {
        $text = '%s 前';
    }

    if ( 'Next %s' === $text ) {
        $text = '次 %s';
    }
}
    return $text;
}, 10 ,1 );

But I’m not sure if 'ja' or 'jp' is the correct locale code for Japan as far as Polylang is concerned. You may have to ask them for this.

Topic: Translate Pagination

Hello,

I have found your template awesome and easy to use. I am new into WordPress and planning to use your template on my website that I will create in the future. I tried to learn how to customize your theme but there is this kind of bug I encountered when trying to play around with the ‘not found page‘ results. When I try to do search on website and returns no results it will display the 404 page normally with the setting I set in sidebars and footers like when you try this ‘http://generatepress.com/?s=missing+page but when you try putting random url pattern like this ‘http://generatepress.com/missingpage’ the sidebar will be gone but the footer will stay which I guess is OK. But when you try to put any random url with ‘.xml’ extension like ‘**’, the template will show the default theme sidebar and footer which I think is not good, can be unsafe and destroys the website looks.

Regards,

Vhin

Topic: Bug on the GeneratePress template?

There are other people with missing widget problems after uninstalling gutenberg plugin, eg https://wordpress.org/support/topic/gutenberg-plugin-breaks-my-widget-pages/

The missing widgets is only one problem. The menus and page layouts are messed up too.

I am putting the site into maintenance mode. I may never open it again. Disaster

Topic: Site broken after domain name change

Hey Team,
I am unable to see bullet points in my pages, kindly help me with what is missing. And, it is the same with all the posts and I even added shortcode ultimate plugin with bullets points to highlight, due to this issue everything is messed up.

Topic: Bullet points are missing