Add Listing Page – Hide Import Details from Social, but keep the plugin active.

This topic contains 8 replies, has 2 voices, and was last updated by  Kor 5 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #459368

    Marc
    Expired Member
    Post count: 22

    I have an issue similar to: https://wpgeodirectory.com/support/topic/hiding-import-details-from-social-on-single-custom-post-type/

    Is there a way to wrap the “Import Details from Social” in a div with an id tag to target CSS?
    What I’m trying to achieve is to simply hide the “Import Details from Social” section from the add listing page, as disabling the addon removes the ability to post to Facebook.
    I was hoping to simply hide the fields with CSS but I cannot target the section as is has no id tag.

    Also, The select package section, is it possible to have a dropdown menu instead of radio buttons?

    #459411

    Kor
    Moderator
    Post count: 16516

    Hi Marc,

    Thanks for your post. Let’s do this one at a time. Kindly share a WP admin access in private reply and I’ll check and see if there is another way to hide it.

    Thanks!

    #459570

    Marc
    Expired Member
    Post count: 22
    This reply has been marked as private.
    #459592

    Kor
    Moderator
    Post count: 16516

    Hi Marc,

    Thanks for your reply. Could you try using the custom CSS code below and see if it helps?

    
    
    #gdfi_import_url,
    #gd_facebook_import,
    #propertyform h5:nth-child(5)  {
        display:none!important;
    }
    #459641

    Marc
    Expired Member
    Post count: 22

    Thanks Kor,
    That removed the section in the add listing page just as I wanted but keeping the plugin for posting to Facebook.
    Perfect.

    #459663

    Marc
    Expired Member
    Post count: 22

    Update:
    I just noticed the header “Import Details from Social” shows itself after the page reloads from a package being selected.

    Close but no cigar 🙁

    -M

    #459704

    Kor
    Moderator
    Post count: 16516

    Hi Marc,

    Thanks for your reply. Could you try the code below and see if it helps?

    
    
    #propertyform h5:nth-child(6)  {
        display:none!important;
    }
    #459835

    Marc
    Expired Member
    Post count: 22

    Thanks Kor,
    Those bits of code have removed it perfectly.
    I also decided against the dropdown menu and have the packages displayed in a separate custom page which I think works better.

    Thanks again,
    I hope you and the team have a great Christmas!
    -M

    #459841

    Kor
    Moderator
    Post count: 16516

    Hi Marc,

    Thanks for your reply and I’m glad that you figured it out yourself. Let us know if you need anything further.

    Thanks!

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

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

Open Support Ticket