Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Tim Thee

    (@timotheebesse)

    Hi, thanks for your answer but I need to export the unsubscribed emails list (readable) as it was possible before, is there a way to do it now from the site admin ?

    Tim Thee

    (@timotheebesse)

    Same problem here :

    Failed to load resource: the server responded with a status of 404 (Not Found)
    idea-factory.js:1 Uncaught TypeError: Cannot read property ‘replace’ of null
    at HTMLDivElement.<anonymous> (idea-factory.js:1)
    at HTMLDivElement.<anonymous> (jquery.js:4)
    at Function.each (jquery.js:2)
    at a.fn.init.each (jquery.js:2)
    at Object.<anonymous> (jquery.js:4)
    at i (jquery.js:2)
    at Object.fireWith [as rejectWith] (jquery.js:2)
    at y (jquery.js:4)
    at XMLHttpRequest.c (jquery.js:4)

    The list of ideas is integrated in a post via shortcode.

    Any help from the developper ?

    Thread Starter Tim Thee

    (@timotheebesse)

    It doesn’t seem to work,

    when I write this :

    {
        "dom": "rtip",
        "scrollX": "true",
        "order": [[0, "desc"]]
    }

    The code is automatically replaced with :

    {
        "dom": "rtip",
        "scrollX": "true",
        "order": [
            [
                0,
                "desc"
            ]
        ]
    }

    And the display of tables is broken (no datatables, no scrolling, etc)

    When I write on one line :
    {"dom": "rtip", "scrollX": "true", order": [[0, "desc"]]}

    The frame becomes blank when I save

    Any idea of what’s provoking this ?

    Thanks

    Thread Starter Tim Thee

    (@timotheebesse)

    Thanks a lot,

    You were right of course

    I eventually found this in the theme header :
    <script type="text/javascript" src="<?php echo get_site_url(); ?>/wp-includes/js/jquery/jquery.js?ver=2.6.13">

    I deactivated it and everything works again.

    Sorry for the inconvenience !

    Thread Starter Tim Thee

    (@timotheebesse)

    Hi,

    Thanks for your response.

    I don’t understand either why the DataTables library wouldn’t load, because it worked before and I only updated this plugin. Deactivating the others plugins did’nt work.

    I wonder if it’s not linked with the new “defaut” option, as the error says : “Cannot read property ‘defaults’ of undefined(anonymous function)”

    I could restore the 0.9.1.3 version of igsv and it works again ! I’ll stay with that for the moment, unless you can see where it fails or upload another update.

    Thanks anyway for this great plugin !

    Thread Starter Tim Thee

    (@timotheebesse)

    Thanks !

    It works but I can’t figure out how to write the order option array : %5B%5B 2, “desc” %5D%5D doesn’t work here…

    I’d like to add this ordering by default : “order”: [[ 0, ‘desc’ ]]

    Thread Starter Tim Thee

    (@timotheebesse)

    It does work now whith the update, great !

    Thanks a lot !

    I did figure out that “no-datatables” removed the possibility to fix columns, but I forgot then, and the code stayed in a copy/paste done too quickly.

    But in other pages it’s the FixedColumns that doesn’t work, I think it’s because they are included in a spoiler shortcode from Shortcode Ultimate plugin. Example in the sandbox here : https://www.logrami.fr/sandbox/

    It may be a jquery bug from the SU plugin, but in case you understand what’s going on…

    [gdoc key="https://docs.google.com/spreadsheets/d/1tatc0EBIpXgBzEFwakzqYCcbO7d6v0r7K9Cua2KVYek/edit" query="Select B,C,F,G,H,I,J,K,L,M,P,R,T,U,V,W,AC,AF,AG,AH,AI WHERE A ='Chatellerault' ORDER BY B?asc" class="FixedColumns-left-2"]

    Thanks again for your work !

    Thread Starter Tim Thee

    (@timotheebesse)

    Here is the shortcode (no query) :

    [gdoc key=”https://docs.google.com/spreadsheets/d/1tatc0EBIpXgBzEFwakzqYCcbO7d6v0r7K9Cua2KVYek/edit&#8221; gid=”2099403487″ title=”Comptages de l’année en cours” class=”FixedColumns-left-1 no-datatables” header_rows=”1″]

    Thanks !

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