dhaval

Forum Replies Created

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • in reply to: Cant activate geodirectory #445795

    dhaval
    Moderator
    Post count: 39

    Can you please take a full backup of website and let us know. So, that we can continue on live site.

    in reply to: Cant activate geodirectory #445787

    dhaval
    Moderator
    Post count: 39

    Hello hezekiah,

    Right now, you can access the backend. kindly do not activate geo-directory plugin. we will fix the error and get back to you.

    Can you pleae create the staging envirnment. so, we can work on there insted of live site.

    Thanks,

    in reply to: Too many columns message error #445610

    dhaval
    Moderator
    Post count: 39

    Hello Antonella Gallino,

    Try to delete fields after taking backup.

    Thanks,

    in reply to: blog page #445602

    dhaval
    Moderator
    Post count: 39

    Hello,

    Can you please add below snippet in your theme’s functions.php file and remove

    remove code from single.php

    
    
    
    <?php if ( function_exists( 'get_Sexy_Author_Bio' ) ) echo get_Sexy_Author_Bio(); ?> 

    add in your theme’s functions.php

    
    
    add_action('geodir_details_main_content','add_author_bio_section',90);
    
    function add_author_bio_section() {
        
        if ( function_exists( 'get_Sexy_Author_Bio' ) ) {
    
            echo get_Sexy_Author_Bio();
    
        }
    }

    Let me know if works for you or not.

    Thanks,

    in reply to: Too many columns message error #445559

    dhaval
    Moderator
    Post count: 39

    Hello Antonella Gallino,

    I have checked this error and I have reviewed db table. In this case the error is being shown because of a problem with the setup/settings of the field at the database level. The field was not created properly, probably due to a loss of connection between browser and server during the creation of the field.

    In this case, when you see this error, please recreate the field. Delete it, then create it again and the problem should go away.

    Let me know if works for you or not.

    Thanks

Viewing 5 posts - 31 through 35 (of 35 total)