Image Upload Custom Field

This topic contains 9 replies, has 2 voices, and was last updated by  golf1magazin 7 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #244284

    golf1magazin
    Buyer
    Post count: 5

    hi support-team,

    i added a logo for a place with the custom field image upload function and succesfully removed the label by using css

    .geodir_logo .geodir-i-select span { display: none !important;}

    then scaled the size using

    .geodir_logo .geodir-custom-post-gallery .geodir_thumbnail {background-size: initial;}
    .geodir_logo .geodir-custom-post-gallery {width: 100% !important;}
    .geodir_logo .geodir-custom-post-gallery {
    border: none;
    margin-bottom: -10px;
    margin-top: -10px;
    }

    so far so good. but now i dont want the logo to appear in a new window when clicking on it. what can i do? thanks for helping in advance

    #244327

    Kor
    Moderator
    Post count: 16516

    Hi golf1magazin,

    Do you mind sharing the URL of the site in question so we can take a look? Also, please provide WP Temp admin access so that I could check with the developer and see if there’s an easy way to achieve this. You can use the private reply option below.

    Thanks!

    #244333

    golf1magazin
    Buyer
    Post count: 5
    This reply has been marked as private.
    #244336

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #244337

    golf1magazin
    Buyer
    Post count: 5

    yes, thats correct. and thats exactly what i not want it to do. i need a css to prevent the lightbox-opening. can you help me?

    #244338

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Try using the custom CSS below and see if it disables the click event.

    
    
    .geodir_biz_logo .geodir-custom-post-gallery .geodir_thumbnail {
        pointer-events: none;
        cursor: default;
    }
    #244349

    golf1magazin
    Buyer
    Post count: 5

    problem solved! a big THANK YOU for the quick response!!!

    #244350

    Kor
    Moderator
    Post count: 16516

    Glad that worked. Let us know if you need anything else.

    #258880

    golf1magazin
    Buyer
    Post count: 5
    This reply has been marked as private.
    #259434

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

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

Open Support Ticket