Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zuhm89

    (@zuhm89)

    Hi bcworkz,

    Thank you for taking time to help me.
    You did give me an interesting clue that allowed me to isolate the troublesome piece of code.
    Actually the problem came from the hook manage_posts_extra_tablenav I’m using to add custom export buttons on the posts list screen.
    In my plugin this hook calls a function that adds an HTML <form> to handle those buttons.
    This is the crux of the matter, it seems that we can’t use this HTML element here.
    If I remove the <form> element and just let the <input> elements I still can get the required informations for exportation using $_GET and there’s no conflict with bulk submission anymore.
    I actually don’t know in detail why it is like that and if you can explain that behavior to me I would me grateful.

    Regards,

    • This reply was modified 3 years, 9 months ago by zuhm89.
    Thread Starter zuhm89

    (@zuhm89)

    My bad, only a conflict with the 1.6.6 CSS file and the child theme custom CSS file.

    Thread Starter zuhm89

    (@zuhm89)

    Well I actually get the answer from the themegrill support. The font is enqueued in Theme > Spacious > inc > functions.php
    Really great free support from themegrill it’s worth to be said.

    regards,

Viewing 3 replies - 1 through 3 (of 3 total)