Listings Logo Update

This topic contains 6 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #256822
    #256935

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    just tested on our demo and works as expected, please provide a link and admin credentials and we will check your install.

    Thanks

    #256938

    joao Delgado
    Buyer
    Post count: 23
    This reply has been marked as private.
    #256945

    Paolo
    Site Admin
    Post count: 31206

    Please also provide a link of a listing with a logo uploaded, I can’t seem to find any.

    Thanks

    #256947

    joao Delgado
    Buyer
    Post count: 23
    #256948

    Paolo
    Site Admin
    Post count: 31206

    Hi Joao,

    there is a jQuery error in console of the add listing page.

    I asked to the developers to check where it is coming from and if that’s the cause of the issue.

    They’ll let you know asap.

    Thanks

    #256954

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi,

    The error was due to a JS error, you had added a custom script but failed to check the element existed first, i added a condition check and now it all works.

    
    
    jQuery(document).ready(function() {  
    if(jQuery( ".single-gd_place .geodir_more_info .geodir-i-email" ).length){    
                jQuery( ".single-gd_place .geodir_more_info .geodir-i-email" ).html( jQuery( ".single-gd_place .geodir-i-email" ).html().replace( "|", "" ) );
    }
            });

    Thanks,

    Stiofan

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket