1. Hoe kan ik de paginering centreren op mijn blogpagina?
    2. <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>Op de tweede blogpagina staat de pagin</font></font>ering<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”> plotseling rechts en iets onder het midden. Hoe krijg ik een enorme centrale plek op elke blogpagina?</font></font>

    [email protected]

    • This topic was modified 10 months, 2 weeks ago by bram2003.
    • This topic was modified 10 months, 2 weeks ago by bram2003.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author AlanP57

    (@alanp57)

    Try adding this custom CSS to your theme’s Custom CSS code section:

    .navigation {
    width: 100%;
    }
    .wp-paginate {
    text-align: center;
    }

    Thread Starter bram2003

    (@bram2003)

    Bedankt Alan voor je snelle bericht maar nu worden alle berichten op één pagina geplaatst zonder dat er gecentreerd wordt. Bovendien staat de paginering ergens in het midden. https://www.gezondlevenplein.nl/berichten/

    Plugin Author AlanP57

    (@alanp57)

    I see. The .navigation rule pushes the next post to the next row. And unfortunately, your blog page has an infinite scroll feature, so there is no way to tell the pagination links to stay below the posts that are added after the page loads.

    • This reply was modified 10 months, 2 weeks ago by AlanP57.
    Thread Starter bram2003

    (@bram2003)

    WP is standaard ingesteld op 10 berichten per pagina.

    Begrijp ik dat WP paginate hier niet op ingesteld is en het dus niet werkt?

    Plugin Author AlanP57

    (@alanp57)

    This is an issue with your theme. Normally, when the blog page is loaded, it does not add more blog entries when the visitor reaches the bottom of the page. WP pagination works fine when the blog’s theme follows this practice.

    Thread Starter bram2003

    (@bram2003)

    Ik gebruik Genetate Press en het valt me eerlijk gezegd tegen dat men dit niet heeft ondervangen. Ik leg de vraag aan hun support voor en ik meld het resultaat graag.

    Met vriendelijke dank

    Thread Starter bram2003

    (@bram2003)

    Excuus, ik heb over het hoofd gezien dat ik oneindig scrollen kon uitschakelen in mijn thema. Ik heb WP-paginate opnieuw geinstalleerd en nadat ik echter de code heb ge?nstalleerd in de extra css van mijn thema:

    .navigatie {
    breedte: 100%;
    }
    .wp-paginate {
    tekst uitlijnen: centreren;
    }

    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>, blijft de paginering op pagina 1 links staan ??en op pagina 2 boven het laatste bericht en aan de </font></font>rechter kant<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>. is hier nog iets op te bedenken?</font></font>

    Zie: https://www.gezondlevenplein.nl/berichten/ en

    https://www.gezondlevenplein.nl/berichten/page/2/

    • This reply was modified 10 months, 2 weeks ago by bram2003.
    Plugin Author AlanP57

    (@alanp57)

    Because theres is an odd number of posts, the pagination appears in the same row as the last post. I’ve not found any way using custom CSS code to fix this.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Centreren paginering’ is closed to new replies.