Okay
  Public Ticket #3762892
front-end editing
Closed

Comments

  • Nuray Kirch started the conversation

    I have a problem with front-end editing.
    A data table (shows ID67) is enabled for front-end editing for authorized users.
    If you want to edit the status field for a new entry or when editing an existing entry, the selection field appears much too wide.
    see in attachments!

    Can you tell me where I can set it differently.
    The problem only occurred recently.
    Before, the selection field was a reasonable size, as can be seen in the backend.
    We cannot update wpDataTables because we have made changes that would be lost in an update. We are using version 3.6.

    best regards

    Attached files:  show-edit-status-1.jpg
      show-edit-status-2.jpg

  •   Miloš replied privately
  •   Nuray Kirch replied privately
  • Nuray Kirch replied

    Hi Milos,

    Addendum to problem 2 "tables included via shortcode are not displayed":
    We have now determined that this happens every 12 hours. So also at night around 1:00 a.m.

    We used developer tools in the Firefox browser and Chrome when the outage occurred around 1 p.m. today.

    Errors were displayed in the file wpdatatables/assets/js/wpdatatables/wdt.frontend.min.js.

    I have attached the results of the test and the affected js file as a txt file.

    Perhaps you can tell me more about this.


    Attached files:  wdt-fehler.txt
      wdt.frontend.min.jsver3.68.txt

  •   Miloš replied privately
  •   Miloš replied privately
  • Nuray Kirch replied

    Hi Milos,

    disable caching worked.

    Thank you for that.
    Could you let me know when the problem with the caching is solved?

    to the problem front-end: 'dropdown-menu open show:

    Can you tell me where in which file I can find the corresponding selector?

    Best regards

    Nuray

  •   Miloš replied privately
  •   Miloš replied privately
  • Nuray Kirch replied

    Thanks a lot.

    I wait for your new reply.

    Best regards

    Nuray


  •  1,860
    Miloš replied

    Hi Nuray,
    I have an update from our end. Our developers helped me - they resolved this by inserting this CSS in your Main Plugin settings/Custom JS and CSS/Custom CSS : 

    #wdt-frontend-modal .dropdown-menu.open.show {
        transform: none !important;
        position: absolute !important;
        will-change: unset !important;
            z-index: 1000001;
    }

    And we disabled our "Minified JS" setting in the Plugin settings as well - So please keep that one disabled in order for this fix to work.
    2778273035.png
    It seems to be fixed now, so please check, and let me know how it goes.
    Thank you.


    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • Nuray Kirch replied

    Dear Milos,

    Yippee, it works.
    Thank you so much.
    I wish you, the developers and all employees at TMS and your families a Merry Christmas and a healthy and successful 2025.

    Best regards

    Nuray


  •   Miloš replied privately