Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Meitar

    (@meitar)

    Um. Sadly, that image link isn’t working for me, and I’m not sure why. It just redirects me to a “loading” page but doesn’t show me an image. Perhaps you can instead provide a link directly to the site on which you’re experiencing this issue? Thanks. ??

    Thread Starter betzy

    (@betzy)

    https://acodaren.ro/destocaj/
    u need to login
    username: Meitar
    pass: 123456

    Plugin Author Meitar

    (@meitar)

    You are apparently using WP-Table-Reloaded as well as Inline Google Spreadsheet Viewer. Unfortunately, the WP-Table-Reloaded plugin contains CSS that conflicts with this. On line 54 of its datatables.css file there is a rule:

    .dataTables_paginate {
    	width: 44px;
    	* width: 50px;
    	float: right;
    	text-align: right;
    }

    The fact that it includes a width declaration is causing the pagination to be constrained. If an update is available for WP-Table-Reloaded, you should try updating it. If you’re not using that plugin, you should deactivate it. If you need both plugins for some reason, you should add a line to your style.css file that targets the Inline Google Spreadsheet Viewer tables you have by ID and overrides this rule.

    Good luck.

    Thread Starter betzy

    (@betzy)

    10q
    i`ve deactivated the wp tble reloaded and everything is fine now

    problem solved

    Plugin Author Meitar

    (@meitar)

    Great, I’m glad to hear it’s working now. As an aside, deactivating unused plugins is a really good thing to do. Uninstalling them is even better. There’s no good reason to keep unused code active in your system.

    Thread Starter betzy

    (@betzy)

    you are right,

    i can do better now with your plugin ??

    10x again

    Plugin Author Meitar

    (@meitar)

    ?? Again, glad to hear it. I specifically intended Inline Google Spreadsheet Viewer to do one thing and to do it very well; it’s extremely lightweight, on purpose.

    Anyway, it’s good to see that you’ve found it and are making good use of it. If you’ve got the time, please spread the word, write a positive review, or consider making a donation so I can keep spending time helping other people use it. ??

    Thanks and good luck with the rest of your project.

    Hi,

    I am also facing same problem with pagination, but i would like to use both the plug ins, please let me know what kind of changes require in style.css

    Thanks

    Plugin Author Meitar

    (@meitar)

    This comment details the conflicting CSS style rules. If you’re unwilling to deactivate the other plugin, You need to override its rules with CSS that’s specific to your own table. That will probably look something like #YOUR_TABLE_ID_HERE .dataTables_paginate { width: auto; }. Obviously, replace YOUR_TABLE_ID_HERE with whatever the ID attribute value of your table is.

    Good luck.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘pagination problem’ is closed to new replies.