Alexandra Antunes

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: How can avoid booter include inline script in compression #329746

    Alexandra Antunes
    Buyer
    Post count: 7

    Hello Stiofan,

    Thanks for help but i solved with one filter i have found in booster plugin.

    Merry Christmas to all

    in reply to: Edit place recptcha bug #297376

    Alexandra Antunes
    Buyer
    Post count: 7

    For now i solved this way:

    in plugins/geodir_recaptcha/includes/gdcaptcha_functions.php

    about line 389 change IF

    ### line changed ####
    if(!is_admin() && isset($_REQUEST[‘post_title’]) && isset($_REQUEST[‘listing_type’])){

    #### for this ######
    if(!is_admin() && isset($_REQUEST[‘post_title’]) && isset($_REQUEST[‘listing_type’])
    && !isset( $_REQUEST[‘pid’] ) && isset( $_REQUEST[‘preview’] ) && $_REQUEST[‘preview’] == $_REQUEST[‘listing_type’]
    ){

    in reply to: Problem with homepage when have get variables #297375

    Alexandra Antunes
    Buyer
    Post count: 7

    Hi paolo,

    You are correct, problem is in our function for add extra validation in our custom fields.

    I test without our plugin and its work.

    in reply to: Problem with location page #255220

    Alexandra Antunes
    Buyer
    Post count: 7

    Now is ok, thanks.

    Can you tell what you do, because i need replicate in my site.

    in reply to: Problem with location page #255215

    Alexandra Antunes
    Buyer
    Post count: 7
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)