Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • funkolector
    Participant

    @funkolector

    Sorry for your time loss and tanx for your help.
    FirmaSite theme was the problem.


    funkolector
    Participant

    @funkolector

    Tanx for your quick answer @danbp!

    Well, I’m really hoping it’s not a bug and just to answer your point : I checked in the console just because I could’nt see the multiple fields configurator…
    As soon as I click on the field type selector, in any browser (IE, FF, Chrome) I get this javascipt error which blocks any other action…

    For now I deactivated any other plugin and I can’t get it to work…

    Next step : I’ll retry on a fresh new WP install tomorrow and keep you posted…


    funkolector
    Participant

    @funkolector


    funkolector
    Participant

    @funkolector

    hello @amalsh, I did the dirtiest quick hack ever… i wouldn’t advice it, but it removed the error…

    replacing : $activities->pag_num = $activities->pag_num -1;
    by :
    if ($activities -> pag_num != 1) {
    $activities -> pag_num = $activities -> pag_num – 1;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar