Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Robert,

    It would appear there is a CSS clash with your theme or another plugin.

    Please first try going to FooGallery -> Settings and clearing both the HTML and CSS cache buttons and test again. Please also clear any other caching plugins you may have active.

    If that doesn’t work let me know and we’ll go from there.

    Thanks in advance,

    Phill

    Thread Starter different-thinking

    (@different-thinking)

    Hi Phill,

    thanks for getting back to me! I cleared cache and there is no other caching-plugin in WordPress. I also used different browser to avoid local caching issues.

    Nothing changed!

    Robert

    Hi @different-thinking,

    Thanks for checking that for me.

    @steveush – are you able to review this and let us know if there is some conflicting CSS that can be tweaked to have pagination show correctly?

    Plugin Author steveush

    (@steveush)

    Hi @different-thinking,

    There is some custom CSS being inserted into your page which is setting a font-size onto the pagination dots which is why the page numbers are being shown which in turn results in the strange stretched look.

    You should be able to override this conflict with your custom CSS by using the following CSS in your sites styles.css.

    .fg-paging-container .fg-dot-item .fg-dot-link {
    	font-size: 0!important;
    }

    Thanks

    Thread Starter different-thinking

    (@different-thinking)

    @steveush – thanks a lot! It’s working like a charm.

    Robert

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘pagination is show a bit strange’ is closed to new replies.