• Resolved nmarlon

    (@nmarlon)


    Using [wpdadiehard] when I reduce the width below 782px, almost all columns disappear. I was trying to avoid using CSS display: block !important; to fix this, is there another way?
    width smaller than 782px:
    image

    width screen large than 782px:
    image

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Marlon,

    When a list table becomes too small to fit on a page, only the first column of a row is shown. Usually a link at the end of the first column is shown which allows the user to see the other columns. This is a WP_List_Table feature available in the dashboard.
    > Please view your page in your dashboard with a smaller width to see how it should work.

    I haven’t used this feature with shortcode wpdadiehard so far, so I don’t have a clue to fix this on a webpage right now. But I will look at it tomorrow and let you know if I find a solution. I would be greatful if you could share your solution if you’re able to fix it sooner… ??

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Just a quick update…

    The first column contains a div with class name row-actions. Directly after that div is a button with class name toggle-row. In the dashboard the other columns are shown when that button is clicked. This does not work with the shortcode. I think it’s missing something, probably some javascript code.

    Does anybody have an idea what’s missing? Or is there anybody who has already fixed this issue before?

    Thanks,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Marlon,

    I fixed the problem! The shortcode was indeed missing some javascript. There are a few things on my to do list I need to finish before I can put the next release online. I’ll try to put it online next week.

    Thank you for reporting this bug!

    Best regards,
    Peter

    Thread Starter nmarlon

    (@nmarlon)

    Ok, thank you so much!

    • This reply was modified 4 years, 5 months ago by nmarlon. Reason: Just adding the "ok"
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsiveness is not working’ is closed to new replies.