• Resolved noratom

    (@noratom)


    Hi there, nice plugin!

    Is there a way to change the box size? It’s very large and I would also love rounded borders.

    I would also love to add the actual words “next post/previous post” in the box (in my own language).

    The excerpt is taken from the page content which in my case means it shows “category”, the title of the image, etc. Instead I would like to use the WP excerpt. Is that possible?

Viewing 3 replies - 31 through 33 (of 33 total)
  • Plugin Author Jo4nny8

    (@jo4nny8)

    @jonnieturpie

    It looks like you’ve added some custom css to the navigation as the position isn’t showing as it should be?

    To place it above the powered by wordpress in your site, you’ll need to use the shortcode and add it via your theme / page builder. However youre already using a next and previous nav in this position?

    To make the box bigger / smaller, in your case you need to remove elements otherwise you’ll experience overflow and the text wont be visible.

    You can however just adjust the height as follows:

    .wp-post-nav #post-nav-previous-default,
    .wp-post-nav #post-nav-previous-switched {
    height: /*your new value*/
    }

    Hi thanks for reply.

    I haven’t added any css! The positioning appears below the powered by WP and Social media icons.

    What short code should I add to theme? I am using Twenty Seventeen. And where should I enter the code in the. theme settings?

    Many thanks.

    jonnie

    Plugin Author Jo4nny8

    (@jo4nny8)

    @jonnieturpie

    Apologies for the delay in replying.

    For some reason your site has a lot of js and css errors and one of the issues is the css for wp-post-nav isn’t being loaded. The console shows an internal server error fetching the css for some reason.

    The only thing I can suggest is to turn any caching solution off and see if that changes anything.

    You could also deactivate some of the other plugins you are using to see which one is causing the issue if that doesnt fix things.

    Regarding the short code option. The instructions for the shortcode are in the plugin settings screen within wordpress admin and you simply put this inside a shortcode block from within Gutenberg.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘how to change box’ is closed to new replies.