Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is in the JS file /wp-content/plugins/media-grid-overlay-manager/js/overlays.js of a Media Grid Overlay Manager plugin.
    That file is trying to use a JS function that does not exist.

    Can you please try again after temporarily deactivating that plugin?

    Regards,
    Tobias

    Thread Starter nickth

    (@nickth)

    Oh ok, ty, will have my developer fix that bug.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sounds good ??

    Best wishes,
    Tobias

    Hi Tobias. Thank you so much for this excellent plugin.
    I’m having the same issue too. I’ve tried deactivating all my plugins, but I still don’t see the search field. It actually used to show up when I had first installed the plugin. But now that I just checked a month later, I don’t see it there anymore.

    This is the page with the table:
    https://pocket-tripod.com/compatibility/cases-and-bumpers/

    The option (Enable the visitor to filter or search the table. Only rows with the search word in them are shown) is active.

    Any help would be much appreciated.

    Cheers,
    Rambod

    Hey Tobias.
    I hoffe ich kann dir auch auf Deutsch schreiben, ich habe ein Problem mit einer Tabelle auf meiner Website. Die Tabelle ist nicht richtig an die Seite angepasst und ich habe nicht wirklich CSS Kenntnisse. Frage: kannst du mir sagen wie ich Diese Tabelle verschieben kann? Ich arbeite mit der aktuellem Tablepress version. Habe schon versucht ein Ganzseitiges Template einzustellen klappt aber nicht. Er zeigt mir nur Blank Page und Standardtemplate an.

    Schau es dir mal an und Sag mir ob du da was wei?t, vllt ist das einfacher zu l?sen als ich denke.

    https://katzenklo-test.com/home/katzenklos/ das ist der Link.

    Ich danke dir im vorraus.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    rambodr: The reason for this is some CSS code on your site that is hiding “labels”. To fix that for the search field, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_filter label {
      display: block;
    }

    skatebox92: Du hast hier irgendwo in deinem Theme ausgew?hlt, dass der Seiteninhalt nur in einer schmalen Spalte angezeigt werden soll. (Die Tabelle ist dafür aber zu breit, deswegen steht sie quasi rechts über.) Bitte schaue mal im Theme oder builder, ob du irgendwo noch “Full-width template” oder ?hnliches w?hlen kannst.

    Regards,
    Tobias

    Hey Tobi,

    ich benutze das Divi-Theme. Leider finde ich keine Option wo ich full template einstellen kann. Kann es wirklich nur daran liegen? Ich habe n?mlich eigentlich nichts umgestellt. Gibt es eine Alternative M?glichkeit?

    LG

    Hi Tobias,
    Thank you very much! That worked perfectly.

    Rambod

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    skatebox92: Ja, es liegt an der Theme-Breite, das siehst du z.B. in den Entwicklertools im Browser.
    Man k?nnte mit CSS schummeln, aber das finde ich immer h??lich und irgendwie unelegant. Du müsstest z.B. einen negativen margin für die Tabelle nutzen.

    Rambod: No problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Search not displaying’ is closed to new replies.