Remove social import

This topic contains 9 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #500255

    memorex13
    Expired Member
    Post count: 540

    Hi,
    I have two CPT places and ads. In Adds Ad I do not want the social importer to appear as it is not needed. How to remove it without disappearing from adding Place.

    Thanks

    #500256

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #500282

    Kor
    Moderator
    Post count: 16516

    Hi memorex,

    Thanks for your post. You’ll need to first create both separate add listing page by applying a parameter shown below. Then, only we can target the social importer section using custom CSS. If not, applying custom CSS directly would remove the social importer for both add listing pages.

    [gd_add_listing post_type="gd_place" show_login="1"]
    [gd_add_listing post_type="gd_anuncios" show_login="1"]
    #500311

    memorex13
    Expired Member
    Post count: 540

    Hi, @kor

    Sorry, but I don’t understand what you mean. Create two separate pages one of ads and another of lugare and paste in each one the shorcode? Is that the places page is already created. and it works Then I don’t understand.

    Thanks

    #500370

    Alex Rollin
    Moderator
    Post count: 27815

    In order to hide the social importer row in the form with CSS you will need to create a separate add listing page for each CPT.

    Once you have done that, share the link to the CPT Add listing page where you want to hide the social importer and we will help you with the CSS.

    #500474

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #500484

    Alex Rollin
    Moderator
    Post count: 27815

    To hide the social importer form on that page use:

    
    
    
    body.page-id-4142 div#gd-social-importer {
        display: none!important;
    }
    
    #500485

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #500487

    memorex13
    Expired Member
    Post count: 540

    Hi,
    Perfect now everything is ok. Thank you @alex

    #500517

    Alex Rollin
    Moderator
    Post count: 27815

    Welcome! 🙂

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